/* Pending Sea Shipping public page */
.pending-sea-page {
    background: var(--bg-light, #f8f9fa);
}
.pending-sea-shell {
    max-width: 1320px;
    margin: 0 auto;
    padding: 22px 20px 72px;
}
.pending-sea-hero {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(circle at 88% 14%, rgba(56, 189, 248, 0.20), transparent 22%),
        radial-gradient(circle at 70% 0%, rgba(99, 102, 241, 0.16), transparent 24%),
        linear-gradient(135deg, #07111f 0%, #0a1c31 42%, #123a5b 100%);
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 24px;
    padding: 34px;
    margin-bottom: 22px;
    box-shadow: 0 26px 60px rgba(2, 6, 23, 0.20);
    color: #e2e8f0;
}
.pending-sea-hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 28px;
    align-items: center;
}
.pending-sea-hero-copycol {
    min-width: 0;
}
.pending-sea-hero::before {
    content: "";
    position: absolute;
    inset: -18% auto auto -12%;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(34, 211, 238, 0.18) 0%, rgba(34, 211, 238, 0.05) 38%, transparent 72%);
    filter: blur(6px);
    pointer-events: none;
    z-index: 0;
}
.pending-sea-hero::after {
    display: none;
}
.pending-sea-hero > * {
    position: relative;
    z-index: 1;
}
.pending-sea-hero-trustbar {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 10px;
    padding: 8px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(251, 191, 36, 0.18), rgba(251, 146, 60, 0.14));
    border: 1px solid rgba(253, 224, 71, 0.24);
    color: #fff8d6;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    box-shadow: 0 10px 22px rgba(2, 6, 23, 0.14);
}
.pending-sea-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #dff7ff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(56, 189, 248, 0.12);
    border: 1px solid rgba(125, 211, 252, 0.18);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.18);
}
.pending-sea-hero-title {
    margin: 0 0 10px;
    max-width: 720px;
    color: #ffffff;
    font-size: clamp(30px, 4.7vw, 56px);
    line-height: 1.02;
    font-weight: 950;
    letter-spacing: -0.04em;
    text-wrap: balance;
}
.pending-sea-hero-title-line {
    display: block;
}
.pending-sea-hero-title-line--accent {
    color: #fbbf24;
    text-shadow: 0 10px 30px rgba(251, 191, 36, 0.18);
    font-size: 1.18em;
    line-height: 0.94;
}
.pending-sea-hero-copy {
    margin: 0 0 10px;
    max-width: 720px;
    color: rgba(226, 232, 240, 0.86);
    font-size: 16px;
    line-height: 1.75;
    max-width: 720px;
}
.pending-sea-hero-availability {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
    padding: 10px 14px;
    border-radius: 16px;
    background: rgba(15, 23, 42, 0.30);
    border: 1px solid rgba(148, 163, 184, 0.22);
    color: #f8fafc;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(2, 6, 23, 0.14);
}
.pending-sea-hero-availability-label {
    display: inline-flex;
    align-items: center;
    min-width: 0;
}
.pending-sea-hero-availability-count {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(34, 197, 94, 0.18);
    border: 1px solid rgba(134, 239, 172, 0.22);
    color: #dcfce7;
    font-size: 12px;
    font-weight: 900;
}
.pending-sea-hero-benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
    max-width: 820px;
}
.pending-sea-hero-benefit {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 0;
    padding: 14px 15px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.04));
    border: 1px solid rgba(255,255,255,0.14);
    box-shadow: 0 10px 24px rgba(2, 6, 23, 0.14);
    backdrop-filter: blur(10px);
}
.pending-sea-hero-benefit-top {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 1.1;
    font-weight: 950;
    color: #ffffff;
}
.pending-sea-hero-benefit-bottom {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 700;
    color: rgba(226, 232, 240, 0.82);
    letter-spacing: 0.01em;
}
.pending-sea-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
    max-width: 760px;
}
.pending-sea-hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 12px 18px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}
.pending-sea-hero-btn:hover {
    transform: translateY(-1px);
}
.pending-sea-hero-btn--primary {
    color: #0f172a;
    background: linear-gradient(135deg, #fbbf24 0%, #fb923c 52%, #f97316 100%);
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: 0 16px 30px rgba(249, 115, 22, 0.25);
}
.pending-sea-hero-btn--primary:hover {
    color: #0f172a;
    box-shadow: 0 18px 34px rgba(249, 115, 22, 0.28);
}
.pending-sea-hero-btn--ghost {
    color: #f8fafc;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 10px 22px rgba(2, 6, 23, 0.12);
    backdrop-filter: blur(10px);
}
.pending-sea-hero-btn--ghost:hover {
    color: #ffffff;
    border-color: rgba(125, 211, 252, 0.28);
    box-shadow: 0 14px 26px rgba(2, 6, 23, 0.16);
}
.pending-sea-hero-trust {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(148, 163, 184, 0.24);
    font-size: 12px;
    font-weight: 700;
    color: rgba(226, 232, 240, 0.72);
    letter-spacing: 0.01em;
    max-width: 760px;
}
.pending-sea-hero-art {
    min-width: 0;
}
.pending-sea-hero-art-card {
    position: relative;
    min-height: 430px;
    padding: 24px;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.22);
    background:
        radial-gradient(circle at 80% 12%, rgba(251, 191, 36, 0.24), transparent 24%),
        radial-gradient(circle at 20% 18%, rgba(56, 189, 248, 0.24), transparent 22%),
        linear-gradient(180deg, rgba(8, 15, 28, 0.96), rgba(13, 28, 50, 0.94) 58%, rgba(14, 42, 71, 0.96));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 30px 60px rgba(2, 6, 23, 0.28);
}
.pending-sea-hero-art-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #e2e8f0;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.pending-sea-hero-art-stack {
    position: absolute;
    top: 26px;
    right: 22px;
    display: grid;
    gap: 8px;
}
.pending-sea-hero-art-stack span {
    width: 84px;
    height: 18px;
    border-radius: 5px;
    background: linear-gradient(135deg, #fb923c, #f59e0b);
    box-shadow: 0 8px 16px rgba(249, 115, 22, 0.24);
}
.pending-sea-hero-art-stack span:nth-child(2) {
    width: 120px;
    background: linear-gradient(135deg, #38bdf8, #2563eb);
}
.pending-sea-hero-art-stack span:nth-child(3) {
    width: 102px;
    background: linear-gradient(135deg, #f97316, #ef4444);
}
.pending-sea-hero-art-ship {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 26px;
    height: 190px;
}
.pending-sea-hero-art-ship-body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 28px;
    height: 82px;
    border-radius: 24px 24px 20px 20px;
    background: linear-gradient(180deg, #0f172a, #1e293b);
    box-shadow: 0 16px 28px rgba(2, 6, 23, 0.35);
}
.pending-sea-hero-art-ship-body::before {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    top: 14px;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(251, 191, 36, 0.92), rgba(96, 165, 250, 0.92));
}
.pending-sea-hero-art-ship-container {
    position: absolute;
    bottom: 94px;
    width: 64px;
    height: 34px;
    border-radius: 8px;
    background: linear-gradient(180deg, #93c5fd, #2563eb);
    box-shadow: 0 12px 22px rgba(37, 99, 235, 0.26);
}
.pending-sea-hero-art-ship-container::before {
    content: "";
    position: absolute;
    inset: 6px 8px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: repeating-linear-gradient(90deg, transparent 0 12px, rgba(255, 255, 255, 0.24) 12px 13px);
}
.pending-sea-hero-art-ship-container--one {
    left: 30px;
}
.pending-sea-hero-art-ship-container--two {
    left: 104px;
    background: linear-gradient(180deg, #fbbf24, #f97316);
}
.pending-sea-hero-art-ship-container--three {
    left: 178px;
    background: linear-gradient(180deg, #67e8f9, #0ea5e9);
}
.pending-sea-hero-art-route {
    position: absolute;
    left: 22px;
    bottom: 18px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.54);
    border: 1px solid rgba(148, 163, 184, 0.16);
    color: #eff6ff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.01em;
}
.pending-sea-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
    gap: 20px;
    align-items: stretch;
}
.pending-sea-card,
.pending-sea-empty,
.pending-sea-alert {
    background: #fff;
    border: 1px solid var(--border, #e5e7eb);
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}
.pending-sea-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.pending-sea-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
}
.pending-sea-card-media {
    position: relative;
    height: 230px;
    background: linear-gradient(135deg, #eef2f7, #f8fafc);
}
.pending-sea-card-media img,
.pending-sea-card-placeholder {
    width: 100%;
    height: 100%;
}
.pending-sea-card-media img {
    object-fit: cover;
    display: block;
}
.pending-sea-card-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    font-size: 42px;
}
.pending-sea-status {
    position: absolute;
    left: 12px;
    bottom: 12px;
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.82);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}
.pending-sea-gallery {
    display: flex;
    gap: 6px;
    padding: 10px 12px 0;
}
.pending-sea-gallery img {
    width: 54px;
    height: 54px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid var(--border, #e5e7eb);
    background: #f8fafc;
}
.pending-sea-card-body {
    padding: 18px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.pending-sea-card-head {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: flex-start;
}
.pending-sea-card-head h2 {
    margin: 0 0 5px;
    color: var(--text, #111827);
    font-size: 18px;
    line-height: 1.25;
    font-weight: 800;
}
.pending-sea-card-head span {
    color: var(--text-muted, #6b7280);
    font-size: 13px;
    font-weight: 700;
}
.pending-sea-etd {
    min-width: 78px;
    text-align: right;
    color: var(--text-muted, #6b7280);
}
.pending-sea-etd small {
    display: block;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}
.pending-sea-etd strong {
    display: block;
    color: var(--text, #111827);
    font-size: 13px;
}
.pending-sea-description {
    margin: 12px 0 14px;
    color: var(--text-secondary, #4b5563);
    font-size: 14px;
    line-height: 1.55;
}
.pending-sea-visual {
    position: relative;
    height: 54px;
    border: 2px solid #334155;
    border-radius: 9px;
    overflow: hidden;
    background:
        linear-gradient(90deg, transparent calc(100% - 18px), rgba(15, 23, 42, 0.14) calc(100% - 18px)),
        repeating-linear-gradient(90deg, rgba(100, 116, 139, 0.22) 0 2px, transparent 2px 25px),
        linear-gradient(180deg, #f8fafc 0%, #e2e8f0 100%);
    box-shadow:
        inset 0 4px 8px rgba(255, 255, 255, 0.62),
        inset 0 -8px 14px rgba(15, 23, 42, 0.12),
        0 12px 22px rgba(15, 23, 42, 0.12);
}
.pending-sea-visual::before,
.pending-sea-visual::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 4;
}
.pending-sea-visual::before {
    inset: 7px 8px;
    border-top: 1px solid rgba(15, 23, 42, 0.22);
    border-bottom: 1px solid rgba(15, 23, 42, 0.22);
    background: repeating-linear-gradient(90deg, transparent 0 24px, rgba(15, 23, 42, 0.20) 24px 26px);
}
.pending-sea-visual::after {
    top: 8px;
    right: 9px;
    bottom: 8px;
    width: 13px;
    border-left: 2px solid rgba(15, 23, 42, 0.35);
    border-right: 1px solid rgba(255, 255, 255, 0.55);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(15, 23, 42, 0.08));
}
.pending-sea-fill,
.pending-sea-pending {
    position: absolute;
    top: 0;
    bottom: 0;
    min-width: 0;
}
.pending-sea-fill {
    left: 0;
    z-index: 1;
    background:
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.16) 0 2px, transparent 2px 25px),
        linear-gradient(180deg, #22c55e 0%, #0f766e 100%);
    box-shadow: inset 0 5px 10px rgba(255, 255, 255, 0.20), inset 0 -8px 12px rgba(6, 78, 59, 0.24);
}
.pending-sea-pending {
    z-index: 2;
    background:
        repeating-linear-gradient(45deg, rgba(245, 158, 11, 0.96) 0 8px, rgba(251, 191, 36, 0.96) 8px 16px),
        linear-gradient(180deg, rgba(251, 191, 36, 0.95), rgba(217, 119, 6, 0.95));
    box-shadow: inset 0 5px 10px rgba(255, 255, 255, 0.20), inset 0 -8px 12px rgba(146, 64, 14, 0.20);
}
.pending-sea-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 14px;
}
.pending-sea-stats div {
    border: 1px solid var(--border, #e5e7eb);
    border-radius: 10px;
    padding: 11px;
    background: #f8fafc;
}
.pending-sea-stats span {
    display: block;
    color: var(--text-muted, #6b7280);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}
.pending-sea-stats strong {
    display: block;
    color: var(--text, #111827);
    font-size: 18px;
    line-height: 1.2;
    margin-top: 3px;
}
.pending-sea-join-link,
.pending-sea-join-panel summary,
.pending-sea-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    width: 100%;
    margin-top: auto;
    border: 0;
    border-radius: 8px;
    background: var(--accent, #ef3f5f);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
}
.pending-sea-join-panel {
    margin-top: 14px;
}
.pending-sea-join-panel summary {
    list-style: none;
}
.pending-sea-join-panel summary::-webkit-details-marker {
    display: none;
}
.pending-sea-join-form {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid var(--border, #e5e7eb);
}
.pending-sea-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}
.pending-sea-form-grid label {
    display: block;
}
.pending-sea-form-grid span {
    display: block;
    margin-bottom: 5px;
    color: var(--text, #111827);
    font-size: 12px;
    font-weight: 800;
}
.pending-sea-form-grid input,
.pending-sea-form-grid textarea {
    width: 100%;
    border: 1px solid var(--border, #e5e7eb);
    border-radius: 8px;
    padding: 10px 11px;
    color: var(--text, #111827);
    background: #fff;
    font-size: 13px;
}
.pending-sea-form-grid textarea {
    min-height: 88px;
    resize: vertical;
}
.pending-sea-field-wide {
    grid-column: 1 / -1;
}
.pending-sea-message {
    margin-top: 12px;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 13px;
    line-height: 1.5;
}
.pending-sea-message ul {
    margin: 6px 0 0 18px;
}
.pending-sea-message-success {
    color: #065f46;
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
}
.pending-sea-message-error {
    color: #991b1b;
    background: #fef2f2;
    border: 1px solid #fecaca;
}
.pending-sea-empty,
.pending-sea-alert {
    padding: 34px;
}
.pending-sea-empty {
    text-align: center;
    color: var(--text-secondary, #4b5563);
    max-width: 760px;
    margin: 0 auto;
}
.pending-sea-empty i {
    color: var(--accent, #ef3f5f);
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: rgba(239, 63, 95, 0.08);
    font-size: 28px;
    margin-bottom: 14px;
}
.pending-sea-empty h2 {
    margin: 0 0 8px;
    color: var(--text, #111827);
    font-size: 22px;
    font-weight: 800;
}
.pending-sea-empty p {
    margin: 0;
}
.pending-sea-alert {
    color: #991b1b;
    background: #fef2f2;
    border-color: #fecaca;
}
body.psea-pending-sea-page #mobile-checkout-sticky {
    display: none !important;
}
body.psea-pending-sea-page.has-mobile-checkout-cta {
    padding-bottom: 0 !important;
}
@media (max-width: 640px) {
    .pending-sea-shell {
        padding: 12px 12px 56px;
    }
    .pending-sea-hero {
        padding: 22px 16px 18px;
        border-radius: 20px;
    }
    .pending-sea-hero::before,
    .pending-sea-hero::after {
        display: none;
    }
    .pending-sea-hero-layout {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .pending-sea-hero-trustbar {
        font-size: 11px;
        padding: 7px 12px;
    }
    .pending-sea-hero-title {
        font-size: clamp(26px, 7.3vw, 36px);
        line-height: 1.04;
        max-width: 100%;
        overflow-wrap: anywhere;
        word-break: normal;
        text-wrap: pretty;
    }
    .pending-sea-hero-title-line {
        white-space: normal;
    }
    .pending-sea-hero-title-line--accent {
        line-height: 0.98;
    }
    .pending-sea-hero-copy {
        font-size: 15px;
    }
    .pending-sea-hero-availability {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 8px;
        padding: 10px 12px;
    }
    .pending-sea-hero-availability-label {
        flex: 1 1 190px;
        min-width: 0;
        white-space: normal;
        line-height: 1.35;
    }
    .pending-sea-hero-availability-count {
        flex: 0 0 auto;
        max-width: 100%;
    }
    .pending-sea-hero-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        margin-top: 14px;
    }
    .pending-sea-hero-benefit {
        padding: 11px 12px;
        border-radius: 12px;
    }
    .pending-sea-hero-benefit-top {
        font-size: 15px;
    }
    .pending-sea-hero-benefit-bottom {
        font-size: 11px;
    }
    .pending-sea-hero-actions {
        gap: 10px;
    }
    .pending-sea-hero-btn {
        width: 100%;
        padding: 12px 16px;
    }
    .pending-sea-hero-btn i {
        flex-shrink: 0;
    }
    .pending-sea-hero-art-card {
        min-height: 250px;
        padding: 16px;
        border-radius: 22px;
    }
    .pending-sea-hero-art-stack {
        top: 16px;
        right: 14px;
    }
    .pending-sea-hero-art-stack span {
        width: 52px;
        height: 12px;
    }
    .pending-sea-hero-art-stack span:nth-child(2) {
        width: 74px;
    }
    .pending-sea-hero-art-stack span:nth-child(3) {
        width: 62px;
    }
    .pending-sea-hero-art-ship {
        left: 14px;
        right: 14px;
        bottom: 14px;
        height: 120px;
    }
    .pending-sea-hero-art-ship-body {
        bottom: 20px;
        height: 52px;
        border-radius: 18px 18px 16px 16px;
    }
    .pending-sea-hero-art-ship-container {
        width: 38px;
        height: 22px;
        bottom: 58px;
    }
    .pending-sea-hero-art-ship-container--one {
        left: 18px;
    }
    .pending-sea-hero-art-ship-container--two {
        left: 62px;
    }
    .pending-sea-hero-art-ship-container--three {
        left: 106px;
    }
    .pending-sea-hero-art-route {
        left: 14px;
        right: 14px;
        justify-content: center;
        bottom: 10px;
    }
    .pending-sea-card-media {
        height: 190px;
    }
    .pending-sea-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .pending-sea-card-body {
        padding: 16px;
    }
    .pending-sea-visual {
        height: 46px;
        border-radius: 8px;
    }
    .pending-sea-visual::before {
        inset: 6px 7px;
        background: repeating-linear-gradient(90deg, transparent 0 18px, rgba(15, 23, 42, 0.18) 18px 20px);
    }
    .pending-sea-visual::after {
        top: 7px;
        right: 7px;
        bottom: 7px;
        width: 10px;
    }
    .pending-sea-card-head {
        flex-direction: column;
    }
    .pending-sea-etd {
        min-width: 0;
        text-align: left;
    }
    .pending-sea-form-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 960px) {
    .pending-sea-hero-layout {
        grid-template-columns: 1fr;
    }
    .pending-sea-hero-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
