.fng-page {
    background: #f7fafc;
    color: #172033;
    font-family: "Sarabun", Arial, sans-serif;
}

.fng-main {
    overflow: hidden;
}

.fng-hero {
    /* min-height: 78vh; */
    padding: 150px 0 72px;
    color: #fff;
    background:
        linear-gradient(115deg, rgba(7, 26, 56, 0.9), rgba(13, 82, 126, 0.78)),
        url("../image/page-title/img-page-title.png") center/cover no-repeat;
    display: flex;
    align-items: flex-end;
}

.fng-hero.compact {
    min-height: 46vh;
    padding-top: 140px;
}

.fng-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.fng-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 40px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #30d5c8;
}

.fng-hero h1,
.fng-section h2 {
    letter-spacing: 0;
}

.fng-hero h1 {
    /* max-width: 900px; */
    margin: 0;
    /* font-size: clamp(42px, 7vw, 62px); */
    line-height: 1.04;
    font-weight: 700;
}

.fng-hero p {
    /* max-width: 760px; */
    margin: 22px 0 0;
    font-size: 20px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.9);
}

.fng-hero-intro {
    display: grid;
    gap: 4px;
    max-width: min(100%, 1200px);
    font-weight: 600;
    text-wrap: pretty;
    overflow-wrap: break-word;
}

.fng-hero-intro span {
    display: block;
    max-width: 100%;
}

.fng-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 32px;
}

.fng-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 6px;
    border: 1px solid transparent;
    font-weight: 700;
    color: #08243b;
    background: #30d5c8;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.fng-btn::after {
    content: "";
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 17 17 7'/%3E%3Cpath d='M8 7h9v9'/%3E%3C/svg%3E") center/contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 17 17 7'/%3E%3Cpath d='M8 7h9v9'/%3E%3C/svg%3E") center/contain no-repeat;
    transition: transform 0.22s ease;
}

.fng-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(48, 213, 200, 0.25);
}

.fng-btn:hover::after {
    transform: translate(2px, -2px);
}

.fng-btn.secondary {
    color: #fff;
    background: transparent;
    border-color: rgba(255, 255, 255, 0.42);
}

.fng-section {
    padding: 46px 0;
    /* background: #eef5f8; */
}

.fng-visual {
    padding: 72px 0 0;
    /* background: #eef5f8; */
}

.fng-visual-card {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 34px;
    align-items: center;
    padding: 30px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #dde8ef;
    box-shadow: 0 20px 50px rgba(16, 36, 58, 0.08);
    position: relative;
    isolation: isolate;
    overflow: hidden;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.fng-visual-card::before {
    content: "";
    position: absolute;
    inset: -1px auto auto -1px;
    width: 140px;
    height: 140px;
    border-radius: 0 0 100% 0;
    background: radial-gradient(circle at 0 0, rgba(48, 213, 200, 0.22), transparent 68%);
    z-index: -1;
}

.fng-visual-card:hover {
    transform: translateY(-4px);
    border-color: rgba(48, 213, 200, 0.38);
    box-shadow: 0 26px 70px rgba(16, 36, 58, 0.12);
}

.fng-visual-copy h2 {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0;
    font-size: clamp(26px, 3vw, 40px);
    line-height: 1.22;
    color: #15243a;
}

.fng-visual-copy h2::before {
    content: "";
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(48, 213, 200, 0.95), rgba(28, 115, 255, 0.92));
    filter: drop-shadow(0 10px 18px rgba(48, 213, 200, 0.24));
    -webkit-mask:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12h4l2-7 4 14 2-7h4'/%3E%3C/svg%3E") center/32px 32px no-repeat;
    mask:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12h4l2-7 4 14 2-7h4'/%3E%3C/svg%3E") center/32px 32px no-repeat;
}

.fng-visual-copy p {
    margin: 14px 0 0;
    font-size: 17px;
    line-height: 1.75;
    color: #5d6d82;
}

.fng-visual-media {
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
    background: #eaf3f7;
    aspect-ratio: 4 / 3;
    position: relative;
}

.fng-visual-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease, filter 0.5s ease;
}

.fng-visual-card:hover .fng-visual-media img {
    transform: scale(1.035);
    filter: saturate(1.08) contrast(1.03);
}

