* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
    background-color: #08110f;
    background-image: radial-gradient(circle at 18% 12%, rgba(46, 140, 101, 0.22), transparent 36%), radial-gradient(circle at 82% 8%, rgba(34, 102, 78, 0.18), transparent 34%);
    color: #e4e9e7;
    line-height: 1.5;
}

main {
    background: linear-gradient(180deg, rgba(8, 17, 14, 0.35), rgba(8, 17, 14, 0.6));
}

.container-global-wide {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

.header-navigation-premium {
    background: rgba(10, 15, 13, 0.85);
    border-bottom: 1px solid rgba(46, 125, 90, 0.25);
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-flex-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    flex-wrap: wrap;
}

.logo-identity-heavy {
    display: flex;
    align-items: center;
    gap: 14px;
}

.logo-text-premium {
    text-decoration: none;
}

.logo-text-premium .brand-name {
    font-size: 1.55rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #e2f0e8;
    line-height: 1.2;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.navigation-links-ultra ul {
    display: flex;
    gap: 28px;
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (max-width: 1100px) {
    .logo-text-premium .brand-name {
        font-size: 1.15rem;
    }
    .navigation-links-ultra ul {
        gap: 16px;
    }
}

.navigation-links-ultra a {
    text-decoration: none;
    font-weight: 600;
    color: #d0e2d9;
    font-size: 1rem;
    transition: 0.2s;
    padding-bottom: 4px;
    border-bottom: 2px solid transparent;
}

.navigation-links-ultra a:hover,
.navigation-links-ultra a.active-link-bold {
    color: #8ae8c0;
    border-bottom-color: #3bb585;
}

.mobile-menu-trigger-dark {
    display: none;
    background: rgba(30, 40, 35, 0.8);
    border: 1px solid #2b684b;
    font-size: 1rem;
    font-weight: 600;
    color: #c0dfd0;
    cursor: pointer;
    padding: 8px 18px;
    border-radius: 40px;
    align-items: center;
    gap: 8px;
}

.icon-svg {
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: -0.15em;
    flex-shrink: 0;
}

.service-item-glossy .icon-svg {
    width: 2.6rem;
    height: 2.6rem;
    color: #52d498;
    margin-bottom: 18px;
}

.contact-line-detail .icon-svg {
    width: 1.4rem;
    height: 1.4rem;
    color: #4ad498;
}


@media (max-width: 768px) {
    .navigation-links-ultra {
        display: none;
        width: 100%;
        margin-top: 20px;
        border-top: 1px solid #1e4f3a;
        padding-top: 16px;
    }
    .navigation-links-ultra.mobile-visible {
        display: block;
    }
    .navigation-links-ultra ul {
        flex-direction: column;
        gap: 22px;
        align-items: center;
    }
    .mobile-menu-trigger-dark {
        display: inline-flex;
    }
}

.section-block-massive {
    padding: 80px 0;
    scroll-margin-top: 80px;
}

.section-block-massive:not(#home) {
    content-visibility: auto;
    contain-intrinsic-size: 1000px;
}

.section-block-massive:nth-of-type(even) {
    background: rgba(11, 24, 19, 0.32);
    border-top: 1px solid rgba(44, 107, 80, 0.25);
    border-bottom: 1px solid rgba(44, 107, 80, 0.2);
}

.section-title-glow {
    font-size: 2.3rem;
    font-weight: 700;
    color: #d8f0e5;
    margin-bottom: 18px;
    letter-spacing: -0.01em;
    position: relative;
    display: inline-block;
    text-shadow: 0 2px 8px rgba(0, 40, 20, 0.8);
}

.section-title-glow::after {
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    background: #3bb585;
    border-radius: 4px;
    margin-top: 8px;
    box-shadow: 0 0 12px #3bb585;
}

.section-subhead-premium {
    color: #aacfc0;
    font-size: 1.2rem;
    margin-bottom: 44px;
    max-width: 750px;
}

.two-column-power-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    align-items: center;
}

.content-left-strong {
    flex: 1 1 300px;
}

.content-left-strong p {
    font-size: 1.15rem;
    margin-bottom: 18px;
}

.image-right-background {
    flex: 1 1 320px;
    min-height: clamp(320px, 50vw, 560px);
    border-radius: 60px;
    background-color: #0c1612;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 2px solid #398a63;
    box-shadow: 0 30px 40px -15px black;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 20px;
}

.certificate-photo-wrap {
    align-items: center;
    justify-content: center;
    padding: 16px 20px;
}

.certificate-photo-img {
    display: block;
    width: 100%;
    height: auto;
    max-height: min(560px, 72vh);
    object-fit: cover;
    border-radius: 24px;
}

.product-grid-luxury {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px;
    margin-top: 20px;
}

.product-card-darkness {
    background: rgba(18, 28, 24, 0.8);
    border: 1px solid #2a6b4f;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 20px 30px -12px black;
    transition: transform 0.25s, border-color 0.2s;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
}

.product-card-darkness > a {
    display: block;
    width: 100%;
    flex-shrink: 0;
    text-decoration: none;
    color: inherit;
}

.product-card-darkness:hover {
    transform: translateY(-6px);
    border-color: #52c797;
}

.product-image-wide {
    width: 100%;
    aspect-ratio: 3 / 4;
    min-height: 0;
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #0c1612;
    border-bottom: 2px solid #266e4c;
}

.product-info-bottom {
    padding: 24px 20px 28px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.product-info-bottom h3 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 6px;
    color: #ecfcf4;
}

.product-description-text {
    color: #bfded0;
    margin: 12px 0 14px;
    font-size: 0.98rem;
}

.product-price-badge {
    background: rgba(0, 30, 20, 0.7);
    color: #9cedc5;
    padding: 8px 22px;
    border-radius: 40px;
    display: inline-block;
    font-size: 0.95rem;
    font-weight: 700;
    border: 1px solid #398f64;
}

.product-spec-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(260px, 1fr));
    gap: 24px;
}

