/* FFD POWER custom branding & layout fixes */

:root {
    --theme: #14B8A6;
    --theme-3: #14B8A6;
    --theme-4: #0D9488;
    --ffd-teal: #14B8A6;
    --ffd-teal-dark: #0D9488;
    --ffd-teal-deep: #0F766E;
    --ffd-teal-light: #2DD4BF;
    --ffd-teal-bg: #0d2e2c;
    --header: #0f2f2c;
}

.header-logo img.ffd-logo,
.offcanvas__logo img.ffd-logo,
.footer-logo img.ffd-logo {
    max-height: 48px;
    width: auto;
    object-fit: contain;
}
.header-3 .header-logo img.ffd-logo {
    max-height: 42px;
}

/* Hero slider — fix missing backgrounds (template JPGs not in HTTrack copy) */
.hero-2.hero-3 .hero-height {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}
.hero-2.hero-3 .hero-height > .row,
.hero-2.hero-3 .hero-content,
.hero-2.hero-3 .hero-button,
.hero-2.hero-3 .hero-feature-area {
    position: relative;
    z-index: 3;
}
.hero-2.hero-3 .hero-bg {
    z-index: 0;
}

/* Hero clarity — no Ken Burns zoom, no scale-up (native-res / ultra-HD sharp) */
.hero-2.hero-3 .hero-bg,
.hero-2.hero-3 .swiper-slide .hero-bg,
.hero-2.hero-3 .swiper-slide.swiper-slide-active .hero-bg,
.hero-2.hero-3 .swiper-slide.swiper-slide-active .hero-bg.ffd-hero-bg,
.hero-2 .hero-bg,
.hero-2 .swiper-slide.swiper-slide-active .hero-bg {
    transform: none !important;
    -webkit-transform: none !important;
    transition: opacity 600ms ease !important;
    -webkit-transition: opacity 600ms ease !important;
    border-radius: 0 !important;
    will-change: opacity;
}
.hero-2.hero-3 .hero-bg::before,
.hero-2 .hero-bg::before {
    background: linear-gradient(
        105deg,
        rgba(10, 22, 40, 0.38) 0%,
        rgba(10, 22, 40, 0.18) 48%,
        rgba(10, 22, 40, 0.08) 100%
    ) !important;
    z-index: 2;
}
.hero-2.hero-3 .swiper-slide:not(.swiper-slide-active) .hero-bg {
    opacity: 0.92 !important;
}
.hero-2.hero-3 .ffd-hero-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background: #0a1628;
}
.hero-2.hero-3 .ffd-hero-bg__img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none;
    max-height: none;
    object-fit: fill;
    object-position: center center;
    transform: translate(-50%, -50%) !important;
    filter: brightness(1.14) contrast(1.08) saturate(1.06);
    image-rendering: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    user-select: none;
}

/* Hero slider text — black outline for sharper readability (remove block to revert) */
.hero-2.hero-3 .hero-content h1,
.hero-2.hero-3 .hero-content h1 .text {
    -webkit-text-stroke: 2px #000;
    paint-order: stroke fill;
    text-shadow:
        -2px -2px 0 #000,
        2px -2px 0 #000,
        -2px 2px 0 #000,
        2px 2px 0 #000,
        0 -2px 0 #000,
        0 2px 0 #000,
        -2px 0 0 #000,
        2px 0 0 #000;
}
.hero-2.hero-3 .hero-feature-area .hero-feature-items .icon-text h3 {
    -webkit-text-stroke: 1px #000;
    paint-order: stroke fill;
    text-shadow:
        -1px -1px 0 #000,
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000,
        0 -1px 0 #000,
        0 1px 0 #000,
        -1px 0 0 #000,
        1px 0 0 #000;
}

