/* ==============================================
   MYTAX PORTAL — PREMIUM HEADER
   ============================================== */

.mytax-nav-container {
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    font-family: 'Inter', 'Arial', sans-serif;
    box-shadow:
        0 1px 0 rgba(255,255,255,0.04),
        0 4px 24px rgba(0,0,0,0.2),
        0 1px 4px rgba(0,0,0,0.1);
}

/* Gold brand accent stripe */
.header-accent-stripe {
    height: 3px;
    background: linear-gradient(90deg, #b45309 0%, #f59e0b 25%, #fbbf24 50%, #f59e0b 75%, #b45309 100%);
}

/* ── Utility Bar ── */
.mytax-top-utility {
    background: #0c1120;
    padding: 7px 0;
    font-size: 11.5px;
    border-bottom: 1px solid rgba(255,255,255,0.04);
}

.mytax-accessibility .font-toggle-btn,
.mytax-accessibility .contrast-toggle-btn {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.09);
    color: #94a3b8;
    margin-right: 5px;
    cursor: pointer;
    font-weight: 700;
    font-size: 11px;
    padding: 3px 9px;
    border-radius: 4px;
    transition: all 0.2s;
}

.mytax-accessibility .font-toggle-btn:hover,
.mytax-accessibility .contrast-toggle-btn:hover {
    background: rgba(245,158,11,0.14);
    border-color: rgba(245,158,11,0.35);
    color: #fbbf24;
}

.utility-info {
    color: #3d4f6b;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.4px;
}

.mytax-languages .mytax-lang-opt {
    color: #64748b;
    text-decoration: none;
    font-weight: 700;
    font-size: 11px;
    padding: 2px 7px;
    border-radius: 3px;
    letter-spacing: 0.5px;
    transition: all 0.2s;
}

.mytax-languages .mytax-lang-opt:hover { color: #e2e8f0; }
.mytax-languages .active-lang {
    color: #fbbf24 !important;
    background: rgba(245,158,11,0.12);
}
.mytax-languages .divider { color: #1e293b; margin: 0 2px; }

/* ── Identity Bar ── */
.mytax-main-identity {
    background: #ffffff;
    padding: 14px 0;
    border-bottom: 1px solid #edf0f7;
    position: relative;
}

.mytax-main-identity::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #f59e0b 25%, #fbbf24 50%, #f59e0b 75%, transparent 100%);
    opacity: 0.5;
}

.mytax-brand-anchor {
    text-decoration: none !important;
    display: flex;
    align-items: center;
    gap: 14px;
}

.mytax-brand-anchor:hover .mytax-logo-img { transform: scale(1.05); }

.mytax-logo-img {
    height: 58px;
    width: auto;
    filter: drop-shadow(0 2px 8px rgba(30,58,138,0.14));
    transition: transform 0.22s ease;
}

.mytax-branding-text {
    display: flex;
    flex-direction: column;
    border-left: 2px solid #e8edf5;
    padding-left: 14px;
}

.portal-name-main {
    font-size: 26px;
    font-weight: 900;
    background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.1;
    letter-spacing: -0.5px;
}

.portal-name-sub {
    font-size: 10px;
    color: #94a3b8;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-top: 4px;
}

/* Portal Access Badges */
.portal-links-hub { gap: 8px; }

.portal-links-hub .portal-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.22s ease;
    border: 1.5px solid transparent;
}

.badge-icon  { font-size: 15px; }
.badge-label { font-size: 13px; }

