:root {
    --go-navy-950: #071a3d;
    --go-navy-900: #0b2454;
    --go-blue-800: #123c8c;
    --go-blue-700: #1d55b3;
    --go-blue-100: #e8f1ff;
    --go-blue-50: #f4f8ff;
    --go-cyan-500: #1aa7c7;
    --go-gold-500: #f5b82e;
    --go-gold-100: #fff2ca;
    --go-green-700: #087044;
    --go-green-600: #0b8a54;
    --go-red-700: #b91c1c;
    --go-red-600: #dc2626;
    --go-slate-950: #121a2a;
    --go-slate-800: #273249;
    --go-slate-600: #5f6d83;
    --go-slate-500: #778397;
    --go-line: #dce5f2;
    --go-line-soft: #eaf0f7;
    --go-white: #ffffff;
    --go-bg: #f6f9fe;
    --go-radius-sm: 12px;
    --go-radius: 20px;
    --go-radius-lg: 30px;
    --go-shadow-sm: 0 8px 26px rgba(13, 38, 83, .07);
    --go-shadow: 0 20px 60px rgba(13, 38, 83, .12);
    --go-shadow-strong: 0 28px 76px rgba(7, 26, 61, .18);
}

html {
    scroll-behavior: smooth;
}

.go-page,
.go-page * {
    box-sizing: border-box;
}

.go-page {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    color: var(--go-slate-950);
    background:
        radial-gradient(circle at 2% 0%, rgba(29, 85, 179, .15), transparent 25%),
        radial-gradient(circle at 96% 2%, rgba(245, 184, 46, .16), transparent 22%),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 42%, #f7faff 100%);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans Kannada", Arial, sans-serif;
}

.go-page::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: .28;
    background-image:
        linear-gradient(rgba(18, 60, 140, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(18, 60, 140, .035) 1px, transparent 1px);
    background-size: 42px 42px;
}

.go-page > * {
    position: relative;
    z-index: 1;
}

.go-container {
    width: min(1180px, calc(100% - 34px));
    margin: 0 auto;
}

.go-hero-section {
    padding: 28px 0 20px;
}

.go-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(330px, .75fr);
    gap: 28px;
    align-items: stretch;
    overflow: hidden;
    padding: 48px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: var(--go-radius-lg);
    color: var(--go-white);
    background:
        radial-gradient(circle at 18% 16%, rgba(245, 184, 46, .27), transparent 18%),
        radial-gradient(circle at 85% 16%, rgba(59, 209, 229, .20), transparent 22%),
        linear-gradient(125deg, #071a3d 0%, #123c8c 53%, #0a7185 100%);
    box-shadow: var(--go-shadow-strong);
    isolation: isolate;
}

.go-hero::before,
.go-detail-hero::before {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -180px;
    width: 420px;
    height: 420px;
    border: 70px solid rgba(255, 255, 255, .07);
    border-radius: 50%;
    z-index: -1;
}

.go-hero::after,
.go-detail-hero::after {
    content: "";
    position: absolute;
    top: 42px;
    right: 43%;
    width: 140px;
    height: 140px;
    border-radius: 32px;
    transform: rotate(24deg);
    background: linear-gradient(145deg, rgba(255,255,255,.10), rgba(255,255,255,.02));
    z-index: -1;
}

.go-hero-copy {
    position: relative;
    z-index: 2;
    align-self: center;
}

.go-breadcrumb,
.go-detail-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 13px;
    font-weight: 750;
}

.go-breadcrumb {
    margin-bottom: 22px;
    color: rgba(255, 255, 255, .70);
}

.go-breadcrumb a {
    color: rgba(255, 255, 255, .92);
    text-decoration: none;
}

.go-breadcrumb a:hover {
    text-decoration: underline;
}

.go-kicker,
.go-section-label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.go-kicker {
    padding: 9px 13px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 999px;
    color: #fff5cf;
    background: rgba(255,255,255,.10);
    backdrop-filter: blur(10px);
}

.go-hero h1 {
    max-width: 760px;
    margin: 18px 0 16px;
    color: var(--go-white);
    font-size: clamp(38px, 5.4vw, 68px);
    line-height: 1.02;
    letter-spacing: -.045em;
    font-weight: 950;
}

