/*
Theme Name: GF Tema
Theme URI: http://geopoliticalforesight.com.tr
Author: Tugay
Description: Jeopolitik Öngörü Enstitüsü için özel WordPress teması.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gf-tema
*/

/* Desktop Dropdown Menu */
.gf-skip-link {
    position: absolute;
    left: 1rem;
    top: 1rem;
    z-index: 1000;
    transform: translateY(-220%);
    padding: 0.75rem 1rem;
    border-radius: 9999px;
    background: #091e2b;
    color: #ffffff;
    font-weight: 700;
    transition: transform 0.2s ease;
}

.gf-skip-link:focus {
    transform: translateY(0);
}

.gf-dropdown-parent .gf-dropdown {
    pointer-events: none;
}

.gf-dropdown-parent:hover .gf-dropdown,
.gf-dropdown-parent:focus-within .gf-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
}

.gf-dropdown li a {
    position: relative;
}

.gf-dropdown li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 0;
    background-color: #31b1ab;
    border-radius: 2px;
    transition: height 0.2s ease;
}

.gf-dropdown li a:hover::before {
    height: 60%;
}

/* Mobile Accordion */
.gf-mobile-menu-item,
.gf-mobile-sub,
#mobileMenu nav ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.gf-mobile-toggle.active i {
    transform: rotate(180deg);
}

.gf-mobile-sub:not(.hidden) {
    display: flex;
}

/* Prevent body scroll when mobile menu is open */
body.mobile-menu-open {
    overflow: hidden;
}

/* Single post readability */
.gf-post-article {
    background: #fff;
}

.gf-post-content {
    color: #374151;
    font-size: 1.125rem;
    line-height: 1.95;
    font-weight: 400;
}

.gf-post-content > *:first-child {
    margin-top: 0;
}

.gf-post-content > *:last-child {
    margin-bottom: 0;
}

.gf-post-content p,
.gf-post-content ul,
.gf-post-content ol,
.gf-post-content blockquote,
.gf-post-content pre,
.gf-post-content table,
.gf-post-content .wp-block-image,
.gf-post-content figure,
.gf-post-content .wp-block-embed {
    margin: 0 0 1.75rem;
}

.gf-post-content h2,
.gf-post-content h3,
.gf-post-content h4,
.gf-post-content h5,
.gf-post-content h6 {
    color: #091e2b;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.25;
    margin: 3.25rem 0 1.25rem;
}

.gf-post-content h2 {
    font-size: clamp(1.75rem, 2vw, 2.3rem);
}

.gf-post-content h3 {
    font-size: clamp(1.4rem, 1.6vw, 1.85rem);
}

.gf-post-content h4 {
    font-size: 1.25rem;
}

.gf-post-content p {
    color: #4b5563;
}

.gf-post-content a {
    color: #125651;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: rgba(49, 177, 171, 0.45);
    text-underline-offset: 0.18em;
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.gf-post-content a:hover {
    color: #31b1ab;
    text-decoration-color: rgba(49, 177, 171, 0.8);
}

.gf-post-content strong,
.gf-post-content b {
    color: #111827;
    font-weight: 700;
}

.gf-post-content em,
.gf-post-content i {
    color: #1f2937;
}

.gf-post-content ul,
.gf-post-content ol {
    padding-left: 1.4rem;
}

.gf-post-content ul {
    list-style: disc;
}

.gf-post-content ol {
    list-style: decimal;
}

.gf-post-content li {
    margin-bottom: 0.7rem;
    padding-left: 0.15rem;
}

.gf-post-content li::marker {
    color: #31b1ab;
    font-weight: 700;
}

.gf-post-content blockquote,
.gf-post-content .wp-block-quote {
    margin: 2.4rem 0;
    padding: 1.75rem 1.5rem;
    border-left: 4px solid #31b1ab;
    border-radius: 0 1.25rem 1.25rem 0;
    background: #eef5f3;
    color: #125651;
}

.gf-post-content blockquote p:last-child,
.gf-post-content .wp-block-quote p:last-child {
    margin-bottom: 0;
}

.gf-post-content img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 1.25rem;
}

.gf-post-content figure,
.gf-post-content .wp-block-image {
    margin: 2.25rem 0;
}