.fng-visual-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(48, 213, 200, 0.22), transparent 42%),
        linear-gradient(0deg, rgba(8, 36, 59, 0.18), transparent 54%);
    pointer-events: none;
}

.fng-detail-gallery {
    padding: 0 0 72px;
    background: #eef5f8;
}

.fng-detail-gallery .fng-container {
    margin-top: -28px;
}

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

.fng-gallery-item {
    position: relative;
    margin: 0;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    padding: 10px;
    border: 1px solid rgba(8, 36, 59, 0.14);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(8, 36, 59, 0.12);
}

.fng-gallery-item::before {
    content: "";
    position: absolute;
    inset: 5px;
    z-index: 1;
    border: 1px solid rgba(48, 213, 200, 0.28);
    border-radius: 7px;
    pointer-events: none;
}

.fng-gallery-item img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.fng-gallery-item:hover img {
    transform: scale(1.05);
}

.fng-section.alt {
    /* background:  #eef5f8; */
}

.fng-section.dark {
    color: #fff;
    background: #10243a;
}

.fng-section-head {
    /* max-width: 820px; */
    margin-bottom: 34px;
}

.fng-section h2 {
    margin: 0;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.18;
    color: inherit;
}

.fng-section-head p,
.fng-lead {
    margin: 16px 0 0;
    font-size: 18px;
    line-height: 1.75;
    color: #55657a;
}

.fng-section.dark .fng-section-head p,
.fng-section.dark .fng-lead {
    color: rgba(255, 255, 255, 0.78);
}

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

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

.fng-card {
    min-height: 100%;
    padding: 26px;
    border: 1px solid #dde8ef;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(16, 36, 58, 0.06);
    position: relative;
    overflow: hidden;
    transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.fng-card::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 88px;
    height: 88px;
    border-radius: 0 8px 0 100%;
    background: linear-gradient(135deg, rgba(48, 213, 200, 0.16), rgba(28, 115, 255, 0.1));
    pointer-events: none;
    transition: opacity 0.24s ease, transform 0.24s ease;
}

.fng-card:hover {
    transform: translateY(-5px);
    border-color: rgba(48, 213, 200, 0.44);
    box-shadow: 0 24px 60px rgba(16, 36, 58, 0.12);
}

.fng-card:hover::after {
    transform: scale(1.08);
}

.fng-section.alt .fng-card {
    background: #fff;
}

.fng-section.dark .fng-card {
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
    box-shadow: none;
}

.fng-card h3 {
    --fng-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v18'/%3E%3Cpath d='M3 12h18'/%3E%3C/svg%3E");
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 12px;
    font-size: 22px;
    line-height: 1.35;
    color: inherit;
}