.go-hero-copy > p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, .86);
    font-size: 17px;
    line-height: 1.75;
}

.go-hero-actions,
.go-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.go-primary-btn,
.go-secondary-btn,
.go-search-btn,
.go-filter-btn,
.go-view-btn,
.go-home-link,
.go-pdf-primary,
.go-pdf-secondary,
.go-action-open,
.go-action-download,
.go-back-orders {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}

.go-primary-btn {
    min-height: 48px;
    padding: 13px 21px;
    border-radius: 999px;
    color: var(--go-navy-950);
    font-weight: 900;
    background: linear-gradient(135deg, #ffd96b, var(--go-gold-500));
    box-shadow: 0 14px 30px rgba(245, 184, 46, .25);
}

.go-primary-btn:hover {
    color: var(--go-navy-950);
    transform: translateY(-2px);
    box-shadow: 0 19px 38px rgba(245, 184, 46, .33);
}

.go-secondary-btn {
    min-height: 48px;
    padding: 13px 21px;
    border: 1px solid rgba(255, 255, 255, .26);
    border-radius: 999px;
    color: var(--go-white);
    font-weight: 850;
    background: rgba(255, 255, 255, .10);
    backdrop-filter: blur(10px);
}

.go-secondary-btn:hover {
    color: var(--go-white);
    background: rgba(255, 255, 255, .17);
    transform: translateY(-2px);
}

.go-updated-note {
    margin-top: 20px;
    color: rgba(255, 255, 255, .67);
    font-size: 13px;
}

.go-updated-note strong {
    color: rgba(255, 255, 255, .94);
}

.go-hero-panel {
    position: relative;
    z-index: 2;
    align-self: stretch;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, .20);
    border-radius: 25px;
    background: rgba(255, 255, 255, .11);
    backdrop-filter: blur(18px);
}

.go-panel-heading {
    margin-bottom: 15px;
    color: rgba(255,255,255,.96);
    font-size: 18px;
    font-weight: 900;
}

.go-stat-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
}

.go-stat-card {
    min-height: 112px;
    padding: 18px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 18px;
    background: rgba(7, 26, 61, .24);
}

.go-stat-card strong {
    display: block;
    margin-bottom: 9px;
    color: var(--go-white);
    font-size: 29px;
    line-height: 1;
    font-weight: 950;
}

.go-stat-card span {
    color: rgba(255,255,255,.69);
    font-size: 12px;
    font-weight: 750;
}

.go-stat-card-accent {
    background: linear-gradient(145deg, rgba(245,184,46,.93), rgba(238,148,26,.88));
}

.go-stat-card-accent strong,
.go-stat-card-accent span {
    color: #2c2103;
}

.go-verification-note {
    margin-top: 13px;
    padding: 14px 15px;
    border-radius: 16px;
    color: rgba(255,255,255,.82);
    font-size: 12px;
    line-height: 1.6;
    font-weight: 700;
    background: rgba(255,255,255,.08);
}

.go-search-section {
    padding: 18px 0 8px;
}

.go-search-card,
.go-results-card,
.go-detail-card,
.go-action-card {
    border: 1px solid var(--go-line);
    border-radius: var(--go-radius);
    background: rgba(255,255,255,.96);
    box-shadow: var(--go-shadow);
}

.go-search-card {
    padding: 25px;
}

.go-search-heading,
.go-results-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
}

.go-section-label {
    color: var(--go-blue-700);
}

.go-search-heading h2,
.go-results-head h2,
.go-card-heading h2,
.go-action-card h2 {
    margin: 7px 0 0;
    color: var(--go-navy-950);
    font-weight: 950;
    letter-spacing: -.025em;
}

.go-search-heading h2 {
    font-size: 28px;
}

.go-clear-link {
    color: var(--go-blue-700);
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
}

.go-clear-link:hover {
    text-decoration: underline;
}

.go-search-main-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: end;
    margin-top: 20px;
}

.go-field {
    display: grid;
    gap: 8px;
}

