:root {
    --gc-primary: var(--theme-primary-color, #066020);
    --gc-dark: #102215;
    --gc-light: #f5f8f6;
    --gc-card: #ffffff;
}

.green-city-home-page {
    font-family: "Inter", "Roboto", Arial, sans-serif;
    background-color: var(--gc-light);
}

.green-city-home-page #wrap {
    overflow: hidden;
}

.green-city-home-page .container {
    width: 100%;
    max-width: none;
    padding-left: 24px;
    padding-right: 24px;
}

.gc-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    backdrop-filter: blur(10px);
    background: rgba(245, 248, 246, 0.92);
    border-bottom: 1px solid rgba(6, 96, 32, 0.15);
}

.gc-header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.gc-brand-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    gap: 10px;
}

.gc-brand-logo {
    width: 46px;
    height: 46px;
    object-fit: contain;
}

.gc-brand-text {
    color: var(--gc-primary);
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.2px;
}

.gc-nav a {
    color: #1f2e24;
    font-size: 14px;
    font-weight: 600;
    margin: 0 8px;
}

.gc-nav a:hover {
    color: var(--gc-primary);
    text-decoration: none;
}

.gc-btn-primary,
.gc-btn-secondary,
.gc-btn-outline {
    border-radius: 10px;
    font-weight: 700;
    transition: all 0.25s ease;
}

.gc-btn-primary {
    background: var(--gc-primary);
    border-color: var(--gc-primary);
    color: #fff;
}

.gc-btn-primary:hover {
    color: #fff;
    opacity: 0.92;
}

.gc-btn-outline {
    border: 2px solid var(--gc-primary);
    color: var(--gc-primary);
    background: transparent;
}

.gc-btn-outline:hover {
    background: var(--gc-primary);
    color: #fff;
}

.gc-btn-secondary {
    background: #fff;
    color: var(--gc-primary);
    border: 2px solid #fff;
}

.gc-btn-secondary:hover {
    color: var(--gc-primary);
    opacity: 0.9;
}

.gc-hero {
    min-height: 85vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding-top: 96px;
}

.gc-hero-content {
    max-width: 740px;
    color: #fff;
    padding: 48px 0;
}

.gc-hero-video-section {
    padding: 0;
    min-height: 100vh;
}

.gc-hero-video-section .container {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    height: 100%;
}

.gc-hero-video-section .row,
.gc-hero-video-section .col-md-12 {
    height: 100%;
}

.gc-hero-video {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: stretch;
    height: 100vh;
}

.gc-hero-video-inner {
    position: relative;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    overflow: hidden;
    height: 100%;
    box-shadow: none;
    border: 0;
    background: #000;
}

.gc-hero-video-inner::before {
    content: none;
}

.gc-hero-video-inner iframe {
    position: absolute;
    top: -17%;
    bottom: -20%;
    left: 0;
    width: 100%;
    height: 120%;
    border: 0;
}

.gc-hero h1 {
    font-size: 56px;
    line-height: 1.12;
    margin-bottom: 24px;
    font-weight: 800;
}

.gc-hero p {
    font-size: 19px;
    line-height: 1.65;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.9);
}

.gc-hero-actions .btn {
    margin-right: 12px;
    margin-bottom: 10px;
    padding: 13px 24px;
}

.gc-section {
    padding: 84px 0;
}

.gc-overview,
.gc-amenities,
.gc-investor,
.gc-payment,
.gc-news,
.gc-contact {
    background: rgba(255, 255, 255, 0.72);
}

.gc-contact .gc-section-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 12px;
}

.gc-contact-frame {
    width: 80%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 32px 36px 36px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 18px;
    border: 1px solid #e4ece7;
    box-shadow: 0 12px 36px rgba(17, 41, 25, 0.07);
}

@media (max-width: 767px) {
    .gc-contact-frame {
        width: 92%;
        padding: 24px 18px 28px;
    }
}