.spec-card {
    background: rgba(16, 30, 24, 0.82);
    border: 1px solid #2c6b50;
    border-radius: 24px;
    padding: 24px;
}

.spec-card h3 {
    font-size: 1.2rem;
    margin-bottom: 12px;
    color: #e7fbf1;
}

.spec-card ul {
    margin: 0;
    padding-left: 18px;
    color: #c5e4d6;
    line-height: 1.8;
}

.service-grid-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 40px;
    justify-content: center;
}

.service-item-glossy {
    background: rgba(22, 38, 30, 0.75);
    border: 1px solid #2f7857;
    border-radius: 36px;
    padding: 32px 25px;
    flex: 1 1 200px;
    text-align: center;
    box-shadow: 0 15px 25px -8px black;
}

.service-item-glossy h4 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: #e8f7ef;
}

.service-item-glossy p {
    color: #b7dbcb;
    font-size: 0.96rem;
}

.news-grid-dark {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 28px;
}

.news-card-link {
    text-decoration: none;
    color: inherit;
}

.news-card-solid {
    background: rgba(16, 30, 24, 0.85);
    border: 1px solid #2c6b50;
    border-radius: 32px;
    padding: 32px;
    height: 100%;
}

.news-title-head {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: #f2fff9;
}

.article-body p {
    font-size: 1.08rem;
    color: #d8efe4;
    margin-bottom: 16px;
}

.contact-split-luxury {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    background: rgba(10, 25, 18, 0.7);
    border: 1px solid #2f7857;
    border-radius: 60px;
    padding: 50px 45px;
    box-shadow: 0 30px 40px -20px black;
}

.contact-info-side {
    flex: 1 1 280px;
}

.contact-info-side h3,
.contact-info-side h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #e4f7ed;
    margin-bottom: 20px;
}

.contact-line-detail {
    margin: 20px 0;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #d2efe1;
}

.contact-line-detail a {
    color: inherit;
    text-decoration: none;
}

.contact-line-detail a:hover {
    color: #8ae8c0;
    text-decoration: underline;
}

.map-replacement-dark {
    flex: 2 1 320px;
    background: #1c3d30;
    border-radius: 5px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #c8f0dd;
}