.go-field > span {
    color: var(--go-slate-800);
    font-size: 12px;
    font-weight: 850;
}

.go-input-wrap {
    position: relative;
}

.go-input-wrap svg {
    position: absolute;
    left: 16px;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    fill: none;
    stroke: var(--go-slate-500);
    stroke-width: 1.8;
    stroke-linecap: round;
}

.go-field input,
.go-field select {
    width: 100%;
    min-height: 52px;
    border: 1px solid var(--go-line);
    border-radius: 14px;
    outline: none;
    color: var(--go-slate-950);
    background: var(--go-white);
    font: inherit;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.go-field input {
    padding: 0 16px 0 48px;
}

.go-field select {
    padding: 0 38px 0 14px;
}

.go-field input:focus,
.go-field select:focus {
    border-color: rgba(29, 85, 179, .75);
    box-shadow: 0 0 0 4px rgba(29, 85, 179, .10);
}

.go-search-btn {
    min-height: 52px;
    padding: 0 25px;
    border-radius: 14px;
    color: var(--go-white);
    font-weight: 900;
    background: linear-gradient(135deg, var(--go-blue-700), var(--go-navy-900));
    box-shadow: 0 14px 28px rgba(18,60,140,.20);
}

.go-search-btn:hover,
.go-filter-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 17px 34px rgba(18,60,140,.27);
}

.go-filter-panel {
    margin-top: 17px;
    border-top: 1px solid var(--go-line-soft);
}

.go-filter-panel summary {
    display: flex;
    align-items: center;
    gap: 9px;
    padding-top: 16px;
    color: var(--go-blue-700);
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
    list-style: none;
}

.go-filter-panel summary::-webkit-details-marker {
    display: none;
}

.go-filter-panel summary::before {
    content: "+";
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    color: var(--go-blue-700);
    background: var(--go-blue-100);
}

.go-filter-panel[open] summary::before {
    content: "−";
}

.go-filter-panel summary small {
    padding: 4px 8px;
    border-radius: 999px;
    color: var(--go-navy-900);
    background: var(--go-gold-100);
}

.go-filter-grid {
    display: grid;
    grid-template-columns: 1fr 1.25fr .65fr auto;
    gap: 12px;
    align-items: end;
    padding-top: 16px;
}

.go-filter-btn {
    min-height: 52px;
    padding: 0 20px;
    border-radius: 14px;
    color: var(--go-white);
    font-weight: 900;
    background: var(--go-blue-800);
}

.go-ad-section {
    padding: 8px 0;
}

.go-ad-shell {
    width: 100%;
    min-height: 110px;
    margin: 17px auto;
    padding: 10px;
    overflow: hidden;
    border: 1px dashed #cfd9e8;
    border-radius: 18px;
    text-align: center;
    background: rgba(255,255,255,.78);
    transition: min-height .25s ease, margin .25s ease, padding .25s ease, opacity .25s ease;
}

.go-ad-shell.is-unfilled {
    min-height: 0 !important;
    height: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    opacity: 0;
}

