/* =====================================================
   BAO VE AN NINH MANG
===================================================== */

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #f4f7fb;
    color: #182230;
    line-height: 1.6;
}

a {
    color: inherit;
}

img {
    max-width: 100%;
}

.container {
    width: 1200px;
    max-width: calc(100% - 32px);
    margin: 0 auto;
}



/* ================= TOPBAR ================= */

.topbar {
    background: #071d35;
    color: #d9e7f5;
    font-size: 13px;
}

.topbar-inner {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.topbar-right {
    color: #fff;
}


/* ================= HEADER ================= */

.header-main {
    background: #fff;
    border-bottom: 1px solid #e1e7ef;
}

.header-inner {
    min-height: 105px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
}

.brand-shield {
    width: 62px;
    height: 62px;
    border-radius: 16px;
    background: #0b3764;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    box-shadow: 0 8px 22px rgba(11, 55, 100, .16);
}

.brand-name {
    color: #0b3764;
    font-weight: 800;
    font-size: 25px;
    letter-spacing: .3px;
}

.brand-sub {
    color: #64748b;
    margin-top: 3px;
    font-size: 14px;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header-link,
.report-button {
    text-decoration: none;
    border-radius: 7px;
    padding: 11px 17px;
    font-weight: 700;
    font-size: 14px;
}

.header-link {
    color: #0b3764;
    border: 1px solid #cad5e1;
    background: #fff;
}

.header-link:hover {
    background: #f1f5f9;
}

.report-button {
    color: #fff;
    background: #b42318;
    border: 1px solid #b42318;
}

.report-button:hover {
    background: #921b13;
}


/* ================= MENU ================= */

.main-nav {
    background: #0b3764;
    color: #fff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .08);
}

.nav-inner {
    display: flex;
    align-items: stretch;
    overflow-x: auto;
}

.nav-inner a {
    color: #fff;
    text-decoration: none;
    padding: 15px 17px;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    border-right: 1px solid rgba(255, 255, 255, .08);
}

.nav-inner a:hover {
    background: rgba(255, 255, 255, .12);
}


/* ================= SECURITY NOTICE ================= */

.security-notice {
    background: #fff4e5;
    border-bottom: 1px solid #f3d3a2;
    color: #78350f;
}

.security-notice-inner {
    min-height: 45px;
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 14px;
}


/* ================= HERO ================= */

.hero {
    padding: 60px 0;
    background:
        linear-gradient(
            120deg,
            #071d35 0%,
            #0b3764 65%,
            #10558f 100%
        );
    color: #fff;
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, .7fr);
    gap: 55px;
    align-items: center;
}

.hero-label {
    display: inline-block;
    color: #a9d6ff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.hero h1 {
    margin: 0;
    max-width: 760px;
    font-size: 43px;
    line-height: 1.15;
    letter-spacing: -.7px;
}

.hero-content > p {
    max-width: 720px;
    margin: 20px 0 27px;
    font-size: 17px;
    color: #d8e7f5;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 46px;
    padding: 0 21px;
    border-radius: 7px;
    font-weight: 700;
    text-decoration: none;
}

.btn-primary {
    background: #c62828;
    color: #fff;
}

.btn-primary:hover {
    background: #a91f1f;
}

.btn-outline {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .55);
}

.btn-outline:hover {
    background: rgba(255, 255, 255, .1);
}


/* ================= SECURITY PANEL ================= */

.security-panel {
    padding: 34px 28px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .08);
    border-radius: 16px;
    backdrop-filter: blur(5px);
}

.security-icon {
    width: 88px;
    height: 88px;
    margin: 0 auto 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    background: rgba(255, 255, 255, .12);
}

.security-panel h2 {
    margin: 0 0 9px;
    font-size: 23px;
}

.security-panel p {
    margin: 0;
    color: #d8e7f5;
}


/* ================= SECTIONS ================= */

.services,
.alerts-section,
.news-section,
.guide-section {
    padding: 55px 0;
}

.services {
    background: #fff;
}

.section-heading {
    margin-bottom: 27px;
}

.section-heading span,
.section-tag {
    color: #b42318;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: .9px;
}

.section-heading h2,
.section-title-row h2 {
    margin: 5px 0 0;
    color: #142b44;
    font-size: 28px;
}


/* ================= SERVICES ================= */

.service-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.service-card {
    display: block;
    text-decoration: none;
    padding: 25px;
    min-height: 220px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 11px;
    box-shadow: 0 5px 18px rgba(15, 23, 42, .05);
    transition: .2s ease;
}

.service-card:hover {
    transform: translateY(-3px);
    border-color: #aabdd1;
    box-shadow: 0 10px 25px rgba(15, 23, 42, .09);
}

.service-icon {
    font-size: 31px;
    margin-bottom: 14px;
}

.service-card h3 {
    color: #0b3764;
    margin: 0 0 9px;
    font-size: 19px;
}

.service-card p {
    color: #64748b;
    margin: 0;
    font-size: 14px;
}


/* ================= TITLE ROW ================= */

.section-title-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 25px;
}

.section-title-row > a {
    color: #0b4f8a;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
}


/* ================= ALERTS ================= */

.alerts-section {
    background: #f4f7fb;
}

.alert-list {
    display: grid;
    gap: 12px;
}

.alert-item {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 9px;
    text-decoration: none;
}

.alert-item:hover {
    border-color: #9eb4c9;
}