/* Product & content images */
.ffd-product-card .shop-content p {
    margin-bottom: 8px;
}
.ffd-product-desc {
    font-size: 13px;
    line-height: 1.55;
    color: #64748b;
    margin-bottom: 16px !important;
}
.ffd-product-card .shop-content p strong {
    color: #0a1628;
    font-weight: 600;
}
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 8px;
    background: #0a1628;
}
.ffd-img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ffd-page-intro {
    max-width: 720px;
    margin: 0 auto 40px;
    text-align: center;
    color: rgba(255, 255, 255, 0.85);
}
.ffd-stat-banner {
    background: linear-gradient(135deg, #0d2137 0%, #123836 100%);
    border-radius: 16px;
    padding: 48px 24px;
    margin-bottom: 48px;
}
.ffd-stat-banner .counter-items-3 h2 {
    color: var(--theme-color, var(--ffd-teal));
}

/* ——— Premium stats strip (homepage) ——— */
.ffd-stats-pro {
    position: relative;
    padding: 0 0 56px;
    margin-top: -32px;
    z-index: 5;
}
.ffd-stats-pro__glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(191, 221, 52, 0.12) 0%, transparent 70%);
    pointer-events: none;
}
.ffd-stats-pro__inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    background: linear-gradient(145deg, rgba(13, 33, 55, 0.95) 0%, rgba(10, 22, 40, 0.98) 100%);
    border: 1px solid rgba(191, 221, 52, 0.15);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(12px);
}
.ffd-stat-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 28px 22px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    transition: background 0.35s ease;
}
.ffd-stat-card:last-child {
    border-right: none;
}
.ffd-stat-card:hover {
    background: rgba(191, 221, 52, 0.06);
}
.ffd-stat-card__icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(191, 221, 52, 0.2) 0%, rgba(191, 221, 52, 0.05) 100%);
    border: 1px solid rgba(191, 221, 52, 0.25);
    color: var(--ffd-teal);
    font-size: 17px;
}
.ffd-stat-card__body h3 {
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 6px;
}
.ffd-stat-card__body h3 .count,
.ffd-stat-card__body h3 {
    color: var(--ffd-teal);
}
.ffd-stat-card__body p {
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
    line-height: 1.4;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.ffd-stat-unit {
    font-size: 0.55em;
    font-weight: 600;
    opacity: 0.85;
}

/* ——— Premium features grid (homepage) ——— */
.ffd-features-pro {
    position: relative;
    padding: 72px 0 80px;
    background: linear-gradient(180deg, #0a1628 0%, #0d2137 40%, var(--ffd-teal-bg) 100%);
    overflow: hidden;
}
.ffd-features-pro::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(191, 221, 52, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(191, 221, 52, 0.03) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(to bottom, transparent, #000 15%, #000 85%, transparent);
    pointer-events: none;
}
.ffd-features-pro__head {
    position: relative;
    margin-bottom: 48px;
}
.ffd-features-pro__eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ffd-teal);
    margin-bottom: 12px;
}
.ffd-features-pro__head h2 {
    color: #fff;
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    max-width: 640px;
    margin: 0 auto;
    line-height: 1.25;
}
.ffd-features-pro__grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
.ffd-feature-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 32px 24px;
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.ffd-feature-card:hover {
    transform: translateY(-8px);
    border-color: rgba(191, 221, 52, 0.35);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(191, 221, 52, 0.1);
}
.ffd-feature-card__icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--ffd-teal) 0%, var(--ffd-teal-dark) 100%);
    color: #0a1628;
    font-size: 22px;
    margin-bottom: 22px;
    box-shadow: 0 8px 24px rgba(191, 221, 52, 0.25);
}
.ffd-feature-card h4 {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.3;
}
.ffd-feature-card p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 1199px) {
    .ffd-stats-pro__inner {
        grid-template-columns: repeat(2, 1fr);
    }
    .ffd-stat-card:nth-child(2) {
        border-right: none;
    }
    .ffd-stat-card:nth-child(1),
    .ffd-stat-card:nth-child(2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }
    .ffd-features-pro__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 767px) {
    .ffd-stats-pro__inner {
        grid-template-columns: 1fr;
    }
    .ffd-stat-card {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }
    .ffd-stat-card:last-child {
        border-bottom: none;
    }
    .ffd-features-pro__grid {
        grid-template-columns: 1fr;
    }
    .ffd-features-pro {
        padding: 56px 0 64px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .ffd-features-pro__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ffd-feature-card:last-child {
        grid-column: span 2;
        max-width: 50%;
        margin: 0 auto;
        width: 100%;
    }
}

/* ——— Process steps (Why Choose Us) ——— */
.ffd-process-pro {
    position: relative;
    margin-top: 56px;
    padding: 56px 32px 48px;
    border-radius: 24px;
    overflow: hidden;
    isolation: isolate;
}
.ffd-process-pro__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(135deg, #0a1628 0%, #0d2137 50%, var(--ffd-teal-bg) 100%);
    border: 1px solid rgba(191, 221, 52, 0.12);
    border-radius: 24px;
}
.ffd-process-pro__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 80%, rgba(191, 221, 52, 0.08) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(191, 221, 52, 0.06) 0%, transparent 45%);
    animation: ffd-process-glow 8s ease-in-out infinite alternate;
}
@keyframes ffd-process-glow {
    0% { opacity: 0.6; transform: scale(1); }
    100% { opacity: 1; transform: scale(1.02); }
}
.ffd-process-pro__header {
    position: relative;
    z-index: 1;
    margin-bottom: 48px;
}
.ffd-process-pro__eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ffd-teal);
    margin-bottom: 10px;
}
.ffd-process-pro__header h3 {
    color: #fff;
    font-size: clamp(1.35rem, 2.5vw, 1.85rem);
    margin: 0;
    font-weight: 700;
}
.ffd-process-pro__track {
    position: relative;
    z-index: 1;
}
.ffd-process-pro__line {
    display: none;
    position: absolute;
    top: 28px;
    left: 12%;
    right: 12%;
    height: 3px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    overflow: hidden;
}
.ffd-process-pro__line-fill {
    display: block;
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, var(--ffd-teal), var(--ffd-teal-dark), var(--ffd-teal));
    background-size: 200% 100%;
    border-radius: 999px;
    animation: ffd-line-draw 2.2s ease forwards 0.4s, ffd-line-shimmer 3s linear infinite 2.6s;
}
@keyframes ffd-line-draw {
    to { width: 100%; }
}
@keyframes ffd-line-shimmer {
    0% { background-position: 0% 50%; }
    100% { background-position: 200% 50%; }
}
.ffd-process-pro__steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.ffd-process-step {
    position: relative;
    text-align: center;
}
.ffd-process-step__num {
    position: relative;
    z-index: 2;
    width: 56px;
    height: 56px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--ffd-teal) 0%, var(--ffd-teal-dark) 100%);
    box-shadow: 0 0 0 4px rgba(191, 221, 52, 0.2), 0 8px 24px rgba(191, 221, 52, 0.35);
    animation: ffd-num-pulse 3s ease-in-out infinite;
}
.ffd-process-step:nth-child(2) .ffd-process-step__num { animation-delay: 0.5s; }
.ffd-process-step:nth-child(3) .ffd-process-step__num { animation-delay: 1s; }
@keyframes ffd-num-pulse {
    0%, 100% { box-shadow: 0 0 0 4px rgba(191, 221, 52, 0.2), 0 8px 24px rgba(191, 221, 52, 0.35); transform: scale(1); }
    50% { box-shadow: 0 0 0 8px rgba(191, 221, 52, 0.12), 0 12px 32px rgba(191, 221, 52, 0.45); transform: scale(1.05); }
}
.ffd-process-step__num span {
    font-size: 18px;
    font-weight: 800;
    color: #0a1628;
    line-height: 1;
}
.ffd-process-step__card {
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 32px 24px 28px;
    overflow: hidden;
    transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1), border-color 0.35s ease, box-shadow 0.35s ease;
}
.ffd-process-step:hover .ffd-process-step__card {
    transform: translateY(-10px);
    border-color: rgba(191, 221, 52, 0.4);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.4), 0 0 40px rgba(191, 221, 52, 0.08);
}
.ffd-process-step__icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(191, 221, 52, 0.12);
    border: 1px solid rgba(191, 221, 52, 0.25);
    color: var(--ffd-teal);
    font-size: 20px;
    transition: transform 0.4s ease, background 0.35s ease;
}
.ffd-process-step:hover .ffd-process-step__icon {
    transform: rotate(-8deg) scale(1.1);
    background: rgba(191, 221, 52, 0.22);
}
.ffd-process-step__card h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}
.ffd-process-step__card p {
    color: rgba(255, 255, 255, 0.62);
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
}
.ffd-process-step__shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.06), transparent);
    transform: skewX(-20deg);
    transition: left 0.6s ease;
    pointer-events: none;
}
.ffd-process-step:hover .ffd-process-step__shine {
    left: 150%;
}

@media (min-width: 992px) {
    .ffd-process-pro__line {
        display: block;
    }
}
@media (max-width: 991px) {
    .ffd-process-pro__steps {
        grid-template-columns: 1fr;
        gap: 36px;
        max-width: 420px;
        margin: 0 auto;
    }
    .ffd-process-pro {
        padding: 40px 20px 36px;
    }
}