.gc-news-carousel-wrap {
    padding-top: 8px;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.gc-news-carousel .owl-item {
    display: flex;
}

.gc-news-carousel .owl-item > .item {
    width: 100%;
    display: flex;
}

.gc-news-card {
    height: 100%;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #e4ece7;
    box-shadow: 0 8px 24px rgba(17, 41, 25, 0.06);
    display: flex;
    flex-direction: column;
}

.gc-news-card-media {
    display: block;
    overflow: hidden;
    background: #eef3ef;
}

.gc-news-card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.gc-news-card-placeholder {
    background: linear-gradient(135deg, #e8f0ec 0%, #d4e3db 100%);
}

.gc-news-card-media:hover .gc-news-card-image {
    transform: scale(1.04);
}

.gc-news-card-body {
    padding: 16px 18px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.gc-news-card-time {
    font-size: 12px;
    color: #7a8a80;
    margin-bottom: 8px;
    display: block;
}

.gc-news-card-title {
    font-size: 17px;
    line-height: 1.35;
    font-weight: 700;
    margin: 0 0 10px;
}

.gc-news-card-title a {
    color: #1f2d26;
}

.gc-news-card-title a:hover {
    color: var(--gc-primary);
}

.gc-news-card-excerpt {
    color: #54635a;
    font-size: 14px;
    line-height: 1.55;
    margin: 0 0 12px;
    flex: 1;
}

.gc-news-card-more {
    font-size: 13px;
    font-weight: 700;
    color: var(--gc-primary);
    align-self: flex-start;
}

.gc-news-card-more:hover {
    text-decoration: underline;
    color: var(--gc-primary);
}

.gc-news-empty {
    margin: 0;
    padding-bottom: 8px;
}

.gc-news-carousel .owl-nav {
    margin-top: 18px;
}

.gc-news-carousel .owl-nav button.owl-prev,
.gc-news-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: var(--gc-primary) !important;
    color: #fff !important;
    font-size: 18px !important;
}

.gc-news-carousel .owl-nav button.owl-prev:hover,
.gc-news-carousel .owl-nav button.owl-next:hover {
    opacity: 0.92;
}

.gc-news-carousel .owl-dots {
    margin-top: 14px;
}

.gc-news-carousel .owl-dot span {
    background: #c5d4cc !important;
}

.gc-news-carousel .owl-dot.active span {
    background: var(--gc-primary) !important;
}

.gc-location,
.gc-floorplan {
    background: rgba(255, 255, 255, 0.86);
}

.gc-gallery {
    background: var(--gc-dark);
    color: #fff;
}

.gc-section-heading {
    margin-bottom: 38px;
}

.gc-section-kicker {
    text-transform: uppercase;
    color: var(--gc-primary);
    font-weight: 700;
    letter-spacing: 1.6px;
    font-size: 12px;
    margin-bottom: 8px;
}

.gc-section-title {
    font-size: 38px;
    line-height: 1.25;
    font-weight: 800;
    margin: 0 0 16px;
}

.gc-section-text {
    color: #54635a;
    font-size: 16px;
    line-height: 1.7;
}

.gc-card-image {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 14px;
    margin-bottom: 16px;
}

.gc-card-image.gc-offset-top {
    margin-top: 38px;
}

.gc-card-image.gc-full-width {
    height: 250px;
}

.gc-dev-box {
    margin-top: 20px;
    margin-bottom: 20px;
    border-left: 4px solid var(--gc-primary);
    background: #fff;
    border-radius: 10px;
    padding: 16px 20px;
}

.gc-dev-box h4 {
    font-weight: 700;
    margin: 0 0 6px;
}

.gc-dev-box p {
    margin: 0;
    color: var(--gc-primary);
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.gc-stats .col-xs-6 {
    margin-bottom: 14px;
}

.gc-stat-card {
    border: 1px solid #e4ece7;
    border-radius: 12px;
    padding: 14px 16px;
    background: #fff;
}

.gc-stat-card span {
    display: block;
    color: #6d7a72;
    font-size: 12px;
}

.gc-stat-card strong {
    font-size: 18px;
    display: block;
    margin-top: 4px;
}

.gc-location-wrap {
    position: relative;
    min-height: 720px;
    max-width: 820px;
    margin: 0 auto;
}

.gc-location-layout {
    display: flex;
    align-items: stretch;
}

.gc-location-content + .gc-location-content {
    margin-top: 16px;
}

.gc-location-content {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid #e4ece7;
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 14px 34px rgba(17, 41, 25, 0.08);
    opacity: 0;
    transform: translateX(-40px);
    animation: gc-slide-in-left 0.8s ease-out 0.1s forwards;
}

.gc-location-title {
    font-weight: 800;
    margin: 0 0 10px;
    font-size: 26px;
    line-height: 1.25;
    color: #14261a;
}

.gc-location-desc {
    margin: 0 0 16px;
    color: #54635a;
    font-size: 15px;
    line-height: 1.7;
}

.gc-location-actions {
    margin: 12px 0 16px;
}

.gc-location-btn {
    padding: 12px 18px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.gc-location-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 4px;
}

.gc-location-pill {
    display: inline-flex;
    align-items: center;
    background: rgba(6, 96, 32, 0.08);
    color: #173524;
    border: 1px solid rgba(6, 96, 32, 0.18);
    border-radius: 999px;
    padding: 8px 12px;
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
}

.gc-location-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 640px;
    height: 420px;
    border-radius: 28px;
    border: 8px solid #fff;
    box-shadow: 0 0 40px rgba(6, 96, 32, 0.25);
    overflow: hidden;
}

.gc-location-center img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gc-location-center span {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.92);
    color: var(--gc-primary);
    padding: 8px 14px;
    border-radius: 20px;
    font-weight: 700;
}

.gc-location-node {
    position: absolute;
    width: 150px;
    text-align: center;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid #e2ebe5;
    border-radius: 18px;
    padding: 10px 10px 12px;
    font-weight: 600;
    font-size: 13px;
    box-shadow: 0 8px 20px rgba(17, 41, 25, 0.08);
    z-index: 3;
    transform: translate(-50%, -50%);
    backdrop-filter: blur(6px);
}

.gc-location-node-img {
    width: 126px;
    height: 84px;
    border-radius: 20px;
    /* object-fit: cover; */
    /* display: block; */
    /* margin: 0 auto 8px; */
    border: 1px solid rgba(6, 96, 32, 0.16);
    box-shadow: 0 10px 18px rgba(17, 41, 25, 0.12);
}

.gc-location-node-title {
    display: block;
    line-height: 1.2;
}

.gc-location-node-0 { top: 14%; left: 50%; }
.gc-location-node-1 { top: 26%; left: 80%; }
.gc-location-node-2 { top: 50%; left: 90%; }
.gc-location-node-3 { top: 74%; left: 80%; }
.gc-location-node-4 { top: 86%; left: 50%; }
.gc-location-node-5 { top: 74%; left: 20%; }
.gc-location-node-6 { top: 50%; left: 10%; }
.gc-location-node-7 { top: 26%; left: 20%; }

.gc-location-map iframe,
.gc-location-map-container iframe {
    height: 320px;
    width: 100%;
    max-width: 100%;
    border: 0;
    display: block;
}

.gc-location-map-container {
    overflow: hidden;
    border-radius: 14px;
}

.gc-location-mobile-points {
    margin-top: 20px;
    padding: 14px 16px;
    background: rgba(6, 96, 32, 0.06);
    border: 1px solid rgba(6, 96, 32, 0.14);
    border-radius: 14px;
}

.gc-location-mobile-points-title {
    margin: 0 0 12px;
    font-weight: 800;
    font-size: 15px;
    color: #14261a;
}

.gc-location-mobile-tags {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
    padding: 0;
}

.gc-location-mobile-tag {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    box-sizing: border-box;
    padding: 8px 12px 8px 8px;
    background: #fff;
    border: 1px solid rgba(6, 96, 32, 0.2);
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(17, 41, 25, 0.06);
}

.gc-location-mobile-tag--no-img {
    padding: 10px 14px;
}

.gc-location-mobile-tag--no-img::before {
    content: "";
    width: 8px;
    height: 8px;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--gc-primary);
    opacity: 0.85;
}

