.home-page {
    position: relative;
    overflow: hidden;
    background: var(--ghg-page);
}

.home-hero {
    position: relative;
    height: 620px;
    overflow: hidden;
    background: #f3f3f3 url("/images/website/home/hero-glow.png?v=20260522171113") center top / 1440px 606px no-repeat;
}

.home-hero__inner {
    position: relative;
    display: grid;
    grid-template-columns: 480px 1fr;
    column-gap: 62px;
    width: 1136px;
    height: 100%;
    margin: 0 auto;
}

.home-hero__content {
    padding-top: 180px;
}

.home-hero h1 {
    margin: 0;
    min-height: 104px;
    color: #202020;
    font-size: 34px;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: 0;
    white-space: nowrap;
}

.home-hero__title-detail {
    display: inline;
}

.home-hero__title-detail {
    font-size: 22px;
    line-height: 34px;
}

.home-typewriter-cursor {
    display: inline-block;
    width: 2px;
    height: .9em;
    margin-left: 4px;
    vertical-align: -0.08em;
    background: var(--ghg-green);
    animation: home-cursor-blink .78s steps(1, end) infinite;
}

@keyframes home-cursor-blink {
    0%,
    48% {
        opacity: 1;
    }
    49%,
    100% {
        opacity: 0;
    }
}

.home-hero__subtitle {
    margin: 25px 0 0;
    color: #666;
    font-size: 16px;
    line-height: 22px;
}

.home-signup {
    position: relative;
    display: flex;
    width: 356px;
    height: 36px;
    margin-top: 21px;
    overflow: visible;
}

.home-signup__input {
    flex: 1;
    min-width: 0;
    height: 36px;
    padding: 0 12px;
    border: 0;
    border-radius: 4px 0 0 4px;
    color: #222;
    background: #fff;
    font-size: 12px;
    outline: 0;
}

.home-signup__input::placeholder {
    color: #999;
}

.home-signup__button {
    position: relative;
    isolation: isolate;
    width: 102px;
    height: 36px;
    overflow: hidden;
    border: 0;
    border-radius: 0 4px 4px 0;
    color: #fff;
    background: #222;
    font-size: 12px;
    line-height: 36px;
    cursor: pointer;
}

.home-signup__button::after {
    content: "";
    position: absolute;
    top: -12px;
    bottom: -12px;
    left: -58px;
    z-index: 1;
    width: 38px;
    opacity: 0;
    pointer-events: none;
    background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, .24) 32%, rgba(255, 255, 255, .78) 50%, rgba(255, 255, 255, .24) 68%, transparent 100%);
    transform: translateX(0) skewX(-18deg);
    animation: home-signup-shine 4.2s ease-in-out infinite;
}

@keyframes home-signup-shine {
    0%,
    58% {
        opacity: 0;
        transform: translateX(0) skewX(-18deg);
    }
    63% {
        opacity: .9;
    }
    76% {
        opacity: .75;
        transform: translateX(184px) skewX(-18deg);
    }
    82%,
    100% {
        opacity: 0;
        transform: translateX(184px) skewX(-18deg);
    }
}

.home-signup__button:disabled {
    cursor: wait;
    opacity: .72;
}

.home-signup__message {
    position: absolute;
    left: 0;
    top: 42px;
    color: #dd2d2d;
    font-size: 12px;
    line-height: 18px;
}

.home-signup__message.is-success {
    color: var(--ghg-green);
}

.home-hero__visual {
    padding-top: 118px;
}

.home-hero__visual img {
    width: 596px;
    height: auto;
}

.home-stats {
    position: absolute;
    left: 50%;
    bottom: 23px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width: 1000px;
    transform: translateX(-50%);
}

.home-stat {
    text-align: center;
}

.home-stat strong {
    display: block;
    color: #0d0d0d;
    font-family: DINAlternate, Arial, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
}

.home-stat span {
    display: block;
    margin-top: 13px;
    color: #999;
    font-size: 14px;
    line-height: 20px;
}

.home-section {
    position: relative;
    width: 100%;
}

.home-section__inner {
    position: relative;
    z-index: 1;
    width: 1136px;
    margin: 0 auto;
}

.home-section__heading {
    text-align: center;
}

.home-section__heading h2 {
    margin: 0;
    color: #222;
    font-size: 32px;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: 0;
}

.home-section__heading p {
    margin: 4px 0 0;
    color: #999;
    font-size: 14px;
    line-height: 20px;
}

.home-services {
    padding-top: 67px;
}

.home-service-grid {
    display: grid;
    grid-template-columns: repeat(3, 364px);
    gap: 24px 22px;
    margin-top: 32px;
}

.home-service-card {
    width: 364px;
    height: 166px;
    padding: 44px 30px 0;
    border-radius: 12px;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: transform .18s ease, filter .18s ease;
}

.home-service-card:hover {
    transform: translateY(-3px);
    filter: saturate(1.03);
}

.home-service-card h3 {
    margin: 0;
    color: #222;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
}

.home-service-card p {
    width: 178px;
    margin: 9px 0 0;
    color: #666;
    font-size: 14px;
    line-height: 20px;
}

