﻿.fg-page {
    background: #ffffff;
    color: #102039;
}

.fg-hero {
    position: relative;
    overflow: hidden;
    padding: 68px 0 58px;
   background: linear-gradient(135deg, #050b18, #0f3589 58%, #00419b);
    color: #ffffff;
}

.fg-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 48px;
    align-items: center;
}

.fg-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 22px;
    color: #d5e3fb;
    font-size: 11px;
}

    .fg-breadcrumb a {
        color: #ffffff;
        text-decoration: none;
    }

.fg-kicker {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 12px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 50px;
    background: rgba(255,255,255,.08);
    color: #dce8ff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

    .fg-kicker i {
        color: #8be071;
        font-size: 15px;
    }

.fg-hero h1 {
    margin: 17px 0 18px;
    color: #ffffff;
    font-family: "Playfair Display", serif;
    font-size: clamp(40px, 5.2vw, 66px);
    line-height: 1.06;
}

    .fg-hero h1 span {
        display: block;
        margin-top: 8px;
        color: #c7dafa;
        font-family: "Manrope", sans-serif;
        font-size: clamp(18px, 2vw, 27px);
        font-weight: 700;
    }

.fg-hero p {
    max-width: 760px;
    margin: 0;
    color: #d8e5fb;
    font-size: 14px;
    line-height: 1.9;
}

.fg-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 26px;
}

.fg-btn {
    min-height: 44px;
    padding: 11px 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: 9px;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
    transition: .25s;
}

.fg-btn-light {
    color: #0f3fa7;
    background: #ffffff;
}

    .fg-btn-light:hover {
        color: #ffffff;
        background: #2e7ee7;
    }

.fg-btn-outline {
    color: #ffffff;
    border: 1px solid rgba(255,255,255,.35);
    background: rgba(255,255,255,.06);
}

.fg-product-card {
    position: relative;
    overflow: hidden;
    min-height: 360px;
    padding: 35px;
    display: grid;
    place-items: center;
    border-radius: 26px;
    background: linear-gradient(145deg,#ffffff,#f0f8ed);
    box-shadow: 0 28px 65px rgba(0,0,0,.22);
}

    .fg-product-card::before {
        content: "";
        position: absolute;
        width: 240px;
        height: 240px;
        border-radius: 50%;
        background: rgba(105, 190, 74, .11);
    }

.fg-product-placeholder {
    position: relative;
    z-index: 2;
    width: 175px;
    height: 175px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(135deg,#94cf4d,#62ad25);
    color: #ffffff;
    font-size: 78px;
    box-shadow: 0 18px 42px rgba(83,154,31,.25);
}

.fg-section {
    padding: 20px 0;
}

.fg-soft {
    background: #f8faff;
}

.fg-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 30px;
}

.fg-title {
    margin: 0 0 18px;
    color: #000000;
    font-family: "Playfair Display", serif;
    font-size: clamp(28px, 3vw, 38px);
    line-height: 1.25;
    text-align:center;
}

.fg-copy p {
    margin-bottom: 17px;
    color: #000000;
    font-size: 14px;
    line-height: 1.9;
    text-align: justify;
}

.fg-side-card {
    padding: 27px;
    border: 1px solid #dfe7f3;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 35px rgba(15,63,167,.07);
}

    .fg-side-card h3 {
        margin: 0 0 18px;
        color: #103f96;
        font-size: 21px;
    }

.fg-point {
    display: flex;
    gap: 11px;
    margin: 14px 0;
    color: #536176;
    font-size: 13px;
    line-height: 1.75;
}

    .fg-point i {
        flex: 0 0 30px;
        width: 30px;
        height: 30px;
        display: grid;
        place-items: center;
        border-radius: 9px;
        color: #21854a;
        background: #eaf7ee;
        font-size: 16px;
    }

    .fg-point span {
        color:#000000;
        font-weight:600;
    }


.fg-working-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.fg-info-card {
    padding: 27px;
    border: 1px solid #dfe7f3;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(15,63,167,.05);
}

    .fg-info-card h3 {
        margin: 0 0 13px;
        color: #103f96;
        font-size: 20px;
    }

    .fg-info-card p {
        margin: 0;
        color: #000000;
        font-size: 13px;
        line-height: 1.85;
    }

.fg-graph {
    min-height: 260px;
    position: relative;
    margin-top: 20px;
    padding: 25px;
    display: grid;
    place-items: center;
    border: 1px solid #d8e2ef;
    border-radius: 18px;
    background: #ffffff;
}

.fg-chart-box {
    width: 100%;
    max-width: 430px;
    height: 210px;
    position: relative;
    border-left: 2px solid #8da0b7;
    border-bottom: 2px solid #8da0b7;
}

    .fg-chart-box::before {
        content: "";
        position: absolute;
        left: 10%;
        right: 5%;
        bottom: 15%;
        height: 3px;
        border-radius: 50px;
        background: linear-gradient(90deg,#73aaf2,#0f3fa7);
        transform: rotate(-15deg) skewX(-25deg);
    }

.fg-chart-label {
    position: absolute;
    right: 10px;
    top: 35%;
    color: #dd3d33;
    font-size: 11px;
    font-weight: 800;
}

.fg-axis-y {
    position: absolute;
    left: -72px;
    top: 50%;
    width: 140px;
    transform: rotate(-90deg);
    color: #667085;
    font-size: 9px;
    text-align: center;
}

.fg-axis-x {
    position: absolute;
    left: 50%;
    bottom: -28px;
    transform: translateX(-50%);
    color: #667085;
    font-size: 9px;
}

.fg-use-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    align-items: stretch;
}

.fg-use-card {
    position: relative;
    padding: 22px;
    border: 1px solid #dfe7f3;
    border-radius: 18px;
    background: #ffffff;
    text-align: center;
    transition: .3s;
}

    .fg-use-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 16px 38px rgba(15,63,167,.10);
    }

