.gpy-home-main {
    padding-top: 32px;
    padding-bottom: 48px;
}

.gpy-home-hero {
    position: relative;
    min-height: 560px;
    color: #fff;
    overflow: hidden;
    background: #0b2840;
}

.gpy-home-hero__bg,
.gpy-home-hero__overlay {
    position: absolute;
    inset: 0;
}

.gpy-home-hero__bg {
    background-size: cover;
    background-position: center center;
    transform: scale(1.05);
}

.gpy-home-hero__overlay {
    background:
        linear-gradient(120deg, rgba(5, 26, 44, 0.84) 5%, rgba(5, 26, 44, 0.58) 45%, rgba(5, 26, 44, 0.28) 100%),
        linear-gradient(180deg, rgba(6, 18, 31, 0.08), rgba(6, 18, 31, 0.5));
}

.gpy-home-hero__inner {
    position: relative;
    z-index: 2;
    min-height: 560px;
    display: flex;
    align-items: center;
}

.gpy-home-hero__content {
    width: min(760px, 100%);
    padding: 72px 0;
}

.gpy-kicker,
.gpy-section__eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #19b7b0;
}

.gpy-home-hero h1 {
    margin: 16px 0 18px;
    font-size: clamp(36px, 6vw, 60px);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.gpy-home-hero p {
    margin: 0;
    font-size: 18px;
    line-height: 1.75;
    color: rgba(255,255,255,0.86);
}

.gpy-home-search {
    margin-top: 30px;
    background: rgba(255,255,255,0.14);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 24px;
    padding: 10px;
    display: flex;
    gap: 10px;
}

.gpy-home-search input {
    flex: 1 1 auto;
    min-width: 0;
    border: 0;
    border-radius: 16px;
    padding: 18px 20px;
    font-size: 16px;
    color: #102133;
}

.gpy-home-search button {
    border: 0;
    border-radius: 16px;
    padding: 0 26px;
    font-weight: 700;
    background: #ff9358;
    color: #fff;
    white-space: nowrap;
}

.gpy-home-tags {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.gpy-home-tags a {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 10px 14px;
    background: rgba(255,255,255,0.12);
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.gpy-section {
    margin-top: 52px;
}

.gpy-section__head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 16px;
    margin-bottom: 18px;
}

.gpy-section__head h2,
.gpy-seo-copy h2 {
    margin: 8px 0 0;
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.2;
    color: #102133;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.gpy-section__head--sub {
    margin-top: 28px;
}

.gpy-section__more {
    color: #0f6e86;
    font-weight: 700;
    white-space: nowrap;
}

.gpy-category-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    margin-top: -68px;
    position: relative;
    z-index: 3;
}

.gpy-category-card {
    display: block;
    min-width: 0;
    text-decoration: none;
    background: #fff;
    border-radius: 24px;
    padding: 22px 20px;
    border: 1px solid #e7eef5;
    box-shadow: 0 20px 60px rgba(6, 24, 44, 0.08);
}

.gpy-category-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: linear-gradient(135deg, #0f7388, #19b7b0);
    color: #fff;
    font-size: 24px;
}

.gpy-category-card strong {
    display: block;
    margin-top: 18px;
    font-size: 20px;
    color: #102133;
}

.gpy-category-card p {
    margin: 10px 0 0;
    color: #58697a;
    line-height: 1.7;
    font-size: 14px;
}

.gpy-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.gpy-feature-card {
    display: block;
    min-width: 0;
    text-decoration: none;
    border-radius: 22px;
    padding: 20px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
    border: 1px solid #e7eef5;
}

.gpy-feature-card__meta {
    color: #0f7388;
    font-size: 13px;
    font-weight: 700;
}

.gpy-feature-card strong {
    display: block;
    margin-top: 12px;
    color: #102133;
    font-size: 20px;
    line-height: 1.45;
}

.gpy-feature-card p {
    margin: 12px 0 0;
    color: #5f7284;
    line-height: 1.7;
    font-size: 14px;
}

.gpy-card-grid {
    display: grid;
    gap: 20px;
}

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

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

.gpy-card {
    min-width: 0;
    overflow: hidden;
    border-radius: 24px;
    background: #fff;
    border: 1px solid #e8eef3;
    box-shadow: 0 18px 44px rgba(8, 25, 46, 0.06);
}

.gpy-card__thumb {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #dde8ef;
}

.gpy-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}

.gpy-card:hover .gpy-card__thumb img {
    transform: scale(1.05);
}

.gpy-card__body {
    padding: 18px 18px 20px;
}

.gpy-card__topline {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    font-size: 13px;
    color: #0f7388;
    font-weight: 700;
}