.gf-post-content figcaption,
.gf-post-content .wp-caption-text,
.gf-post-content .wp-element-caption {
    margin-top: 0.85rem;
    color: #6b7280;
    font-size: 0.9rem;
    line-height: 1.7;
    text-align: center;
}

.gf-post-content hr {
    margin: 2.5rem 0;
    border: 0;
    border-top: 1px solid #e5e7eb;
}

.gf-post-content table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 1rem;
    border: 1px solid #e5e7eb;
    font-size: 1rem;
}

.gf-post-content th,
.gf-post-content td {
    padding: 0.95rem 1rem;
    border-bottom: 1px solid #e5e7eb;
    text-align: left;
}

.gf-post-content th {
    background: #f8fafc;
    color: #091e2b;
    font-weight: 700;
}

.gf-post-content pre,
.gf-post-content code {
    font-family: Consolas, Monaco, monospace;
}

.gf-post-content pre {
    padding: 1.25rem;
    border-radius: 1rem;
    background: #091e2b;
    color: #f8fafc;
    overflow-x: auto;
    line-height: 1.7;
}

.gf-post-content :not(pre) > code {
    padding: 0.15rem 0.45rem;
    border-radius: 0.45rem;
    background: #f3f4f6;
    color: #125651;
    font-size: 0.95em;
}

.gf-post-content .alignleft {
    float: left;
    margin: 0.5rem 1.5rem 1rem 0;
}

.gf-post-content .alignright {
    float: right;
    margin: 0.5rem 0 1rem 1.5rem;
}

.gf-post-content .aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.gf-post-content::after {
    content: '';
    display: block;
    clear: both;
}

@media (max-width: 767px) {
    .gf-post-content {
        font-size: 1.03rem;
        line-height: 1.9;
    }

    .gf-post-content h2,
    .gf-post-content h3,
    .gf-post-content h4,
    .gf-post-content h5,
    .gf-post-content h6 {
        margin-top: 2.5rem;
    }

    .gf-post-content .alignleft,
    .gf-post-content .alignright {
        float: none;
        margin: 1.5rem auto;
    }
}

/* Bilgi pages */
.gf-bilgi-shell {
    background:
        radial-gradient(circle at top left, rgba(49, 177, 171, 0.12), transparent 26%),
        linear-gradient(180deg, #f4f7f3 0%, #eef4ef 100%);
}

.gf-bilgi-panel {
    position: relative;
    overflow: hidden;
    padding: clamp(1.4rem, 3vw, 2.8rem);
    border: 1px solid rgba(163, 184, 173, 0.28);
    border-radius: 2rem;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 24px 65px rgba(9, 30, 43, 0.08);
    backdrop-filter: blur(12px);
}

.gf-bilgi-panel::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.28), transparent 48%);
    pointer-events: none;
}

.gf-bilgi-panel--slate {
    background: linear-gradient(180deg, rgba(247, 250, 250, 0.98), rgba(238, 244, 244, 0.94));
}

.gf-bilgi-panel--contrast {
    background: linear-gradient(180deg, rgba(246, 252, 251, 0.98), rgba(236, 247, 245, 0.96));
}

.gf-bilgi-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: center;
    gap: clamp(1.5rem, 4vw, 3.5rem);
}

.gf-bilgi-hero-grid--wide {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.gf-bilgi-copy {
    max-width: 42rem;
}

.gf-bilgi-copy--stacked {
    display: grid;
    gap: 1rem;
}

.gf-bilgi-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 1rem;
    padding: 0.55rem 0.95rem;
    border-radius: 999px;
    background: rgba(49, 177, 171, 0.1);
    color: #0f5b56;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gf-bilgi-title {
    margin: 0;
    color: #0f2e2b;
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.gf-bilgi-text {
    margin: 1.15rem 0 0;
    color: #52616b;
    font-size: 1.05rem;
    line-height: 1.9;
}

.gf-bilgi-spotlight {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    margin-top: 1.6rem;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(49, 177, 171, 0.16);
    border-radius: 999px;
    background: #f3faf8;
    color: #0f5b56;
    font-weight: 700;
}

.gf-bilgi-spotlight-icon,
.gf-bilgi-card-icon,
.gf-bilgi-list-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.gf-bilgi-spotlight-icon {
    width: 2.4rem;
    height: 2.4rem;
}

.gf-bilgi-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 20rem;
    padding: clamp(1.25rem, 3vw, 2rem);
    border-radius: 1.85rem;
    color: #0f5b56;
}