.alert-level {
    min-width: 105px;
    padding: 7px 10px;
    text-align: center;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.level-critical {
    background: #fee2e2;
    color: #991b1b;
}

.level-high {
    background: #ffedd5;
    color: #9a3412;
}

.level-medium {
    background: #fef3c7;
    color: #854d0e;
}

.level-low {
    background: #dbeafe;
    color: #1e40af;
}

.alert-content h3 {
    margin: 0 0 4px;
    color: #172b43;
    font-size: 17px;
}

.alert-content span {
    color: #7b8794;
    font-size: 13px;
}

.empty {
    background: #fff;
    border: 1px dashed #cbd5e1;
    border-radius: 8px;
    padding: 25px;
    color: #64748b;
}


/* ================= NEWS ================= */

.news-section {
    background: #fff;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 25px;
}

.news-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
}

.news-card img,
.news-placeholder {
    display: block;
    width: 100%;
    height: 205px;
    object-fit: cover;
}

.news-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eaf1f8;
    font-size: 52px;
}

.news-card-content {
    padding: 20px;
}

.news-date {
    color: #718096;
    font-size: 12px;
}

.news-card h3 {
    margin: 7px 0 10px;
    font-size: 19px;
    line-height: 1.4;
}

.news-card h3 a {
    color: #152b43;
    text-decoration: none;
}

.news-card h3 a:hover {
    color: #0b5b9e;
}

.news-card p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
}


/* ================= GUIDE ================= */

.guide-section {
    background: #eef4fa;
}

.guide-box {
    display: grid;
    grid-template-columns: 1fr 250px;
    align-items: center;
    gap: 30px;
    padding: 42px;
    background: #fff;
    border-radius: 14px;
    border: 1px solid #dde6ef;
}

.guide-box h2 {
    color: #142b44;
    margin: 7px 0 12px;
    font-size: 28px;
}

.guide-box p {
    color: #64748b;
    max-width: 720px;
}

.guide-shield {
    text-align: center;
    font-size: 100px;
}


/* ================= MOBILE ================= */

@media (max-width: 950px) {

    .service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .news-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-grid {
        grid-template-columns: 1fr;
    }

    .security-panel {
        max-width: 500px;
    }

    .header-inner {
        min-height: 90px;
    }

    .brand-name {
        font-size: 21px;
    }
}