.contact-map-image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.button-primary-glow {
    background: #1d6b49;
    border: none;
    color: white;
    padding: 14px 34px;
    border-radius: 60px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    box-shadow: 0 0 20px #1d9b62, 0 8px 16px -4px black;
    transition: all 0.15s;
}

.button-primary-glow:hover {
    background: #2b8b60;
    box-shadow: 0 0 28px #30cf82;
}

.button-outline-dark {
    background: transparent;
    border: 1.5px solid #4bc28a;
    color: #c0f0db;
    box-shadow: none;
}

.button-outline-dark:hover {
    background: rgba(40, 90, 70, 0.5);
    border-color: #73ffc2;
}

.cta-row {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-deep {
    background: #0b1510;
    border-top: 2px solid #1d4d37;
    padding: 40px 0 30px;
}

.footer-flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.legal-links-group a {
    color: #aad7c5;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    margin-right: 30px;
}

.legal-links-group a:hover {
    color: #e1ffef;
    text-decoration: underline;
}

.copyright-text-light {
    color: #8eb9a8;
    font-size: 0.9rem;
}

.disclaimer-wide {
    margin-top: 25px;
    font-size: 0.8rem;
    color: #719e8b;
    border-top: 1px solid #23583f;
    padding-top: 20px;
    text-align: center;
}

.hero-section-first {
    background-image: linear-gradient(135deg, rgba(6, 24, 18, 0.78), rgba(6, 18, 14, 0.82)), url("../image/portal-hero.webp");
    background-size: cover;
    background-position: center 38%;
    background-attachment: scroll;
}

.hero-main-title {
    font-size: 2.2rem;
    color: #ffffff;
    line-height: 1.25;
    text-shadow: 0 4px 15px black;
}

.hero-main-desc {
    font-size: 1.08rem;
    margin: 22px 0;
    color: #d8f0e2;
    max-width: 680px;
}

.hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin: 10px 0 24px;
}

.hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(120px, 1fr));
    gap: 14px;
    max-width: 720px;
}

.metric-chip {
    background: rgba(0, 0, 0, 0.45);
    border: 1px solid #2e8f62;
    border-radius: 16px;
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.metric-number {
    color: #90eac2;
    font-size: 1.6rem;
    font-weight: 800;
}

.metric-text {
    color: #c0f0dc;
    font-size: 0.9rem;
}

.hero-highlight-card {
    flex: 1 1 320px;
    background: rgba(8, 22, 16, 0.76);
    border: 1px solid #2e7f5b;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 25px 36px -18px black;
}

.hero-highlight-image {
    width: 100%;
    aspect-ratio: 16 / 10;
    min-height: 220px;
    flex-shrink: 0;
    background-image: linear-gradient(140deg, rgba(8, 24, 18, 0.25), rgba(8, 24, 18, 0.45)), url("../image/portal-feature.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #0c1612;
}

.hero-highlight-content {
    padding: 20px;
}

.hero-highlight-content h3 {
    font-size: 1.25rem;
    color: #ebfff5;
    margin-bottom: 8px;
}

.hero-highlight-content p {
    color: #bee2d1;
}

@media (max-width: 480px) {
    .container-global-wide {
        padding: 0 14px;
    }

    .section-block-massive {
        padding: 56px 0;
    }

    .logo-text-premium .brand-name {
        font-size: 1.05rem;
    }

    .section-title-glow {
        font-size: 1.7rem;
    }

    .section-subhead-premium {
        font-size: 1rem;
        margin-bottom: 28px;
    }

    .contact-split-luxury {
        border-radius: 24px;
        padding: 24px 16px;
        gap: 20px;
    }

    .contact-info-side h3,
    .contact-info-side h2 {
        font-size: 1.4rem;
    }

    .contact-line-detail {
        font-size: 0.95rem;
        gap: 10px;
        margin: 12px 0;
        word-break: break-word;
    }

    .button-primary-glow {
        width: 100%;
        text-align: center;
        padding: 12px 18px;
    }

    .product-spec-grid {
        grid-template-columns: 1fr;
    }

    .hero-main-title {
        font-size: 1.6rem;
    }

    .hero-metrics {
        grid-template-columns: 1fr;
    }
}