.ffd-application-card {
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ffd-application-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}
.ffd-application-card .ffd-app-thumb {
    height: 200px;
    overflow: hidden;
}
.ffd-application-card .ffd-app-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ffd-application-card .ffd-app-body {
    padding: 24px;
}
.ffd-application-card h4 {
    margin-bottom: 12px;
}
.contact-office-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 28px;
    height: 100%;
}
.contact-office-card h4 {
    margin-bottom: 12px;
    color: var(--theme-color, var(--ffd-teal));
}
.ffd-office-card-light {
    background: #f6f8f4;
    border: 1px solid rgba(0, 0, 0, 0.08);
}
.ffd-office-card-light h4 {
    color: #1a1a1a;
}
.ffd-office-card-light h4 i {
    color: var(--theme-color, var(--ffd-teal));
}
.ffd-offices-contact h5 {
    font-size: 16px;
    font-weight: 600;
}
.ffd-about-hero-img {
    border-radius: 16px;
    width: 100%;
    object-fit: cover;
    min-height: 420px;
}
.ffd-tech-grid img {
    border-radius: 12px;
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.breadcrumb-wrapper {
    background-position: center !important;
    background-size: cover !important;
}
.breadcrumb-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}
.breadcrumb-wrapper .container {
    position: relative;
    z-index: 2;
}

.ffd-brand-item img {
    max-height: 72px;
    width: auto;
    max-width: 180px;
    object-fit: contain;
}

/* Hide template app-store / decorative badge images if any remain */
.text-image {
    display: none !important;
}

/* index-6 about / choose sections on homepage */
.about-section-5 .about-meddile-image-style-5 img,
.about-section-5 .about-left-bottom-style-5 img,
.about-section-5 .about-bottom-image-style-5 .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}
.choose-us-section-5 .choose-image-items-style-5 img,
.choose-us-section-5 .choose-image img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
}
.choose-us-section-5 .circle-box h2 {
    font-size: 1.75rem;
    line-height: 1;
    margin-bottom: 0;
}

/* ——— Moderate stat/counter sizes site-wide (FFD pages) ——— */
.counter-items-style-5 {
    margin-top: 0 !important;
}
.counter-items-style-5 h2 {
    font-size: clamp(2rem, 4vw, 3rem) !important;
    font-weight: 700 !important;
    line-height: 1.05 !important;
}
.counter-items-style-5 p {
    font-size: clamp(0.875rem, 1.2vw, 1rem) !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    margin-top: 8px;
}
.counter-items-3 h2 {
    font-size: clamp(1.75rem, 3.5vw, 2.5rem) !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
}
.counter-items-3 p {
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    margin-top: 6px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.about-section .icon-box-items .content h2,
.about-content-style-1 .bottom-items .icon-box-items .content h2 {
    font-size: clamp(1.5rem, 2.5vw, 2rem) !important;
    line-height: 1.1 !important;
}
.ffd-tech-pro__stat h3 {
    font-size: 1.5rem !important;
}
.ffd-tech-pro__stat p {
    font-size: 11px !important;
}

/* ——— Compact video banner ——— */
.ffd-video-pro {
    padding: 0 24px 48px;
    max-width: 1200px;
    margin: 0 auto;
}
.ffd-video-pro__wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    max-height: 380px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}
.ffd-video-pro__poster {
    position: relative;
    width: 100%;
    height: 380px;
}
.ffd-video-pro__wrap.is-playing {
    max-height: none;
    aspect-ratio: 16 / 9;
    height: auto;
}
.ffd-video-pro__iframe {
    width: 100%;
    height: 100%;
    min-height: 380px;
    border: 0;
    display: block;
    background: #0a1628;
}
.ffd-video-pro__wrap img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    object-position: center;
    display: block;
}
.ffd-video-pro__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(10, 22, 40, 0.55) 0%, rgba(10, 22, 40, 0.25) 100%);
    pointer-events: none;
}
.ffd-video-pro__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--ffd-teal) 0%, var(--ffd-teal-dark) 100%);
    color: #0a1628;
    font-size: 24px;
    padding-left: 4px;
    box-shadow: 0 0 0 8px rgba(191, 221, 52, 0.25);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    z-index: 2;
}
.ffd-video-pro__play:hover {
    transform: translate(-50%, -50%) scale(1.08);
    box-shadow: 0 0 0 14px rgba(191, 221, 52, 0.15);
    color: #0a1628;
}
.ffd-video-pro__play.ripple::before,
.ffd-video-pro__play.ripple::after {
    box-shadow: 0 0 0 0 rgba(191, 221, 52, 0.5);
}

/* ——— Technology + solution cards ——— */
.ffd-tech-pro {
    background: linear-gradient(180deg, #f8faf6 0%, #eef3eb 100%);
    position: relative;
    overflow: hidden;
}
.ffd-tech-pro::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(191, 221, 52, 0.15) 0%, transparent 70%);
    pointer-events: none;
}
.ffd-tech-pro__eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #5a7a20;
    margin-bottom: 12px;
}
.ffd-tech-pro__copy h2 {
    color: #0a1628;
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    margin-bottom: 20px;
    line-height: 1.2;
}
.ffd-tech-pro__copy p {
    color: #4a5568;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 28px;
}
.ffd-tech-pro__intro {
    margin-bottom: 56px;
}
.ffd-tech-pro__visual {
    position: relative;
    max-width: 420px;
    margin-left: auto;
}
.ffd-tech-pro__visual > img {
    width: 100%;
    max-height: 280px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}
.ffd-tech-pro__stat {
    position: absolute;
    bottom: -20px;
    left: -20px;
    background: linear-gradient(135deg, #0a1628 0%, #0d2137 100%);
    border: 1px solid rgba(191, 221, 52, 0.3);
    border-radius: 16px;
    padding: 20px 28px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
    animation: ffd-stat-float 4s ease-in-out infinite;
}
@keyframes ffd-stat-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}
.ffd-tech-pro__stat h3 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--ffd-teal);
    margin: 0 0 4px;
    line-height: 1;
}
.ffd-tech-pro__stat p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.ffd-tech-pro__cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.ffd-tech-card {
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 32px 26px;
    border: 1px solid rgba(10, 22, 40, 0.08);
    overflow: hidden;
    transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s ease, border-color 0.35s ease;
    box-shadow: 0 4px 24px rgba(10, 22, 40, 0.06);
}
.ffd-tech-card:hover {
    transform: translateY(-12px);
    border-color: rgba(191, 221, 52, 0.45);
    box-shadow: 0 24px 48px rgba(10, 22, 40, 0.12), 0 0 0 1px rgba(191, 221, 52, 0.15);
}
.ffd-tech-card__icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(191, 221, 52, 0.2) 0%, rgba(191, 221, 52, 0.05) 100%);
    border: 1px solid rgba(191, 221, 52, 0.35);
    color: #5a7a20;
    font-size: 20px;
    margin-bottom: 22px;
    transition: transform 0.4s ease, background 0.35s ease;
}
.ffd-tech-card:hover .ffd-tech-card__icon {
    transform: scale(1.1) rotate(-5deg);
    background: linear-gradient(135deg, var(--ffd-teal) 0%, var(--ffd-teal-dark) 100%);
    color: #0a1628;
}
.ffd-tech-card h4 {
    color: #0a1628;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 12px;
}
.ffd-tech-card p {
    color: #64748b;
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 20px;
}
.ffd-tech-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #5a7a20;
    transition: gap 0.3s ease, color 0.3s ease;
}
.ffd-tech-card__link:hover {
    gap: 12px;
    color: #0a1628;
}
.ffd-tech-card__glow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--ffd-teal), transparent);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
}
.ffd-tech-card:hover .ffd-tech-card__glow {
    transform: scaleX(1);
}