@media screen and (max-width: 650px) {

    .container {
        width: auto;
        max-width: none;
        margin-left: 12px;
        margin-right: 12px;
    }

    .topbar-inner {
        min-height: 34px;
        font-size: 11px;
    }

    .header-inner {
        padding-top: 15px;
        padding-bottom: 15px;
        display: block;
    }

    .brand {
        margin-bottom: 15px;
    }

    .brand-shield {
        width: 50px;
        height: 50px;
        font-size: 27px;
    }

    .brand-name {
        font-size: 18px;
    }

    .brand-sub {
        font-size: 12px;
    }

    .header-actions {
        width: 100%;
        display: block;
    }

    .header-link,
    .report-button {
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .nav-inner {
        overflow-x: auto;
        white-space: nowrap;
    }

    .nav-inner a {
        padding: 13px 14px;
    }

    .security-notice-inner {
        padding-top: 9px;
        padding-bottom: 9px;
        display: block;
        font-size: 12px;
    }

    .security-notice-inner strong {
        display: block;
        margin-bottom: 3px;
    }

    .hero {
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .hero-grid {
        display: block;
    }

    .hero-content {
        margin-bottom: 30px;
    }

    .hero h1 {
        font-size: 32px;
    }

    .hero-content > p {
        font-size: 15px;
    }

    .service-grid {
        display: block;
    }

    .service-card {
        margin-bottom: 15px;
    }

    .news-grid {
        display: block;
    }

    .news-card {
        margin-bottom: 20px;
    }

    .services,
    .alerts-section,
    .news-section,
    .guide-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .section-title-row {
        display: block;
    }

    .section-title-row > a {
        display: inline-block;
        margin-top: 10px;
    }

    .section-heading h2,
    .section-title-row h2 {
        font-size: 24px;
    }

    .alert-item {
        display: block;
    }

    .alert-level {
        display: inline-block;
        margin-bottom: 10px;
    }

    .guide-box {
        display: block;
        padding: 27px 22px;
    }

    .guide-shield {
        margin-top: 25px;
        font-size: 70px;
    }
}
/* =====================================================
   REPORT PAGE
===================================================== */

.page-banner {
    background: #0b3764;
    color: #fff;
    padding: 42px 0;
}

.page-label {
    color: #a9d6ff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
}

.page-banner h1 {
    margin: 7px 0 8px;
    font-size: 34px;
}

.page-banner p {
    max-width: 760px;
    margin: 0;
    color: #dbe8f5;
}

.report-section {
    padding: 50px 0 65px;
}

.report-layout {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(260px, .8fr);
    gap: 30px;
    align-items: start;
}

.report-main {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 32px;
}

.report-form {
    width: 100%;
}

.form-section-title {
    color: #0b3764;
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e8f0;
}

.form-section-title:not(:first-child) {
    margin-top: 35px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 7px;
    color: #25364a;
    font-size: 14px;
    font-weight: 700;
}

.form-group label span {
    color: #c62828;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    border: 1px solid #cbd5e1;
    border-radius: 7px;
    padding: 12px 13px;
    background: #fff;
    color: #172b43;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    outline: none;
}

.form-group textarea {
    resize: vertical;
    min-height: 160px;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #1e6091;
    box-shadow: 0 0 0 3px rgba(30, 96, 145, .1);
}

.form-group small,
.form-note {
    display: block;
    margin-top: 6px;
    color: #718096;
    font-size: 12px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.privacy-box {
    margin: 25px 0;
    padding: 16px 18px;
    border-left: 4px solid #d97706;
    background: #fff8e8;
    color: #7c4a03;
}

.privacy-box strong {
    display: block;
    margin-bottom: 4px;
}

.privacy-box p {
    margin: 0;
    font-size: 14px;
}

.report-submit {
    min-width: 180px;
    border: 0;
    border-radius: 7px;
    padding: 13px 24px;
    background: #b42318;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
}

.report-submit:hover {
    background: #921b13;
}

.report-sidebar {
    display: grid;
    gap: 18px;
}

.sidebar-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 22px;
}

.sidebar-card h3 {
    color: #0b3764;
    margin: 0 0 12px;
    font-size: 18px;
}

.sidebar-card p,
.sidebar-card li {
    color: #5f6f80;
    font-size: 14px;
}

.sidebar-card ul {
    margin: 0;
    padding-left: 20px;
}

.sidebar-card li {
    margin: 7px 0;
}

.sidebar-card a {
    color: #0b5b9e;
    font-weight: 700;
    text-decoration: none;
}

.warning-card {
    border-color: #f2c5c1;
    background: #fff8f7;
}

.warning-card h3 {
    color: #a12820;
}

.message-error {
    margin-bottom: 22px;
    border: 1px solid #fecaca;
    background: #fff1f2;
    color: #991b1b;
    border-radius: 8px;
    padding: 14px 16px;
}

.message-success {
    text-align: center;
    padding: 20px 10px;
}

.message-success h2 {
    margin-top: 0;
    color: #166534;
}

.message-success p {
    color: #5f6f80;
}

.report-code-box {
    max-width: 500px;
    margin: 25px auto;
    padding: 24px;
    border: 2px dashed #90a9bf;
    border-radius: 10px;
    background: #f5f9fd;
}

.report-code-box span {
    display: block;
    color: #60758a;
    font-size: 13px;
}

.report-code-box strong {
    display: block;
    margin-top: 7px;
    color: #0b3764;
    font-size: 25px;
    letter-spacing: 1px;
}

.btn-report-status {
    display: inline-block;
    margin-top: 12px;
    padding: 11px 20px;
    background: #0b3764;
    color: #fff;
    text-decoration: none;
    border-radius: 7px;
    font-weight: 700;
}

@media screen and (max-width: 800px) {

    .report-layout {
        display: block;
    }

    .report-sidebar {
        margin-top: 25px;
    }

    .form-row {
        display: block;
    }
}

@media screen and (max-width: 650px) {

    .page-banner {
        padding: 32px 0;
    }

    .page-banner h1 {
        font-size: 27px;
    }

    .report-section {
        padding: 30px 0 45px;
    }

    .report-main {
        padding: 22px 17px;
    }

    .report-code-box strong {
        font-size: 19px;
        word-break: break-all;
    }
}
/* ============================
   REPORT STATUS
============================ */

.status-section {
    padding: 50px 0 70px;
    background: #f4f7fb;
}

.status-search {
    max-width: 760px;
    margin: 0 auto;
    padding: 30px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
}

.status-search h2 {
    margin: 0 0 5px;
    color: #0b3764;
}

.status-search p {
    margin: 0 0 20px;
    color: #64748b;
}

.status-search-row {
    display: flex;
    gap: 10px;
}

.status-search-row input {
    flex: 1;
    min-width: 0;
    padding: 13px 14px;
    border: 1px solid #bdcbd9;
    border-radius: 7px;
    font-size: 16px;
    text-transform: uppercase;
    outline: none;
}

.status-search-row input:focus {
    border-color: #0b5b9e;
}

.status-search-row button {
    border: 0;
    border-radius: 7px;
    padding: 0 25px;
    background: #0b3764;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.status-search-row button:hover {
    background: #092c50;
}

.status-error {
    max-width: 760px;
    margin: 20px auto 0;
    padding: 15px 18px;
    background: #fff1f2;
    border: 1px solid #fecaca;
    border-radius: 8px;
    color: #991b1b;
}

.status-result {
    max-width: 900px;
    margin: 30px auto 0;
    padding: 32px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
}

.status-result-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 22px;
    border-bottom: 1px solid #e2e8f0;
}

.status-result-header span {
    color: #718096;
    font-size: 12px;
    font-weight: 700;
}

.status-result-header h2 {
    margin: 4px 0 0;
    color: #0b3764;
    font-size: 24px;
}

.status-badge {
    padding: 9px 15px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 800;
}

.status-received {
    color: #1e40af;
    background: #dbeafe;
}

.status-processing {
    color: #854d0e;
    background: #fef3c7;
}

.status-completed {
    color: #166534;
    background: #dcfce7;
}

.status-rejected {
    color: #991b1b;
    background: #fee2e2;
}

.status-progress {
    display: flex;
    gap: 15px;
    margin: 35px 0;
}

.progress-step {
    flex: 1;
    text-align: center;
    padding: 20px 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 9px;
    opacity: .55;
}

.progress-step.active {
    opacity: 1;
    border-color: #9ab7d2;
    background: #f1f7fc;
}

.progress-icon {
    width: 38px;
    height: 38px;
    margin: 0 auto 9px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #cbd5e1;
    color: #fff;
    font-weight: 800;
}

.progress-step.active .progress-icon {
    background: #0b5b9e;
}

.progress-step strong {
    display: block;
    color: #263b50;
    font-size: 14px;
}

.progress-step span {
    display: block;
    margin-top: 5px;
    color: #718096;
    font-size: 12px;
}

.report-detail {
    border-top: 1px solid #e2e8f0;
    padding-top: 25px;
}

.report-detail h3 {
    color: #0b3764;
    margin: 0 0 17px;
}

.detail-row {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 20px;
    padding: 12px 0;
    border-bottom: 1px solid #edf2f7;
}

.detail-row span {
    color: #718096;
    font-size: 14px;
}

.detail-row strong {
    color: #25364a;
    font-size: 14px;
}

.break-text {
    overflow-wrap: anywhere;
}

.admin-response {
    margin-top: 25px;
    padding: 18px;
    border-left: 4px solid #0b5b9e;
    background: #f1f7fc;
}

.admin-response strong {
    color: #0b3764;
}

.admin-response p {
    margin-bottom: 0;
}

.status-security-note {
    margin-top: 25px;
    padding: 17px 19px;
    background: #f8fafc;
    border-radius: 8px;
}

.status-security-note strong {
    color: #0b3764;
}

.status-security-note p {
    margin: 4px 0 0;
    color: #64748b;
    font-size: 13px;
}

@media screen and (max-width: 650px) {

    .status-search,
    .status-result {
        padding: 20px 16px;
    }

    .status-search-row {
        display: block;
    }

    .status-search-row input {
        width: 100%;
    }

    .status-search-row button {
        width: 100%;
        padding: 13px;
        margin-top: 10px;
    }

    .status-result-header {
        display: block;
    }

    .status-badge {
        display: inline-block;
        margin-top: 15px;
    }

    .status-progress {
        display: block;
    }

    .progress-step {
        margin-bottom: 10px;
    }

    .detail-row {
        display: block;
    }

    .detail-row strong {
        display: block;
        margin-top: 4px;
    }
}
/* =====================================================
   ALERTS PAGE
===================================================== */

.alerts-page-section {
    padding: 50px 0 70px;
    background: #f4f7fb;
}

.alerts-page-header {
    margin-bottom: 28px;
}

.alerts-page-header h2 {
    margin: 5px 0 0;
    color: #142b44;
    font-size: 28px;
}

.alerts-page-list {
    display: grid;
    gap: 18px;
}

.alert-page-card {
    padding: 26px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 11px;
    box-shadow: 0 5px 18px rgba(15, 23, 42, .04);
}

.alert-page-card:hover {
    border-color: #aabdd1;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .07);
}

.alert-page-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 14px;
}