.go-ad-label {
    display: block;
    margin-bottom: 7px;
    color: #98a3b4;
    font-size: 10px;
    line-height: 1;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.go-ad-bottom {
    margin-top: 28px;
}

.go-results-section {
    padding: 28px 0 72px;
}

.go-results-head {
    margin-bottom: 18px;
}

.go-results-head h2 {
    font-size: clamp(28px, 4vw, 40px);
}

.go-results-head p {
    margin: 8px 0 0;
    color: var(--go-slate-600);
    line-height: 1.65;
}

.go-home-link {
    min-height: 42px;
    padding: 10px 15px;
    border: 1px solid var(--go-line);
    border-radius: 999px;
    color: var(--go-blue-800);
    font-size: 13px;
    font-weight: 850;
    background: var(--go-white);
    box-shadow: var(--go-shadow-sm);
}

.go-home-link:hover {
    color: var(--go-navy-950);
    transform: translateY(-1px);
    border-color: #c7d7ee;
}

.go-results-card {
    overflow: hidden;
}

.go-desktop-table-wrap {
    overflow-x: auto;
}

.go-table {
    width: 100%;
    min-width: 1000px;
    border-collapse: collapse;
}

.go-table th {
    padding: 15px 16px;
    border-bottom: 1px solid var(--go-line);
    color: var(--go-slate-600);
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: .09em;
    text-align: left;
    text-transform: uppercase;
    background: #f8faff;
}

.go-table td {
    padding: 18px 16px;
    border-bottom: 1px solid var(--go-line-soft);
    vertical-align: top;
    color: var(--go-slate-800);
    font-size: 13px;
    line-height: 1.55;
}

.go-table tbody tr:last-child td {
    border-bottom: 0;
}

.go-table tbody tr {
    transition: background .2s ease;
}

.go-table tbody tr:hover {
    background: #f8fbff;
}

.go-table th:nth-child(1),
.go-table td:nth-child(1) {
    width: 58px;
}

.go-table th:nth-child(2),
.go-table td:nth-child(2) {
    width: 41%;
}

.go-table th:nth-child(3),
.go-table td:nth-child(3) {
    width: 16%;
}

.go-table th:nth-child(4),
.go-table td:nth-child(4) {
    width: 16%;
}

.go-table th:nth-child(5),
.go-table td:nth-child(5) {
    width: 115px;
}

.go-table th:nth-child(6),
.go-table td:nth-child(6) {
    width: 126px;
}

.go-serial {
    display: inline-grid;
    place-items: center;
    min-width: 32px;
    height: 32px;
    padding: 0 8px;
    border-radius: 10px;
    color: var(--go-blue-800);
    font-size: 12px;
    font-weight: 950;
    background: var(--go-blue-100);
}

.go-order-title {
    margin-bottom: 6px;
    color: var(--go-navy-950);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.45;
}

.go-order-subject {
    max-width: 520px;
    color: var(--go-slate-600);
    line-height: 1.6;
}

.go-category-chip {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    margin-top: 9px;
    padding: 6px 9px;
    border: 1px solid #d5e4fb;
    border-radius: 999px;
    color: var(--go-blue-800);
    font-size: 10px;
    line-height: 1.3;
    font-weight: 900;
    background: var(--go-blue-50);
}

.go-section-value,
.go-order-number {
    color: var(--go-slate-800);
    font-weight: 750;
    word-break: break-word;
}

.go-order-number {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 12px;
}

.go-date {
    color: var(--go-slate-600);
    font-weight: 750;
}

.go-view-btn {
    min-height: 38px;
    padding: 9px 13px;
    border-radius: 999px;
    color: var(--go-white);
    font-size: 11px;
    font-weight: 900;
    white-space: nowrap;
    background: linear-gradient(135deg, var(--go-blue-700), var(--go-navy-900));
    box-shadow: 0 9px 20px rgba(18,60,140,.18);
}

.go-view-btn:hover {
    color: var(--go-white);
    transform: translateY(-1px);
    box-shadow: 0 13px 26px rgba(18,60,140,.25);
}

.go-mobile-list {
    display: none;
    gap: 13px;
    padding: 13px;
}

.go-mobile-card {
    padding: 17px;
    border: 1px solid var(--go-line);
    border-radius: 17px;
    background: linear-gradient(180deg, #ffffff, #f9fbff);
}

.go-mobile-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.go-mobile-topline .go-category-chip {
    margin-top: 0;
}

.go-mobile-card h3 {
    margin: 14px 0 7px;
    color: var(--go-navy-950);
    font-size: 17px;
    line-height: 1.45;
}

.go-mobile-card > p {
    margin: 0;
    color: var(--go-slate-600);
    font-size: 13px;
    line-height: 1.65;
}

.go-mobile-card dl {
    display: grid;
    gap: 7px;
    margin: 15px 0;
}

.go-mobile-card dl div {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 10px;
}

.go-mobile-card dt,
.go-mobile-card dd {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
}

.go-mobile-card dt {
    color: var(--go-slate-500);
    font-weight: 800;
}

.go-mobile-card dd {
    color: var(--go-slate-800);
    font-weight: 750;
    word-break: break-word;
}

.go-mobile-card .go-view-btn {
    width: 100%;
}

.go-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 22px;
}

.go-page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.go-page-link {
    display: inline-grid;
    place-items: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border: 1px solid var(--go-line);
    border-radius: 11px;
    color: var(--go-slate-800);
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
    background: var(--go-white);
    box-shadow: var(--go-shadow-sm);
}

.go-page-link:hover,
.go-page-link.is-active {
    color: var(--go-white);
    border-color: var(--go-blue-800);
    background: var(--go-blue-800);
}

.go-page-arrow {
    min-width: 106px;
}

.go-empty-state {
    padding: 58px 24px;
    border: 1px dashed #c9d6e8;
    border-radius: var(--go-radius);
    text-align: center;
    background: rgba(255,255,255,.82);
}

.go-empty-icon {
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    margin: 0 auto 15px;
    border-radius: 20px;
    color: var(--go-blue-800);
    font-size: 34px;
    background: var(--go-blue-100);
}

.go-empty-state h3 {
    margin: 0 0 8px;
    color: var(--go-navy-950);
    font-size: 24px;
}

.go-empty-state p {
    margin: 0 auto 20px;
    max-width: 520px;
    color: var(--go-slate-600);
    line-height: 1.65;
}

.go-help-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
    margin-top: 30px;
}