.fng-card h3::before {
    content: "";
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 8px;
    background:
        linear-gradient(135deg, #30d5c8, #1c73ff);
    filter: drop-shadow(0 9px 16px rgba(48, 213, 200, 0.24));
    -webkit-mask: var(--fng-icon) center/30px 30px no-repeat;
    mask: var(--fng-icon) center/30px 30px no-repeat;
}

.fng-grid .fng-card:nth-child(1) h3 { --fng-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m13 2-9 13h7l-1 7 9-13h-7l1-7z'/%3E%3C/svg%3E"); }
.fng-grid .fng-card:nth-child(2) h3 { --fng-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3.6 9h16.8'/%3E%3Cpath d='M3.6 15h16.8'/%3E%3Cpath d='M12 3a15 15 0 0 1 0 18'/%3E%3Cpath d='M12 3a15 15 0 0 0 0 18'/%3E%3C/svg%3E"); }
.fng-grid .fng-card:nth-child(3) h3 { --fng-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z'/%3E%3C/svg%3E"); }
.fng-grid .fng-card:nth-child(4) h3 { --fng-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Cpath d='M12 2v2'/%3E%3Cpath d='M12 20v2'/%3E%3Cpath d='m4.93 4.93 1.41 1.41'/%3E%3Cpath d='m17.66 17.66 1.41 1.41'/%3E%3Cpath d='M2 12h2'/%3E%3Cpath d='M20 12h2'/%3E%3Cpath d='m6.34 17.66-1.41 1.41'/%3E%3Cpath d='m19.07 4.93-1.41 1.41'/%3E%3C/svg%3E"); }
.fng-grid .fng-card:nth-child(5) h3 { --fng-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='4' width='16' height='12' rx='2'/%3E%3Cpath d='M8 20h8'/%3E%3Cpath d='M12 16v4'/%3E%3C/svg%3E"); }
.fng-grid .fng-card:nth-child(6) h3 { --fng-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z'/%3E%3Cpath d='M3.3 7 12 12l8.7-5'/%3E%3Cpath d='M12 22V12'/%3E%3C/svg%3E"); }

.product-category-card {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.fng-card-media {
    position: relative;
    z-index: 1;
    margin: 0;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #e5eef4;
}

.fng-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.product-category-card:hover .fng-card-media img {
    transform: scale(1.05);
}

.product-category-card h3,
.product-category-card > p {
    position: relative;
    z-index: 1;
    margin-left: 26px;
    margin-right: 26px;
}

.product-category-card h3 {
    margin-top: 24px;
}

.product-category-card > p:not(.fng-card-action) {
    flex: 1 1 auto;
}

.fng-card-action {
    margin-top: 18px;
    margin-bottom: 26px;
}

.fng-detail-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 8px;
    background: #0d6b8f;
    color: #fff !important;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    box-shadow: 0 12px 26px rgba(13, 107, 143, 0.22);
    transition: transform 0.22s ease, background 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}

.fng-detail-btn::after {
    content: "";
    width: 8px;
    height: 8px;
    margin-left: 10px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
}

.fng-detail-btn:hover {
    background: #30d5c8;
    color: #07233a !important;
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(48, 213, 200, 0.26);
}

.fng-card p,
.fng-card li {
    font-size: 16px;
    line-height: 1.75;
    color: #5d6d82;
}

.fng-section.dark .fng-card p,
.fng-section.dark .fng-card li {
    color: rgba(255, 255, 255, 0.78);
}

.fng-card ul {
    margin: 0;
    padding-left: 18px;
}

.fng-band {
    padding: 42px;
    border-radius: 8px;
    background: linear-gradient(135deg, #0c466c, #159a9c);
    color: #fff;
}

.fng-band p {
    max-width: 850px;
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.85);
    font-size: 18px;
    line-height: 1.75;
}

.fng-list {
    display: grid;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.fng-list li {
    padding-left: 34px;
    position: relative;
    font-size: 17px;
    line-height: 1.7;
}

.fng-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 22px;
    height: 22px;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(48, 213, 200, 0.95), rgba(28, 115, 255, 0.92));
    box-shadow: 0 8px 20px rgba(48, 213, 200, 0.18);
}

.fng-list li::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 12px;
    width: 10px;
    height: 7px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}

.fng-solutions-showcase {
    padding: 68px 0 82px;
    background: #eef5f8;
}

.fng-service-accordion {
    padding: 64px 0;
    background: #eef5f8;
}

.fng-service-accordion-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.48fr) minmax(360px, 0.52fr);
    gap: 46px;
    align-items: center;
}

.fng-service-eyebrow {
    margin: 0 0 14px;
    color: #172033;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
}

.fng-service-accordion-copy h2 {
    margin: 0 0 30px;
    color: #242426;
    font-size: clamp(32px, 3.4vw, 46px);
    font-weight: 700;
    line-height: 1.18;
}

.fng-service-accordion-copy h2 span {
    display: block;
    font-weight: 400;
    font-size: 24px ;
    margin-top: 8px;
}

.fng-service-accordion-list {
    display: grid;
}

.fng-service-accordion-item {
    border-bottom: 1px solid #252525;
}

.fng-service-accordion-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: 100%;
    min-height: 68px;
    border: 0;
    background: transparent;
    color: #242426;
    font-family: inherit;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    text-align: left;
    cursor: pointer;
}

.fng-service-accordion-icon {
    position: relative;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.fng-service-accordion-icon::before,
.fng-service-accordion-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    border-radius: 2px;
    background: #242426;
    transform: translate(-50%, -50%);
    transition: transform 0.22s ease, opacity 0.22s ease;
}

.fng-service-accordion-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.fng-service-accordion-trigger[aria-expanded="true"] .fng-service-accordion-icon::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(0deg);
}

.fng-service-accordion-panel {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.32s ease, opacity 0.24s ease;
}

.fng-service-accordion-panel.is-open {
    opacity: 1;
}

.fng-service-detail {
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 34px;
}

.fng-service-detail img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    margin: 28px 0 28px;
}