@media (max-width: 1199px) {
    .ffd-tech-pro__cards {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767px) {
    .ffd-video-pro__wrap,
    .ffd-video-pro__wrap img {
        max-height: 240px;
        height: 240px;
    }
    .ffd-tech-pro__visual {
        margin: 24px auto 40px;
    }
    .ffd-tech-pro__cards {
        grid-template-columns: 1fr;
    }
    .ffd-tech-pro__intro {
        margin-bottom: 40px;
    }
}

/* Testimonial image — prevent oversized photo */
.testimonial-left-image-items-style-3 {
    max-height: 420px;
    overflow: hidden;
}
.testimonial-left-image-items-style-3 img {
    max-height: 420px;
    object-fit: cover;
    width: 100%;
}

/* ——— Uniform project gallery grid ——— */
.ffd-gallery-pro {
    background: #0a1628;
    position: relative;
    overflow: hidden;
}
.ffd-gallery-pro::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 50% at 50% 0%, rgba(191, 221, 52, 0.06) 0%, transparent 60%);
    pointer-events: none;
}
.ffd-gallery-pro__head {
    position: relative;
    margin-bottom: 48px;
}
.ffd-gallery-pro__eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ffd-teal);
    margin-bottom: 12px;
}
.ffd-gallery-pro__head h2 {
    color: #fff;
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    margin: 0;
}
.ffd-gallery-pro__grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.ffd-gallery-card {
    position: relative;
    margin: 0;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #0d2137;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}
.ffd-gallery-card:hover {
    transform: translateY(-6px);
    border-color: rgba(191, 221, 52, 0.35);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}
.ffd-gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.6s ease;
}
.ffd-gallery-card:hover img {
    transform: scale(1.06);
}
.ffd-gallery-card figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 14px 18px;
    background: linear-gradient(to top, rgba(10, 22, 40, 0.92) 0%, transparent 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.02em;
    transform: translateY(100%);
    transition: transform 0.35s ease;
}
.ffd-gallery-card:hover figcaption {
    transform: translateY(0);
}

@media (max-width: 991px) {
    .ffd-gallery-pro__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 575px) {
    .ffd-gallery-pro__grid {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 0 auto;
    }
}

.ffd-gallery-card--link {
    cursor: pointer;
}
.ffd-gallery-card__zoom {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(191, 221, 52, 0.92);
    color: #0a1628;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 2;
}
.ffd-gallery-card--link:hover .ffd-gallery-card__zoom {
    opacity: 1;
    transform: scale(1);
}

/* ——— Full gallery studio (sidebar + stage + lightbox) ——— */
.ffd-gallery-studio {
    background: linear-gradient(180deg, #060d18 0%, #0a1628 100%);
    padding-top: 60px;
    padding-bottom: 80px;
}
.ffd-gallery-studio__intro {
    max-width: 720px;
    margin: 0 auto 48px;
}
.ffd-gallery-studio__eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ffd-teal);
    margin-bottom: 12px;
}
.ffd-gallery-studio__intro h2 {
    color: #fff;
    margin-bottom: 14px;
}
.ffd-gallery-studio__intro p {
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.7;
}
.ffd-gallery-studio__layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 24px;
    min-height: 72vh;
}
.ffd-gallery-sidebar {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
    max-height: 78vh;
    backdrop-filter: blur(12px);
}
.ffd-gallery-sidebar__head h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.ffd-gallery-sidebar__head h3 i {
    color: var(--ffd-teal);
}
.ffd-gallery-sidebar__head p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    margin-bottom: 16px;
}
.ffd-gallery-sidebar__filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.ffd-gallery-filter {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: transparent;
    color: rgba(255, 255, 255, 0.75);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 6px 12px;
    border-radius: 999px;
    cursor: pointer;
    transition: all 0.25s ease;
}
.ffd-gallery-filter:hover,
.ffd-gallery-filter.active {
    background: var(--ffd-teal);
    border-color: var(--ffd-teal);
    color: #0a1628;
}
.ffd-gallery-sidebar__thumbs {
    overflow-y: auto;
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding-right: 4px;
    scrollbar-width: thin;
    scrollbar-color: var(--ffd-teal) rgba(255, 255, 255, 0.1);
}
.ffd-gallery-thumb {
    position: relative;
    border: 2px solid transparent;
    border-radius: 12px;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    background: #0d2137;
    transition: border-color 0.25s ease, transform 0.25s ease;
}
.ffd-gallery-thumb img {
    width: 100%;
    height: 72px;
    object-fit: cover;
    display: block;
}
.ffd-gallery-thumb span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #fff;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
    padding: 14px 6px 4px;
    text-align: left;
}
.ffd-gallery-thumb:hover {
    transform: scale(1.03);
}
.ffd-gallery-thumb.active {
    border-color: var(--ffd-teal);
    box-shadow: 0 0 0 1px var(--ffd-teal);
}
.ffd-gallery-stage-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: #0d2137;
    border: 1px solid rgba(255, 255, 255, 0.08);
    min-height: 420px;
    display: flex;
    flex-direction: column;
}
.ffd-gallery-stage {
    flex: 1;
    width: 100%;
    min-height: 0;
}
.ffd-gallery-stage__slide {
    height: 100%;
    min-height: 52vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #060d18;
}
.ffd-gallery-stage__slide img {
    max-width: 100%;
    max-height: 58vh;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}
.ffd-gallery-stage__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    background: rgba(191, 221, 52, 0.95);
    color: #0a1628;
    font-size: 18px;
    cursor: pointer;
    z-index: 5;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}
