.dgis-page {
    border-radius: 50px;
    font-family: 'Inter', Arial, sans-serif;
    color: #1a1d2b;
    background: #f4f6fb;
    max-width: 1280px;
    margin: 0 auto;
    padding: 32px 24px 56px;
	margin-bottom: 10px;
}
.dgis-page *,
.dgis-page *::before,
.dgis-page *::after {
    box-sizing: border-box;
}
.dgis-hero {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 28px;
}
.dgis-hero__text {
    max-width: 720px;
}
.dgis-hero__title {
    margin: 0 0 16px;
    font-size: clamp(2.5rem, 3vw, 3.5rem);
    line-height: 1.05;
    letter-spacing: -0.03em;
}
.dgis-hero__description {
    margin: 0;
    font-size: 1.05rem;
    color: #545d7a;
    line-height: 1.8;
}
.dgis-hero__button {
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 210px;
    padding: 14px 24px;
    border-radius: 999px;
    background: #6ea829;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 18px 40px rgba(110, 168, 41, 0.18);
    transition: transform .2s ease, filter .2s ease;
}
.dgis-hero__button:hover {
    transform: translateY(-1px);
    filter: brightness(1.04);
}
.dgis-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    margin-top: 22px;
}
.dgis-stat-chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    border-radius: 999px;
    background: #ffffff;
    color: #1a1d2b;
    font-size: 0.95rem;
    font-weight: 600;
    box-shadow: 0 10px 24px rgba(22, 30, 69, 0.08);
}
.dgis-stat-chip span {
    color: #6ea829;
}
.dgis-widget {
    position: relative;
    padding: 30px;
    border-radius: 36px;
    background: linear-gradient(180deg, rgba(255,255,255,0.95) 0%, #f7f7ff 100%);
    box-shadow: 0 40px 80px rgba(38, 44, 84, 0.08);
}
.dgis-widget__header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
    margin-bottom: 24px;
}
.dgis-widget__header-left {
    min-width: 280px;
}
.dgis-widget__label {
    display: inline-flex;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(129,193,55,0.13);
    color: #6ea829;
    font-size: 0.92rem;
    font-weight: 700;
}
.dgis-widget__title {
    font-family: Verdana;
    margin: 14px 0 8px;
    font-size: 1.75rem;
    line-height: 1.125;
    font-weight: 100;
    color: #1b1f38;
}
.dgis-hero__text {
    margin: 0;
    color: #5f647b;
    font-size: 0.92rem;
    line-height: 1.4;
}
.dgis-hero__text p {
    margin: 0;
    color: #5f647b;
    font-size: 0.92rem;
    line-height: 1.4;
}
.dgis-stat-chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    border-radius: 999px;
    background: #ffffff;
    color: #1a1d2b;
    font-size: 0.92rem;
    font-weight: 600;
    box-shadow: 0 10px 24px rgba(22, 30, 69, 0.08);
}
.dgis-widget__metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 20px;
}
.dgis-metric-card {
    min-width: 170px;
    flex: 1;
    background: #ffffff;
    border-radius: 22px;
    border: 1px solid rgba(110, 168, 41, 0.12);
    padding: 18px 20px;
    box-shadow: 0 18px 40px rgba(110, 168, 41, 0.08);
}
.dgis-metric-card__title {
    margin: 0 0 10px;
    font-size: 0.82rem;
    color: #6d7184;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.dgis-metric-card__value {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 700;
    color: #1a1d2b;
}
.dgis-widget__carousel {
    position: relative;
}
.dgis-carousel-controls {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-bottom: 16px;
}
.dgis-carousel-controls button {
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: #ffffff;
    color: #4f4f68;
    font-size: 1.3rem;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(36, 43, 97, 0.08);
    transition: background .2s ease, transform .2s ease;
}
.dgis-carousel-controls button:hover {
    transform: translateY(-1px);
    background: #f5f3ff;
}
.dgis-review-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(320px, 1fr);
    gap: 18px;
    overflow-x: auto;
    padding-bottom: 6px;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
}
.dgis-review-track::-webkit-scrollbar {
    height: 10px;
}
.dgis-review-track::-webkit-scrollbar-thumb {
    background: rgba(110, 168, 41, 0.32);
    border-radius: 999px;
}
.dgis-review-card {
    scroll-snap-align: start;
    min-width: 320px;
    max-height: 500px;
    background: #ffffff;
    border-radius: 28px;
    padding: 24px;
    box-shadow: 0 24px 60px rgba(24, 29, 83, 0.08);
    display: flex;
    flex-direction: column;
    gap: 18px;
    border: 1px solid rgba(110, 168, 41, 0.08);
}
.dgis-review-card__top {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: flex-start;
}
.dgis-review-card-content {
    display: flex;
    flex-direction: column;
    gap: 18px;
    overflow: auto;
    flex: 1 1 auto;
    padding-right: 4px;
}
.dgis-review-author {
    display: flex;
    gap: 14px;
    align-items: center;
    flex: 1 1 220px;
    min-width: 0;
}
.dgis-author-avatar,
.dgis-review-author img {
    width: 48px;
    min-width: 48px;
    height: 48px;
    min-height: 48px;
    flex-shrink: 0;
    border-radius: 50%;
    background: rgba(110, 168, 41, 0.13);
    color: #4d8c24;
    display: grid;
    place-items: center;
    font-weight: 700;
    font-size: 1rem;
    object-fit: cover;
}
.dgis-author-info {
    display: grid;
    gap: 4px;
}
.dgis-author-name {
    margin: 0;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.125;
    color: #1b1f38;
}
.dgis-review-date {
    margin: 0;
    color: #6f7188;
    font-size: 0.92rem;
    line-height: 1.25;
}
.dgis-review-card__meta {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 8px;
    min-width: 0;
}
.dgis-review-rating {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(110, 168, 41, 0.08);
    color: #4d8c24;
    font-weight: 700;
    font-size: 0.82rem;
    flex: 0 0 auto;
    white-space: nowrap;
}
.dgis-review-rating::before {
    content: '★';
    display: inline-block;
    font-size: 0.95rem;
}
.dgis-review-branch {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(110, 168, 41, 0.08);
    color: #3a4f31;
    font-size: 0.78rem;
    line-height: 1.2;
    border: 1px solid rgba(110, 168, 41, 0.12);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
    flex: 0 1 auto;
    max-width: 100%;
}
.dgis-review-text {
    font-family: Verdana;
    margin: 0;
    color: #000000;
    line-height: 1.8;
    font-size: 0.97rem;
    white-space: pre-wrap;
}
.dgis-review-badge {
    display: none;
    align-items: center;
    gap: 6px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(110, 168, 41, 0.08);
    color: rgba(110, 168, 41, 0.9);
    font-size: 0.85rem;
    font-weight: 700;
    width: fit-content;
}
.dgis-review-badge span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #6ea829;
}
.dgis-review-answer {
    padding: 18px;
    border-radius: 20px;
    background: #ecf8ea;
    color: #355b24;
    font-size: 0.92rem;
    line-height: 1.3;
    border: 1px solid rgba(110, 168, 41, 0.13);
}
.dgis-review-photos {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}
.dgis-review-photos img {
    width: 100%;
    border-radius: 18px;
    object-fit: cover;
    aspect-ratio: 4 / 3;
    cursor: pointer;
    transition: transform .2s ease;
}
.dgis-review-photos img:hover {
    transform: translateY(-2px);
}
.dgis-review-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-top: auto;
}
.dgis-review-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    background: #6ea829;
    color: #ffffff;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.93rem;
    transition: transform .2s ease, filter .2s ease;
}
.dgis-review-actions a:hover {
    transform: translateY(-1px);
    filter: brightness(1.05);
}
.dgis-modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(129,193,55,0.13);
    backdrop-filter: blur(6px);
    align-items: center;
    justify-content: center;
    padding: 24px;
}
.dgis-modal-overlay.active {
    display: flex;
}
.dgis-modal-content {
    max-width: 980px;
    width: 100%;
    max-height: 90vh;
    border-radius: 28px;
    background: rgba(255,255,255,0.98);
    overflow: hidden;
    box-shadow: 0 40px 120px rgba(20, 20, 40, 0.35);
    position: relative;
}
.dgis-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 50%;
    background: rgba(255,255,255,0.92);
    color: #2d3146;
    font-size: 1.5rem;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(20, 20, 40, 0.16);
}
.dgis-modal-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #0f0f23;
}
@media (max-width: 720px) {
    .dgis-review-photos {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .dgis-review-actions a {
        width: 100%;
    }
}
@media (max-width: 520px) {
    .dgis-review-photos {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 980px) {
    .dgis-widget__header {
        flex-direction: column;
        align-items: stretch;
    }
    .dgis-hero {
        padding-bottom: 0;
    }
}
@media (max-width: 720px) {
    .dgis-page {
        padding: 20px 16px 32px;
    }
    .dgis-review-track {
        gap: 14px;
    }
    .dgis-review-card {
        min-width: 280px;
        padding: 20px;
    }
    .dgis-carousel-controls {
        justify-content: center;
    }
}