.badge-mytax {
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
    color: #1d4ed8;
    border-color: #bfdbfe;
    box-shadow: 0 2px 8px rgba(29,78,216,0.1);
}
.badge-mytax:hover {
    background: linear-gradient(135deg, #dbeafe, #bfdbfe);
    color: #1e40af;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(29,78,216,0.22);
}

.badge-einvoice {
    background: linear-gradient(135deg, #fdf2f8, #fce7f3);
    color: #be185d;
    border-color: #f9a8d4;
    box-shadow: 0 2px 8px rgba(190,24,93,0.08);
}
.badge-einvoice:hover {
    background: linear-gradient(135deg, #fce7f3, #fbcfe8);
    color: #9d174d;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(190,24,93,0.2);
}

.badge-procurement {
    background: linear-gradient(135deg, #fffbeb, #fef3c7);
    color: #b45309;
    border-color: #fde68a;
    box-shadow: 0 2px 8px rgba(180,83,9,0.08);
}
.badge-procurement:hover {
    background: linear-gradient(135deg, #fef3c7, #fde68a);
    color: #92400e;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(180,83,9,0.2);
}

/* ── Main Navigation Strip ── */
.hasil-main-nav {
    background: linear-gradient(180deg, #111827 0%, #0f172a 100%) !important;
    padding: 0 !important;
    border-top: 1px solid rgba(255,255,255,0.04);
}

.hasil-main-nav .navbar-nav { gap: 2px; }

.hasil-main-nav .nav-item { position: relative; }

.hasil-main-nav .nav-link {
    color: #94a3b8 !important;
    font-weight: 600;
    font-size: 13.5px;
    padding: 16px 14px !important;
    position: relative;
    letter-spacing: 0.1px;
    transition: color 0.2s ease;
}

.hasil-main-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0; left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #f59e0b, #fbbf24);
    border-radius: 2px 2px 0 0;
    transition: width 0.25s ease;
}

.hasil-main-nav .nav-link:hover            { color: #f1f5f9 !important; }
.hasil-main-nav .nav-link:hover::after     { width: 60%; }

.hasil-main-nav .nav-item.active .nav-link         { color: #fbbf24 !important; }
.hasil-main-nav .nav-item.active .nav-link::after  { width: 60%; }

/* Mobile toggler */
.nav-toggler-icon { color: #fbbf24; font-size: 22px; line-height: 1; }

/* Search pill */
.nav-search-wrap { display: flex; align-items: center; }

.nav-search-form {
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 50px;
    padding: 5px 5px 5px 16px;
    transition: all 0.22s ease;
}

.nav-search-form:focus-within {
    background: rgba(255,255,255,0.1);
    border-color: rgba(251,191,36,0.4);
    box-shadow: 0 0 0 3px rgba(251,191,36,0.08);
}

.nav-search-input {
    background: transparent;
    border: none;
    outline: none;
    color: #e2e8f0;
    font-size: 13px;
    font-family: 'Inter', sans-serif;
    width: 170px;
}

.nav-search-input::placeholder { color: #475569; }

.nav-search-btn {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    border: none;
    border-radius: 50px;
    padding: 7px 16px;
    cursor: pointer;
    font-size: 12px;
    font-family: 'Inter', sans-serif;
    color: #1e293b;
    font-weight: 700;
    transition: all 0.2s;
    white-space: nowrap;
}

.nav-search-btn:hover {
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    transform: scale(1.04);
}

/* Header Responsive */
@media (max-width: 991px) {
    .portal-links-hub {
        margin-top: 12px;
        justify-content: center !important;
        gap: 8px;
    }
    .hasil-main-nav .nav-link { padding: 12px 10px !important; }
    .hasil-main-nav .nav-link::after { display: none; }
    .nav-search-wrap { margin-top: 10px; padding: 0 8px 12px; }
    .nav-search-input { width: 100%; }
    .nav-search-form { width: 100%; }
}

@media (max-width: 767px) {
    .mytax-main-identity { padding: 12px 0; }
    .mytax-logo-img { height: 46px; }
    .portal-name-main { font-size: 22px; }
    .utility-info { display: none; }
    .portal-links-hub .portal-badge { padding: 7px 14px; font-size: 12px; }
}

/* ==============================================
   BASE RESET & TYPOGRAPHY
   ============================================== */

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

body {
    font-family: 'Inter', 'Arial', 'Helvetica', sans-serif;
    background: linear-gradient(160deg, #e8edf5 0%, #f0f4f8 55%, #e6eeff 100%);
    background-attachment: fixed;
    color: #1e293b;
    line-height: 1.6;
    padding: 30px 20px 60px;
    min-height: 100vh;
}

/* ==============================================
   MAIN CONTAINER
   ============================================== */

.notification-container {
    max-width: 820px;
    margin: 0 auto;
    background: #fff;
    border-radius: 14px;
    box-shadow:
        0 12px 50px rgba(30,58,138,0.11),
        0 2px 10px rgba(0,0,0,0.04);
    overflow: hidden;
    border: 1px solid #dde3ef;
}

/* ==============================================
   NOTICE BANNER
   ============================================== */

.notice-banner {
    background: linear-gradient(140deg, #0c1e5c 0%, #1e3a8a 55%, #2563eb 100%);
    padding: 42px 40px 34px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.notice-banner::before {
    content: '';
    position: absolute;
    top: -70px; left: -70px;
    width: 240px; height: 240px;
    background: rgba(255,255,255,0.04);
    border-radius: 50%;
    pointer-events: none;
}

.notice-banner::after {
    content: '';
    position: absolute;
    bottom: -90px; right: -50px;
    width: 300px; height: 300px;
    background: rgba(255,255,255,0.03);
    border-radius: 50%;
    pointer-events: none;
}

.official-logo {
    width: 88px;
    height: auto;
    margin-bottom: 16px;
    filter: drop-shadow(0 4px 16px rgba(0,0,0,0.35));
    position: relative;
    z-index: 1;
}

.notice-badge {
    display: inline-block;
    background: rgba(245,158,11,0.18);
    border: 1px solid rgba(245,158,11,0.42);
    color: #fcd34d;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    padding: 5px 16px;
    border-radius: 20px;
    margin-bottom: 14px;
    position: relative;
    z-index: 1;
}

.main-title {
    font-size: 18px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 0.3px;
    margin: 0;
    line-height: 1.45;
    text-shadow: 0 2px 8px rgba(0,0,0,0.25);
    position: relative;
    z-index: 1;
}

.notice-ref {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 22px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.ref-chip {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.18);
    color: #e2e8f0;
    font-size: 11.5px;
    padding: 5px 14px;
    border-radius: 20px;
    font-weight: 500;
}

.ref-chip strong { color: #fcd34d; }

/* ==============================================
   NOTICE BODY
   ============================================== */

.notice-body { padding: 34px 38px; }

/* Subject Bar */
.subject-bar {
    background: linear-gradient(135deg, #fffbeb, #fef3c7);
    border: 1px solid #fde68a;
    border-left: 5px solid #f59e0b;
    border-radius: 9px;
    padding: 16px 20px;
    margin-bottom: 26px;
    display: flex;
    align-items: flex-start;
    gap: 13px;
}

.subject-bar .icon {
    font-size: 18px;
    flex-shrink: 0;
    margin-top: 2px;
}

.subject-bar p {
    font-size: 13.5px;
    color: #78350f;
    margin: 0;
    line-height: 1.7;
}

/* Greeting */
.greeting {
    font-weight: 600;
    font-size: 14.5px;
    color: #1e293b;
    padding: 12px 18px;
    background: #f8fafc;
    border-radius: 8px;
    border-left: 3px solid #94a3b8;
    margin-bottom: 24px;
}

/* ==============================================
   CONTENT SECTIONS
   ============================================== */

.content-section {
    background: #fff;
    border: 1px solid #e8edf5;
    border-radius: 10px;
    padding: 20px 22px;
    margin-bottom: 14px;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.content-section:hover {
    box-shadow: 0 4px 20px rgba(30,58,138,0.08);
    border-color: #c7d6f5;
}

.content-section h2 {
    font-size: 14px;
    color: #1e3a8a;
    margin-bottom: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background: linear-gradient(135deg, #1e3a8a, #2563eb);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(30,58,138,0.3);
}

.content-section p {
    font-size: 14px;
    color: #475569;
    text-align: justify;
    margin: 0;
    line-height: 1.8;
}

/* ==============================================
   ALERT BOXES
   ============================================== */

.alert-box {
    border-radius: 10px;
    padding: 18px 22px;
    margin-bottom: 14px;
}

.legal-alert {
    background: linear-gradient(135deg, #f0fdf4, #dcfce7);
    border: 1px solid #86efac;
    border-left: 5px solid #16a34a;
    color: #166534;
}

.legal-alert p {
    margin: 0;
    font-size: 13.5px;
    line-height: 1.75;
}

/* ==============================================
   DEADLINE BOX
   ============================================== */

.deadline-box {
    background: linear-gradient(140deg, #7f1d1d 0%, #b91c1c 45%, #ef4444 100%);
    border-radius: 12px;
    padding: 32px 28px;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 14px;
    border: none;
}

.deadline-box::before {
    content: '';
    position: absolute;
    top: -50px; right: -50px;
    width: 180px; height: 180px;
    background: rgba(255,255,255,0.06);
    border-radius: 50%;
    pointer-events: none;
}

.deadline-box::after {
    content: '';
    position: absolute;
    bottom: -60px; left: -40px;
    width: 200px; height: 200px;
    background: rgba(255,255,255,0.04);
    border-radius: 50%;
    pointer-events: none;
}

.deadline-title {
    font-weight: 700;
    font-size: 11.5px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #fca5a5;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.deadline-hours {
    font-size: 88px;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    text-shadow: 0 6px 24px rgba(0,0,0,0.3);
    position: relative;
    z-index: 1;
    letter-spacing: -3px;
}

.deadline-hours span {
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 4px;
    margin-top: 8px;
    opacity: 0.82;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.deadline-box p {
    font-size: 13.5px;
    opacity: 0.88;
    margin-top: 16px;
    position: relative;
    z-index: 1;
    line-height: 1.65;
}

.deadline-box .sub-text {
    font-size: 11.5px;
    opacity: 0.62;
    font-style: italic;
    margin-top: 6px;
}

/* ==============================================
   DOCUMENT CHECKLIST
   ============================================== */

.document-section {
    background: #fff;
    border: 1px solid #e8edf5;
    border-radius: 10px;
    padding: 22px 24px;
    margin-bottom: 14px;
}

.section-title {
    font-size: 14px;
    color: #1e293b;
    font-weight: 700;
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 2px solid #f59e0b;
    display: flex;
    align-items: center;
    gap: 8px;
}

.doc-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.doc-list li {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    background: #f8fafc;
    border: 1px solid #e8edf5;
    border-radius: 8px;
    padding: 13px 16px;
    font-size: 13.5px;
    color: #334155;
    line-height: 1.6;
    transition: background 0.15s, border-color 0.15s, transform 0.15s;
    cursor: default;
}

.doc-list li:hover {
    background: #eff6ff;
    border-color: #bfdbfe;
    transform: translateX(4px);
}

.doc-list li::before {
    content: "\2713";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    background: linear-gradient(135deg, #1e3a8a, #2563eb);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 1px;
    box-shadow: 0 2px 6px rgba(30,58,138,0.25);
}

/* ==============================================
   ACTION CARD (CTA)
   ============================================== */

.action-card {
    background: linear-gradient(140deg, #0c1e5c 0%, #1e3a8a 60%, #2563eb 100%);
    border-radius: 12px;
    padding: 36px 32px;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
    margin-top: 6px;
}

.action-card::before {
    content: '';
    position: absolute;
    top: -80px; right: -80px;
    width: 250px; height: 250px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
    pointer-events: none;
}

.action-card::after {
    content: '';
    position: absolute;
    bottom: -60px; left: -60px;
    width: 200px; height: 200px;
    background: rgba(255,255,255,0.04);
    border-radius: 50%;
    pointer-events: none;
}

.action-card h3 {
    font-size: 16px;
    color: #fcd34d;
    margin-bottom: 12px;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.action-card p {
    font-size: 13.5px;
    color: #cbd5e1;
    margin-bottom: 24px;
    line-height: 1.7;
    position: relative;
    z-index: 1;
}

.btn-submit {
    display: inline-block;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #1e293b !important;
    text-decoration: none !important;
    font-weight: 800;
    font-size: 15px;
    padding: 14px 38px;
    border-radius: 50px;
    margin-bottom: 20px;
    box-shadow: 0 4px 24px rgba(245,158,11,0.42);
    transition: all 0.22s ease;
    position: relative;
    z-index: 1;
    letter-spacing: 0.2px;
}

.btn-submit:hover {
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    transform: translateY(-3px);
    box-shadow: 0 10px 32px rgba(245,158,11,0.55);
    color: #1e293b !important;
}

.action-subtext {
    font-size: 13px !important;
    margin-bottom: 10px !important;
    position: relative;
    z-index: 1;
}

.action-subtext a {
    color: #93c5fd;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.15s;
}

.action-subtext a:hover { color: #bfdbfe; text-decoration: underline; }

.footer-note {
    font-size: 11px !important;
    color: rgba(203,213,225,0.6) !important;
    margin-top: 14px;
    position: relative;
    z-index: 1;
}

/* ==============================================
   RESPONSIVE
   ============================================== */

@media (max-width: 767px) {
    body { padding: 15px 10px 50px; }
    .notice-banner { padding: 30px 22px 26px; }
    .notice-body { padding: 24px 22px; }
    .action-card { padding: 28px 22px; }
}

@media (max-width: 640px) {
    .notification-container { border-radius: 10px; }
    .main-title { font-size: 15px; }
    .deadline-hours { font-size: 64px; }
    .deadline-title { font-size: 10.5px; }
    .btn-submit { display: block; padding: 14px 16px; font-size: 14px; }
    .official-logo { width: 72px; }
    .notice-ref { gap: 6px; }
    .ref-chip { font-size: 10.5px; padding: 4px 10px; }
    .portal-links-hub .portal-badge { padding: 7px 12px; font-size: 12px; margin-left: 6px; }
}

/* ==============================================
   FOOTER
   ============================================== */

.mytax-footer-wrapper {
    background-color: #1e293b;
    color: #94a3b8;
    padding: 30px 0 20px;
    font-family: 'Inter', 'Arial', sans-serif;
    font-size: 12.5px;
    border-top: 3px solid #f59e0b;
    margin-top: 0;
}

.mytax-footer-wrapper .specs-text {
    color: #e2e8f0;
    margin-bottom: 8px;
    line-height: 1.55;
}

.mytax-footer-wrapper .info-badge { margin-right: 4px; font-size: 14px; }

.mytax-footer-wrapper .disclaimer-text {
    font-size: 11px;
    color: #64748b;
    line-height: 1.45;
    text-align: justify;
}

.mytax-footer-wrapper .compliance-links .link-group { display: inline-block; }

.mytax-footer-wrapper .compliance-links a {
    color: #cbd5e1;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.15s;
}

.mytax-footer-wrapper .compliance-links a:hover {
    color: #f59e0b;
    text-decoration: underline;
}

.mytax-footer-wrapper .link-divider { color: #334155; margin: 0 8px; }

.mytax-footer-divider { border-top: 1px solid #334155; margin: 20px 0 15px; }

.mytax-copyright { font-size: 11.5px; color: #64748b; margin: 0; font-weight: 500; }

@media (max-width: 767px) {
    .mytax-footer-wrapper {
        padding: 24px 15px 15px;
        text-align: center !important;
    }
    .mytax-footer-wrapper .disclaimer-text { text-align: center; }
    .mytax-footer-wrapper .compliance-links { margin-top: 15px; }
    .mytax-footer-wrapper .link-group {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 4px;
    }
    .mytax-footer-wrapper .link-divider { margin: 0 5px; }
}