.alert-page-date {
    color: #718096;
    font-size: 13px;
}

.alert-page-card h2 {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1.4;
}

.alert-page-card h2 a {
    color: #142b44;
    text-decoration: none;
}

.alert-page-card h2 a:hover {
    color: #0b5b9e;
}

.alert-page-card p {
    margin: 0 0 18px;
    color: #64748b;
    font-size: 15px;
}

.alert-read-more {
    color: #0b5b9e;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
}

.alert-read-more:hover {
    text-decoration: underline;
}

.empty-state {
    padding: 60px 25px;
    background: #fff;
    border: 1px dashed #cbd5e1;
    border-radius: 12px;
    text-align: center;
}

.empty-icon {
    font-size: 55px;
    margin-bottom: 15px;
}

.empty-state h2 {
    margin: 0 0 8px;
    color: #142b44;
}

.empty-state p {
    margin: 0;
    color: #64748b;
}

@media screen and (max-width: 650px) {

    .alerts-page-section {
        padding: 35px 0 50px;
    }

    .alert-page-card {
        padding: 20px 17px;
    }

    .alert-page-top {
        align-items: flex-start;
        flex-direction: column;
    }

    .alert-page-card h2 {
        font-size: 19px;
    }
}
/* ===========================
   ALERT DETAIL
=========================== */

.alert-detail-section {
    padding: 50px 0 70px;
    background: #f4f7fb;
}

.alert-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(260px, .7fr);
    gap: 30px;
    align-items: start;
}

.alert-detail-content {
    padding: 35px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
}

.alert-detail-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    color: #718096;
    font-size: 13px;
}

.alert-sapo {
    margin-bottom: 28px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e2e8f0;

    color: #34495e;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.7;
}

.alert-body {
    color: #263748;
    font-size: 17px;
    line-height: 1.8;
}

.alert-body h2 {
    margin: 30px 0 12px;
    color: #0b3764;
    font-size: 23px;
}

.alert-body p {
    margin: 0 0 18px;
}

.alert-warning-box {
    margin-top: 35px;
    padding: 20px;

    background: #fff8e8;
    border-left: 4px solid #d97706;

    color: #704207;
}

.alert-warning-box p {
    margin: 5px 0 0;
}

.alert-detail-sidebar {
    display: grid;
    gap: 18px;
}

.sidebar-report-btn {
    display: block;

    margin-top: 15px;
    padding: 11px 15px;

    background: #b42318;
    color: #fff !important;

    border-radius: 6px;

    text-align: center;
    text-decoration: none !important;
}