.fg-use-number {
    width: 38px;
    height: 38px;
    margin: 0 auto 15px;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: #0f3fa7;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 800;
}

.fg-use-image {
    min-height: 130px;
    margin-bottom: 15px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    background: linear-gradient(135deg,#edf5ff,#f7f9fc);
    color: #0f3fa7;
    font-size: 52px;
}

.fg-use-card h3 {
    margin: 0 0 8px;
    color: #17243a;
    font-size: 15px;
}

.fg-use-card p {
    margin: 0;
    color: #000000;
    font-size: 12px;
    line-height: 1.7;
    text-align:center;
}

.fg-use-card:not(:last-child)::after {
    content: "\EA6C";
    position: absolute;
    top: 50%;
    right: -33px;
    z-index: 3;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    transform: translateY(-50%);
    color: #0f3fa7;
    background: #ffffff;
    border: 1px solid #dfe7f3;
    border-radius: 50%;
    font-family: "remixicon";
    font-size: 24px;
}

.fg-cta {
    padding: 42px 0;
    background: linear-gradient(135deg,#08286f,#0f4fb8);
}

.fg-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.fg-cta h2 {
    margin: 0 0 7px;
    color: #ffffff;
    font-size: 27px;
}

.fg-cta p {
    margin: 0;
    color: #d6e4ff;
    font-size: 13px;
}

@media(max-width: 992px) {
    .fg-hero-grid {
        grid-template-columns: 1fr 390px;
    }
}

@media(max-width: 840px) {
    .fg-hero-grid,
    .fg-grid,
    .fg-working-grid {
        grid-template-columns: 1fr;
    }

    .fg-product-card {
        max-width: 480px;
        width: 100%;
        margin: auto;
    }

    .fg-use-grid {
        grid-template-columns: 1fr;
    }

    .fg-use-card:not(:last-child)::after {
        display: none;
    }

    .fg-cta-inner {
        display: block;
    }

    .fg-cta .fg-btn {
        margin-top: 18px;
    }
}

@media(max-width: 560px) {
    .fg-hero {
        padding: 105px 0;
    }

    .fg-section {
        padding: 38px 0;
    }

    .fg-product-card {
        min-height: 240px;
    }

    .fg-product-placeholder {
        width: 130px;
        height: 130px;
        font-size: 58px;
    }
}

.fg-hero h1 sup {
    font-size: 35%;
    vertical-align: super;
    line-height: 0;
    margin-left: 3px;
}

.pg-product-card {
    background: #ffffff00;
    padding: 22px;
    border-radius: 22px;
    box-shadow: 0 28px 70px rgba(0,0,0,.25);
}

    .pg-product-card img {
        width: 100%;
        object-fit: contain;
        display: block;
        border-radius: 14px;
        background: #ffffff0f;
    }
