        /* ── Top accent bar ── */
        .top-accent-bar {
            height: 5px;
            background-color: #F1A400;
            width: 100%;
        }

        /* ── Header ── */
        .site-header {
            background-color: #000;
            padding: 18px 0;
        }

        .site-header .brand-name {
            color: #fff;
            font-size: 1.2rem;
            letter-spacing: 0.04em;
        }

        .site-header .brand-accent {
            color: #F1A400;
        }

        /* ── Page hero ── */
        .page-hero {
            background-color: #F1A400;
            padding: 36px 0 28px;
            border-bottom: 4px solid #000;
        }

        .page-hero h1 {
            font-size: 2.8rem;
            color: #000;
            margin: 0;
            letter-spacing: -0.01em;
        }

        /* ── Intro section ── */

        .intro-section h1 {
            margin-bottom: 15px;
        }

        .intro-lead {
            font-size: 1.05rem;
            font-weight: 300;
            line-height: 1.85;
            color: #111;
        }

        /* ── Products block ── */
        .products-block {
            background-color: #fafafa;
            color: #000;
            padding: 28px 32px;
            border-left: 6px solid #F1A400;
            margin: 28px 0;
        }

        .products-block p {
            font-size: 1rem;
            font-weight: 300;
            line-height: 1.75;
            margin-bottom: 14px;
        }

        .products-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .products-list li {
            display: flex;
            align-items: center;
            padding: 7px 0;
            font-weight: 400;
            font-size: 0.97rem;
            border-bottom: 1px solid rgba(241, 164, 0, 0.22);
        }

        .products-list li:last-child {
            border-bottom: none;
        }

        /* .products-list li::before {
            content: "";
            background-color: #F1A400;
            display: inline-block;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            margin-right: 10px;
        } */

        /* ── Gold divider ── */
        .gold-divider {
            border: none;
            border-top: 2px solid #F1A400;
            opacity: 1;
            margin: 0;
        }

        /* ── Operations section ── */
        .operations-section {
            padding: 36px 0 28px;
        }

        .section-heading {
            font-size: 28px;
            color: #000;
            border-bottom: 3px solid #F1A400;
            padding-bottom: 8px;
            display: inline-block;
            margin-bottom: 24px;
            padding-top: 0px;
        }

        .operations-body {
            font-size: 1rem;
            font-weight: 400;
            line-height: 1.85;
            color: #111;
        }

        /* ── Permit badge ── */
        .permit-badge {
            color: #F1A400;
        }

        /* ── Vessel card ── */
        .vessel-card {
            border: 1px solid #e0e0e0;
            padding: 20px 24px;
            margin: 8px 0 24px;
            background-color: #fafafa;
        }

        .vessel-card-label {
            font-size: 0.72rem;
            font-weight: 600;
            letter-spacing: 0.13em;
            text-transform: uppercase;
            color: #F1A400;
            margin-bottom: 12px;
        }

        .vessel-info-text {
            margin-bottom: 20px;
        }

        .vessel-photo {
            width: 65%;
            display: block;
            margin: 0px auto;
            object-fit: cover;
            border: 2px solid #F1A400;
        }

        .vessel-photo-placeholder {
            width: 130px;
            height: 78px;
            background-color: #e0e0e0;
            border: 2px solid #F1A400;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            font-size: 0.65rem;
            color: #888;
            text-align: center;
        }

        .vessel-name-text {
            font-size: 1.15rem;
            font-weight: 700;
            color: #000;
            margin: 0 0 4px;
        }

        .vessel-imo-text {
            font-weight: 300;
            color: #000;
            font-size: 0.9rem;
            margin: 0;
        }

        /* ── Sign-off ── */
        .signoff-section {
            padding: 28px 0 20px;
        }

        .signoff-farewell {
            font-size: 1rem;
            font-weight: 300;
            margin-bottom: 16px;
            color: #111;
        }

        .signoff-name {
            font-size: 1.1rem;
            color: #000;
            margin-bottom: 2px;
        }

        .signoff-role {
            font-size: 0.8rem;
            font-weight: 600;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            color: #F1A400;
            margin-bottom: 2px;
        }

        .signoff-company {
            font-size: 0.9rem;
            color: #555;
            margin-top: 2px;
        }

        /* ── Price Table Section ── */
        .price-section {
            margin-top: 48px;
        }

        .price-section-header {
            display: flex;
            align-items: baseline;
            gap: 18px;
            flex-wrap: wrap;
        }

        .price-section-heading {
            color: #F1A400;
            font-size: 28px;
            margin: 0;
            padding: 0px;
        }

        /* ── Price Table Section ── */
        .price-section {
            margin-top: 48px;
        }

        .price-section-header {
            display: flex;
            align-items: baseline;
            gap: 18px;
            flex-wrap: wrap;
        }

        .price-section-heading {
            color: #F1A400;
            font-size: 28px;
            margin: 0;
            padding: 0px;
        }

        /* Modern Table with Full-Width Date Header */
        .price-table {
            width: 100%;
            border-collapse: collapse;
            background: #fff;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
            table-layout: auto;
        }

        /* Table Header */
        .price-table thead {
            background: linear-gradient(90deg, #1a1a1a 0%, #2d2d2d 100%);
            display: table-header-group;
            width: 100%;
        }

        .price-table thead tr {
            height: 50px;
            display: table-row;
            width: 100%;
        }

        .price-table thead th {
            font-size: 0.75rem;
            font-weight: 700;
            letter-spacing: 0.15em;
            text-transform: uppercase;
            color: #F1A400;
            padding: 14px 20px;
            border: none;
            text-align: center;
            vertical-align: middle;
            display: table-cell;
            width: 50%;
        }

        .price-table thead th:first-child {
            text-align: left;
            padding-left: 24px;
        }

        .price-table thead th:last-child {
            text-align: left;
            padding-right: 24px;
        }

        /* Table Body */
        .price-table tbody {
            display: table-row-group;
            width: 100%;
        }

        /* Date Row - Full Width */
        .price-table tr.date-row {
            display: table-row;
            width: 100%;
            background: linear-gradient(90deg, #F1A400 0%, #e89300 100%);
            border: none;
            height: 55px;
            position: relative;
        }

        .price-table tr.date-row td {
            display: table-cell;
            padding: 0 20px;
            height: 55px;
            border: none;
            text-align: center;
            vertical-align: middle;
            width: 100%;
        }

        .price-table tr.date-row .cell-date {
            color: #fff;
            font-weight: 700;
            font-size: 0.95rem;
            letter-spacing: 0.1em;
            text-transform: uppercase;
        }

        /* Price Data Rows */
        .price-table tr:not(.date-row) {
            display: table-row;
            width: 100%;
            border-bottom: 1px solid #f0f0f0;
            height: 56px;
            transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            position: relative;
        }

        .price-table tr:not(.date-row):last-child {
            border-bottom: none;
        }

        /* .price-table tbody tr:not(.date-row)::before {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            height: 2px;
            background: linear-gradient(90deg, transparent, #F1A400, transparent);
            opacity: 0;
            transition: opacity 0.3s ease;
        } */

        .price-table tbody tr:not(.date-row):hover {
            background-color: #fafafa;
        }

        .price-table tr:not(.date-row):hover::before {
            opacity: 1;
        }

        .price-table tr:not(.date-row) td {
            padding: 14px 20px;
            color: #333;
            font-size: 0.95rem;
            font-weight: 400;
            border: none;
            vertical-align: middle;
            display: table-cell;
            width: 50%;
        }

        .price-table tr:not(.date-row) .cell-item {
            color: #555;
            font-weight: 500;
            font-size: 0.95rem;
            letter-spacing: 0.02em;
            text-align: left;
            padding-left: 24px;
            width: 87%;
        }

        .price-table tr:not(.date-row) .cell-price {
            color: #F1A400;
            font-weight: 700;
            font-size: 1.1rem;
            text-align: left;
            padding-right: 24px;
        }

        .price-table tr:not(.date-row) .cell-price::before {
            content: '$';
            margin-right: 2px;
            font-weight: 600;
        }

        /* Tablet Responsive */
        @media (max-width: 768px) {
            .price-table thead th {
                padding: 12px 14px;
                font-size: 0.7rem;
                width: 50%;
            }

            .price-table thead th:first-child {
                padding-left: 16px;
            }

            .price-table thead th:last-child {
                padding-right: 16px;
            }

            .price-table tr.date-row {
                height: 48px;
            }

            .price-table tr.date-row td {
                padding: 0 16px;
                height: 48px;
            }

            .price-table tr.date-row .cell-date {
                font-size: 0.85rem;
            }

            .price-table tr:not(.date-row) {
                height: 50px;
            }

            .price-table tr:not(.date-row) td {
                padding: 12px 16px;
                font-size: 0.9rem;
                width: 50%;
            }

            .price-table tr:not(.date-row) .cell-item {
                padding-left: 16px;
                width: 50%;
            }

            .price-table tr:not(.date-row) .cell-price {
                padding-right: 16px;
                font-size: 1rem;
                width: 50%;
            }
        }

        /* Mobile Responsive */
        @media (max-width: 480px) {
            .price-table {
                border-radius: 8px;
                box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
            }

            .price-table thead th {
                padding: 10px 8px;
                font-size: 0.65rem;
                width: 50%;
            }

            .price-table thead th:first-child {
                padding-left: 10px;
            }

            .price-table thead th:last-child {
                padding-right: 10px;
            }

            .price-table tr.date-row {
                height: 44px;
            }

            .price-table tr.date-row td {
                padding: 0 12px;
                height: 44px;
            }

            .price-table tr.date-row .cell-date {
                font-size: 0.75rem;
            }

            .price-table tr:not(.date-row) {
                height: 48px;
            }

            .price-table tr:not(.date-row) td {
                padding: 12px 12px;
                font-size: 0.85rem;
                width: 50%;
            }

            .price-table tr:not(.date-row) .cell-item {
                padding-left: 12px;
                text-align: left;
                width: 50%;
                font-size: 0.8rem;
            }

            .price-table tr:not(.date-row) .cell-price {
                padding-right: 12px;
                font-size: 0.95rem;
                width: 50%;
                text-align: right;
            }
        }

        .price-empty-line {
            display: inline-block;
            width: 70px;
            height: 2px;
            background-color: rgba(255, 255, 255, 0.18);
            vertical-align: middle;
        }

        /* ── Enquiry Section ── */
        .enquiry-section {
            padding-top: 48px;
            margin-top: 0;
        }

        .enquiry-form {
            /* background-color: #fafafa; */
            border: 2px solid #F1A400;
            padding: 32px 36px 28px;
        }

        .enquiry-row {
            margin-bottom: 20px;
        }

        .enquiry-field {
            display: flex;
            flex-direction: column;
            gap: 6px;
        }

        /* .enquiry-label {
            font-size: 0.82rem;
            font-weight: 600;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: #000;
            margin-bottom: 0;
        }

        .enquiry-input {
            width: 100%;
            border: 1px solid #ccc;
            border-bottom: 2px solid #000;
            background-color: #fff;
            padding: 9px 12px;
            font-family: 'Source Sans Pro', sans-serif;
            font-size: 0.97rem;
            font-weight: 300;
            color: #111;
            outline: none;
            border-radius: 0;
            transition: border-color 0.2s ease;
            -webkit-appearance: none;
            appearance: none;
        } */

        /* .enquiry-input:focus {
            border-color: #F1A400;
            border-bottom-color: #F1A400;
            background-color: #fffdf5;
        }

        .enquiry-input::placeholder {
            color: #aaa;
            font-weight: 300;
        } */

        .enquiry-textarea {
            min-height: 110px;
            resize: vertical;
        }

        .enquiry-submit-row {
            display: flex;
            justify-content: flex-end;
            margin-top: 8px;
        }

        .enquiry-submit-btn {
            background-color: #F1A400;
            color: #fff;
            border: none;
            padding: 12px 36px;
            font-size: 0.85rem;
            font-weight: 700;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            cursor: pointer;
            transition: background-color 0.2s ease, color 0.2s ease;
        }

        .enquiry-submit-btn:hover {
            background-color: #000;
            color: #F1A400;
        }

        /* Responsive adjustments */
        @media (max-width: 767px) {
            .enquiry-form {
                padding: 24px 18px 20px;
            }

            .enquiry-row .col-12+.col-12 {
                margin-top: 20px;
            }

            .enquiry-submit-row {
                justify-content: stretch;
            }

            .enquiry-submit-btn {
                width: 100%;
                text-align: center;
            }
        }


        @media (max-width:992px) {
            .vessel-photo {
                width: 80%;
            }
        }

        @media (max-width:767) {
            .vessel-photo {
                width: 90%;
            }
        }