@media screen and (max-width: 800px) {

    .alert-detail-layout {
        display: block;
    }

    .alert-detail-sidebar {
        margin-top: 25px;
    }

}

@media screen and (max-width: 650px) {

    .alert-detail-content {
        padding: 22px 17px;
    }

    .alert-detail-meta {
        align-items: flex-start;
        flex-direction: column;
    }

    .alert-sapo {
        font-size: 16px;
    }

    .alert-body {
        font-size: 16px;
    }

}
/* =====================================================
   NEWS PAGE
===================================================== */

.news-page {
    padding: 50px 0 70px;
    background: #f4f7fb;
}

.news-page-heading {
    margin-bottom: 28px;
}

.news-page-heading h2 {
    margin: 6px 0 0;
    color: #142b44;
    font-size: 29px;
}

.news-page-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.news-page-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e1e8ef;
    border-radius: 12px;
    box-shadow: 0 5px 18px rgba(15, 23, 42, .05);
}

.news-page-image {
    display: block;
    height: 210px;
    overflow: hidden;
    background: #dce8f3;
}

.news-page-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .25s ease;
}

.news-page-card:hover .news-page-image img {
    transform: scale(1.03);
}

.news-image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eaf2f9;
    text-decoration: none;
}

.news-image-placeholder span {
    font-size: 55px;
}

.news-page-content {
    padding: 22px;
}

.news-page-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
    color: #7a8999;
    font-size: 12px;
}

.news-category {
    color: #b42318;
    font-weight: 800;
    text-transform: uppercase;
}

.news-page-content h2 {
    margin: 0 0 12px;
    font-size: 20px;
    line-height: 1.45;
}

.news-page-content h2 a {
    color: #142b44;
    text-decoration: none;
}

.news-page-content h2 a:hover {
    color: #0b5b9e;
}

.news-page-content p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.65;
}

.news-page-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #edf2f7;
    font-size: 13px;
}

.news-page-bottom span {
    color: #718096;
}

.news-page-bottom a {
    color: #0b5b9e;
    font-weight: 700;
    text-decoration: none;
}