.go-help-grid article {
    padding: 22px;
    border: 1px solid var(--go-line);
    border-radius: 18px;
    background: rgba(255,255,255,.82);
    box-shadow: var(--go-shadow-sm);
}

.go-help-grid article > span {
    display: inline-grid;
    place-items: center;
    width: 36px;
    height: 36px;
    margin-bottom: 14px;
    border-radius: 11px;
    color: var(--go-blue-800);
    font-size: 11px;
    font-weight: 950;
    background: var(--go-blue-100);
}

.go-help-grid h3 {
    margin: 0 0 7px;
    color: var(--go-navy-950);
    font-size: 17px;
}

.go-help-grid p {
    margin: 0;
    color: var(--go-slate-600);
    font-size: 13px;
    line-height: 1.65;
}

/* Detail page */
.go-detail-page {
    padding-bottom: 0;
}

.go-detail-hero-section {
    padding: 23px 0 26px;
}

.go-detail-breadcrumb {
    margin-bottom: 15px;
    color: var(--go-slate-500);
}

.go-detail-breadcrumb a {
    color: var(--go-blue-700);
    text-decoration: none;
}

.go-detail-breadcrumb span:last-child {
    max-width: 520px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.go-detail-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, .65fr);
    gap: 26px;
    overflow: hidden;
    padding: 44px;
    border-radius: var(--go-radius-lg);
    color: var(--go-white);
    background:
        radial-gradient(circle at 16% 12%, rgba(245,184,46,.26), transparent 18%),
        radial-gradient(circle at 86% 18%, rgba(26,167,199,.25), transparent 22%),
        linear-gradient(125deg, #071a3d 0%, #123c8c 55%, #0a6b79 100%);
    box-shadow: var(--go-shadow-strong);
    isolation: isolate;
}

.go-detail-copy {
    position: relative;
    z-index: 2;
    align-self: center;
}

.go-detail-meta-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    color: rgba(255,255,255,.75);
    font-size: 12px;
    font-weight: 800;
}

.go-category-chip-light {
    margin: 0;
    color: #fff5cf;
    border-color: rgba(255,255,255,.20);
    background: rgba(255,255,255,.10);
}

.go-detail-copy h1 {
    max-width: 790px;
    margin: 17px 0 13px;
    color: var(--go-white);
    font-size: clamp(34px, 4.5vw, 58px);
    line-height: 1.08;
    letter-spacing: -.04em;
    font-weight: 950;
}

.go-detail-copy > p {
    max-width: 810px;
    margin: 0;
    color: rgba(255,255,255,.85);
    font-size: 16px;
    line-height: 1.75;
}

.go-pdf-primary {
    min-height: 52px;
    gap: 10px;
    padding: 10px 21px 10px 10px;
    border-radius: 999px;
    color: #fff;
    font-weight: 900;
    background: linear-gradient(135deg, var(--go-red-600), var(--go-red-700));
    box-shadow: 0 16px 34px rgba(185,28,28,.30);
}