.ffd-gallery-stage__nav:hover {
    transform: translateY(-50%) scale(1.08);
}
.ffd-gallery-stage__nav--prev { left: 16px; }
.ffd-gallery-stage__nav--next { right: 16px; }
.ffd-gallery-stage__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 24px;
    background: rgba(0, 0, 0, 0.45);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.ffd-gallery-stage__counter {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: var(--ffd-teal);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.ffd-gallery-stage__meta h4 {
    color: #fff;
    font-size: 16px;
    margin: 0;
}
.ffd-gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(6, 13, 24, 0.96);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 80px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}
.ffd-gallery-lightbox.is-open {
    opacity: 1;
    visibility: visible;
}
.ffd-gallery-lightbox__frame {
    max-width: 92vw;
    max-height: 78vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ffd-gallery-lightbox__frame img {
    max-width: 100%;
    max-height: 78vh;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.5);
}
.ffd-gallery-lightbox__close,
.ffd-gallery-lightbox__prev,
.ffd-gallery-lightbox__next {
    position: absolute;
    border: none;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 18px;
    transition: background 0.25s ease;
}
.ffd-gallery-lightbox__close:hover,
.ffd-gallery-lightbox__prev:hover,
.ffd-gallery-lightbox__next:hover {
    background: var(--ffd-teal);
    color: #0a1628;
}
.ffd-gallery-lightbox__close { top: 24px; right: 24px; }
.ffd-gallery-lightbox__prev { left: 24px; top: 50%; transform: translateY(-50%); }
.ffd-gallery-lightbox__next { right: 24px; top: 50%; transform: translateY(-50%); }
#ffd-gallery-lightbox-caption {
    color: rgba(255, 255, 255, 0.85);
    margin-top: 20px;
    font-size: 15px;
    text-align: center;
}

@media (max-width: 991px) {
    .ffd-gallery-studio__layout {
        grid-template-columns: 1fr;
    }
    .ffd-gallery-sidebar {
        max-height: 280px;
    }
    .ffd-gallery-sidebar__thumbs {
        grid-template-columns: repeat(4, 1fr);
    }
    .ffd-gallery-stage__slide {
        min-height: 40vh;
    }
}

/* ——— About page: video hero breadcrumb ——— */
.ffd-about-hero-video {
    overflow: hidden;
    background: #0a1628 url('../img/ffdpower/breadcrumb-bg.webp') center / cover no-repeat;
}
.ffd-about-hero-video::before {
    display: none;
}
.ffd-about-hero-video .container {
    position: relative;
    z-index: 3;
}
.ffd-about-hero-video__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}
.ffd-about-hero-video__media iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    min-width: 177.78vh;
    min-height: 100%;
    border: 0;
    transform: translate(-50%, -50%);
    opacity: 0.72;
    pointer-events: none;
}
.ffd-about-hero-video__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        120deg,
        rgba(10, 22, 40, 0.52) 0%,
        rgba(10, 22, 40, 0.38) 45%,
        rgba(10, 22, 40, 0.48) 100%
    );
    pointer-events: none;
}
.ffd-about-hero-video__overlay::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 30% 40%, rgba(191, 221, 52, 0.06) 0%, transparent 55%);
}
.ffd-about-hero-video .breadcrumb-list li {
    color: rgba(255, 255, 255, 0.82);
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.45);
}
.ffd-about-hero-video .breadcrumb-title {
    color: rgba(255, 255, 255, 0.88);
    text-shadow: 0 4px 28px rgba(0, 0, 0, 0.5);
}
@media (prefers-reduced-motion: reduce) {
    .ffd-about-hero-video__media {
        display: none;
    }
}

.ffd-about-breadcrumb .breadcrumb-title {
    animation: ffd-title-glow 3s ease-in-out infinite alternate;
}
@keyframes ffd-title-glow {
    from { text-shadow: 0 0 20px rgba(191, 221, 52, 0.2); }
    to { text-shadow: 0 0 40px rgba(191, 221, 52, 0.45); }
}
.ffd-about-breadcrumb .breadcrumb-list li {
    animation: ffd-fade-up 0.8s ease backwards;
}
.ffd-about-breadcrumb .breadcrumb-list li:nth-child(2) { animation-delay: 0.1s; }
.ffd-about-breadcrumb .breadcrumb-list li:nth-child(3) { animation-delay: 0.2s; }
@keyframes ffd-fade-up {
    from { opacity: 0; transform: translateY(16px); }
    to { opacity: 1; transform: translateY(0); }
}

.ffd-about-tech {
    position: relative;
    background: linear-gradient(145deg, #060d18 0%, #0a1628 45%, #0d2137 100%);
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px;
}
.ffd-about-tech__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
    animation: ffd-orb-drift 12s ease-in-out infinite alternate;
}
.ffd-about-tech__orb--1 {
    width: 420px;
    height: 420px;
    top: -120px;
    right: -80px;
    background: rgba(191, 221, 52, 0.12);
}
.ffd-about-tech__orb--2 {
    width: 300px;
    height: 300px;
    bottom: -60px;
    left: -60px;
    background: rgba(59, 130, 246, 0.08);
    animation-delay: -4s;
}
@keyframes ffd-orb-drift {
    from { transform: translate(0, 0) scale(1); }
    to { transform: translate(30px, -20px) scale(1.08); }
}
.ffd-about-tech .container {
    position: relative;
    z-index: 2;
}
.ffd-about-tech__visual {
    position: relative;
    padding: 12px;
}
.ffd-about-tech__frame {
    position: absolute;
    inset: 0;
    border-radius: 24px;
    border: 1px solid rgba(191, 221, 52, 0.25);
    background: linear-gradient(135deg, rgba(191, 221, 52, 0.06) 0%, transparent 50%);
    animation: ffd-frame-pulse 4s ease-in-out infinite;
}
@keyframes ffd-frame-pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(191, 221, 52, 0.15), inset 0 0 60px rgba(191, 221, 52, 0.03); }
    50% { box-shadow: 0 0 40px rgba(191, 221, 52, 0.12), inset 0 0 80px rgba(191, 221, 52, 0.06); }
}
.ffd-about-tech__img {
    position: relative;
    z-index: 1;
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    min-height: 420px;
    box-shadow: 0 32px 64px rgba(0, 0, 0, 0.45);
    animation: ffd-img-float 6s ease-in-out infinite;
}
@keyframes ffd-img-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}
.ffd-about-tech__badge {
    position: absolute;
    bottom: 28px;
    right: -12px;
    z-index: 3;
    background: linear-gradient(135deg, var(--ffd-teal) 0%, var(--ffd-teal-dark) 100%);
    color: #0a1628;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 14px 22px;
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(191, 221, 52, 0.35);
    animation: ffd-badge-pop 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.6s backwards;
}
@keyframes ffd-badge-pop {
    from { opacity: 0; transform: scale(0.6) translateY(20px); }
    to { opacity: 1; transform: scale(1) translateY(0); }
}
.ffd-about-tech__badge i {
    margin-right: 8px;
}
.ffd-about-tech__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--ffd-teal);
    margin-bottom: 20px;
}
.ffd-about-tech__eyebrow::before {
    content: "";
    width: 32px;
    height: 2px;
    background: linear-gradient(90deg, var(--ffd-teal), transparent);
    animation: ffd-line-grow 1.2s ease forwards;
}
@keyframes ffd-line-grow {
    from { width: 0; }
    to { width: 32px; }
}
.ffd-about-tech__title {
    color: #fff;
    font-size: clamp(1.85rem, 3.5vw, 2.75rem);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 24px;
}
.ffd-about-tech__desc {
    color: rgba(255, 255, 255, 0.72);
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 36px;
    max-width: 540px;
}
.ffd-about-tech__list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.ffd-about-tech__list li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 20px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    line-height: 1.5;
    transition: transform 0.35s ease, border-color 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
}
.ffd-about-tech__list li:hover {
    transform: translateX(8px);
    border-color: rgba(191, 221, 52, 0.35);
    background: rgba(191, 221, 52, 0.06);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
.ffd-about-tech__check {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(191, 221, 52, 0.25) 0%, rgba(191, 221, 52, 0.08) 100%);
    border: 1px solid rgba(191, 221, 52, 0.4);
    color: var(--ffd-teal);
    font-size: 14px;
    transition: transform 0.35s ease, background 0.35s ease;
}
.ffd-about-tech__list li:hover .ffd-about-tech__check {
    transform: scale(1.1) rotate(-8deg);
    background: linear-gradient(135deg, var(--ffd-teal) 0%, var(--ffd-teal-dark) 100%);
    color: #0a1628;
}
.ffd-about-tech__btn {
    position: relative;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease !important;
}
.ffd-about-tech__btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(191, 221, 52, 0.35);
}
.ffd-about-tech__btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
    transition: left 0.6s ease;
}
.ffd-about-tech__btn:hover::after {
    left: 120%;
}