@media screen and (max-width: 950px) {

    .news-page-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media screen and (max-width: 650px) {

    .news-page {
        padding: 35px 0 50px;
    }

    .news-page-grid {
        display: block;
    }

    .news-page-card {
        margin-bottom: 20px;
    }

    .news-page-image {
        height: 200px;
    }

    .news-page-content {
        padding: 18px;
    }

}
/* =====================================================
   FIX HEADER - TỐ GIÁC GIẢ MẠO & LỪA ĐẢO
===================================================== */

.header-main {
    background: #ffffff;
}

.header-inner {
    min-height: 125px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
}

/* LOGO + TÊN WEBSITE */

.brand {
    display: flex;
    align-items: center;
    gap: 18px;
    flex: 1;
    min-width: 0;
    text-decoration: none;
}

.brand-shield {
    flex: 0 0 74px;
    width: 74px;
    height: 74px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 18px;
    background: #073b6c;

    font-size: 38px;
}

.brand-text {
    min-width: 0;
}

.brand-name {
    margin: 0;

    color: #073b6c;

    font-size: 28px;
    line-height: 1.2;
    font-weight: 800;

    letter-spacing: .3px;
    white-space: nowrap;
}

.brand-sub {
    margin-top: 8px;

    color: #64748b;

    font-size: 14px;
    line-height: 1.4;

    white-space: nowrap;
}


/* NÚT BÊN PHẢI */

.header-actions {
    flex: 0 0 auto;

    display: flex;
    align-items: center;
    justify-content: flex-end;

    gap: 12px;
}

.header-link,
.report-button {
    height: 52px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 0 22px;

    border-radius: 8px;

    font-size: 15px;
    font-weight: 700;

    white-space: nowrap;
    text-decoration: none;
}

.header-link {
    color: #073b6c;
    background: #ffffff;
    border: 1px solid #cbd5e1;
}

.header-link:hover {
    background: #f4f7fb;
}

.report-button {
    color: #ffffff;
    background: #b42318;
    border: 1px solid #b42318;
}

.report-button:hover {
    background: #941d15;
}


/* TABLET */

@media screen and (max-width: 1100px) {

    .brand-name {
        font-size: 23px;
        white-space: normal;
    }

    .brand-sub {
        white-space: normal;
    }

}


/* MOBILE */

@media screen and (max-width: 750px) {

    .header-inner {
        min-height: auto;
        display: block;
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .brand {
        width: 100%;
    }

    .brand-shield {
        flex-basis: 58px;
        width: 58px;
        height: 58px;
        font-size: 30px;
        border-radius: 14px;
    }

    .brand-name {
        font-size: 20px;
        white-space: normal;
    }

    .brand-sub {
        margin-top: 4px;
        font-size: 12px;
        white-space: normal;
    }

    .header-actions {
        width: 100%;
        margin-top: 17px;

        display: flex;
        justify-content: flex-start;
    }

    .header-link,
    .report-button {
        height: 45px;
        padding: 0 16px;
        font-size: 13px;
    }

}
/* FIX CĂN LẠI LOGO HEADER */

.header-inner {
    min-height: 125px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.brand {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 22px;
    min-width: 0;
}

.brand-shield {
    flex: 0 0 74px;
}

.brand-text {
    flex: 1;
    min-width: 0;
}

.brand-name {
    text-align: left;
    white-space: normal;
    font-size: 28px;
}

.brand-sub {
    text-align: left;
    white-space: normal;
    margin-top: 6px;
}

.header-actions {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: 30px;
}

/* Màn hình nhỏ */

@media screen and (max-width: 900px) {

    .header-inner {
        display: block;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .brand {
        width: 100%;
    }

    .brand-name {
        font-size: 22px;
    }

    .header-actions {
        margin-left: 0;
        margin-top: 18px;
    }
}
/* =========================================
   FIX HEADER CHẮC CHẮN
========================================= */

.header-inner {
    min-height: 150px !important;
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    align-items: center !important;
    column-gap: 40px !important;
}

/* CỤM LOGO + TÊN */

.brand {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 22px !important;

    width: auto !important;
    max-width: 900px !important;

    flex: none !important;
    margin: 0 !important;
    padding: 0 !important;

    text-decoration: none !important;
}

.brand-shield {
    flex: 0 0 74px !important;

    width: 74px !important;
    height: 74px !important;

    margin: 0 !important;
}

.brand-text {
    display: block !important;
    flex: none !important;

    width: auto !important;
    min-width: 0 !important;

    margin: 0 !important;
    padding: 0 !important;
}

.brand-name {
    display: block !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #073b6c !important;

    font-size: 30px !important;
    line-height: 1.15 !important;
    font-weight: 800 !important;

    text-align: left !important;
    white-space: nowrap !important;
}

.brand-sub {
    display: block !important;

    margin: 8px 0 0 !important;
    padding: 0 !important;

    color: #64748b !important;

    font-size: 14px !important;
    line-height: 1.4 !important;

    text-align: left !important;
    white-space: nowrap !important;
}

/* NÚT BÊN PHẢI */

.header-actions {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;

    gap: 12px !important;

    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}


/* TABLET */

@media screen and (max-width: 1150px) {

    .brand-name {
        font-size: 25px !important;
        white-space: normal !important;
    }

    .brand-sub {
        white-space: normal !important;
    }

}


/* MOBILE */

@media screen and (max-width: 800px) {

    .header-inner {
        display: block !important;
        min-height: auto !important;

        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .brand {
        display: flex !important;
        width: 100% !important;
        max-width: none !important;
    }

    .brand-shield {
        flex: 0 0 58px !important;
        width: 58px !important;
        height: 58px !important;
    }

    .brand-name {
        font-size: 21px !important;
        white-space: normal !important;
    }

    .brand-sub {
        font-size: 12px !important;
        white-space: normal !important;
    }

    .header-actions {
        justify-content: flex-start !important;
        margin-top: 18px !important;
    }
}
/* =====================================================
   LOOKUP PAGE
===================================================== */

.lookup-section {
    padding: 50px 0 70px;
    background: #f4f7fb;
}

.lookup-box {
    max-width: 850px;
    margin: 0 auto;
    padding: 32px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
}

.lookup-box h2 {
    margin: 0 0 7px;
    color: #0b3764;
}

.lookup-box p {
    margin: 0 0 22px;
    color: #64748b;
}

.lookup-row {
    display: flex;
    gap: 10px;
}

.lookup-row input {
    flex: 1;
    min-width: 0;
    padding: 13px 14px;
    border: 1px solid #cbd5e1;
    border-radius: 7px;
    font-size: 15px;
    outline: none;
}

.lookup-row input:focus {
    border-color: #0b5b9e;
}

.lookup-row button {
    border: 0;
    padding: 0 25px;
    border-radius: 7px;
    background: #0b3764;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.lookup-result-header {
    max-width: 900px;
    margin: 35px auto 18px;
}

.lookup-result-header h2 {
    margin: 0;
    color: #142b44;
}

.lookup-result-header span {
    display: block;
    margin-top: 5px;
    color: #718096;
}

.lookup-results {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    gap: 16px;
}

.lookup-result-card {
    padding: 24px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
}

.lookup-result-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-bottom: 12px;
}

.lookup-date {
    color: #718096;
    font-size: 13px;
}

.lookup-result-card h2 {
    margin: 0 0 10px;
    font-size: 20px;
}

.lookup-result-card h2 a {
    color: #142b44;
    text-decoration: none;
}

.lookup-result-card p {
    color: #64748b;
}

.lookup-detail-link {
    color: #0b5b9e;
    font-weight: 700;
    text-decoration: none;
}

.lookup-no-result {
    max-width: 800px;
    margin: 35px auto 0;
    padding: 40px;
    text-align: center;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
}

.lookup-icon {
    font-size: 50px;
}

.lookup-no-result h2 {
    color: #142b44;
}

.lookup-no-result p {
    color: #64748b;
}

.lookup-warning {
    margin: 20px 0;
    padding: 15px;
    background: #fff8e8;
    color: #704207;
    border-radius: 7px;
}

.lookup-report-btn {
    display: inline-block;
    text-decoration: none;
}

@media screen and (max-width: 650px) {

    .lookup-box {
        padding: 22px 17px;
    }

    .lookup-row {
        display: block;
    }

    .lookup-row input {
        width: 100%;
    }

    .lookup-row button {
        width: 100%;
        padding: 13px;
        margin-top: 10px;
    }

    .lookup-result-top {
        align-items: flex-start;
        flex-direction: column;
    }

}
/* =====================================================
   KNOWLEDGE PAGE
===================================================== */

.knowledge-section {
    padding: 55px 0 75px;
    background: #f4f7fb;
}

.knowledge-intro {
    max-width: 780px;
    margin-bottom: 32px;
}

.knowledge-intro h2 {
    margin: 6px 0 10px;
    color: #142b44;
    font-size: 30px;
}

.knowledge-intro p {
    color: #64748b;
    font-size: 16px;
}

.knowledge-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.knowledge-card {
    padding: 27px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 5px 18px rgba(15,23,42,.04);
}

.knowledge-icon {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 17px;
    border-radius: 12px;
    background: #eaf2f9;
    font-size: 28px;
}

.knowledge-card h3 {
    margin: 0 0 10px;
    color: #0b3764;
    font-size: 19px;
}

.knowledge-card p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.7;
}

.knowledge-warning {
    margin-top: 45px;
    padding: 35px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
}

.knowledge-warning h2 {
    margin: 6px 0 25px;
    color: #142b44;
}

.warning-list {
    display: grid;
    gap: 12px;
}

.warning-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 18px;
    background: #f8fafc;
    border-radius: 8px;
}

.warning-item span {
    min-width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #b42318;
    color: #fff;
    font-weight: 800;
    font-size: 13px;
}

.warning-item p {
    margin: 5px 0 0;
    color: #526273;
}

.knowledge-action {
    margin-top: 35px;
    padding: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    background: #0b3764;
    color: #fff;
    border-radius: 12px;
}

.knowledge-action h2 {
    margin: 6px 0 8px;
    color: #fff;
}

.knowledge-action p {
    max-width: 700px;
    margin: 0;
    color: #d6e5f3;
}

.knowledge-action .section-tag {
    color: #a9d6ff;
}

.knowledge-buttons {
    flex: 0 0 auto;
    display: flex;
    gap: 10px;
}

.knowledge-lookup-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 20px;
    border: 1px solid rgba(255,255,255,.6);
    border-radius: 7px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

@media screen and (max-width: 900px) {

    .knowledge-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .knowledge-action {
        display: block;
    }

    .knowledge-buttons {
        margin-top: 20px;
    }
}

@media screen and (max-width: 650px) {

    .knowledge-section {
        padding: 38px 0 50px;
    }

    .knowledge-grid {
        display: block;
    }

    .knowledge-card {
        margin-bottom: 17px;
        padding: 22px 18px;
    }

    .knowledge-warning {
        padding: 25px 18px;
    }

    .warning-item {
        padding: 14px;
    }

    .knowledge-action {
        padding: 27px 20px;
    }

    .knowledge-buttons {
        display: block;
    }

    .knowledge-buttons a {
        width: 100%;
        margin-bottom: 10px;
    }
}
/* =====================================================
   CONTACT PAGE
===================================================== */

.contact-section {
    padding: 50px 0 70px;
    background: #f4f7fb;
}

.contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(260px, .75fr);
    gap: 30px;
    align-items: start;
}

.contact-main {
    padding: 32px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
}

.contact-main h2 {
    margin: 0 0 8px;
    color: #0b3764;
}

.contact-intro {
    margin: 0 0 25px;
    color: #64748b;
    line-height: 1.7;
}

.contact-sidebar {
    display: grid;
    gap: 18px;
}

@media screen and (max-width: 800px) {

    .contact-layout {
        display: block;
    }

    .contact-sidebar {
        margin-top: 25px;
    }
}

@media screen and (max-width: 650px) {

    .contact-main {
        padding: 22px 17px;
    }
}
/* =====================================================
   FOOTER FINAL
===================================================== */

.site-footer {
    margin-top: 0;
    padding: 55px 0 0;
    background: #071f38;
    color: #d6e3ef;
}

.footer-main {
    display: grid;
    grid-template-columns: 1.5fr .8fr 1fr;
    gap: 50px;
    padding-bottom: 35px;
}

.footer-brand {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.footer-logo {
    flex: 0 0 62px;
    width: 62px;
    height: 62px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #0b477b;
    border-radius: 14px;

    font-size: 32px;

    box-shadow: 0 8px 20px rgba(0,0,0,.18);
}

.footer-brand h3 {
    margin: 0 0 10px;
    color: #ffffff;

    font-size: 21px;
    line-height: 1.3;
}

.footer-brand p {
    max-width: 470px;

    margin: 0;

    color: #b8c9d9;

    font-size: 14px;
    line-height: 1.7;
}


.footer-column h4 {
    margin: 0 0 16px;

    color: #ffffff;

    font-size: 16px;
}

.footer-column > a {
    display: block;

    margin-bottom: 10px;

    color: #cbd9e6;

    font-size: 14px;

    text-decoration: none;
}

.footer-column > a:hover {
    color: #ffffff;
    text-decoration: underline;
}


.footer-warning {
    margin-top: 20px;
    padding: 14px 15px;

    background: rgba(255, 255, 255, .06);

    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 8px;
}

.footer-warning strong {
    display: block;

    margin-bottom: 5px;

    color: #ffd79a;

    font-size: 13px;
}

.footer-warning p {
    margin: 0;

    color: #b8c9d9;

    font-size: 12px;
    line-height: 1.55;
}


/* CTA PHẢN ÁNH */

.footer-report-box {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 25px;

    margin-bottom: 30px;
    padding: 22px 25px;

    background: #0c3155;

    border: 1px solid rgba(255,255,255,.1);
    border-radius: 10px;
}

.footer-report-box strong {
    display: block;

    margin-bottom: 4px;

    color: #ffffff;

    font-size: 16px;
}

.footer-report-box span {
    color: #b8c9d9;
    font-size: 13px;
}

.footer-report-box a {
    flex: 0 0 auto;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 44px;

    padding: 0 20px;

    border-radius: 7px;

    background: #b42318;
    color: #ffffff;

    font-size: 14px;
    font-weight: 700;

    text-decoration: none;
}

.footer-report-box a:hover {
    background: #951d15;
}


/* LƯU Ý */

.footer-notice {
    padding: 17px 20px;

    background: rgba(255, 255, 255, .045);

    border-left: 4px solid #d6a245;

    color: #b8c9d9;

    font-size: 12px;
    line-height: 1.6;
}

.footer-notice strong {
    color: #ffd79a;
}


/* BOTTOM */

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    margin-top: 30px;
    padding: 20px 0;

    border-top: 1px solid rgba(255,255,255,.1);

    color: #89a3bb;

    font-size: 12px;
}


/* TABLET */

@media screen and (max-width: 900px) {

    .footer-main {
        grid-template-columns: 1fr 1fr;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }

}


/* MOBILE */

@media screen and (max-width: 650px) {

    .site-footer {
        padding-top: 40px;
    }

    .footer-main {
        display: block;
    }

    .footer-brand,
    .footer-column {
        margin-bottom: 30px;
    }

    .footer-logo {
        flex-basis: 52px;

        width: 52px;
        height: 52px;

        font-size: 27px;
    }

    .footer-brand h3 {
        font-size: 18px;
    }

    .footer-report-box {
        display: block;
    }

    .footer-report-box a {
        width: 100%;
        margin-top: 16px;
    }

    .footer-bottom {
        display: block;
        line-height: 1.8;
    }

}
/* =====================================================
   POLICY PAGES
===================================================== */

.policy-page {
    background: #f3f7fb;
}

.policy-hero {
    padding: 55px 0;
    background: #0d4273;
    color: #fff;
}

.policy-label {
    display: block;
    margin-bottom: 10px;
    color: #b9dcfa;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.2px;
}

.policy-hero h1 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 38px;
}