.go-pdf-primary span {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: var(--go-red-700);
    font-size: 10px;
    background: #fff;
}

.go-pdf-primary:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 20px 42px rgba(185,28,28,.39);
}

.go-pdf-secondary,
.go-share-btn {
    min-height: 52px;
    padding: 0 19px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 999px;
    color: var(--go-white);
    font: inherit;
    font-weight: 850;
    background: rgba(255,255,255,.10);
    cursor: pointer;
}

.go-pdf-secondary:hover,
.go-share-btn:hover {
    color: var(--go-white);
    transform: translateY(-2px);
    background: rgba(255,255,255,.17);
}

.go-pdf-unavailable {
    display: inline-flex;
    align-items: center;
    min-height: 50px;
    padding: 0 18px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 999px;
    color: #fff;
    font-weight: 850;
    background: rgba(153,27,27,.25);
}

.go-detail-trust {
    margin-top: 18px;
    color: rgba(255,255,255,.64);
    font-size: 12px;
    line-height: 1.6;
}

.go-document-summary {
    position: relative;
    z-index: 2;
    padding: 22px;
    border: 1px solid rgba(255,255,255,.19);
    border-radius: 24px;
    background: rgba(255,255,255,.11);
    backdrop-filter: blur(18px);
}

.go-document-icon {
    display: grid;
    place-items: center;
    width: 66px;
    height: 66px;
    margin-bottom: 17px;
    border-radius: 20px;
    color: var(--go-red-700);
    font-size: 15px;
    font-weight: 950;
    background: #fff;
    box-shadow: 0 12px 28px rgba(7,26,61,.20);
}

.go-document-summary-title {
    margin-bottom: 13px;
    color: #fff;
    font-size: 18px;
    font-weight: 950;
}

.go-document-summary dl {
    display: grid;
    gap: 9px;
    margin: 0;
}

.go-document-summary dl div {
    padding: 12px 13px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 14px;
    background: rgba(7,26,61,.18);
}

.go-document-summary dt,
.go-document-summary dd {
    margin: 0;
}

.go-document-summary dt {
    margin-bottom: 5px;
    color: rgba(255,255,255,.59);
    font-size: 10px;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 850;
}

.go-document-summary dd {
    color: rgba(255,255,255,.95);
    font-size: 13px;
    line-height: 1.5;
    font-weight: 800;
    word-break: break-word;
}

.go-document-summary dd.is-available {
    color: #b9f7d5;
}

.go-document-summary dd.is-unavailable {
    color: #ffd2d2;
}

.go-detail-main-section {
    padding: 10px 0 20px;
}

.go-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr);
    gap: 20px;
    align-items: start;
}

.go-detail-card,
.go-action-card {
    padding: 26px;
}

.go-card-heading h2,
.go-action-card h2 {
    font-size: 28px;
}

.go-card-heading p,
.go-action-card > p {
    margin: 8px 0 0;
    color: var(--go-slate-600);
    line-height: 1.7;
}

.go-information-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
}

.go-information-item {
    min-height: 112px;
    padding: 16px;
    border: 1px solid var(--go-line-soft);
    border-radius: 15px;
    background: #f8faff;
}

.go-information-item > span {
    display: block;
    margin-bottom: 8px;
    color: var(--go-slate-500);
    font-size: 10px;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 900;
}

.go-information-item strong {
    color: var(--go-slate-950);
    font-size: 14px;
    line-height: 1.65;
    font-weight: 850;
    word-break: break-word;
}

.go-information-wide {
    grid-column: 1 / -1;
    min-height: auto;
}

.go-action-card {
    position: sticky;
    top: 20px;
}

.go-action-open,
.go-action-download {
    width: 100%;
    min-height: 50px;
    margin-top: 16px;
    border-radius: 14px;
    font-weight: 900;
}

.go-action-open {
    color: #fff;
    background: linear-gradient(135deg, var(--go-green-600), var(--go-green-700));
    box-shadow: 0 13px 28px rgba(8,112,68,.22);
}