.fng-service-detail p {
    margin: 24px 0 16px;
    color: #343434;
    font-size: 15px;
    line-height: 1.75;
}

.fng-service-detail ul {
    display: grid;
    gap: 8px;
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
}

.fng-service-detail li {
    position: relative;
    padding-left: 30px;
    color: #1d2a34;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
}

.fng-service-detail li::before {
    content: "*";
    position: absolute;
    left: 0;
    top: -2px;
    color: #10243a;
    font-size: 26px;
    font-weight: 800;
    line-height: 1;
}

.fng-service-accordion-media {
    margin: 0;
    overflow: hidden;
    background:  #eef5f8;
}

.fng-service-accordion-media img {
    display: block;
    width: 100%;
    min-height: 480px;
    object-fit: cover;
}

.fng-solution-toggle {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.fng-solutions-viewport {
    position: relative;
    min-height: 510px;
    border: 1px solid #ead8d3;
    background: #fff;
    overflow: hidden;
}

.fng-solution-slide {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: minmax(300px, 0.44fr) minmax(0, 0.56fr);
    gap: 32px;
    align-items: center;
    padding: 10px 10px 10px 80px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(18px);
    transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
}

.fng-solution-copy {
    max-width: 385px;
}

.fng-solution-copy span {
    display: block;
    margin-bottom: 24px;
    color: #2b2d31;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}

.fng-solution-copy h2 {
    display: inline;
    margin: 0;
    color: #1b2733;
    font-size: clamp(27px, 3vw, 30px);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
    border-bottom: 3px solid currentColor;
}

.fng-solution-copy p {
    margin: 27px 0 0;
    color: #3e3e3e;
    font-size: 16px;
    line-height: 1.85;
}

.fng-solution-media {
    height: 100%;
    min-height: 488px;
    margin: 0;
    overflow: hidden;
    background: #eef5f8;
}

.fng-solution-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fng-solution-toggle:nth-of-type(1):checked ~ .fng-solutions-viewport .fng-solution-slide:nth-child(1),
.fng-solution-toggle:nth-of-type(2):checked ~ .fng-solutions-viewport .fng-solution-slide:nth-child(2),
.fng-solution-toggle:nth-of-type(3):checked ~ .fng-solutions-viewport .fng-solution-slide:nth-child(3),
.fng-solution-toggle:nth-of-type(4):checked ~ .fng-solutions-viewport .fng-solution-slide:nth-child(4) {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.fng-solution-dots {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 66px;
}

.fng-solution-dots label {
    width: 10px;
    height: 10px;
    border: 2px solid #202020;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.fng-solution-dots label:hover {
    transform: scale(1.12);
}

.fng-solution-toggle:nth-of-type(1):checked ~ .fng-solution-dots label:nth-child(1),
.fng-solution-toggle:nth-of-type(2):checked ~ .fng-solution-dots label:nth-child(2),
.fng-solution-toggle:nth-of-type(3):checked ~ .fng-solution-dots label:nth-child(3),
.fng-solution-toggle:nth-of-type(4):checked ~ .fng-solution-dots label:nth-child(4) {
    background: #202020;
}

.fng-contact {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 24px;
}

.fng-contact a {
    color: #0d6b8f;
    font-weight: 700;
}

.fng-map-section {
    padding-top: 42px;
}

.fng-contact-growth-box {
    max-width: none;
    padding: 28px 30px;
    border: 1px solid #dde8ef;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(16, 36, 58, 0.06);
}

.fng-contact-growth-box .fng-section-head {
    margin-bottom: 26px;
}

.fng-map-card {
    position: relative;
    overflow: hidden;
    min-height: 420px;
    border: 1px solid rgba(13, 107, 143, 0.18);
    border-radius: 8px;
    background: #dfeaf1;
    box-shadow: 0 28px 80px rgba(9, 28, 44, 0.14);
}

.fng-map-card iframe {
    display: block;
    width: 100%;
    height: 460px;
    min-height: 420px;
    border: 0;
}

.map-actions {
    justify-content: center;
    margin-top: 24px;
}

.fng-footer-shell {
    background: #0f2135;
}

@media (max-width: 991px) {
    .fng-grid,
    .fng-grid.two,
    .fng-contact,
    .fng-visual-card {
        grid-template-columns: 1fr;
    }

    .fng-hero {
        min-height: 70vh;
        padding-top: 128px;
    }

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

    .fng-solutions-viewport {
        min-height: 0;
    }

    .fng-service-accordion-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .fng-service-accordion-media {
        order: -1;
    }

    .fng-service-accordion-media img {
        min-height: 0;
        aspect-ratio: 16 / 10;
    }

    .fng-service-accordion-copy h2 {
        max-width: 760px;
        font-size: clamp(30px, 4.8vw, 40px);
    }

    .fng-solution-slide {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 30px;
    }

    .fng-solution-media {
        min-height: 0;
        height: auto;
        aspect-ratio: 16 / 10;
    }
}

@media (max-width: 575px) {
    .fng-container {
        width: min(100% - 28px, 1180px);
    }

    .fng-hero h1 {
        font-size: 38px;
    }

    .fng-hero p,
    .fng-section-head p,
    .fng-lead {
        font-size: 16px;
    }

    /* .fng-section {
        padding: 58px 0;
    } */

    .fng-service-accordion.fng-section {
        padding: 48px 0;
    }

    .fng-visual-card {
        padding: 18px;
        gap: 20px;
    }

    .fng-visual-media {
        aspect-ratio: 16 / 10;
    }

    .fng-band {
        padding: 28px;
    }

    .fng-detail-gallery {
        padding-bottom: 58px;
    }

    .fng-detail-gallery .fng-container {
        margin-top: -18px;
    }

    .fng-gallery-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .product-category-card h3,
    .product-category-card > p {
        margin-left: 20px;
        margin-right: 20px;
    }

    .product-category-card h3 {
        margin-top: 20px;
    }

    .fng-card-action {
        margin-bottom: 20px;
    }

    .fng-detail-btn {
        width: 100%;
    }

    .fng-map-card,
    .fng-map-card iframe {
        min-height: 320px;
        height: 320px;
    }

    .fng-solutions-showcase {
        padding: 48px 0 62px;
    }

    .fng-service-accordion-copy h2 {
        margin-bottom: 22px;
        font-size: 30px;
        line-height: 1.24;
    }

    .fng-service-eyebrow {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .fng-service-accordion-trigger {
        min-height: 60px;
        font-size: 16px;
    }

    .fng-service-detail {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .fng-service-detail img {
        margin: 18px 0 12px;
        aspect-ratio: 16 / 10;
    }

    .fng-service-detail p {
        margin: 8px 0 14px;
        font-size: 14px;
        line-height: 1.7;
    }

    .fng-service-detail li {
        font-size: 14px;
    }

    .fng-service-detail ul {
        margin-bottom: 18px;
    }

    .fng-solutions-viewport {
        border-color: #ead8d3;
    }

    .fng-solution-slide {
        padding: 22px;
        gap: 20px;
    }

    .fng-solution-copy span {
        margin-bottom: 16px;
    }

    .fng-solution-copy h2 {
        font-size: 25px;
    }

    .fng-solution-copy p {
        margin-top: 20px;
        font-size: 15px;
    }

    .fng-solution-media {
        min-height: 0;
    }

    .fng-solution-dots {
        margin-top: 36px;
    }
}

/* Balanced FNG page spacing
   Normalize only section-level vertical rhythm across FNG pages. */
.fng-page {
    --fng-section-space-y: clamp(42px, 4.2vw, 60px);
    --fng-hero-space-top: clamp(112px, 9.5vw, 132px);
    --fng-hero-space-bottom: clamp(44px, 4.4vw, 58px);
}

.fng-hero {
    padding-top: var(--fng-hero-space-top);
    padding-bottom: var(--fng-hero-space-bottom);
}

.fng-hero.compact {
    padding-top: clamp(104px, 9vw, 122px);
    padding-bottom: var(--fng-hero-space-bottom);
}

.fng-section,
.fng-visual,
.fng-solutions-showcase,
.fng-service-accordion,
.fng-map-section {
    padding-top: var(--fng-section-space-y);
    padding-bottom: var(--fng-section-space-y);
}

@media (max-width: 991px) {
    .fng-page {
        --fng-section-space-y: 44px;
        --fng-hero-space-top: 106px;
        --fng-hero-space-bottom: 44px;
    }
}

@media (max-width: 575px) {
    .fng-page {
        --fng-section-space-y: 36px;
        --fng-hero-space-top: 96px;
        --fng-hero-space-bottom: 36px;
    }
}