.policy-hero p {
    max-width: 760px;
    margin: 0;
    color: #d9e8f5;
    font-size: 17px;
    line-height: 1.7;
}

.policy-content {
    padding: 50px 0 70px;
}

.policy-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 30px;
    align-items: start;
}

.policy-card,
.policy-side-box {
    background: #fff;
    border: 1px solid #dce5ee;
    border-radius: 12px;
}

.policy-card {
    padding: 38px 42px;
}

.policy-updated {
    margin-bottom: 30px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e3eaf1;
    color: #6c7f92;
    font-size: 13px;
}

.policy-card h2 {
    margin: 35px 0 13px;
    color: #082f57;
    font-size: 22px;
}

.policy-card h2:first-of-type {
    margin-top: 0;
}

.policy-card p,
.policy-card li {
    color: #4c6175;
    font-size: 15px;
    line-height: 1.8;
}

.policy-card ul {
    padding-left: 22px;
}

.policy-warning,
.policy-important {
    margin: 25px 0;
    padding: 20px 22px;
    border-radius: 8px;
}

.policy-warning {
    background: #fff7e8;
    border-left: 4px solid #e6a72d;
}

.policy-important {
    background: #eef6fd;
    border-left: 4px solid #1769aa;
}

.policy-warning strong,
.policy-important strong {
    display: block;
    margin-bottom: 7px;
    color: #082f57;
}