.gc-location-mobile-tag-img {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 6px;
    object-fit: cover;
    border: 1px solid rgba(6, 96, 32, 0.12);
    box-shadow: none;
}

.gc-location-mobile-tag-title {
    flex: 1;
    min-width: 0;
    font-size: 13px;
    font-weight: 700;
    color: #14261a;
    line-height: 1.3;
    text-align: left;
    word-break: break-word;
}

@keyframes gc-slide-in-left {
    from {
        opacity: 0;
        transform: translateX(-40px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes gc-slide-in-right {
    from {
        opacity: 0;
        transform: translateX(40px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.gc-location .gc-location-wrap {
    opacity: 0;
    transform: translateX(40px);
    animation: gc-slide-in-right 0.8s ease-out 0.2s forwards;
}

.gc-amenity-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 18px;
    box-shadow: 0 10px 24px rgba(17, 41, 25, 0.08);
}

.gc-amenity-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.gc-amenity-card h4 {
    font-size: 20px;
    margin: 14px 14px 6px;
    font-weight: 700;
}

.gc-amenity-card p {
    color: #64726a;
    margin: 0 14px 16px;
}

.gc-plan-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px 0;
    margin-bottom: 26px;
}

.gc-plan-tabs > li > a {
    border-radius: 10px;
    margin: 0 6px;
    color: #516057;
    font-weight: 700;
}

.gc-plan-tabs > li.active > a,
.gc-plan-tabs > li.active > a:focus,
.gc-plan-tabs > li.active > a:hover {
    background: var(--gc-primary);
    color: #fff;
}

.gc-plan-image {
    width: 100%;
    height: auto;
    border-radius: 14px;
    border: 6px solid #fff;
    box-shadow: 0 10px 20px rgba(17, 41, 25, 0.08);
}

.gc-plan-gallery {
    margin-top: 12px;
}

.gc-plan-gallery [class*="col-"] {
    margin-bottom: 8px;
}

.gc-plan-spec {
    margin-top: 8px;
    color: #66756d;
    font-size: 14px;
}

.gc-plan-features {
    padding-left: 18px;
    margin: 18px 0;
}

.gc-plan-features li {
    margin-bottom: 8px;
}

.gc-btn-block {
    width: 100%;
}

.gc-plan-note {
    text-align: center;
    color: #66756d;
    padding: 30px;
}

.gc-subtitle {
    font-size: 30px;
    margin-bottom: 26px;
    font-weight: 700;
}

.gc-timeline {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.gc-timeline li {
    position: relative;
    border-left: 2px solid rgba(6, 96, 32, 0.2);
    padding: 0 0 24px 26px;
    margin-left: 8px;
}

.gc-timeline li:before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    left: -7px;
    top: 5px;
    background: var(--gc-primary);
}

.gc-timeline h4 {
    margin-top: 0;
    margin-bottom: 4px;
    font-weight: 700;
}

.gc-timeline p {
    margin: 0;
    color: #66756d;
}

.gc-promo-box,
.gc-legal-box {
    background: #fff;
    border-radius: 14px;
    padding: 20px;
    margin-bottom: 18px;
    border: 1px solid #ebf1ed;
}

.gc-promo-box h4,
.gc-legal-box h4 {
    margin-top: 0;
    font-weight: 700;
    margin-bottom: 14px;
}

.gc-promo-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.gc-promo-box li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.gc-promo-box strong {
    color: var(--gc-primary);
}

.gc-legal-item {
    text-align: center;
    border: 1px solid #ebf1ed;
    border-radius: 10px;
    padding: 12px;
}

.gc-legal-item i {
    font-size: 26px;
    color: var(--gc-primary);
    display: block;
    margin-bottom: 8px;
}

.gc-gallery .gc-section-title {
    color: #fff;
}

.gc-gallery-item {
    display: block;
    overflow: hidden;
    border-radius: 14px;
    margin-bottom: 22px;
}

.gc-gallery-item img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: transform .35s ease;
}

.gc-gallery-item:hover img {
    transform: scale(1.06);
}

.gc-contact-card {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #e8eeea;
    padding: 22px;
}

.gc-contact-card h4 {
    margin-top: 0;
    margin-bottom: 14px;
    font-weight: 700;
}

.gc-contact-card p {
    margin-bottom: 10px;
}

.gc-footer {
    background: var(--gc-primary);
    color: #fff;
    padding: 70px 0 26px;
}

.gc-footer-title {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
}

.gc-contact-form .gc-input {
    margin-bottom: 12px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,.28);
    background: rgba(255,255,255,.12);
    color: #fff;
    padding: 11px 14px;
}

.gc-contact-light .gc-input {
    border-color: #dfe8e3;
    background: #fff;
    color: #27362d;
}

.gc-contact-form .gc-input::-webkit-input-placeholder { color: rgba(255,255,255,.74); }
.gc-contact-light .gc-input::-webkit-input-placeholder { color: #7b8880; }

.gc-contact-list {
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
}

.gc-contact-list li {
    margin-bottom: 10px;
}

.gc-contact-list i {
    width: 20px;
    text-align: center;
    margin-right: 8px;
}

.gc-footer-map {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.25);
}

.gc-footer-map img,
.gc-footer-map iframe {
    width: 100%;
    height: 220px;
    border: 0;
    display: block;
}

.gc-footer-bottom {
    margin-top: 36px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.2);
    text-align: center;
}

.gc-footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.gc-footer-brand img {
    height: 36px;
    width: auto;
}

.gc-footer-links {
    margin-bottom: 8px;
}

.gc-footer-links a {
    color: rgba(255,255,255,.85);
    margin: 0 8px;
}

.gc-hotline {
    position: fixed;
    right: 28px;
    bottom: 26px;
    z-index: 100;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-radius: 999px;
    padding: 11px 16px;
    color: #fff;
    background: var(--gc-primary);
    box-shadow: 0 12px 24px rgba(6, 96, 32, .35);
    text-decoration: none;
}

.gc-hotline:hover {
    color: #fff;
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .gc-header-container {
        flex-wrap: wrap;
        justify-content: center;
    }
    .gc-hero h1 {
        font-size: 38px;
    }

    .gc-location-layout {
        flex-direction: column;
    }

    .gc-section-heading {
        margin-bottom: 24px;
    }

    .gc-section-title {
        font-size: 28px;
    }

    .gc-location-wrap {
        min-height: 0;
        margin-top: 18px;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 8px;
    }

    .gc-location-center {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: 100%;
        max-width: 420px;
        height: auto;
        min-height: 200px;
        aspect-ratio: 3 / 2;
        max-height: 52vh;
        border-radius: 18px;
        border-width: 5px;
    }

    .gc-location-center img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .gc-location-center span {
        font-size: 12px;
        padding: 6px 12px;
        bottom: 12px;
        max-width: calc(100% - 24px);
        white-space: normal;
        text-align: center;
        line-height: 1.25;
    }

    .gc-location-node {
        display: none;
    }

    .gc-location-content {
        padding: 18px;
    }

    .gc-location-title {
        font-size: 22px;
    }

    .gc-location-actions--mobile-stack {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .gc-location-actions--mobile-stack .gc-location-btn {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        text-align: center;
    }

    .gc-location-map iframe,
    .gc-location-map-container iframe {
        height: 240px;
    }
}

@media (max-width: 480px) {
    .gc-section-title {
        font-size: 24px;
    }

    .gc-location-center {
        max-height: 48vh;
        border-radius: 14px;
    }

    .gc-location-map iframe,
    .gc-location-map-container iframe {
        height: 200px;
    }
}

.gc-investor {
    background: linear-gradient(180deg, rgba(16, 34, 21, 0.92), rgba(16, 34, 21, 0.78));
    color: #fff;
}

.gc-investor .gc-section-kicker {
    color: rgba(255, 255, 255, 0.82);
}

.gc-investor-title {
    color: #fff;
}

.gc-investor-card {
    max-width: 980px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25);
    padding: 22px;
}

.gc-investor-logo-wrap {
    height: 100%;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0d0f0e;
    border-radius: 16px;
    padding: 18px;
}

.gc-investor-logo {
    max-width: 100%;
    max-height: 64px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.gc-investor-card-title {
    margin-top: 4px;
    margin-bottom: 10px;
    font-weight: 800;
    font-size: 20px;
    color: #1f2e24;
}

.gc-investor-card-text {
    margin: 0 0 16px;
    color: #54635a;
    font-size: 15px;
    line-height: 1.7;
}

.gc-investor-highlights {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.gc-investor-highlight {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 12px;
    background: #f7faf8;
    border: 1px solid #e3eee7;
    color: #1f2e24;
    font-weight: 600;
}

.gc-investor-highlight i {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(6, 96, 32, 0.12);
    color: var(--gc-primary);
    font-size: 15px;
}

@media (max-width: 767px) {
    .gc-investor-card {
        padding: 18px;
    }
    .gc-investor-logo-wrap {
        margin-bottom: 14px;
    }
}