.go-action-open:hover {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 16px 34px rgba(8,112,68,.31);
}

.go-action-download {
    margin-top: 9px;
    color: var(--go-blue-800);
    border: 1px solid #cfe0f7;
    background: var(--go-blue-50);
}

.go-action-download:hover {
    color: var(--go-navy-950);
    transform: translateY(-1px);
}

.go-copy-link {
    width: 100%;
    min-height: 43px;
    margin-top: 11px;
    border: 0;
    border-radius: 12px;
    color: var(--go-slate-600);
    font: inherit;
    font-size: 12px;
    font-weight: 850;
    background: #eef2f7;
    cursor: pointer;
}

.go-copy-link:hover {
    color: var(--go-blue-800);
}

.go-copy-status {
    min-height: 18px;
    margin-top: 6px;
    color: var(--go-green-700);
    font-size: 11px;
    text-align: center;
}

.go-missing-file-note {
    margin-top: 16px;
    padding: 14px;
    border: 1px solid #ffd8d8;
    border-radius: 14px;
    color: #8b1f1f;
    font-size: 12px;
    line-height: 1.6;
    background: #fff4f4;
}

.go-related-section {
    padding: 30px 0 18px;
}

.go-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
}

.go-related-card {
    display: flex;
    min-height: 240px;
    flex-direction: column;
    padding: 20px;
    border: 1px solid var(--go-line);
    border-radius: 18px;
    color: inherit;
    text-decoration: none;
    background: rgba(255,255,255,.94);
    box-shadow: var(--go-shadow-sm);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.go-related-card:hover {
    color: inherit;
    transform: translateY(-4px);
    border-color: #c7d8ee;
    box-shadow: var(--go-shadow);
}

.go-related-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.go-related-top .go-category-chip {
    margin-top: 0;
}

.go-related-top time {
    color: var(--go-slate-500);
    font-size: 10px;
    font-weight: 750;
}

.go-related-card h3 {
    margin: 16px 0 8px;
    color: var(--go-navy-950);
    font-size: 17px;
    line-height: 1.45;
}

.go-related-card > p {
    margin: 0;
    color: var(--go-slate-600);
    font-size: 12px;
    line-height: 1.65;
}

.go-related-footer {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    padding-top: 18px;
}

.go-related-footer span {
    color: var(--go-slate-500);
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 10px;
    line-height: 1.5;
    word-break: break-word;
}

.go-related-footer b {
    color: var(--go-blue-700);
    font-size: 12px;
    white-space: nowrap;
}

.go-recent-section {
    padding-bottom: 38px;
}

.go-recent-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
}

.go-recent-list > a {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    gap: 13px;
    align-items: center;
    padding: 15px;
    border: 1px solid var(--go-line);
    border-radius: 15px;
    color: inherit;
    text-decoration: none;
    background: rgba(255,255,255,.92);
    box-shadow: var(--go-shadow-sm);
    transition: transform .2s ease, border-color .2s ease;
}

.go-recent-list > a:hover {
    color: inherit;
    transform: translateY(-2px);
    border-color: #c7d8ee;
}

.go-recent-pdf {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 13px;
    color: var(--go-red-700);
    font-size: 10px;
    font-weight: 950;
    background: #fff0f0;
}

.go-recent-content {
    min-width: 0;
}

.go-recent-content strong,
.go-recent-content small {
    display: block;
}