.policy-warning p,
.policy-important p {
    margin: 5px 0;
}

.policy-button {
    display: inline-flex;
    margin-top: 5px;
    padding: 12px 18px;
    background: #0d477d;
    border-radius: 6px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.policy-button:hover {
    background: #09365f;
}

.policy-sidebar {
    display: grid;
    gap: 20px;
}

.policy-side-box {
    padding: 23px;
}

.policy-side-box h3 {
    margin: 0 0 15px;
    color: #082f57;
    font-size: 17px;
}

.policy-side-box a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #edf1f5;
    color: #405b73;
    text-decoration: none;
    font-size: 14px;
}

.policy-side-box a:last-child {
    border-bottom: 0;
}

.policy-side-box a:hover,
.policy-side-box a.active {
    color: #b42318;
    font-weight: 700;
}

.policy-side-box p {
    margin: 10px 0 0;
    color: #687d90;
    font-size: 13px;
    line-height: 1.65;
}

.policy-side-box.safe {
    background: #f6fbff;
}

.policy-side-icon {
    margin-bottom: 12px;
    font-size: 28px;
}

.policy-side-box > strong {
    color: #082f57;
    overflow-wrap: anywhere;
}

@media screen and (max-width: 900px) {

    .policy-layout {
        grid-template-columns: 1fr;
    }

    .policy-sidebar {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 650px) {

    .policy-hero {
        padding: 38px 0;
    }

    .policy-hero h1 {
        font-size: 29px;
    }

    .policy-content {
        padding: 25px 0 45px;
    }

    .policy-card {
        padding: 25px 20px;
    }

    .policy-sidebar {
        grid-template-columns: 1fr;
    }
}