.gf-bilgi-visual svg {
    display: block;
    width: min(100%, 22rem);
    height: auto;
}

.gf-bilgi-visual--teal {
    background: linear-gradient(145deg, #e8f6f4 0%, #d8ece8 100%);
}

.gf-bilgi-visual--sand {
    background: linear-gradient(145deg, #faf3e8 0%, #efe2cf 100%);
    color: #7b5833;
}

.gf-bilgi-image-frame {
    position: relative;
    overflow: hidden;
    min-height: 20rem;
    padding: 1rem;
    border: 1px solid rgba(49, 177, 171, 0.14);
    border-radius: 1.85rem;
    background: linear-gradient(145deg, #eff8f6 0%, #e0efeb 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.gf-bilgi-image-frame--chart {
    background: linear-gradient(145deg, #f7fbfb 0%, #e9f0f0 100%);
}

.gf-lightbox-trigger {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
    text-align: left;
}

.gf-lightbox-trigger:focus-visible {
    outline: 3px solid #125651;
    outline-offset: 6px;
    border-radius: 1.4rem;
}

.gf-lightbox-hint {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.55rem 0.85rem;
    border-radius: 9999px;
    background: rgba(9, 30, 43, 0.82);
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.gf-lightbox {
    width: min(96vw, 1220px);
    max-width: 1220px;
    padding: 0;
    border: 0;
    background: transparent;
}

.gf-lightbox::backdrop {
    background: rgba(9, 30, 43, 0.82);
    backdrop-filter: blur(8px);
}

.gf-lightbox-inner {
    position: relative;
    padding: 1rem;
    border-radius: 1.75rem;
    background: #f7fbfb;
    box-shadow: 0 25px 60px rgba(9, 30, 43, 0.28);
}

.gf-lightbox-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 2;
    border: 0;
    border-radius: 9999px;
    background: rgba(9, 30, 43, 0.9);
    color: #ffffff;
    padding: 0.7rem 1rem;
    font-size: 0.9rem;
    font-weight: 700;
    cursor: pointer;
}

.gf-lightbox-image {
    display: block;
    width: 100%;
    max-height: calc(100vh - 5rem);
    object-fit: contain;
    border-radius: 1.1rem;
    background: #ffffff;
}

body.gf-lightbox-open {
    overflow: hidden;
}

.gf-bilgi-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1.25rem;
    background: #ffffff;
}

.gf-bilgi-image--contain {
    object-fit: contain;
}

.gf-bilgi-visual--slate {
    background: linear-gradient(145deg, #edf3f4 0%, #dde9ea 100%);
    color: #315c61;
}

.gf-bilgi-visual--midnight {
    background: linear-gradient(145deg, #ecfaf8 0%, #d7ede7 100%);
    color: #0f5b56;
}

.gf-bilgi-card-grid {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 1rem;
    margin-top: clamp(1.6rem, 4vw, 3rem);
}

.gf-bilgi-card-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gf-bilgi-card-grid--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gf-bilgi-card {
    position: relative;
    padding: 1.5rem;
    border: 1px solid #dbe9e3;
    border-radius: 1.7rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 16px 40px rgba(9, 30, 43, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.gf-bilgi-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 44px rgba(9, 30, 43, 0.1);
    border-color: rgba(49, 177, 171, 0.28);
}

.gf-bilgi-card--compact {
    padding: 1.35rem;
}

.gf-bilgi-card-icon {
    width: 4rem;
    height: 4rem;
    border-radius: 1.2rem;
    background: #ecf8f5;
    color: #0f5b56;
}

.gf-bilgi-card h3 {
    margin: 1rem 0 0.75rem;
    color: #102d2a;
    font-size: 1.2rem;
    line-height: 1.35;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.gf-bilgi-card p,
.gf-bilgi-text-card p {
    margin: 0;
    color: #56636d;
    font-size: 1rem;
    line-height: 1.8;
}

.gf-bilgi-card--featured {
    background: linear-gradient(180deg, #12706a 0%, #0d5550 100%);
    border-color: rgba(18, 112, 106, 0.68);
    box-shadow: 0 24px 55px rgba(13, 85, 80, 0.2);
}

.gf-bilgi-card--featured h3,
.gf-bilgi-card--featured p {
    color: #f7fffd;
}

.gf-bilgi-card--featured p {
    color: rgba(247, 255, 253, 0.88);
}

.gf-bilgi-card--featured .gf-bilgi-card-icon {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
}

.gf-bilgi-list-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
    margin-top: 2rem;
}

.gf-bilgi-list-item {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(49, 177, 171, 0.18);
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.84);
    color: #125651;
    font-weight: 700;
    line-height: 1.6;
}

.gf-bilgi-list-icon {
    width: 1.4rem;
    height: 1.4rem;
    margin-top: 0.15rem;
    color: #31b1ab;
}

.gf-bilgi-text-card {
    padding: 1.35rem 1.45rem;
    border: 1px solid #d9e7e8;
    border-radius: 1.6rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 35px rgba(9, 30, 43, 0.05);
}

.gf-bilgi-thanks {
    padding: 1.1rem 1.35rem;
    border-radius: 1.3rem;
    background: linear-gradient(135deg, rgba(49, 177, 171, 0.14), rgba(49, 177, 171, 0.06));
    color: #0f5b56;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.7;
}

@media (max-width: 1023px) {
    .gf-bilgi-hero-grid,
    .gf-bilgi-hero-grid--wide {
        grid-template-columns: 1fr;
    }

    .gf-bilgi-visual {
        min-height: 16rem;
    }

    .gf-bilgi-card-grid--four {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .gf-bilgi-panel {
        padding: 1.2rem;
        border-radius: 1.5rem;
    }

    .gf-bilgi-title {
        font-size: clamp(1.75rem, 9vw, 2.35rem);
    }

    .gf-bilgi-text {
        font-size: 1rem;
        line-height: 1.8;
    }

    .gf-bilgi-spotlight {
        width: 100%;
        border-radius: 1rem;
    }

    .gf-bilgi-visual {
        min-height: 13.5rem;
        border-radius: 1.4rem;
    }

    .gf-bilgi-image-frame {
        min-height: 13rem;
        border-radius: 1.4rem;
    }

    .gf-bilgi-visual svg {
        width: min(100%, 17rem);
    }

    .gf-bilgi-card-grid--three,
    .gf-bilgi-card-grid--four,
    .gf-bilgi-list-grid {
        grid-template-columns: 1fr;
    }

    .gf-bilgi-card,
    .gf-bilgi-list-item,
    .gf-bilgi-text-card,
    .gf-bilgi-thanks {
        border-radius: 1.2rem;
    }
}

/* About page */
.gf-about-shell {
    background:
        radial-gradient(circle at top right, rgba(49, 177, 171, 0.12), transparent 28%),
        linear-gradient(180deg, #f4f7f3 0%, #eef4ef 100%);
}

.gf-about-panel {
    position: relative;
    overflow: hidden;
    padding: clamp(1.4rem, 3vw, 2.6rem);
    border: 1px solid rgba(163, 184, 173, 0.26);
    border-radius: 2rem;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 24px 65px rgba(9, 30, 43, 0.08);
    backdrop-filter: blur(12px);
}

.gf-about-panel::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.26), transparent 48%);
    pointer-events: none;
}

.gf-about-panel--vision {
    background: linear-gradient(180deg, rgba(250, 254, 253, 0.98), rgba(239, 247, 245, 0.96));
}

.gf-about-panel--values {
    background: linear-gradient(180deg, rgba(244, 251, 248, 0.98), rgba(234, 244, 239, 0.96));
}

.gf-about-grid,
.gf-about-values-head {
    position: relative;
    z-index: 1;
    display: grid;
    gap: clamp(1.4rem, 3vw, 3rem);
}

.gf-about-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: center;
}

.gf-about-story-grid {
    display: grid;
    gap: 1.5rem;
}

.gf-about-copy {
    max-width: 42rem;
}

.gf-about-kicker,
.gf-about-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.55rem 0.95rem;
    border-radius: 999px;
    background: rgba(49, 177, 171, 0.1);
    color: #0f5b56;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gf-about-title,
.gf-about-values-title {
    margin: 1rem 0 0;
    color: #102d2a;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.gf-about-lead {
    margin-top: 1.4rem;
    color: #52616b;
    font-size: 1.05rem;
    line-height: 1.9;
}

.gf-about-lead p {
    margin: 0 0 1rem;
}

.gf-about-lead p:last-child {
    margin-bottom: 0;
}

.gf-about-image-frame,
.gf-about-values-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 19rem;
    padding: clamp(1.2rem, 3vw, 2rem);
    border-radius: 1.85rem;
    overflow: hidden;
}

.gf-about-image-frame {
    background: linear-gradient(145deg, #e8f6f4 0%, #d8ece8 100%);
}

.gf-about-values-visual {
    min-height: 12rem;
    background: linear-gradient(145deg, #eaf4f0 0%, #d8e8e2 100%);
    color: #315c61;
}

.gf-about-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1.25rem;
    background: #ffffff;
}

.gf-about-values-visual svg {
    width: min(100%, 13rem);
    height: auto;
}

.gf-about-section-head {
    position: relative;
    z-index: 1;
    margin-bottom: 1.25rem;
}

.gf-about-stack {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 1rem;
}

.gf-about-card {
    position: relative;
    padding: 1.5rem;
    border-radius: 1.7rem;
    border: 1px solid #dbe9e3;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 16px 40px rgba(9, 30, 43, 0.06);
}

.gf-about-card--soft {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 249, 0.96));
}

.gf-about-card--mission {
    background: linear-gradient(180deg, rgba(16, 93, 87, 0.98), rgba(11, 75, 70, 0.98));
    border-color: rgba(15, 91, 86, 0.55);
    box-shadow: 0 26px 55px rgba(13, 85, 80, 0.18);
}

.gf-about-card-icon,
.gf-about-value-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.gf-about-card-icon {
    width: 4rem;
    height: 4rem;
    border-radius: 1.2rem;
    background: #ecf8f5;
    color: #0f5b56;
}

.gf-about-card--mission .gf-about-card-icon {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
}

.gf-about-card h3,
.gf-about-value-card h3 {
    margin: 1rem 0 0;
    font-size: 1.25rem;
    line-height: 1.35;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.gf-about-card h3 {
    color: #102d2a;
}

.gf-about-card p {
    margin: 0.85rem 0 0;
    color: #56636d;
    font-size: 1rem;
    line-height: 1.85;
}

.gf-about-card--mission h3,
.gf-about-card--mission .gf-about-mission-item {
    color: #f7fffd;
}

.gf-about-mission-list {
    margin-top: 1rem;
    display: grid;
    gap: 0.75rem;
}

.gf-about-mission-item {
    padding: 0.9rem 1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.1);
    font-size: 0.98rem;
    line-height: 1.7;
}

.gf-about-badge--light {
    background: rgba(49, 177, 171, 0.12);
}

.gf-about-values-head {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    margin-bottom: 1.5rem;
}

.gf-about-values-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.gf-about-value-card {
    padding: 1.35rem;
    border: 1px solid #dce9e4;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 16px 35px rgba(9, 30, 43, 0.05);
}

.gf-about-value-icon {
    width: 3.8rem;
    height: 3.8rem;
    border-radius: 1.15rem;
    background: #ecf8f5;
    color: #0f5b56;
}

.gf-about-value-card h3 {
    color: #183633;
}

@media (max-width: 1023px) {
    .gf-about-grid,
    .gf-about-values-head {
        grid-template-columns: 1fr;
    }

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

    .gf-about-image-frame,
    .gf-about-values-visual {
        min-height: 15rem;
    }
}

@media (max-width: 767px) {
    .gf-about-panel {
        padding: 1.2rem;
        border-radius: 1.5rem;
    }

    .gf-about-title,
    .gf-about-values-title {
        font-size: clamp(1.75rem, 9vw, 2.35rem);
    }

    .gf-about-lead {
        font-size: 1rem;
        line-height: 1.8;
    }

    .gf-about-image-frame,
    .gf-about-values-visual {
        min-height: 12.5rem;
        border-radius: 1.35rem;
    }

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

    .gf-about-card,
    .gf-about-value-card,
    .gf-about-mission-item {
        border-radius: 1.2rem;
    }
}