.go-recent-content strong {
    overflow: hidden;
    color: var(--go-navy-950);
    font-size: 13px;
    line-height: 1.45;
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.go-recent-content small {
    margin-top: 4px;
    color: var(--go-slate-500);
    font-size: 10px;
}

.go-recent-arrow {
    color: var(--go-blue-700);
    font-weight: 900;
}

.go-detail-back-section {
    padding: 18px 0 64px;
    text-align: center;
}

.go-back-orders {
    min-height: 46px;
    padding: 11px 18px;
    border: 1px solid var(--go-line);
    border-radius: 999px;
    color: var(--go-blue-800);
    font-weight: 900;
    background: #fff;
    box-shadow: var(--go-shadow-sm);
}

.go-back-orders:hover {
    color: var(--go-navy-950);
    transform: translateY(-1px);
}

.go-mobile-document-bar {
    display: none;
}

@media (max-width: 1050px) {
    .go-hero,
    .go-detail-hero {
        grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
        padding: 38px;
    }

    .go-filter-grid {
        grid-template-columns: 1fr 1fr;
    }

    .go-filter-btn {
        width: 100%;
    }

    .go-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .go-hero,
    .go-detail-hero,
    .go-detail-layout {
        grid-template-columns: 1fr;
    }

    .go-hero-panel {
        max-width: none;
    }

    .go-action-card {
        position: static;
    }

    .go-help-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .go-container {
        width: min(100% - 22px, 1180px);
    }

    .go-hero-section,
    .go-detail-hero-section {
        padding-top: 13px;
    }

    .go-hero,
    .go-detail-hero {
        padding: 26px 20px;
        border-radius: 22px;
    }

    .go-hero h1 {
        font-size: clamp(34px, 11vw, 48px);
    }

    .go-detail-copy h1 {
        font-size: clamp(30px, 9vw, 42px);
    }

    .go-hero-copy > p,
    .go-detail-copy > p {
        font-size: 14px;
    }

    .go-hero-actions,
    .go-detail-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .go-primary-btn,
    .go-secondary-btn,
    .go-pdf-primary,
    .go-pdf-secondary,
    .go-share-btn,
    .go-pdf-unavailable {
        width: 100%;
    }

    .go-search-card,
    .go-detail-card,
    .go-action-card {
        padding: 18px;
        border-radius: 17px;
    }

    .go-search-heading,
    .go-results-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .go-search-main-row,
    .go-filter-grid,
    .go-information-grid,
    .go-related-grid,
    .go-recent-list {
        grid-template-columns: 1fr;
    }

    .go-search-btn,
    .go-filter-btn {
        width: 100%;
    }

    .go-desktop-table-wrap {
        display: none;
    }

    .go-mobile-list {
        display: grid;
    }

    .go-results-card {
        border-radius: 17px;
    }

    .go-pagination {
        align-items: stretch;
        flex-direction: column;
    }

    .go-page-numbers {
        order: -1;
        flex-wrap: wrap;
    }

    .go-page-arrow {
        width: 100%;
    }

    .go-information-wide {
        grid-column: auto;
    }

    .go-related-card {
        min-height: 215px;
    }

    .go-detail-breadcrumb span:last-child {
        max-width: 220px;
    }

    .go-detail-back-section {
        padding-bottom: 92px;
    }

    .go-mobile-document-bar {
        position: fixed;
        left: 10px;
        right: 10px;
        bottom: 10px;
        z-index: 999;
        display: grid;
        grid-template-columns: 1.2fr .8fr;
        gap: 8px;
        padding: 8px;
        border: 1px solid rgba(255,255,255,.16);
        border-radius: 17px;
        background: rgba(7,26,61,.94);
        box-shadow: 0 18px 42px rgba(7,26,61,.33);
        backdrop-filter: blur(16px);
    }

    .go-mobile-document-bar a {
        display: grid;
        place-items: center;
        min-height: 46px;
        border-radius: 12px;
        color: #fff;
        font-size: 13px;
        font-weight: 900;
        text-decoration: none;
    }

    .go-mobile-document-bar a:first-child {
        background: linear-gradient(135deg, var(--go-green-600), var(--go-green-700));
    }

    .go-mobile-document-bar a:last-child {
        border: 1px solid rgba(255,255,255,.18);
        background: rgba(255,255,255,.10);
    }

    body {
        padding-bottom: 76px;
    }
}

@media (max-width: 420px) {
    .go-stat-grid {
        grid-template-columns: 1fr;
    }

    .go-stat-card {
        min-height: 94px;
    }

    .go-hero-panel,
    .go-document-summary {
        padding: 17px;
    }

    .go-results-head h2,
    .go-card-heading h2,
    .go-action-card h2 {
        font-size: 25px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .go-page *,
    .go-page *::before,
    .go-page *::after {
        transition: none !important;
        animation: none !important;
    }
}