.ffd-about-mission {
    background: linear-gradient(180deg, #f8faf6 0%, #fff 100%);
    position: relative;
}
.ffd-about-mission__card {
    background: #fff;
    border-radius: 20px;
    padding: 36px 32px;
    height: 100%;
    border: 1px solid rgba(10, 22, 40, 0.06);
    box-shadow: 0 8px 32px rgba(10, 22, 40, 0.06);
    transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s ease;
    position: relative;
    overflow: hidden;
}
.ffd-about-mission__card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--ffd-teal), var(--ffd-teal-dark));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
}
.ffd-about-mission__card:hover {
    transform: translateY(-10px);
    box-shadow: 0 24px 48px rgba(10, 22, 40, 0.1);
}
.ffd-about-mission__card:hover::before {
    transform: scaleX(1);
}
.ffd-about-mission__icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(191, 221, 52, 0.2) 0%, rgba(191, 221, 52, 0.05) 100%);
    color: #5a7a20;
    font-size: 22px;
    margin-bottom: 22px;
    transition: transform 0.4s ease, background 0.35s ease;
}
.ffd-about-mission__card:hover .ffd-about-mission__icon {
    transform: rotate(-8deg) scale(1.08);
    background: linear-gradient(135deg, var(--ffd-teal) 0%, var(--ffd-teal-dark) 100%);
    color: #0a1628;
}
.ffd-about-mission__card h4 {
    font-size: 20px;
    font-weight: 800;
    color: #0a1628;
    margin-bottom: 12px;
}
.ffd-about-mission__card p {
    color: #64748b;
    font-size: 15px;
    line-height: 1.65;
    margin: 0;
}

@media (max-width: 991px) {
    .ffd-about-tech {
        padding-top: 72px;
        padding-bottom: 72px;
    }
    .ffd-about-tech__badge {
        right: 12px;
        bottom: 16px;
    }
    .ffd-about-tech__img {
        min-height: 320px;
    }
}

/* ——— Homepage About (premium) ——— */
.ffd-about-pro {
    position: relative;
    overflow: hidden;
    background: linear-gradient(165deg, #f8fafc 0%, #eef7f6 45%, #f4fbfb 100%);
}
.ffd-about-pro__bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 55% 40% at 8% 20%, rgba(20, 184, 166, 0.14), transparent 60%),
        radial-gradient(ellipse 45% 35% at 92% 75%, rgba(13, 148, 136, 0.1), transparent 55%);
    pointer-events: none;
}
.ffd-about-pro .container {
    position: relative;
    z-index: 1;
}
.ffd-about-pro__eyebrow {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ffd-teal-dark);
    margin-bottom: 14px;
}
.ffd-about-pro__intro h2 {
    color: #0a1628;
    margin-bottom: 18px;
}
.ffd-about-pro__lead {
    color: #475569;
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 28px;
    max-width: 540px;
}
.ffd-about-pro__highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}
.ffd-about-pro__highlight {
    flex: 1 1 140px;
    padding: 16px 18px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(20, 184, 166, 0.18);
    box-shadow: 0 8px 28px rgba(10, 22, 40, 0.06);
}
.ffd-about-pro__highlight strong {
    display: block;
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    font-weight: 800;
    color: var(--ffd-teal);
    line-height: 1.1;
    margin-bottom: 4px;
}
.ffd-about-pro__highlight span {
    font-size: 13px;
    font-weight: 600;
    color: #64748b;
    line-height: 1.35;
}
.ffd-about-pro__gallery {
    position: relative;
    min-height: 380px;
}
.ffd-about-pro__gallery-main {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(10, 22, 40, 0.14);
    border: 4px solid #fff;
}
.ffd-about-pro__gallery-main img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
}
.ffd-about-pro__gallery-accent {
    position: absolute;
    right: -8px;
    bottom: -18px;
    width: 46%;
    border-radius: 16px;
    overflow: hidden;
    border: 4px solid #fff;
    box-shadow: 0 16px 40px rgba(10, 22, 40, 0.18);
}
.ffd-about-pro__gallery-accent img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
}
.ffd-about-pro__panel {
    height: 100%;
    padding: 28px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(20, 184, 166, 0.12);
    box-shadow: 0 16px 48px rgba(10, 22, 40, 0.08);
}
.ffd-about-pro__tabs {
    display: flex;
    gap: 8px;
    padding: 6px;
    margin-bottom: 22px;
    border-radius: 12px;
    background: rgba(20, 184, 166, 0.08);
    border: none;
}
.ffd-about-pro__tabs .nav-item {
    flex: 1;
    margin: 0 !important;
}
.ffd-about-pro__tabs .nav-link {
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: var(--ffd-teal-dark) !important;
    border-radius: 8px !important;
    padding: 12px 10px !important;
    border: none !important;
    background: transparent !important;
    transition: background 0.25s ease, color 0.25s ease;
}
.ffd-about-pro__tabs .nav-link.active {
    background: var(--ffd-teal) !important;
    color: #fff !important;
    box-shadow: 0 6px 18px rgba(20, 184, 166, 0.35);
}
.ffd-about-pro__tab-content p {
    color: #475569;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 18px;
}
.ffd-about-pro__checks {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
}
.ffd-about-pro__checks li {
    position: relative;
    padding-left: 34px;
    font-size: 16px;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.45;
}
.ffd-about-pro__checks li:not(:last-child) {
    margin-bottom: 12px;
}
.ffd-about-pro__checks li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #fff;
    background: linear-gradient(135deg, var(--ffd-teal) 0%, var(--ffd-teal-dark) 100%);
}
.ffd-about-pro__spotlight {
    border-radius: 16px;
    overflow: hidden;
    margin-top: 8px;
    box-shadow: 0 12px 32px rgba(10, 22, 40, 0.1);
}
.ffd-about-pro__spotlight img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}
.ffd-about-pro__side {
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(160deg, #0a1628 0%, #0d2e2c 55%, #0f3d38 100%);
    box-shadow: 0 20px 50px rgba(10, 22, 40, 0.2);
}
.ffd-about-pro__side-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    opacity: 0.92;
}
.ffd-about-pro__side-body {
    padding: 26px 28px 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.ffd-about-pro__side-body h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 10px;
}
.ffd-about-pro__side-body p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 22px;
    flex: 1;
}
.ffd-about-pro__btn {
    align-self: flex-start;
}