.gpy-card__topline em {
    font-style: normal;
    color: #8091a3;
    font-weight: 600;
}

.gpy-card h3 {
    margin: 10px 0 0;
    font-size: 21px;
    line-height: 1.45;
    letter-spacing: -0.02em;
}

.gpy-card h3 a,
.gpy-card h3 {
    color: #102133;
    text-decoration: none;
}

.gpy-card p {
    margin: 12px 0 0;
    color: #607284;
    font-size: 14px;
    line-height: 1.75;
}

.gpy-card__footer {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 16px;
    color: #8493a4;
    font-size: 13px;
}

.gpy-split-section {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    gap: 24px;
}

.gpy-split-section__col {
    min-width: 0;
}

.gpy-mini-list {
    display: grid;
    gap: 12px;
}

.gpy-mini-list--tight {
    gap: 10px;
}

.gpy-mini-list__item {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 16px 18px;
    border-radius: 18px;
    text-decoration: none;
    background: #fff;
    border: 1px solid #e8eef3;
}

.gpy-mini-list__item strong {
    flex: 1 1 auto;
    min-width: 0;
    color: #102133;
    line-height: 1.55;
    font-size: 16px;
}

.gpy-mini-list__item span {
    color: #8392a2;
    white-space: nowrap;
    font-size: 13px;
}

.gpy-info-band {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    gap: 24px;
    padding: 28px;
    border-radius: 28px;
    background: linear-gradient(135deg, #0d3650 0%, #156b84 100%);
    color: #fff;
}

.gpy-info-band h2 {
    margin: 10px 0 0;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.2;
    color: #fff;
}

.gpy-info-band p {
    margin: 16px 0 0;
    font-size: 15px;
    line-height: 1.85;
    color: rgba(255,255,255,0.84);
}

.gpy-info-band__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.gpy-info-band__actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 12px 16px;
    background: rgba(255,255,255,0.14);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.gpy-info-band__panel {
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 22px;
    padding: 18px;
}

.gpy-info-band__panel h3 {
    margin: 0 0 14px;
    font-size: 20px;
    color: #fff;
}

.gpy-info-band .gpy-mini-list__item {
    background: rgba(255,255,255,0.08);
    border-color: rgba(255,255,255,0.1);
}

.gpy-info-band .gpy-mini-list__item strong,
.gpy-info-band .gpy-mini-list__item span {
    color: #fff;
}

.gpy-seo-copy {
    padding: 30px;
    border-radius: 28px;
    background: #f6fafc;
    border: 1px solid #e8eef3;
}

.gpy-seo-copy p {
    margin: 16px 0 0;
    font-size: 16px;
    line-height: 1.95;
    color: #546779;
}

@media (max-width: 1199px) {
    .gpy-category-grid,
    .gpy-feature-grid,
    .gpy-card-grid--four {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gpy-split-section,
    .gpy-info-band {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .gpy-home-main {
        padding-top: 20px;
        padding-bottom: 36px;
    }

    .gpy-home-hero,
    .gpy-home-hero__inner {
        min-height: 500px;
    }

    .gpy-home-hero__content {
        padding: 56px 0 44px;
    }

    .gpy-home-hero p {
        font-size: 16px;
        line-height: 1.7;
    }

    .gpy-home-search {
        display: block;
        padding: 12px;
    }

    .gpy-home-search input {
        width: 100%;
    }

    .gpy-home-search button {
        width: 100%;
        margin-top: 10px;
        padding: 16px 18px;
    }

    .gpy-category-grid,
    .gpy-feature-grid,
    .gpy-card-grid--four,
    .gpy-card-grid--two {
        grid-template-columns: 1fr;
    }

    .gpy-category-grid {
        margin-top: -30px;
    }

    .gpy-section {
        margin-top: 36px;
    }

    .gpy-section__head {
        display: block;
    }

    .gpy-section__more {
        display: inline-block;
        margin-top: 10px;
    }

    .gpy-card,
    .gpy-category-card,
    .gpy-feature-card,
    .gpy-info-band,
    .gpy-seo-copy {
        border-radius: 20px;
    }

    .gpy-card h3 {
        font-size: 19px;
    }

    .gpy-info-band {
        padding: 22px;
    }

    .gpy-seo-copy {
        padding: 22px;
    }
}

.gpy-home-hero__bg{
    background-image:url('/theme/BS4-Basic/img/gampo-main.jpg');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

@media (max-width:768px){
    .gpy-home-hero__bg{
        background-image:url('/theme/BS4-Basic/img/gampo-mobile.jpg');
    }
}

@media (max-width: 768px) {
    .gpy-category-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}

.gpy-home-hero__bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
}

.gpy-home-hero__bg > * {
    position: relative;
    z-index: 1;
}