.home-products {
    padding: 79px 0 78px;
    background:
        radial-gradient(circle at calc(50% - 560px) 210px, rgba(192, 255, 180, .52) 0, rgba(210, 255, 200, .34) 145px, rgba(229, 255, 225, .18) 260px, rgba(255, 255, 255, 0) 390px),
        radial-gradient(circle at calc(50% + 505px) 185px, rgba(192, 255, 180, .46) 0, rgba(214, 255, 204, .3) 160px, rgba(255, 255, 255, 0) 390px),
        radial-gradient(circle at calc(50% - 180px) 235px, rgba(215, 250, 243, .52) 0, rgba(232, 252, 247, .22) 170px, rgba(255, 255, 255, 0) 360px);
}

.home-products::before,
.home-products::after {
    content: none;
    position: absolute;
    z-index: 0;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: contain;
}

.home-products::before {
    left: calc(50% - 720px);
    top: 30px;
    width: 382px;
    height: 400px;
    background-image: url("/images/website/home/glow-left.png?v=20260522171113");
}

.home-products::after {
    right: calc(50% - 720px);
    top: 98px;
    width: 365px;
    height: 400px;
    background-image: url("/images/website/home/glow-right.png?v=20260522171113");
}

.home-product-grid {
    display: grid;
    grid-template-columns: repeat(5, 218px);
    gap: 12px;
    margin-top: 32px;
}

.home-product-card {
    position: relative;
    display: block;
    width: 218px;
    height: 232px;
    overflow: hidden;
    padding: 22px;
    border-radius: 12px;
    color: #222;
    background: #fff;
    box-shadow: 0 2px 16px rgba(88, 141, 107, .16);
    transition: color .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease;
}

.home-product-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0;
    border-radius: inherit;
    background:
        linear-gradient(rgba(20, 42, 37, .28), rgba(20, 42, 37, .28)),
        url("/images/website/home/product-active-bg-fill.png?v=20260522171113") center / cover no-repeat;
    transition: opacity .18s ease;
}

.home-product-card > * {
    position: relative;
    z-index: 1;
}

.home-product-card img {
    width: 72px;
    height: 72px;
    object-fit: contain;
}

.home-product-card__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 10px;
    background: #ebebed;
}

.home-product-card__placeholder::before {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: #d6d8dd;
}

.home-product-card h3 {
    margin: 32px 0 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}

.home-product-card p {
    margin: 8px 0 0;
    color: #666;
    font-size: 14px;
    line-height: 20px;
    transition: color .18s ease;
}

.home-product-card__line {
    display: block;
    width: 24px;
    height: 2px;
    margin-top: 25px;
    background: #ebebed;
    transition: background .18s ease;
}

.home-product-card:not(.is-muted).is-active,
.home-product-card:not(.is-muted):hover,
.home-product-card:not(.is-muted):focus-visible {
    color: #fff;
    background: transparent;
    box-shadow: 0 12px 34px rgba(88, 141, 107, .16);
    transform: translateY(-2px);
}

.home-product-card:not(.is-muted).is-active::before,
.home-product-card:not(.is-muted):hover::before,
.home-product-card:not(.is-muted):focus-visible::before {
    opacity: 1;
}

.home-product-card:not(.is-muted).is-active p,
.home-product-card:not(.is-muted):hover p,
.home-product-card:not(.is-muted):focus-visible p {
    color: rgba(255, 255, 255, .86);
}

.home-product-card:not(.is-muted).is-active .home-product-card__line,
.home-product-card:not(.is-muted):hover .home-product-card__line,
.home-product-card:not(.is-muted):focus-visible .home-product-card__line {
    background: #fff;
}

.home-product-card.is-muted {
    color: #999;
    background: #f5f5f5;
    box-shadow: none;
    pointer-events: none;
}

.home-product-card.is-muted p {
    color: #aaa;
}

.home-product-card.is-muted .home-product-card__line {
    background: #d9d9d9;
}

.home-product-grid:hover .home-product-card.is-active:not(:hover) {
    color: #222;
    background: #fff;
    transform: none;
    box-shadow: 0 2px 16px rgba(88, 141, 107, .16);
}

.home-product-grid:hover .home-product-card.is-active:not(:hover)::before {
    opacity: 0;
}

.home-product-grid:hover .home-product-card.is-active:not(:hover) p {
    color: #666;
}

.home-product-grid:hover .home-product-card.is-active:not(:hover) .home-product-card__line {
    background: #ebebed;
}

.home-solutions {
    padding-top: 2px;
    scroll-margin-top: 80px;
}

.home-solution-grid {
    display: flex;
    gap: 16px;
    width: 1136px;
    margin-top: 32px;
}

.home-solution-card {
    position: relative;
    display: flex;
    width: 252px;
    height: 392px;
    overflow: hidden;
    border-radius: 16px;
    color: #fff;
    background: #10241e;
    transition: width .24s ease;
}

.home-solution-card.is-active {
    width: 600px;
}