/* ——— Homepage Global Projects ——— */
.ffd-projects-pro {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #0a1628 0%, #0d2137 50%, #0a2e2c 100%);
}
.ffd-projects-pro__bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 50% 40% at 15% 0%, rgba(20, 184, 166, 0.2), transparent 55%),
        radial-gradient(ellipse 40% 30% at 85% 100%, rgba(45, 212, 191, 0.12), transparent 50%);
    pointer-events: none;
}
.ffd-projects-pro .container {
    position: relative;
    z-index: 1;
}
.ffd-projects-pro__head {
    max-width: 720px;
    margin: 0 auto 40px;
}
.ffd-projects-pro__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ffd-teal-light);
    margin-bottom: 14px;
}
.ffd-projects-pro__head h2 {
    color: #fff;
    margin-bottom: 14px;
}
.ffd-projects-pro__head p {
    color: rgba(255, 255, 255, 0.68);
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}
.ffd-projects-pro__slider {
    margin-bottom: 48px;
    padding-bottom: 8px;
}
.ffd-project-card {
    border-radius: 18px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.ffd-project-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
}
.ffd-project-card__thumb {
    position: relative;
    overflow: hidden;
}
.ffd-project-card__thumb img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}
.ffd-project-card:hover .ffd-project-card__thumb img {
    transform: scale(1.05);
}
.ffd-project-card__tag {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #0a1628;
    background: var(--ffd-teal);
}
.ffd-project-card__body {
    padding: 22px 24px 26px;
}
.ffd-project-card__body h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.35;
}
.ffd-project-card__body h3 a {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s ease;
}
.ffd-project-card__body h3 a:hover {
    color: var(--ffd-teal-light);
}
.ffd-project-card__body p {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
}
.ffd-projects-pro__footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 32px 36px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(20, 184, 166, 0.25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.ffd-projects-pro__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 28px 40px;
    flex: 1;
}
.ffd-projects-pro__stat strong {
    display: block;
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 800;
    color: var(--ffd-teal-light);
    line-height: 1.05;
    margin-bottom: 4px;
}
.ffd-projects-pro__stat span {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
}
.ffd-projects-pro__cta {
    flex-shrink: 0;
    padding: 16px 32px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    border-radius: 999px !important;
    box-shadow: 0 12px 32px rgba(20, 184, 166, 0.35);
}
.ffd-projects-pro__cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 40px rgba(20, 184, 166, 0.45);
}

