:root {
    --gd-navy: #082a50;
    --gd-blue: #0b3b70;
    --gd-blue-bright: #145a9b;
    --gd-orange: #f47b20;
    --gd-ink: #142033;
    --gd-muted: #607086;
    --gd-line: #dce4ed;
    --gd-soft: #f3f7fb;
    --gd-white: #fff;
    --gd-shadow: 0 18px 54px rgba(8, 42, 80, .10);
    --gd-radius: 18px;
    --gd-shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--gd-ink);
    background: var(--gd-white);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}
body { overflow-x: hidden; }
body.gd-menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:where(a, button, input, select, textarea, [tabindex]):focus-visible { outline: 3px solid rgba(244, 123, 32, .72); outline-offset: 3px; }
.gd-shell { width: min(calc(100% - 40px), var(--gd-shell)); margin-inline: auto; }
.gd-shell--narrow { width: min(calc(100% - 40px), 900px); }
.gd-skip-link { position: fixed; top: -100px; left: 16px; z-index: 9999; padding: 10px 14px; color: white; background: var(--gd-navy); }
.gd-skip-link:focus { top: 16px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.gd-topbar { color: #d8e5f2; background: #061f3b; font-size: 13px; }
.gd-topbar__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; }
.gd-topbar a:hover { color: white; }
.gd-site-header { position: relative; z-index: 50; background: white; border-bottom: 1px solid rgba(8,42,80,.08); }
.gd-header__inner { min-height: 84px; display: flex; align-items: center; gap: 28px; }
.gd-logo { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; color: var(--gd-navy); }
.gd-logo img { width: auto; max-width: 174px; max-height: 54px; object-fit: contain; }
.gd-logo strong { font-size: 29px; line-height: 1; letter-spacing: -.08em; font-style: italic; }
.gd-logo span { padding-left: 12px; border-left: 1px solid var(--gd-line); font-weight: 750; letter-spacing: .08em; }
.gd-nav { margin-left: auto; display: flex; align-items: center; gap: 26px; font-size: 15px; font-weight: 650; }
.gd-nav a { position: relative; padding: 29px 0; }
.gd-nav a::after { content: ""; position: absolute; right: 0; bottom: 21px; left: 0; height: 2px; background: var(--gd-orange); transform: scaleX(0); transition: transform .2s ease; }
.gd-nav a:hover::after, .gd-nav a:focus-visible::after { transform: scaleX(1); }
.gd-nav a[aria-current="page"] { color: var(--gd-blue-bright); }
.gd-nav a[aria-current="page"]::after { transform: scaleX(1); }
.gd-menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.gd-menu-toggle span:not(.screen-reader-text) { display: block; width: 24px; height: 2px; margin: 5px; background: var(--gd-navy); transition: .2s; }
.gd-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 10px 22px;
    border: 1px solid var(--gd-orange);
    border-radius: 8px;
    color: white;
    background: var(--gd-orange);
    font-weight: 750;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.gd-button:hover, .gd-button:focus-visible { color: white; background: #db6512; transform: translateY(-2px); box-shadow: 0 9px 24px rgba(244,123,32,.25); }
.gd-button--ghost { border-color: rgba(255,255,255,.56); color: white; background: transparent; }
.gd-button--ghost:hover { border-color: white; background: white; color: var(--gd-navy); }
.gd-button--outline { border-color: var(--gd-navy); color: var(--gd-navy); background: transparent; }
.gd-button--outline:hover { background: var(--gd-navy); color: white; box-shadow: 0 9px 24px rgba(8,42,80,.18); }
.gd-button--dark { border-color: var(--gd-navy); background: var(--gd-navy); }
.gd-button--dark:hover { background: #051e39; }
.gd-header-cta { min-height: 42px; padding-inline: 17px; font-size: 14px; }

.gd-hero {
    position: relative;
    overflow: hidden;
    min-height: 670px;
    color: white;
    background:
        radial-gradient(circle at 80% 20%, rgba(58,132,197,.38), transparent 34%),
        linear-gradient(118deg, #061f3b 0%, #0a3462 56%, #0b477b 100%);
}
.gd-hero::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 78px 78px; mask-image: linear-gradient(90deg, black, transparent); }
.gd-hero__grid { position: relative; min-height: 670px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }
.gd-hero__content { position: relative; z-index: 3; padding-block: 70px; }
.gd-section-kicker { display: inline-block; margin-bottom: 12px; color: var(--gd-orange); font-size: 12px; font-weight: 850; letter-spacing: .16em; }
.gd-section-kicker--light { color: #ffb375; }
.gd-hero h1 { max-width: 700px; margin: 0 0 24px; font-size: clamp(44px, 5.2vw, 72px); line-height: 1.12; letter-spacing: -.04em; }
.gd-hero h1 em { color: #ff9a4d; font-style: normal; }
.gd-hero__content > p { max-width: 640px; margin: 0 0 34px; color: #d8e6f5; font-size: 18px; line-height: 1.9; }
.gd-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.gd-hero__visual { position: relative; min-height: 490px; }
.gd-hero-orbit { position: absolute; width: 430px; height: 430px; top: 15px; right: -20px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; }
.gd-hero-orbit::before, .gd-hero-orbit::after { content: ""; position: absolute; inset: 48px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.gd-hero-orbit::after { inset: 96px; }
.gd-hero-product { position: absolute; z-index: 2; padding: 18px; border: 1px solid rgba(255,255,255,.22); border-radius: 22px; background: rgba(255,255,255,.92); box-shadow: 0 30px 70px rgba(0,0,0,.25); backdrop-filter: blur(8px); }
.gd-hero-product picture { display: block; width: 100%; height: 100%; }
.gd-hero-product img { width: 100%; height: 100%; object-fit: contain; }
.gd-hero-product--1 { width: 310px; height: 310px; top: 76px; left: 30px; transform: rotate(-4deg); }
.gd-hero-product--2 { width: 190px; height: 190px; right: -14px; top: 12px; transform: rotate(6deg); }
.gd-hero-product--3 { width: 205px; height: 205px; right: 4px; bottom: 15px; transform: rotate(3deg); }
.gd-hero-product--4 { width: 132px; height: 132px; left: -4px; bottom: 22px; transform: rotate(6deg); }
.gd-hero-product--5 { width: 158px; height: 112px; right: 152px; bottom: -10px; transform: rotate(-3deg); }

.gd-stats { position: relative; z-index: 5; margin-top: -42px; }
.gd-stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); color: white; background: var(--gd-orange); border-radius: var(--gd-radius); box-shadow: var(--gd-shadow); overflow: hidden; }
.gd-stats__grid > div { min-height: 126px; padding: 26px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255,255,255,.3); }
.gd-stats__grid > div:last-child { border-right: 0; }
.gd-stats strong { font-size: 34px; line-height: 1.1; }
.gd-stats span { margin-top: 6px; font-size: 13px; }
.gd-home-search { padding: 64px 0; color: white; background: var(--gd-navy); }
.gd-home-search__inner { display: grid; grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr); align-items: end; gap: 52px; }
.gd-home-search h2 { margin: 0; font-size: clamp(25px, 3vw, 36px); line-height: 1.3; }
.gd-home-search form { display: flex; gap: 10px; }
.gd-home-search input { width: 100%; min-width: 0; min-height: 50px; padding: 0 15px; border: 1px solid rgba(255,255,255,.35); border-radius: 7px; color: var(--gd-ink); background: white; }
.gd-home-search input:focus { outline: 3px solid rgba(255,154,77,.35); border-color: #ffad6f; }

.gd-section { padding-block: 92px; }
.gd-section--soft { background: var(--gd-soft); }
.gd-section-heading { max-width: 720px; margin-bottom: 40px; }
.gd-section-heading h2, .gd-split h2, .gd-cta-band h2 { margin: 0; color: var(--gd-navy); font-size: clamp(30px, 3.8vw, 45px); line-height: 1.24; letter-spacing: -.035em; }
.gd-section-heading p, .gd-split > div > p { margin: 15px 0 0; color: var(--gd-muted); font-size: 17px; }
.gd-category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.gd-category-card { position: relative; min-height: 250px; padding: 28px; border: 1px solid var(--gd-line); border-radius: var(--gd-radius); background: white; transition: .25s; }
.gd-category-card:hover { border-color: transparent; transform: translateY(-6px); box-shadow: var(--gd-shadow); }
.gd-category-card__icon { display: grid; width: 42px; height: 42px; place-items: center; margin-bottom: 36px; border-radius: 50%; color: var(--gd-orange); background: #fff2e8; font-weight: 800; }
.gd-category-card h3 { margin: 0 0 8px; color: var(--gd-navy); font-size: 21px; }
.gd-category-card p { min-height: 52px; margin: 0 0 20px; color: var(--gd-muted); font-size: 14px; }
.gd-text-link { color: var(--gd-blue-bright); font-weight: 750; }
.gd-text-link:hover { color: var(--gd-orange); }
.gd-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.gd-product-grid--featured { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.gd-product-card { min-width: 0; overflow: hidden; border: 1px solid var(--gd-line); border-radius: var(--gd-radius); background: white; transition: transform .25s ease, box-shadow .25s ease; }
.gd-product-card:hover { transform: translateY(-5px); box-shadow: var(--gd-shadow); }
.gd-product-card__image { display: flex; min-height: 260px; align-items: center; justify-content: center; padding: 22px; background: #f9fbfd; border-bottom: 1px solid var(--gd-line); }
.gd-product-card__image img { width: 100%; height: 220px; object-fit: contain; }
.gd-product-card__body { padding: 22px; }
.gd-eyebrow { display: block; color: var(--gd-orange); font-size: 12px; font-weight: 800; letter-spacing: .06em; }
.gd-product-card h3 { min-height: 56px; margin: 8px 0 6px; color: var(--gd-navy); font-size: 19px; line-height: 1.45; }
.gd-product-card h3 a:hover { color: var(--gd-blue-bright); }
.gd-product-card p { margin: 0 0 13px; color: var(--gd-muted); font-size: 14px; }
.gd-section-action { margin: 40px 0 0; text-align: center; }

.gd-solutions { color: white; background: var(--gd-navy); }
.gd-split { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.gd-split h2 { color: white; }
.gd-split > div > p { color: #c2d3e5; }
.gd-split .gd-text-link { display: inline-block; margin-top: 25px; color: #ffad6f; }
.gd-solution-list { border-top: 1px solid rgba(255,255,255,.2); }
.gd-solution-list a { display: grid; grid-template-columns: 56px 1fr 28px; align-items: center; min-height: 75px; border-bottom: 1px solid rgba(255,255,255,.2); font-size: 19px; font-weight: 700; transition: .2s; }
.gd-solution-list a:hover { padding-left: 10px; color: #ffad6f; }
.gd-solution-list span { color: #82a4c5; font-size: 12px; letter-spacing: .1em; }
.gd-solution-list b { color: var(--gd-orange); }
.gd-service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.gd-service-card { min-height: 140px; padding: 24px; border-top: 3px solid var(--gd-orange); background: var(--gd-soft); }
.gd-service-card span { color: #91a0b1; font-size: 12px; }
.gd-service-card h3 { margin: 26px 0 0; color: var(--gd-navy); font-size: 22px; }
.gd-support-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin: 0; padding: 0; list-style: none; }
.gd-support-step { position: relative; min-width: 0; min-height: 218px; padding: 27px; border: 1px solid var(--gd-line); border-radius: 14px; background: white; box-shadow: 0 10px 28px rgba(8, 42, 80, .05); }
.gd-support-step > span { display: block; color: var(--gd-orange); font-size: 12px; font-weight: 850; letter-spacing: .12em; }
.gd-support-step h2, .gd-support-step h3 { margin: 20px 0 10px; color: var(--gd-navy); font-size: 22px; line-height: 1.35; }
.gd-support-step p { margin: 0; color: var(--gd-muted); font-size: 15px; }
.gd-support-steps--detail .gd-support-step { min-height: 238px; }
.gd-company-intro .gd-split { align-items: center; }
.gd-company-intro .gd-split > div:last-child { color: var(--gd-muted); font-size: 17px; }
.gd-company-intro .gd-split > div:last-child p:first-child { margin-top: 0; }
.gd-brand-wall { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.gd-brand-wall__item { display: flex; min-height: 115px; align-items: center; justify-content: center; padding: 20px; border: 1px solid var(--gd-line); border-radius: 12px; background: white; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
a.gd-brand-wall__item:hover { border-color: transparent; transform: translateY(-3px); box-shadow: 0 12px 28px rgba(8,42,80,.1); }
.gd-brand-wall__item img { max-width: 100%; max-height: 68px; object-fit: contain; }
.gd-brand-wall__note { margin: 22px 0 0; color: var(--gd-muted); font-size: 14px; }
.gd-cta-band { padding-block: 65px; color: white; background: linear-gradient(120deg, #0c3f76, #082a50); }
.gd-cta-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.gd-cta-band h2 { color: white; }
.gd-cta-band p { margin: 8px 0 0; color: #c4d7ea; }

.gd-page-hero { position: relative; overflow: hidden; padding-block: 82px; color: white; background: linear-gradient(118deg, #061f3b, #0b477b); }
.gd-page-hero::after { content: ""; position: absolute; width: 420px; height: 420px; right: 8%; top: -260px; border: 70px solid rgba(255,255,255,.06); border-radius: 50%; }
.gd-page-hero h1 { position: relative; z-index: 1; margin: 0; font-size: clamp(38px, 5vw, 58px); line-height: 1.15; }
.gd-page-hero p { position: relative; z-index: 1; max-width: 720px; margin: 16px 0 0; color: #d2e2f2; font-size: 17px; }

.gd-filters { display: grid; grid-template-columns: minmax(230px, 1.2fr) minmax(0, 3.8fr); gap: 12px; align-items: end; padding: 22px; border: 1px solid var(--gd-line); border-radius: 14px; background: var(--gd-soft); }
.gd-filters label { color: var(--gd-navy); font-size: 13px; font-weight: 750; }
.gd-filters input, .gd-filters select { width: 100%; height: 46px; margin-top: 7px; padding: 0 12px; border: 1px solid #cbd6e2; border-radius: 7px; color: var(--gd-ink); background: white; }
.gd-advanced-filters { min-width: 0; }
.gd-advanced-filters > summary { display: none; }
.gd-advanced-filters__content, .gd-advanced-filters:not([open]) > .gd-advanced-filters__content { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)) auto; gap: 12px; align-items: end; }
.gd-filter-reset { height: 46px; padding: 0 16px; border: 0; border-radius: 7px; color: var(--gd-blue); background: #dfeaf4; font-weight: 750; cursor: pointer; }
.gd-result-count { margin: 28px 0 20px; color: var(--gd-muted); }
.gd-result-count strong { color: var(--gd-navy); font-size: 24px; }
.gd-empty-state { padding: 50px; text-align: center; border: 1px dashed var(--gd-line); border-radius: var(--gd-radius); }
.gd-empty-state .gd-text-link { display: inline-block; margin-top: 12px; }
.gd-pending-panel { margin-top: 50px; padding: 32px; border-left: 4px solid var(--gd-orange); background: var(--gd-soft); }
.gd-pending-panel h2 { margin: 0; color: var(--gd-navy); }
.gd-pending-panel p { margin-bottom: 0; color: var(--gd-muted); }
.gd-pending-panel .gd-text-link { display: inline-block; margin-top: 14px; }

.gd-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; padding-block: 22px; color: var(--gd-muted); font-size: 13px; }
.gd-breadcrumb a:hover { color: var(--gd-orange); }
.gd-page-breadcrumb { padding-bottom: 0; }
.gd-product-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; padding-block: 36px 82px; }
.gd-product-hero__image { order: -1; display: flex; min-height: 490px; align-items: center; justify-content: center; padding: 35px; border: 1px solid var(--gd-line); border-radius: 22px; background: var(--gd-soft); }
.gd-product-hero__image img { max-height: 440px; object-fit: contain; }
.gd-product-hero h1 { margin: 0 0 18px; color: var(--gd-navy); font-size: clamp(34px, 4vw, 49px); line-height: 1.22; }
.gd-product-hero h2 { margin: 32px 0 12px; color: var(--gd-navy); font-size: 20px; }
.gd-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.gd-tags span { padding: 5px 10px; border-radius: 999px; color: var(--gd-blue); background: #e7f0f9; font-size: 12px; font-weight: 700; }
.gd-check-list { margin: 0 0 28px; padding: 0; list-style: none; }
.gd-check-list li { position: relative; margin-block: 9px; padding-left: 27px; }
.gd-check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--gd-orange); font-weight: 900; }
.gd-official-note { padding-block: 55px; color: white; background: var(--gd-navy); }
.gd-official-note h2 { margin: 0 0 10px; font-size: 30px; }
.gd-official-note p { color: #c8d9e9; }
.gd-official-note .gd-text-link { color: #ffad6f; }
.gd-parameter-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 26px 0; background: rgba(255,255,255,.17); }
.gd-parameter-list div { padding: 15px; background: #0c3764; }
.gd-parameter-list dt { color: #a9c0d6; font-size: 12px; }
.gd-parameter-list dd { margin: 5px 0 0; font-weight: 750; }
.gd-spec-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.gd-spec-image { min-width: 0; min-height: 300px; max-height: 720px; overflow: auto; padding: 18px; border: 1px solid var(--gd-line); border-radius: 14px; background: #fff; cursor: zoom-in; }
.gd-spec-image img { width: 100%; height: auto; object-fit: contain; }
.gd-shared-reference img { width: 100%; padding: 18px; border: 1px solid var(--gd-line); border-radius: 14px; background: white; }
.gd-source-note { display: grid; grid-template-columns: 140px 1fr; gap: 25px; margin-top: 30px; padding: 24px; border-left: 3px solid var(--gd-orange); background: var(--gd-soft); }
.gd-source-note strong { color: var(--gd-navy); }
.gd-source-note p { margin: 0; color: var(--gd-muted); }
.gd-image-dialog { width: min(94vw, 1200px); max-height: 92vh; padding: 50px 18px 18px; border: 0; border-radius: 14px; background: white; }
.gd-image-dialog::backdrop { background: rgba(2,14,28,.82); }
.gd-image-dialog button { position: absolute; top: 8px; right: 12px; width: 38px; height: 38px; border: 0; border-radius: 50%; color: white; background: var(--gd-navy); font-size: 26px; cursor: pointer; }
.gd-image-dialog img { max-height: calc(92vh - 70px); margin-inline: auto; object-fit: contain; }

.gd-prose { color: #354459; font-size: 17px; }
.gd-prose + .gd-prose { margin-top: 52px; }
.gd-prose h2 { margin: 0 0 14px; color: var(--gd-navy); font-size: 30px; }
.gd-prose h2:not(:first-child) { margin-top: 48px; }
.gd-prose a { color: var(--gd-blue-bright); font-weight: 700; }
.gd-prose li { margin-block: 8px; }
.gd-timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 55px 0; background: var(--gd-line); }
.gd-timeline div { min-height: 145px; padding: 24px; background: white; }
.gd-timeline strong { display: block; color: var(--gd-orange); font-size: 28px; }
.gd-timeline span { color: var(--gd-muted); font-size: 14px; }
.gd-about { display: grid; gap: 92px; }
.gd-about-profile { display: grid; grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr); overflow: hidden; border: 1px solid var(--gd-line); border-radius: var(--gd-radius); box-shadow: var(--gd-shadow); }
.gd-about-profile__year { display: flex; min-height: 412px; flex-direction: column; justify-content: center; padding: 54px; color: white; background: linear-gradient(145deg, #061f3b, #0b477b); }
.gd-about-profile__year p { margin: 0; color: var(--gd-orange); font-size: clamp(72px, 9vw, 128px); font-weight: 850; letter-spacing: -.09em; line-height: .88; }
.gd-about-profile__year strong { margin-top: 22px; color: #d8e6f5; font-size: 18px; font-weight: 650; }
.gd-about-profile__details { padding: 50px 54px 44px; }
.gd-about-profile__details h2 { margin: 0 0 20px; color: var(--gd-navy); font-size: clamp(30px, 3.2vw, 42px); line-height: 1.2; letter-spacing: -.035em; }
.gd-about-profile__details > p:not(.gd-about-scope) { margin: 0 0 15px; color: var(--gd-muted); font-size: 16px; }
.gd-about-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.gd-about-tags span { padding: 6px 11px; border: 1px solid #d9e6f2; border-radius: 999px; color: var(--gd-blue); background: #f4f8fc; font-size: 13px; font-weight: 700; }
.gd-about-scope { margin: 22px 0 0; padding-top: 16px; border-top: 1px solid var(--gd-line); color: var(--gd-muted); font-size: 13px; }
.gd-about-values .gd-section-heading { margin-bottom: 32px; }
.gd-value-cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.gd-value-card { position: relative; display: flex; min-width: 0; min-height: 252px; flex-direction: column; padding: 28px; border: 1px solid var(--gd-line); border-radius: 14px; background: white; box-shadow: 0 10px 28px rgba(8, 42, 80, .05); }
.gd-value-card::before { content: ""; width: 34px; height: 3px; margin-bottom: auto; background: var(--gd-orange); }
.gd-value-card__number { margin-top: 22px; color: #9aabbc; font-size: 12px; font-weight: 850; letter-spacing: .12em; }
.gd-value-card h3 { margin: 5px 0 12px; color: var(--gd-navy); font-size: 24px; line-height: 1.25; }
.gd-value-card p { margin: 0; color: var(--gd-muted); font-size: 15px; line-height: 1.75; }
.gd-solution-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.gd-solution-cards article { padding: 30px; border: 1px solid var(--gd-line); border-radius: var(--gd-radius); }
.gd-solution-cards article:last-child { grid-column: 1 / -1; }
.gd-solution-cards h2 { margin-top: 0; color: var(--gd-navy); }
.gd-solution-cards p { color: var(--gd-muted); }
.gd-service-detail { border-top: 1px solid var(--gd-line); }
.gd-service-detail article { display: grid; grid-template-columns: 100px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--gd-line); }
.gd-service-detail article > span { color: var(--gd-orange); font-weight: 800; }
.gd-service-detail h2 { margin: 0; color: var(--gd-navy); }
.gd-service-detail p { margin: 4px 0 0; color: var(--gd-muted); }
.gd-region-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 35px; }
.gd-region-grid div { padding: 25px; background: var(--gd-soft); }
.gd-region-grid strong, .gd-region-grid span { display: block; }
.gd-region-grid strong { color: var(--gd-navy); font-size: 19px; }
.gd-region-grid span { margin-top: 5px; color: var(--gd-muted); font-size: 13px; }
.gd-card-index { display: block; margin-bottom: 28px; color: var(--gd-orange); font-size: 12px; font-weight: 850; letter-spacing: .12em; }
.gd-routing-flow { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.gd-routing-flow article { min-height: 235px; padding: 30px; border-radius: var(--gd-radius); color: white; background: linear-gradient(145deg, #082a50, #0b477b); }
.gd-routing-flow span { color: #ffad6f; font-size: 12px; font-weight: 850; letter-spacing: .12em; }
.gd-routing-flow h2 { margin: 23px 0 10px; font-size: 25px; line-height: 1.3; }
.gd-routing-flow p { margin: 0; color: #c7d8e9; font-size: 15px; }
.gd-public-empty-state { display: flex; min-height: 340px; align-items: center; flex-direction: column; justify-content: center; padding: 48px; text-align: center; border: 1px solid var(--gd-line); border-radius: var(--gd-radius); background: linear-gradient(145deg, #f5f9fd, #fff); }
.gd-public-empty-state--compact { min-height: 0; margin-top: 25px; }
.gd-public-empty-state h2 { margin: 0; color: var(--gd-navy); font-size: clamp(29px, 3.4vw, 42px); }
.gd-public-empty-state p { max-width: 560px; margin: 12px 0 24px; color: var(--gd-muted); }
.gd-news-card { padding: clamp(28px, 5vw, 54px); border: 1px solid var(--gd-line); border-radius: var(--gd-radius); background: linear-gradient(145deg, #f5f9fd, white); box-shadow: 0 18px 50px rgba(8,42,80,.07); }
.gd-news-card h2 { max-width: 780px; margin: 0 0 20px; color: var(--gd-navy); font-size: clamp(28px, 3.6vw, 42px); line-height: 1.3; }
.gd-news-card > p { max-width: 820px; color: var(--gd-muted); font-size: 16px; line-height: 1.9; }
.gd-news-card .gd-text-link { display: inline-block; margin-top: 10px; }
.gd-document-verification { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; overflow: hidden; border: 1px solid var(--gd-line); border-radius: var(--gd-radius); background: var(--gd-line); }
.gd-document-verification > div { min-height: 235px; padding: 30px; background: white; }
.gd-document-verification span { color: var(--gd-orange); font-size: 12px; font-weight: 850; letter-spacing: .12em; }
.gd-document-verification h2 { margin: 25px 0 10px; color: var(--gd-navy); font-size: 25px; }
.gd-document-verification p { margin: 0; color: var(--gd-muted); }
.gd-document-verification__cta { margin: 25px 0 0; color: var(--gd-muted); }
.gd-contact-route { margin-top: 26px; padding: 20px; border-left: 3px solid var(--gd-orange); background: var(--gd-soft); }
.gd-contact-route h3 { margin: 0; color: var(--gd-navy); font-size: 17px; }
.gd-contact-route p { margin: 7px 0 0; color: var(--gd-muted); font-size: 14px; }
.gd-contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 55px; align-items: start; }
.gd-contact-grid h2 { margin: 0 0 30px; color: var(--gd-navy); font-size: 30px; }
.gd-contact-grid dl { margin: 0; }
.gd-contact-grid dl div { padding: 17px 0; border-bottom: 1px solid var(--gd-line); }
.gd-contact-grid dt { color: var(--gd-muted); font-size: 13px; }
.gd-contact-grid dd { margin: 4px 0 0; font-weight: 700; }
.gd-muted { color: var(--gd-muted); font-size: 13px; }

.gd-inquiry { padding: 34px; border-radius: var(--gd-radius); background: var(--gd-soft); }
.gd-inquiry h2 { margin: 0; color: var(--gd-navy); font-size: 30px; }
.gd-inquiry > p { color: var(--gd-muted); }
.gd-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.gd-form label { color: var(--gd-navy); font-size: 13px; font-weight: 700; }
.gd-form-contact-choice { display: grid; grid-column: 1 / -1; grid-template-columns: repeat(2, 1fr); gap: 18px; margin: 0; padding: 16px; border: 1px solid #c6d2df; border-radius: 9px; }
.gd-form-contact-choice legend { padding: 0 6px; color: var(--gd-navy); font-size: 13px; font-weight: 800; }
.gd-form input:not([type="checkbox"]), .gd-form textarea { width: 100%; margin-top: 6px; padding: 11px 12px; border: 1px solid #c6d2df; border-radius: 7px; color: var(--gd-ink); background: white; }
.gd-form input:not([type="checkbox"]) { min-height: 44px; }
.gd-form input:focus, .gd-form textarea:focus, .gd-filters input:focus, .gd-filters select:focus { outline: 3px solid rgba(20,90,155,.15); border-color: var(--gd-blue-bright); }
.gd-form-wide { grid-column: 1 / -1; }
.gd-form-consent { display: flex; gap: 10px; align-items: flex-start; font-weight: 500 !important; }
.gd-form-consent input { margin-top: 5px; }
.gd-form-consent a { color: var(--gd-blue-bright); }
.gd-honeypot { position: absolute; left: -10000px; }
.gd-form-message { margin: 18px 0; padding: 12px 14px; border-radius: 7px; }
.gd-form-message--success { color: #165b2d; background: #e2f4e7; }
.gd-form-message--error { color: #8b2424; background: #fbe9e9; }
.gd-search-results article { padding-block: 28px; border-bottom: 1px solid var(--gd-line); }
.gd-search-results h2 { margin: 5px 0; color: var(--gd-navy); }
.gd-search-results p { color: var(--gd-muted); }
.gd-search-form { padding: 22px; border: 1px solid var(--gd-line); border-radius: 14px; background: var(--gd-soft); }
.gd-search-form > label { color: var(--gd-navy); font-size: 13px; font-weight: 750; }
.gd-search-form > div { display: flex; gap: 10px; margin-top: 8px; }
.gd-search-form input { width: 100%; min-width: 0; height: 48px; padding: 0 13px; border: 1px solid #cbd6e2; border-radius: 7px; background: white; }
.gd-not-found { min-height: 60vh; display: flex; align-items: center; }
.gd-not-found h1 { margin: 0; color: var(--gd-navy); font-size: 50px; }

.gd-footer { padding-top: 70px; color: #b9cce0; background: #061f3b; }
.gd-footer__grid { display: grid; grid-template-columns: 1.4fr .7fr 1fr; gap: 70px; padding-bottom: 55px; }
.gd-logo--footer { margin-bottom: 20px; color: white; }
.gd-logo--footer span { border-color: rgba(255,255,255,.25); }
.gd-footer h2 { margin: 0 0 14px; color: white; font-size: 16px; }
.gd-footer__grid > div > a:not(.gd-logo) { display: block; margin-block: 7px; }
.gd-footer__grid > div > a:hover { color: white; }
.gd-footer p { max-width: 430px; margin: 7px 0; }
.gd-footer__bottom { min-height: 66px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.13); font-size: 13px; }

@media (max-width: 1080px) {
    .gd-nav { gap: 16px; font-size: 14px; }
    .gd-header-cta { display: none; }
    .gd-category-grid { grid-template-columns: repeat(2, 1fr); }
    .gd-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .gd-filters { grid-template-columns: repeat(2, 1fr); }
    .gd-advanced-filters__content, .gd-advanced-filters:not([open]) > .gd-advanced-filters__content { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .gd-filter-reset { width: max-content; }
    .gd-value-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
    .gd-topbar { display: none; }
    .gd-header__inner { min-height: 70px; }
    .gd-menu-toggle { display: block; margin-left: auto; }
    .gd-nav { position: absolute; top: 70px; right: 0; left: 0; display: none; max-height: calc(100vh - 70px); max-height: calc(100dvh - 70px); margin: 0; padding: 14px 20px 26px; overflow-y: auto; flex-direction: column; align-items: stretch; gap: 0; background: white; border-top: 1px solid var(--gd-line); box-shadow: var(--gd-shadow); }
    .gd-nav.is-open { display: flex; }
    .gd-nav a { padding: 13px 0; border-bottom: 1px solid var(--gd-line); }
    .gd-nav a::after { display: none; }
    .gd-menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .gd-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
    .gd-menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .gd-hero, .gd-hero__grid { min-height: auto; }
    .gd-hero__grid { grid-template-columns: 1fr; }
    .gd-hero__content { padding: 75px 0 40px; }
    .gd-hero__visual { min-height: 410px; max-width: 540px; width: 100%; margin: -20px auto 25px; }
    .gd-hero-product--1 { left: 6%; }
    .gd-stats { margin-top: 0; background: var(--gd-orange); }
    .gd-stats__grid { width: min(100% - 40px, var(--gd-shell)); grid-template-columns: repeat(2, 1fr); box-shadow: none; border-radius: 0; }
    .gd-stats__grid > div { border-bottom: 1px solid rgba(255,255,255,.3); }
    .gd-home-search__inner { grid-template-columns: 1fr; gap: 24px; }
    .gd-split, .gd-product-hero, .gd-contact-grid { grid-template-columns: 1fr; gap: 38px; }
    .gd-product-hero__image { order: 0; }
    .gd-service-grid { grid-template-columns: repeat(2, 1fr); }
    .gd-support-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .gd-routing-flow, .gd-document-verification { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .gd-product-hero__image { min-height: 390px; }
    .gd-parameter-list { grid-template-columns: repeat(2, 1fr); }
    .gd-timeline { grid-template-columns: repeat(2, 1fr); }
    .gd-about { gap: 64px; }
    .gd-about-profile { grid-template-columns: 1fr; }
    .gd-about-profile__year { min-height: auto; padding: 42px 40px; }
    .gd-about-profile__year p { font-size: 92px; }
    .gd-about-profile__details { padding: 40px; }
    .gd-footer__grid { grid-template-columns: 1fr 1fr; }
    .gd-footer__grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
    .gd-shell, .gd-shell--narrow { width: min(calc(100% - 28px), var(--gd-shell)); }
    .gd-logo strong { font-size: 25px; }
    .gd-logo span { font-size: 14px; }
    .gd-hero h1 { font-size: 40px; }
    .gd-hero__content > p { font-size: 16px; }
    .gd-actions { align-items: stretch; flex-direction: column; }
    .gd-actions .gd-button { width: 100%; }
    .gd-hero__visual { min-height: 320px; }
    .gd-hero-orbit { width: 290px; height: 290px; right: 0; }
    .gd-hero-product--1 { width: 220px; height: 220px; top: 42px; left: 2%; }
    .gd-hero-product--2 { width: 125px; height: 125px; right: 0; top: 8px; }
    .gd-hero-product--3 { width: 135px; height: 135px; right: 2%; bottom: 4px; }
    .gd-hero-product--4 { width: 92px; height: 92px; left: 0; bottom: 12px; }
    .gd-hero-product--5 { width: 112px; height: 82px; right: 108px; bottom: -6px; }
    .gd-stats__grid { width: 100%; }
    .gd-stats__grid > div { min-height: 105px; padding: 20px 14px; }
    .gd-stats strong { font-size: 28px; }
    .gd-section { padding-block: 64px; }
    .gd-page-hero { padding-block: 58px; }
    .gd-category-grid, .gd-product-grid, .gd-solution-cards, .gd-spec-gallery, .gd-form, .gd-region-grid, .gd-support-steps, .gd-routing-flow, .gd-document-verification { grid-template-columns: 1fr; }
    .gd-home-search { padding-block: 46px; }
    .gd-home-search form { align-items: stretch; flex-direction: column; }
    .gd-home-search .gd-button { width: 100%; }
    .gd-filters { display: block; padding: 17px; }
    .gd-advanced-filters { display: block; margin-top: 14px; }
    .gd-advanced-filters > summary { display: flex; min-height: 46px; align-items: center; justify-content: space-between; padding: 0 13px; border: 1px solid #cbd6e2; border-radius: 7px; color: var(--gd-navy); background: white; font-size: 14px; font-weight: 800; cursor: pointer; }
    .gd-advanced-filters > summary span { transform: rotate(90deg); transition: transform .2s ease; }
    .gd-advanced-filters[open] > summary span { transform: rotate(-90deg); }
    .gd-advanced-filters__content { grid-template-columns: 1fr; margin-top: 13px; }
    .gd-advanced-filters:not([open]) > .gd-advanced-filters__content { display: none; }
    .gd-filter-reset { width: 100%; }
    .gd-brand-wall { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
    .gd-brand-wall__item { min-height: 88px; padding: 14px; }
    .gd-solution-cards article:last-child { grid-column: auto; }
    .gd-product-card__image { min-height: 235px; }
    .gd-product-card__image img { height: 200px; }
    .gd-service-grid { grid-template-columns: repeat(2, 1fr); }
    .gd-service-card { min-height: 120px; padding: 19px; }
    .gd-cta-band__inner { align-items: stretch; flex-direction: column; }
    .gd-parameter-list, .gd-timeline, .gd-value-cards { grid-template-columns: 1fr; }
    .gd-about-profile__year { padding: 34px 28px; }
    .gd-about-profile__year p { font-size: 76px; }
    .gd-about-profile__details { padding: 32px 24px; }
    .gd-about-profile__details > p:not(.gd-about-scope) { font-size: 16px; }
    .gd-value-card { min-height: 0; padding: 24px; }
    .gd-product-hero__image { min-height: 300px; padding: 22px; }
    .gd-source-note { grid-template-columns: 1fr; gap: 5px; }
    .gd-spec-image { min-height: 230px; padding: 9px; }
    .gd-form-wide { grid-column: auto; }
    .gd-form-contact-choice { grid-column: auto; grid-template-columns: 1fr; }
    .gd-inquiry { padding: 22px 16px; }
    .gd-service-detail article { grid-template-columns: 48px 1fr; }
    .gd-support-step, .gd-support-steps--detail .gd-support-step, .gd-routing-flow article, .gd-document-verification > div { min-height: 0; padding: 24px; }
    .gd-public-empty-state { min-height: 275px; padding: 34px 22px; }
    .gd-search-form > div { align-items: stretch; flex-direction: column; }
    .gd-search-form .gd-button { width: 100%; }
    .gd-footer__grid { grid-template-columns: 1fr; gap: 35px; }
    .gd-footer__grid > div:first-child { grid-column: auto; }
    .gd-footer__bottom { padding-block: 18px; align-items: flex-start; flex-direction: column; gap: 4px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