.home-solution-grid:hover .home-solution-card {
    width: 252px;
}

.home-solution-grid:hover .home-solution-card:hover,
.home-solution-card:focus-within {
    width: 600px;
}

.home-solution-card__detail {
    flex: 0 0 0;
    width: 0;
    height: 392px;
    padding: 36px 0;
    overflow: hidden;
    opacity: 0;
    border-radius: 16px 0 0 16px;
    background: linear-gradient(135deg, #1FD969 0%, #0CA87C 100%);
    transition: flex-basis .24s ease, width .24s ease, padding .24s ease, opacity .16s ease;
}

.home-solution-card.is-active .home-solution-card__detail,
.home-solution-grid:hover .home-solution-card:hover .home-solution-card__detail,
.home-solution-card:focus-within .home-solution-card__detail {
    flex-basis: 342px;
    width: 342px;
    padding: 36px;
    opacity: 1;
}

.home-solution-grid:hover .home-solution-card:not(:hover) .home-solution-card__detail {
    flex-basis: 0;
    width: 0;
    padding-left: 0;
    padding-right: 0;
    opacity: 0;
}

.home-solution-card__detail h3,
.home-solution-card__title {
    margin: 0;
    white-space: pre-line;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
}

.home-solution-card__detail h3::after {
    content: "";
    display: block;
    width: 270px;
    height: 1px;
    margin-top: 20px;
    background: rgba(255, 255, 255, .24);
}

.home-solution-card__detail p {
    width: 270px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, .86);
    font-size: 14px;
    line-height: 25px;
}

.home-solution-card__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 124px;
    height: 38px;
    margin-top: 43px;
    padding: 0 24px;
    border-radius: 19px;
    color: #09af61;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
}

.home-solution-card__image {
    position: relative;
    flex: 0 0 252px;
    width: 252px;
    height: 392px;
    background-position: center;
    background-size: cover;
}

.home-solution-card.is-active .home-solution-card__image,
.home-solution-grid:hover .home-solution-card:hover .home-solution-card__image,
.home-solution-card:focus-within .home-solution-card__image {
    flex-basis: 258px;
    width: 258px;
}

.home-solution-grid:hover .home-solution-card:not(:hover) .home-solution-card__image {
    flex-basis: 252px;
    width: 252px;
}

.home-solution-card__image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .58) 100%);
}

.home-solution-card__title {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 34px;
    z-index: 1;
    text-align: center;
}

.home-solution-card.is-active .home-solution-card__title,
.home-solution-grid:hover .home-solution-card:hover .home-solution-card__title,
.home-solution-card:focus-within .home-solution-card__title {
    display: none;
}

.home-solution-grid:hover .home-solution-card:not(:hover) .home-solution-card__title {
    display: block;
}

.home-partners {
    padding: 78px 0 0;
}

.home-partner-marquee {
    position: relative;
    width: 1136px;
    height: 328px;
    margin: 32px auto 0;
    overflow: hidden;
}

.home-partner-marquee::before,
.home-partner-marquee::after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 2;
    width: 110px;
    height: 100%;
    pointer-events: none;
}

.home-partner-marquee::before {
    left: 0;
    background: linear-gradient(90deg, #f3f3f3 0%, rgba(243, 243, 243, 0) 100%);
}

.home-partner-marquee::after {
    right: 0;
    background: linear-gradient(270deg, #f3f3f3 0%, rgba(243, 243, 243, 0) 100%);
}

.home-partner-row {
    display: flex;
    gap: 16px;
    width: max-content;
    animation: home-partner-scroll 28s linear infinite;
}

.home-partner-row + .home-partner-row {
    margin-top: 8px;
}

.home-partner-row:nth-child(2) {
    margin-left: -60px;
    animation-duration: 32s;
}

.home-partner-row:nth-child(3) {
    margin-left: -120px;
    animation-duration: 36s;
}

.home-partner-marquee:hover .home-partner-row {
    animation-play-state: paused;
}

.home-partner-logo {
    flex: 0 0 auto;
    width: 104px;
    height: 104px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 10px 24px rgba(22, 48, 36, .04);
    object-fit: cover;
}

@keyframes home-partner-scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-1200px);
    }
}

.home-consult {
    position: relative;
    height: 208px;
    margin-top: 73px;
    overflow: hidden;
    isolation: isolate;
    color: #fff;
    text-align: center;
    background: #0bb870;
}

.home-consult::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: url("/images/website/home/consult-bg.png?v=20260522171113") center / 1440px 208px no-repeat;
}

.home-consult h2 {
    margin: 0;
    padding-top: 35px;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
}

.home-consult p {
    margin: 8px 0 0;
    color: rgba(255, 255, 255, .92);
    font-size: 16px;
    line-height: 22px;
}

.home-consult a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 154px;
    height: 40px;
    margin-top: 26px;
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
}

@media (prefers-reduced-motion: reduce) {
    .home-partner-row,
    .home-product-card,
    .home-solution-card,
    .home-solution-card__detail,
    .home-signup__button::after,
    .home-service-card {
        animation: none;
        transition: none;
    }
}