/* ——— Why Choose Us (premium layout) ——— */
.ffd-choose-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #f8fafc 0%, #eef7f6 55%, #f4fbfb 100%) !important;
    margin-bottom: 0 !important;
}
.ffd-choose-section__bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 50% 45% at 100% 20%, rgba(20, 184, 166, 0.12), transparent 58%),
        radial-gradient(ellipse 40% 35% at 0% 80%, rgba(13, 148, 136, 0.08), transparent 55%);
    pointer-events: none;
}
.ffd-choose-section .container {
    position: relative;
    z-index: 1;
}
.ffd-choose-featured {
    position: relative;
}
.ffd-choose-featured__img {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 28px 64px rgba(10, 22, 40, 0.14);
    border: 4px solid #fff;
}
.ffd-choose-featured__img img {
    width: 100%;
    min-height: 420px;
    object-fit: cover;
    display: block;
}
.ffd-choose-featured__badge {
    position: absolute;
    left: 24px;
    bottom: 24px;
    padding: 18px 22px;
    border-radius: 16px;
    background: rgba(10, 22, 40, 0.88);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(20, 184, 166, 0.35);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
    max-width: 220px;
}
.ffd-choose-featured__badge strong {
    display: block;
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 800;
    color: var(--ffd-teal-light);
    line-height: 1.05;
    margin-bottom: 4px;
}
.ffd-choose-featured__badge span {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.4;
}
.ffd-choose-content .choose-text {
    color: #475569;
    font-size: 17px;
    line-height: 1.75;
    max-width: 520px;
}
.ffd-choose-visual {
    margin-top: 28px;
}
.ffd-choose-visual__media {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow:
        0 24px 56px rgba(10, 22, 40, 0.16),
        0 0 0 1px rgba(20, 184, 166, 0.12);
}
.ffd-choose-visual__media img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    object-position: center 35%;
    display: block;
    transition: transform 0.6s ease;
}
.ffd-choose-visual__media:hover img {
    transform: scale(1.03);
}
.ffd-choose-visual__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(10, 22, 40, 0) 35%,
        rgba(10, 22, 40, 0.55) 100%
    );
    pointer-events: none;
}
.ffd-choose-visual__stat {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    padding: 16px 20px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--ffd-teal) 0%, var(--ffd-teal-dark) 100%);
    box-shadow: 0 12px 32px rgba(20, 184, 166, 0.45);
    min-width: 140px;
}
.ffd-choose-visual__stat-num {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 800;
    color: #fff;
    line-height: 1;
    letter-spacing: -0.02em;
}
.ffd-choose-visual__stat-label {
    margin-top: 4px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.88);
}
.ffd-choose-visual__ribbon {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #0a1628;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(6px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.ffd-choose-visual__points {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 14px;
}
.ffd-choose-visual__point {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 12px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid rgba(20, 184, 166, 0.14);
    box-shadow: 0 8px 24px rgba(10, 22, 40, 0.06);
    transition: border-color 0.25s ease, transform 0.25s ease;
}
.ffd-choose-visual__point:hover {
    border-color: rgba(20, 184, 166, 0.35);
    transform: translateY(-2px);
}
.ffd-choose-visual__point i {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 13px;
    color: #fff;
    background: linear-gradient(135deg, var(--ffd-teal) 0%, var(--ffd-teal-dark) 100%);
}
.ffd-choose-visual__point span {
    font-size: 12px;
    font-weight: 600;
    color: #334155;
    line-height: 1.45;
}
@media (max-width: 991px) {
    .ffd-choose-featured__img img {
        min-height: 300px;
    }
    .ffd-choose-visual__media img {
        height: 280px;
    }
    .ffd-choose-visual__points {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 575px) {
    .ffd-choose-featured__badge {
        left: 16px;
        bottom: 16px;
        padding: 14px 16px;
    }
    .ffd-choose-visual__stat {
        left: 14px;
        bottom: 14px;
        padding: 12px 16px;
    }
}

@media (max-width: 991px) {
    .ffd-about-pro__gallery {
        min-height: auto;
        margin-top: 24px;
    }
    .ffd-about-pro__gallery-accent {
        position: relative;
        right: auto;
        bottom: auto;
        width: 55%;
        margin: -40px 0 0 auto;
    }
    .ffd-about-pro__side {
        margin-top: 8px;
    }
    .ffd-projects-pro__footer {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }
    .ffd-projects-pro__stats {
        justify-content: center;
    }
    .ffd-projects-pro__cta {
        align-self: center;
    }
}

/* ——— Our Products (homepage) ——— */
.ffd-products-home {
    position: relative;
    overflow: hidden;
    background: linear-gradient(165deg, #f8fafc 0%, #eef7f6 42%, #f4fbfb 100%) !important;
}
.ffd-products-home__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 55% 45% at 8% 20%, rgba(20, 184, 166, 0.09) 0%, transparent 65%),
        radial-gradient(ellipse 40% 35% at 92% 75%, rgba(13, 148, 136, 0.07) 0%, transparent 60%);
}
.ffd-products-home .container {
    position: relative;
    z-index: 1;
}
.ffd-products-home__head {
    max-width: 720px;
    margin: 0 auto 52px;
}
.ffd-products-home__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ffd-teal-dark);
    margin-bottom: 18px;
}
.ffd-products-home__eyebrow img {
    width: 28px;
    height: auto;
}
.ffd-products-home__head h2 {
    margin-bottom: 16px;
    color: #0a1628;
}
.ffd-products-home__head p {
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.65;
    color: #5a6b7d;
    max-width: 600px;
}
.ffd-product-home-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(20, 184, 166, 0.12);
    box-shadow:
        0 4px 24px rgba(10, 22, 40, 0.06),
        0 1px 0 rgba(255, 255, 255, 0.9) inset;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.ffd-product-home-card:hover {
    transform: translateY(-8px);
    border-color: rgba(20, 184, 166, 0.35);
    box-shadow:
        0 28px 56px rgba(10, 22, 40, 0.12),
        0 0 0 1px rgba(20, 184, 166, 0.08);
}
.ffd-product-home-card__thumb {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: linear-gradient(145deg, #e8f5f3 0%, #f0f4f8 100%);
}
.ffd-product-home-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ffd-product-home-card:hover .ffd-product-home-card__thumb img {
    transform: scale(1.06);
}
.ffd-product-home-card__tag {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0a1628;
    background: linear-gradient(135deg, var(--ffd-teal-light) 0%, var(--ffd-teal) 100%);
    box-shadow: 0 4px 14px rgba(20, 184, 166, 0.35);
}
.ffd-product-home-card__shine {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        125deg,
        transparent 40%,
        rgba(255, 255, 255, 0.35) 50%,
        transparent 60%
    );
    transform: translateX(-120%);
    transition: transform 0.7s ease;
    pointer-events: none;
}
.ffd-product-home-card:hover .ffd-product-home-card__shine {
    transform: translateX(120%);
}
.ffd-product-home-card__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 22px 24px 26px;
    position: relative;
}
.ffd-product-home-card__icon {
    position: absolute;
    top: -22px;
    right: 20px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: linear-gradient(145deg, var(--ffd-teal) 0%, var(--ffd-teal-dark) 100%);
    color: #fff;
    font-size: 17px;
    box-shadow: 0 8px 20px rgba(20, 184, 166, 0.4);
    transition: transform 0.3s ease;
}
.ffd-product-home-card:hover .ffd-product-home-card__icon {
    transform: scale(1.08) rotate(-4deg);
}
.ffd-product-home-card__body h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 6px;
    line-height: 1.35;
    padding-right: 48px;
}
.ffd-product-home-card__body h3 a {
    color: #0a1628;
    text-decoration: none;
    transition: color 0.2s ease;
}
.ffd-product-home-card__body h3 a:hover {
    color: var(--ffd-teal-dark);
}
.ffd-product-home-card__spec {
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: var(--ffd-teal-dark);
}
.ffd-product-home-card__desc {
    margin: 0 0 18px;
    flex: 1;
    font-size: 14px;
    line-height: 1.6;
    color: #64748b;
}
.ffd-product-home-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: var(--ffd-teal-dark);
    text-decoration: none;
    transition: gap 0.25s ease, color 0.2s ease;
}
.ffd-product-home-card__link i {
    font-size: 11px;
    transition: transform 0.25s ease;
}
.ffd-product-home-card__link:hover {
    color: var(--ffd-teal);
    gap: 12px;
}
.ffd-product-home-card__link:hover i {
    transform: translate(2px, -2px);
}
.ffd-products-home__cta {
    margin-top: 48px;
    text-align: center;
}
.ffd-products-home__btn {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    padding: 18px 36px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    border-radius: 999px !important;
    box-shadow: 0 12px 32px rgba(20, 184, 166, 0.35);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ffd-products-home__btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 44px rgba(20, 184, 166, 0.45);
}
.ffd-products-home__btn i {
    font-size: 13px;
}
@media (max-width: 991px) {
    .ffd-products-home__head {
        margin-bottom: 36px;
    }
}
@media (max-width: 575px) {
    .ffd-product-home-card__body {
        padding: 20px 18px 22px;
    }
    .ffd-products-home__cta {
        margin-top: 32px;
    }
}

/* Hide site search (not configured for this site) */
.main-header__search,
.search-popup {
    display: none !important;
}

/* ——— Contact form ——— */
.ffd-contact-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.contact-form-box .form-message {
    display: none;
    margin-bottom: 20px;
    padding: 14px 18px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.55;
}
.contact-form-box .form-message.success {
    display: block;
    color: #065f46;
    background: #ecfdf5;
    border: 1px solid #6ee7b7;
}
.contact-form-box .form-message.error {
    display: block;
    color: #991b1b;
    background: #fef2f2;
    border: 1px solid #fecaca;
}
.contact-form-box #contact-submit-btn:disabled {
    opacity: 0.72;
    cursor: not-allowed;
}
