* {
    box-sizing: border-box;
}
html,
body {
    margin: 0;
    padding: 0;
    min-height: 100%;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    background: #f6f8fc;
    color: #172033;
}
a {
    text-decoration: none;
}
.audit-page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
/* =========================================================
   HEADER
========================================================= */
.top-header {
    background: #ffffff;
    border-bottom: 1px solid #e8ebf2;
    padding: 18px 0;
    position: relative;
    z-index: 10;
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo-img {
    max-width: 210px;
    width: 100%;
    height: auto;
}
.header-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    border-radius: 30px;
    background: #f1f5ff;
    color: #00452C;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.2px;
}
.header-label i {
    font-size: 12px;
}
/* =========================================================
   HERO
========================================================= */
.hero-section {
    position: relative;
    overflow: hidden;
    padding: 75px 0 65px;
    background:
        radial-gradient(
            circle at 85% 20%,
            rgba(49, 86, 211, 0.10),
            transparent 28%
        ),
        radial-gradient(
            circle at 10% 80%,
            rgba(49, 86, 211, 0.07),
            transparent 25%
        ),
        #f6f8fc;
}
.hero-content {
    padding-right: 35px;
}
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    margin-bottom: 22px;
    border-radius: 30px;
    background: #E8F2EE;
    color: #00452C;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.eyebrow i {
    font-size: 12px;
}
.hero-title {
    margin: 0 0 20px;
    font-size: clamp(38px, 5vw, 62px);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -1.5px;
    color: #172033;
}
.hero-title span {
    color: #00452C;
}
.hero-description {
    max-width: 650px;
    margin: 0 0 16px;
    color: #687386;
    font-size: 17px;
    line-height: 1.75;
}
/* =========================================================
   FEATURES
========================================================= */
.hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}
.feature {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 11px 15px;
    border: 1px solid #e1e6f0;
    border-radius: 10px;
    background: #ffffff;
    color: #4d596c;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 5px 18px rgba(25, 42, 70, 0.04);
}
.feature i {
    color: #00452C;
}
/* =========================================================
   AUDIT SELECTION
========================================================= */
.audit-selection {
    margin-top: 42px;
}
.selection-heading {
    margin-bottom: 22px;
}
.selection-heading h2 {
    margin: 0 0 7px;
    font-size: 22px;
    font-weight: 700;
    color: #172033;
}
.selection-heading p {
    margin: 0;
    color: #7a8495;
    font-size: 14px;
}
/* =========================================================
   AUDIT CARDS
========================================================= */
.audit-card {
    position: relative;
    height: 100%;
    padding: 30px;
    border: 1px solid #e2e7f0;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 35px rgba(31, 49, 85, 0.07);
    transition: all 0.3s ease;
    overflow: hidden;
}
.audit-card:hover {
    transform: translateY(-7px);
    border-color: #cfd8f4;
    box-shadow: 0 20px 45px rgba(31, 49, 85, 0.12);
}
.audit-card::after {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    right: -50px;
    top: -50px;
    border-radius: 50%;
    background: rgba(49, 86, 211, 0.06);
}
/* =========================================================
   AUDIT ICON
========================================================= */
.audit-icon {
    position: relative;
    z-index: 2;
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border-radius: 15px;
    background: #EAF3EF;
    color: #00452C;
    font-size: 25px;
}
.audit-card.inventory .audit-icon {
    background: #EAF3EF;
    color: #00452C;
}
/* =========================================================
   AUDIT CONTENT
========================================================= */
.audit-tag {
    display: inline-block;
    margin-bottom: 10px;
    color: #7b8494;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.audit-card h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 13px;
    color: #172033;
    font-size: 25px;
    line-height: 1.25;
    font-weight: 700;
}
.audit-card p {
    position: relative;
    z-index: 2;
    min-height: 72px;
    margin: 0 0 24px;
    color: #6e788a;
    font-size: 14px;
    line-height: 1.7;
}
/* =========================================================
   AUDIT POINTS
========================================================= */
.audit-points {
    position: relative;
    z-index: 2;
    padding: 0;
    margin: 0 0 26px;
    list-style: none;
}
.audit-points li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: #596476;
    font-size: 13px;
}
.audit-points li:last-child {
    margin-bottom: 0;
}
.audit-points i {
    width: 19px;
    height: 19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #EAF3EF;
    color: #00452C;
    font-size: 9px;
    flex-shrink: 0;
}
.inventory .audit-points i {
    background: #EAF3EF;
    color: #00452C;
}
/* =========================================================
   START AUDIT BUTTON
========================================================= */
.start-audit-btn {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 17px;
    border: 0;
    border-radius: 10px;
    background: #00452C;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.25s ease;
}
.start-audit-btn:hover {
    background: #003A25;
    color: #ffffff;
    transform: translateX(2px);
}
.inventory .start-audit-btn {
    background: #00452C;
}
.inventory .start-audit-btn:hover {
    background: #003A25;
}
.start-audit-btn i {
    font-size: 13px;
    transition: transform 0.25s ease;
}
.start-audit-btn:hover i {
    transform: translateX(4px);
}
/* =========================================================
   RIGHT VISUAL
========================================================= */
.hero-visual {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.visual-container {
    position: relative;
    width: 420px;
    max-width: 100%;
    min-height: 430px;
}
.visual-circle {
    position: absolute;
    width: 350px;
    height: 350px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #E8F2EE;
}
.visual-main {
    position: absolute;
    width: 270px;
    height: 310px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 25px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid #e0e5ef;
    box-shadow: 0 25px 55px rgba(35, 53, 90, 0.14);
}
.visual-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.visual-top span {
    font-size: 11px;
    color: #8b94a4;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}
.visual-top i {
    color: #00452C;
}
/* =========================================================
   SCORE RING
========================================================= */
.score-ring {
    width: 135px;
    height: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    border-radius: 50%;
    background:
        conic-gradient(
            #00452C 0deg 295deg,
            #e7ebf4 295deg 360deg
        );
    position: relative;
}
.score-ring::before {
    content: "";
    position: absolute;
    width: 105px;
    height: 105px;
    border-radius: 50%;
    background: #ffffff;
}
.score-value {
    position: relative;
    z-index: 2;
    text-align: center;
}
.score-value strong {
    display: block;
    color: #172033;
    font-size: 28px;
    line-height: 1;
}
.score-value span {
    display: block;
    margin-top: 5px;
    color: #8a93a2;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
}
/* =========================================================
   VISUAL BARS
========================================================= */
.visual-lines {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.visual-line {
    display: flex;
    align-items: center;
    gap: 9px;
}
.visual-line-label {
    width: 70px;
    color: #8992a2;
    font-size: 9px;
}
.visual-line-bar {
    flex: 1;
    height: 6px;
    border-radius: 10px;
    background: #edf0f5;
    overflow: hidden;
}
.visual-line-bar span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: #00452C;
}
/* =========================================================
   FLOATING CARDS
========================================================= */
.floating-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 16px;
    border: 1px solid #e1e6ef;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(35, 53, 90, 0.10);
}
.floating-card i {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: #EAF3EF;
    color: #00452C;
    font-size: 14px;
}
.floating-card strong {
    display: block;
    color: #263146;
    font-size: 11px;
}
.floating-card span {
    display: block;
    margin-top: 2px;
    color: #8a93a2;
    font-size: 9px;
}
.floating-one {
    left: -5px;
    top: 95px;
}
.floating-two {
    right: -5px;
    bottom: 80px;
}
.floating-two i {
    background: #EAF3EF;
    color: #00452C;
}
/* =========================================================
   INFO STRIP
========================================================= */
.info-strip {
    padding: 24px 0;
    background: #ffffff;
    border-top: 1px solid #e7ebf2;
    border-bottom: 1px solid #e7ebf2;
}
.info-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #657084;
    font-size: 13px;
    font-weight: 600;
}
.info-item i {
    color: #00452C;
    font-size: 16px;
}
/* =========================================================
   FOOTER
========================================================= */
.site-footer {
    margin-top: auto;
    padding: 28px 0 22px;
    background: #172033;
}
.footer-logo img {
    max-width: 170px;
    filter: brightness(0) invert(1);
    opacity: 0.95;
}
.footer-text {
    margin-top: 15px;
    color: #aeb6c4;
    font-size: 11px;
}
/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 991px) {
    .hero-section {
        padding: 55px 0 50px;
    }
    .hero-content {
        padding-right: 0;
        margin-bottom: 45px;
    }
    .hero-title {
        font-size: 48px;
    }
    .hero-visual {
        min-height: 430px;
    }
    .audit-selection {
        margin-top: 25px;
    }
    .audit-card {
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .top-header {
        padding: 14px 0;
    }
    .logo-img {
        max-width: 175px;
    }
    .header-label {
        padding: 7px 11px;
        font-size: 10px;
    }
    .hero-section {
        padding: 40px 0;
    }
    .hero-title {
        font-size: 38px;
        letter-spacing: -0.8px;
    }
    .hero-description {
        font-size: 15px;
        line-height: 1.65;
    }
    .hero-features {
        flex-direction: column;
        align-items: stretch;
    }
    .feature {
        width: 100%;
    }
    .hero-visual {
        min-height: 390px;
        margin-top: 10px;
    }
    .visual-container {
        transform: scale(0.82);
    }
    .info-item {
        margin: 8px 0;
    }
    .audit-card {
        padding: 24px;
    }
    .audit-card h3 {
        font-size: 22px;
    }
}
@media (max-width: 480px) {
    .header-label {
        display: none;
    }
    .hero-title {
        font-size: 34px;
    }
    .visual-container {
        transform: scale(0.68);
        margin-left: -25px;
    }
    .hero-visual {
        min-height: 330px;
    }
    .floating-one {
        left: 0;
    }
    .floating-two {
        right: 0;
    }
}

/*audit start test css*/
/* =========================================================
   AUDIT QUESTION PAGE
========================================================= */
.audit-quiz-page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #f6f8fc;
}
/* =========================================================
   QUIZ HEADER
========================================================= */
.audit-quiz-header {
    background: #ffffff;
    border-bottom: 1px solid #e7ebf2;
    padding: 15px 0;
}
.audit-header-inner {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}
.audit-quiz-logo {
    max-width: 190px;
    width: 100%;
    height: auto;
}
.audit-header-info {
    display: flex;
    align-items: center;
    gap: 11px;
}
.audit-header-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: #EAF3EF;
    color: #00452C;
    font-size: 17px;
}
.audit-header-label {
    display: block;
    margin-bottom: 2px;
    color: #929aaa;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
.audit-header-info strong {
    display: block;
    color: #172033;
    font-size: 13px;
    font-weight: 700;
}
.audit-question-counter {
    min-width: 82px;
    padding: 9px 13px;
    border-radius: 9px;
    background: #f1f4fa;
    color: #172033;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
}
.counter-divider {
    margin: 0 4px;
    color: #a2a9b5;
}
/* =========================================================
   MAIN
========================================================= */
.audit-quiz-main {
    flex: 1;
    padding: 48px 0 65px;
}
.audit-quiz-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 30px;
}
.audit-quiz-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 12px;
    margin-bottom: 13px;
    border-radius: 30px;
    background: #E8F2EE;
    color: #00452C;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
.audit-quiz-eyebrow i {
    font-size: 10px;
}
.audit-quiz-top h1 {
    margin: 0 0 9px;
    color: #172033;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -0.5px;
}
.audit-quiz-top p {
    margin: 0;
    max-width: 700px;
    color: #727d90;
    font-size: 14px;
    line-height: 1.65;
}
.audit-quiz-top p strong {
    color: #172033;
}
/* =========================================================
   SCORE INFO
========================================================= */
.audit-score-info {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 160px;
    padding: 14px 17px;
    border: 1px solid #e1e6ef;
    border-radius: 13px;
    background: #ffffff;
    box-shadow: 0 8px 25px rgba(31, 49, 85, 0.05);
}
.audit-score-info-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #EAF3EF;
    color: #00452C;
}
.audit-score-info strong {
    display: block;
    color: #172033;
    font-size: 20px;
    line-height: 1;
}
.audit-score-info span {
    display: block;
    margin-top: 4px;
    color: #8992a2;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
}
/* =========================================================
   PROGRESS
========================================================= */
.audit-progress-wrapper {
    margin-bottom: 20px;
}
.audit-progress-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    color: #7d8798;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}
.audit-progress-top span:last-child {
    color: #00452C;
}
.audit-progress {
    width: 100%;
    height: 7px;
    overflow: hidden;
    border-radius: 10px;
    background: #e5e9f1;
}
.audit-progress-bar {
    height: 100%;
    border-radius: inherit;
    background: #00452C;
    transition: width 0.35s ease;
}
/* =========================================================
   CATEGORY NAVIGATION
========================================================= */
.audit-category-navigation {
    display: flex;
    align-items: stretch;
    gap: 8px;
    margin-bottom: 25px;
    overflow-x: auto;
    padding-bottom: 3px;
}
.audit-category-item {
    flex: 1;
    min-width: 150px;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 10px 12px;
    border: 1px solid #e2e6ef;
    border-radius: 9px;
    background: #ffffff;
    color: #7c8697;
    transition: all 0.25s ease;
}
.audit-category-item.active {
    border-color: #00452C;
    background: #EAF3EF;
    color: #00452C;
}
.audit-category-number {
    width: 27px;
    height: 27px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 7px;
    background: #f0f2f6;
    color: #737e90;
    font-size: 9px;
    font-weight: 800;
}
.audit-category-item.active .audit-category-number {
    background: #00452C;
    color: #ffffff;
}
.audit-category-name {
    font-size: 10px;
    line-height: 1.3;
    font-weight: 700;
}
/* =========================================================
   SWIPER
========================================================= */
.auditQuizSlider {
    width: 100%;
}
.auditQuizSlider .swiper-wrapper {
    align-items: flex-start;
}
/* =========================================================
   QUESTION CARD
========================================================= */
.audit-question-card {
    width: 100%;
    max-width: 900px;
    min-height: 450px;
    margin: 0 auto;
    padding: 38px 45px;
    border: 1px solid #e1e6ef;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 15px 45px rgba(31, 49, 85, 0.07);
}
.audit-question-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 27px;
}
.audit-question-number {
    color: #00452C;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.audit-question-category {
    padding: 6px 10px;
    border-radius: 20px;
    background: #f1f3f7;
    color: #707b8d;
    font-size: 10px;
    font-weight: 700;
}
.audit-question-title {
    max-width: 780px;
    margin: 0 auto 42px;
    color: #172033;
    font-size: 28px;
    line-height: 1.45;
    font-weight: 750;
    text-align: center;
}
/* =========================================================
   ANSWERS
========================================================= */
.audit-answer-section {
    max-width: 700px;
    margin: 0 auto;
}
.audit-answer-label {
    margin: 0 0 13px;
    color: #8a93a2;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    text-align: center;
}
.audit-answer-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.audit-answer-option {
    position: relative;
    display: block;
    cursor: pointer;
}
.audit-answer-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.audit-answer-content {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 17px;
    border: 2px solid #e5e8ef;
    border-radius: 13px;
    background: #ffffff;
    transition: all 0.25s ease;
}
.audit-answer-option:hover .audit-answer-content {
    border-color: #cbd4ed;
    background: #fafbfe;
}
.audit-answer-option.selected .audit-answer-content {
    border-color: #00452C;
    background: #f1f4ff;
}
.audit-answer-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 10px;
    background: #EAF3EF;
    color: #00452C;
    font-size: 16px;
}
.no-option .audit-answer-icon {
    background: #fff0f0;
    color: #d84c4c;
}
.audit-answer-text strong {
    display: block;
    margin-bottom: 3px;
    color: #263146;
    font-size: 14px;
}
.audit-answer-text small {
    display: block;
    color: #8a93a2;
    font-size: 10px;
}
/* =========================================================
   QUESTION NAVIGATION
========================================================= */
.audit-question-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 38px;
    padding-top: 25px;
    border-top: 1px solid #edf0f5;
}
.audit-nav-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-width: 145px;
    padding: 12px 17px;
    border: 1px solid #dfe4ed;
    border-radius: 9px;
    background: #ffffff;
    color: #596476;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.25s ease;
}
.audit-nav-btn:hover {
    border-color: #00452C;
    color: #00452C;
    background: #f7f9ff;
}
.audit-next {
    border-color: #00452C;
    background: #00452C;
    color: #ffffff;
}
.audit-next:hover {
    background: #003A25;
    border-color: #003A25;
    color: #ffffff;
}
.audit-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 190px;
    padding: 13px 19px;
    border: 0;
    border-radius: 9px;
    background: #00452C;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.25s ease;
}
.audit-submit-btn:hover {
    background: #003A25;
}
.audit-submit-btn:disabled {
    opacity: 0.75;
    cursor: wait;
}
/* =========================================================
   USER DETAILS
========================================================= */
.audit-user-details-slide {
    padding-bottom: 10px;
}
.audit-user-card {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    padding: 42px 45px;
    border: 1px solid #e1e6ef;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 15px 45px rgba(31, 49, 85, 0.07);
    text-align: center;
}
.audit-user-icon {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    border-radius: 17px;
    background: #EAF3EF;
    color: #00452C;
    font-size: 25px;
}
.audit-user-card .audit-quiz-eyebrow {
    margin-bottom: 12px;
}
.audit-user-card h2 {
    margin: 0 0 12px;
    color: #172033;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 800;
}
.audit-user-description {
    max-width: 470px;
    margin: 0 auto 28px;
    color: #747e90;
    font-size: 13px;
    line-height: 1.7;
}
.audit-user-form {
    text-align: left;
}
.audit-input-group {
    margin-bottom: 16px;
}
.audit-input-group label {
    display: block;
    margin-bottom: 7px;
    color: #4e596c;
    font-size: 11px;
    font-weight: 700;
}
.audit-input-wrapper {
    position: relative;
}
.audit-input-wrapper > i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #8b94a4;
    font-size: 13px;
    pointer-events: none;
}
.audit-input-wrapper input {
    width: 100%;
    height: 47px;
    padding: 0 15px 0 42px;
    border: 1px solid #dfe4ed;
    border-radius: 9px;
    outline: none;
    background: #ffffff;
    color: #263146;
    font-size: 13px;
    transition: all 0.2s ease;
}
.audit-input-wrapper input::placeholder {
    color: #a1a8b4;
}
.audit-input-wrapper input:focus {
    border-color: #00452C;
    box-shadow: 0 0 0 3px rgba(49, 86, 211, 0.08);
}
.audit-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
}
.audit-final-navigation {
    margin-top: 25px;
}
/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 991px) {
    .audit-quiz-main {
        padding: 40px 0 55px;
    }
    .audit-quiz-top {
        align-items: flex-start;
    }
    .audit-question-card {
        padding: 32px;
    }
    .audit-question-title {
        font-size: 25px;
    }
    .audit-category-item {
        flex: 0 0 auto;
    }
}
@media (max-width: 767px) {
    .audit-header-inner {
        min-height: auto;
    }
    .audit-header-info {
        display: none;
    }
    .audit-quiz-logo {
        max-width: 165px;
    }
    .audit-question-counter {
        min-width: 70px;
        font-size: 13px;
    }
    .audit-quiz-main {
        padding: 30px 0 45px;
    }
    .audit-quiz-top {
        display: block;
        margin-bottom: 25px;
    }
    .audit-quiz-top h1 {
        font-size: 27px;
    }
    .audit-score-info {
        margin-top: 20px;
        width: fit-content;
    }
    .audit-category-navigation {
        margin-bottom: 18px;
    }
    .audit-question-card {
        min-height: auto;
        padding: 25px 20px;
        border-radius: 15px;
    }
    .audit-question-meta {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 22px;
    }
    .audit-question-title {
        margin-bottom: 30px;
        font-size: 21px;
        line-height: 1.45;
    }
    .audit-answer-options {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .audit-question-navigation {
        margin-top: 25px;
        padding-top: 20px;
    }
    .audit-nav-btn,
    .audit-submit-btn {
        min-width: 0;
        padding: 11px 13px;
    }
    .audit-user-card {
        padding: 30px 22px;
        border-radius: 15px;
    }
    .audit-user-card h2 {
        font-size: 25px;
    }
}
@media (max-width: 480px) {
    .audit-quiz-logo {
        max-width: 145px;
    }
    .audit-question-counter {
        min-width: 63px;
        padding: 8px 10px;
        font-size: 12px;
    }
    .audit-quiz-top h1 {
        font-size: 24px;
    }
    .audit-quiz-top p {
        font-size: 12px;
    }
    .audit-question-card {
        padding: 21px 16px;
    }
    .audit-question-title {
        font-size: 19px;
    }
    .audit-answer-content {
        padding: 14px;
    }
    .audit-answer-icon {
        width: 38px;
        height: 38px;
    }
    .audit-question-navigation {
        gap: 8px;
    }
    .audit-nav-btn,
    .audit-submit-btn {
        width: 100%;
    }
    .audit-question-navigation {
        flex-wrap: wrap;
    }
    .audit-question-navigation > span {
        display: none;
    }
}
/*audit start test css*/

/* =========================================================
   AUDIT HEALTH CHECK
   audit.css
   Paper Currency Consultancy
========================================================= */

/* =========================================================
   GLOBAL
========================================================= */
* {
    box-sizing: border-box;
}
html,
body {
    margin: 0;
    padding: 0;
    min-height: 100%;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    background: #f6f8fc;
    color: #172033;
}
a {
    text-decoration: none;
}
img {
    max-width: 100%;
}
.audit-page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
/* =========================================================
   HEADER
========================================================= */
.top-header {
    background: #ffffff;
    border-bottom: 1px solid #e8ebf2;
    padding: 18px 0;
    position: relative;
    z-index: 10;
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.brand-link {
    display: inline-flex;
    align-items: center;
}
.logo-img {
    max-width: 210px;
    width: 100%;
    height: auto;
}
.header-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    border-radius: 30px;
    background: #f1f5ff;
    color: #00452C;
    font-size: 13px;
    font-weight: 600;
}
.header-label i {
    font-size: 12px;
}
.header-action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border: 1px solid #d9e0ef;
    border-radius: 9px;
    background: #ffffff;
    color: #00452C;
    font-size: 13px;
    font-weight: 700;
    transition: all 0.25s ease;
}
.header-action:hover {
    background: #00452C;
    border-color: #00452C;
    color: #ffffff;
}
/* =========================================================
   HERO
========================================================= */
.hero-section {
    position: relative;
    overflow: hidden;
    padding: 75px 0 65px;
    background:
        radial-gradient(
            circle at 85% 20%,
            rgba(49, 86, 211, 0.10),
            transparent 28%
        ),
        radial-gradient(
            circle at 10% 80%,
            rgba(49, 86, 211, 0.07),
            transparent 25%
        ),
        #f6f8fc;
}
.hero-content {
    padding-right: 35px;
}
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    margin-bottom: 22px;
    border-radius: 30px;
    background: #E8F2EE;
    color: #00452C;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.eyebrow i {
    font-size: 12px;
}
.hero-title {
    margin: 0 0 20px;
    font-size: clamp(38px, 5vw, 62px);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -1.5px;
    color: #172033;
}
.hero-title span {
    color: #00452C;
}
.hero-description {
    max-width: 650px;
    margin: 0 0 16px;
    color: #687386;
    font-size: 17px;
    line-height: 1.75;
}
/* =========================================================
   HERO FEATURES
========================================================= */
.hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}
.feature {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 11px 15px;
    border: 1px solid #e1e6f0;
    border-radius: 10px;
    background: #ffffff;
    color: #4d596c;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 5px 18px rgba(25, 42, 70, 0.04);
}
.feature i {
    color: #00452C;
}
/* =========================================================
   AUDIT SELECTION
========================================================= */
.audit-selection {
    margin-top: 42px;
}
.selection-heading {
    margin-bottom: 22px;
}
.selection-heading h2 {
    margin: 0 0 7px;
    font-size: 22px;
    font-weight: 750;
    color: #172033;
}
.selection-heading p {
    margin: 0;
    color: #7a8495;
    font-size: 14px;
}
/* =========================================================
   AUDIT CARDS
========================================================= */
.audit-card {
    position: relative;
    height: 100%;
    padding: 30px;
    border: 1px solid #e2e7f0;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 35px rgba(31, 49, 85, 0.07);
    transition: all 0.3s ease;
    overflow: hidden;
}
.audit-card:hover {
    transform: translateY(-7px);
    border-color: #cfd8f4;
    box-shadow: 0 20px 45px rgba(31, 49, 85, 0.12);
}
.audit-card::after {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    right: -50px;
    top: -50px;
    border-radius: 50%;
    background: rgba(49, 86, 211, 0.06);
}
.audit-icon {
    position: relative;
    z-index: 2;
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border-radius: 15px;
    background: #EAF3EF;
    color: #00452C;
    font-size: 25px;
}
.audit-card.inventory .audit-icon {
    background: #EAF3EF;
    color: #00452C;
}
.audit-tag {
    display: inline-block;
    margin-bottom: 10px;
    color: #7b8494;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.audit-card h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 13px;
    color: #172033;
    font-size: 25px;
    line-height: 1.25;
    font-weight: 750;
}
.audit-card p {
    position: relative;
    z-index: 2;
    min-height: 72px;
    margin: 0 0 24px;
    color: #6e788a;
    font-size: 14px;
    line-height: 1.7;
}
.audit-points {
    position: relative;
    z-index: 2;
    padding: 0;
    margin: 0 0 26px;
    list-style: none;
}
.audit-points li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: #596476;
    font-size: 13px;
}
.audit-points li:last-child {
    margin-bottom: 0;
}
.audit-points i {
    width: 19px;
    height: 19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #EAF3EF;
    color: #00452C;
    font-size: 9px;
    flex-shrink: 0;
}
.inventory .audit-points i {
    background: #EAF3EF;
    color: #00452C;
}
.start-audit-btn {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 17px;
    border: 0;
    border-radius: 10px;
    background: #00452C;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.25s ease;
}
.start-audit-btn:hover {
    background: #003A25;
    color: #ffffff;
    transform: translateX(2px);
}
.inventory .start-audit-btn {
    background: #00452C;
}
.inventory .start-audit-btn:hover {
    background: #003A25;
}
.start-audit-btn i {
    font-size: 13px;
    transition: transform 0.25s ease;
}
.start-audit-btn:hover i {
    transform: translateX(4px);
}
/* =========================================================
   RIGHT VISUAL
========================================================= */
.hero-visual {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.visual-container {
    position: relative;
    width: 420px;
    max-width: 100%;
    min-height: 430px;
}
.visual-circle {
    position: absolute;
    width: 350px;
    height: 350px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #E8F2EE;
}
.visual-main {
    position: absolute;
    width: 270px;
    height: 310px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 25px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid #e0e5ef;
    box-shadow: 0 25px 55px rgba(35, 53, 90, 0.14);
}
.visual-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.visual-top span {
    font-size: 11px;
    color: #8b94a4;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}
.visual-top i {
    color: #00452C;
}
.visual-lines {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.visual-line {
    display: flex;
    align-items: center;
    gap: 9px;
}
.visual-line-label {
    width: 70px;
    color: #8992a2;
    font-size: 9px;
}
.visual-line-bar {
    flex: 1;
    height: 6px;
    border-radius: 10px;
    background: #edf0f5;
    overflow: hidden;
}
.visual-line-bar span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: #00452C;
}
.floating-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 16px;
    border: 1px solid #e1e6ef;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(35, 53, 90, 0.10);
}
.floating-card i {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: #EAF3EF;
    color: #00452C;
    font-size: 14px;
}
.floating-card strong {
    display: block;
    color: #263146;
    font-size: 11px;
}
.floating-card span {
    display: block;
    margin-top: 2px;
    color: #8a93a2;
    font-size: 9px;
}
.floating-one {
    left: -5px;
    top: 95px;
}
.floating-two {
    right: -5px;
    bottom: 80px;
}
.floating-two i {
    background: #EAF3EF;
    color: #00452C;
}
/* =========================================================
   INFO STRIP
========================================================= */
.info-strip {
    padding: 24px 0;
    background: #ffffff;
    border-top: 1px solid #e7ebf2;
    border-bottom: 1px solid #e7ebf2;
}
.info-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #657084;
    font-size: 13px;
    font-weight: 600;
}
.info-item i {
    color: #00452C;
    font-size: 16px;
}
/* =========================================================
   RESULT PAGE
========================================================= */
.audit-result-body {
    background: #f6f8fc;
}
/* =========================================================
   RESULT HERO
========================================================= */
.result-hero {
    padding: 55px 0 35px;
    background:
        radial-gradient(
            circle at 85% 10%,
            rgba(49, 86, 211, 0.10),
            transparent 30%
        ),
        #f6f8fc;
}
.result-hero-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 30px;
}
.result-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding: 8px 14px;
    border-radius: 30px;
    background: #E8F2EE;
    color: #00452C;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
.result-hero h1 {
    margin: 0 0 12px;
    color: #172033;
    font-size: clamp(35px, 5vw, 54px);
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -1px;
}
.result-hero h1 span {
    color: #00452C;
}
.result-hero p {
    max-width: 720px;
    margin: 0;
    color: #6b7587;
    font-size: 16px;
    line-height: 1.7;
}
.completed-badge {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 15px;
    border: 1px solid #dfe5ef;
    border-radius: 10px;
    background: #ffffff;
    color: #687386;
    font-size: 12px;
    font-weight: 600;
}
/* =========================================================
   MAIN RESULT CARD
========================================================= */
.main-result-card {
    padding: 35px;
    border: 1px solid #e0e5ee;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 18px 50px rgba(31, 49, 85, 0.08);
}
/* =========================================================
   SCORE DISPLAY
========================================================= */
.score-display {
    text-align: center;
    padding: 10px;
}
.score-ring {
    --ring-color: #00452C;
    position: relative;
    width: 220px;
    height: 220px;
    margin: 0 auto;
}
.score-svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}
.score-ring-bg {
    fill: none;
    stroke: #e9edf5;
    stroke-width: 12;
}
.score-ring-progress {
    fill: none;
    stroke: var(--ring-color);
    stroke-width: 12;
    stroke-linecap: round;
    transition: stroke-dashoffset 1s ease;
}
.score-ring-content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.score-ring-content strong {
    color: #172033;
    font-size: 48px;
    line-height: 1;
    font-weight: 800;
}
.score-ring-content span {
    margin-top: 5px;
    color: #929aaa;
    font-size: 15px;
    font-weight: 600;
}
.score-percentage {
    margin-top: 5px;
    color: #00452C;
    font-size: 27px;
    font-weight: 800;
}
.score-percentage small {
    display: block;
    margin-top: 4px;
    color: #8992a2;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
/* =========================================================
   RESULT SUMMARY
========================================================= */
.result-summary {
    padding-left: 15px;
}
.result-summary-label {
    margin-bottom: 9px;
    color: #8a93a3;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.result-summary h2 {
    margin: 0 0 13px;
    color: #172033;
    font-size: 32px;
    font-weight: 800;
}
.result-summary-description {
    max-width: 650px;
    margin: 0 0 25px;
    color: #687386;
    font-size: 15px;
    line-height: 1.75;
}
.score-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}
.score-meta-item {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 145px;
}
.score-meta-item > i {
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #EAF3EF;
    color: #00452C;
    font-size: 14px;
}
.score-meta-item strong {
    display: block;
    color: #263146;
    font-size: 15px;
}
.score-meta-item span {
    display: block;
    margin-top: 2px;
    color: #929aaa;
    font-size: 10px;
}
/* =========================================================
   USER RESULT
========================================================= */
.result-user-section {
    padding: 10px 0 25px;
}
.user-result-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding: 22px 25px;
    border: 1px solid #e1e6ef;
    border-radius: 15px;
    background: #ffffff;
}
.user-result-heading {
    display: flex;
    align-items: center;
    gap: 13px;
}
.user-result-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #EAF3EF;
    color: #00452C;
}
.user-result-heading span {
    display: block;
    margin-bottom: 3px;
    color: #929aaa;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}
.user-result-heading h3 {
    margin: 0;
    color: #263146;
    font-size: 17px;
    font-weight: 700;
}
.user-result-details {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 18px;
}
.user-result-details > div {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #687386;
    font-size: 12px;
}
.user-result-details i {
    color: #00452C;
}
/* =========================================================
   SECTION HEADING
========================================================= */
.category-result-section {
    padding: 45px 0;
}
.section-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 25px;
}
.section-heading > div > span {
    display: block;
    margin-bottom: 8px;
    color: #00452C;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.2px;
}
.section-heading h2 {
    margin: 0 0 7px;
    color: #172033;
    font-size: 30px;
    font-weight: 800;
}
.section-heading p {
    margin: 0;
    color: #7a8495;
    font-size: 14px;
}
/* =========================================================
   CATEGORY RESULT CARD
========================================================= */
.category-result-card {
    height: 100%;
    padding: 24px;
    border: 1px solid #e1e6ef;
    border-radius: 17px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(31, 49, 85, 0.05);
    transition: all 0.25s ease;
}
.category-result-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(31, 49, 85, 0.08);
}
.category-card-top {
    display: flex;
    align-items: flex-start;
    gap: 13px;
}
.category-number {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #EAF3EF;
    color: #00452C;
    font-size: 11px;
    font-weight: 800;
}
.category-card-title {
    flex: 1;
}
.category-card-title h3 {
    margin: 2px 0 5px;
    color: #263146;
    font-size: 18px;
    font-weight: 750;
}
.category-card-title p {
    margin: 0;
    color: #8992a2;
    font-size: 11px;
    line-height: 1.5;
}
.category-level {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 9px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 700;
}
.category-strong {
    background: #EAF3EF;
    color: #00452C;
}
.category-stable {
    background: #EAF3EF;
    color: #00452C;
}
.category-moderate {
    background: #fff6e5;
    color: #c88600;
}
.category-risk {
    background: #fff0f0;
    color: #d64545;
}
/* =========================================================
   CATEGORY SCORE
========================================================= */
.category-score-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
}
.category-score-text {
    display: flex;
    align-items: baseline;
    gap: 3px;
}
.category-score-text strong {
    color: #172033;
    font-size: 25px;
    font-weight: 800;
}
.category-score-text span {
    color: #929aaa;
    font-size: 12px;
}
.category-score-percent {
    color: #00452C;
    font-size: 20px;
    font-weight: 800;
}
.category-progress {
    width: 100%;
    height: 8px;
    margin-top: 9px;
    overflow: hidden;
    border-radius: 20px;
    background: #edf0f5;
}
.category-progress-bar {
    height: 100%;
    border-radius: inherit;
    transition: width 0.8s ease;
}
.category-progress-bar.category-strong {
    background: #00452C;
}
.category-progress-bar.category-stable {
    background: #00452C;
}
.category-progress-bar.category-moderate {
    background: #d89b00;
}
.category-progress-bar.category-risk {
    background: #d64545;
}
/* =========================================================
   CATEGORY FOOTER
========================================================= */
.category-footer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
    margin-top: 16px;
    padding-top: 15px;
    border-top: 1px solid #edf0f5;
}
.category-footer > span:first-child {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #8992a2;
    font-size: 10px;
}
.category-footer > span:first-child i {
    color: #00452C;
}
.category-footer > span:last-child {
    color: #687386;
    font-size: 11px;
    line-height: 1.6;
}
/* =========================================================
   INTERPRETATION
========================================================= */
.interpretation-section {
    padding: 0 0 45px;
}
.interpretation-card {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 28px;
    border: 1px solid #dfe5f0;
    border-radius: 17px;
    background:
        linear-gradient(
            135deg,
            #ffffff,
            #f8faff
        );
}
.interpretation-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #EAF3EF;
    color: #00452C;
    font-size: 18px;
}
.interpretation-label {
    display: block;
    margin-bottom: 6px;
    color: #00452C;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
}
.interpretation-card h2 {
    margin: 0 0 7px;
    color: #263146;
    font-size: 21px;
    font-weight: 800;
}
.interpretation-card p {
    margin: 0;
    color: #687386;
    font-size: 13px;
    line-height: 1.7;
}
/* =========================================================
   NEXT STEP
========================================================= */
.next-step-section {
    padding: 0 0 55px;
}
.next-step-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    padding: 32px;
    border-radius: 19px;
    background: #172033;
    box-shadow: 0 15px 40px rgba(23, 32, 51, 0.16);
}
.next-step-content {
    max-width: 700px;
}
.next-step-content > span {
    display: block;
    margin-bottom: 7px;
    color: #91a7ff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
}
.next-step-content h2 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 27px;
    font-weight: 800;
}
.next-step-content p {
    margin: 0;
    color: #b6bfce;
    font-size: 13px;
    line-height: 1.7;
}
.next-step-actions {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.primary-result-btn,
.secondary-result-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 13px 18px;
    border-radius: 9px;
    font-size: 12px;
    font-weight: 700;
    transition: all 0.25s ease;
}
.primary-result-btn {
    background: #00452C;
    color: #ffffff;
}
.primary-result-btn:hover {
    background: #003A25;
    color: #ffffff;
    transform: translateY(-2px);
}
.secondary-result-btn {
    border: 1px solid #455067;
    background: transparent;
    color: #d8deea;
}
.secondary-result-btn:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #172033;
}
/* =========================================================
   ERROR PAGE
========================================================= */
.audit-error-page {
    max-width: 650px;
    margin: 100px auto;
    padding: 45px;
    text-align: center;
    border: 1px solid #e0e5ee;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(31, 49, 85, 0.08);
}
.audit-error-icon {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #fff0f0;
    color: #d64545;
    font-size: 25px;
}
.audit-error-page h2 {
    margin: 0 0 10px;
    color: #172033;
    font-size: 26px;
    font-weight: 800;
}
.audit-error-page p {
    margin: 0 0 25px;
    color: #687386;
    font-size: 14px;
    line-height: 1.7;
}
.audit-primary-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 18px;
    border-radius: 9px;
    background: #00452C;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
}
.audit-primary-btn:hover {
    background: #003A25;
    color: #ffffff;
}
/* =========================================================
   FOOTER
========================================================= */
.site-footer {
    margin-top: auto;
    padding: 28px 0 22px;
    background: #172033;
}
.footer-inner {
    text-align: center;
}
.footer-logo img {
    max-width: 170px;
    filter: brightness(0) invert(1);
    opacity: 0.95;
}
.footer-text {
    margin-top: 15px;
    color: #aeb6c4;
    font-size: 11px;
}
/* =========================================================
   SCORE BAND COLORS
========================================================= */
.band-green {
    color: #00452C;
}
.band-blue {
    color: #00452C;
}
.band-yellow {
    color: #d89b00;
}
.band-orange {
    color: #e87519;
}
.band-red {
    color: #d64545;
}
/* =========================================================
   RESPONSIVE - TABLET
========================================================= */
@media (max-width: 991px) {
    .hero-section {
        padding: 55px 0 50px;
    }
    .hero-content {
        padding-right: 0;
        margin-bottom: 45px;
    }
    .hero-title {
        font-size: 48px;
    }
    .hero-visual {
        min-height: 430px;
    }
    .audit-selection {
        margin-top: 25px;
    }
    .audit-card {
        margin-bottom: 20px;
    }
    .result-hero-top {
        align-items: flex-start;
        flex-direction: column;
    }
    .main-result-card {
        padding: 28px;
    }
    .result-summary {
        padding-left: 0;
    }
    .user-result-card {
        align-items: flex-start;
        flex-direction: column;
    }
    .user-result-details {
        justify-content: flex-start;
    }
    .next-step-card {
        align-items: flex-start;
        flex-direction: column;
    }
    .next-step-actions {
        width: 100%;
    }
}
/* =========================================================
   RESPONSIVE - MOBILE
========================================================= */
@media (max-width: 767px) {
    .top-header {
        padding: 14px 0;
    }
    .logo-img {
        max-width: 175px;
    }
    .header-action {
        padding: 8px 10px;
        font-size: 10px;
    }
    .hero-section {
        padding: 40px 0;
    }
    .hero-title {
        font-size: 38px;
        letter-spacing: -0.8px;
    }
    .hero-description {
        font-size: 15px;
        line-height: 1.65;
    }
    .hero-features {
        flex-direction: column;
        align-items: stretch;
    }
    .feature {
        width: 100%;
    }
    .hero-visual {
        min-height: 390px;
        margin-top: 10px;
    }
    .visual-container {
        transform: scale(0.82);
    }
    .info-item {
        margin: 8px 0;
    }
    .audit-card {
        padding: 24px;
    }
    .audit-card h3 {
        font-size: 22px;
    }
    /* RESULT */
    .result-hero {
        padding: 35px 0 25px;
    }
    .result-hero h1 {
        font-size: 36px;
    }
    .result-hero p {
        font-size: 14px;
    }
    .completed-badge {
        font-size: 10px;
    }
    .main-result-card {
        padding: 20px;
        border-radius: 16px;
    }
    .score-ring {
        width: 190px;
        height: 190px;
    }
    .score-ring-content strong {
        font-size: 40px;
    }
    .result-summary h2 {
        font-size: 25px;
    }
    .score-meta-row {
        flex-direction: column;
        gap: 12px;
    }
    .score-meta-item {
        width: 100%;
    }
    .category-result-section {
        padding: 30px 0;
    }
    .section-heading h2 {
        font-size: 25px;
    }
    .category-card-top {
        flex-wrap: wrap;
    }
    .category-level {
        margin-left: 51px;
    }
    .category-footer {
        flex-direction: column;
    }
    .interpretation-card {
        padding: 22px;
    }
    .next-step-card {
        padding: 24px;
    }
    .next-step-content h2 {
        font-size: 23px;
    }
    .next-step-actions {
        flex-direction: column;
    }
    .primary-result-btn,
    .secondary-result-btn {
        width: 100%;
    }
}
/* =========================================================
   RESPONSIVE - SMALL MOBILE
========================================================= */
@media (max-width: 480px) {
    .header-action {
        padding: 7px 8px;
    }
    .header-action i {
        display: none;
    }
    .hero-title {
        font-size: 34px;
    }
    .visual-container {
        transform: scale(0.68);
        margin-left: -25px;
    }
    .hero-visual {
        min-height: 330px;
    }
    .floating-one {
        left: 0;
    }
    .floating-two {
        right: 0;
    }
    .result-hero h1 {
        font-size: 31px;
    }
    .score-ring {
        width: 170px;
        height: 170px;
    }
    .score-ring-content strong {
        font-size: 36px;
    }
    .score-percentage {
        font-size: 23px;
    }
    .category-result-card {
        padding: 20px;
    }
    .category-card-title h3 {
        font-size: 16px;
    }
    .category-level {
        margin-left: 0;
    }
    .user-result-details {
        flex-direction: column;
        align-items: flex-start;
        gap: 9px;
    }
    .audit-error-page {
        margin: 50px 15px;
        padding: 30px 20px;
    }
}

@media (max-width: 767px) {

    .hero-section {
        padding: 25px 0 30px;
    }

    .hero-content {
        padding-right: 0;
        margin-bottom: 10px;
    }

    .hero-title {
        font-size: 34px;
        line-height: 1.12;
        margin-bottom: 14px;
    }

    .hero-description {
        font-size: 14px;
        line-height: 1.55;
        margin-bottom: 12px;
    }

    .hero-features {
        gap: 8px;
        margin-top: 18px;
    }

    .feature {
        padding: 9px 12px;
        font-size: 12px;
    }

    .hero-visual {
        min-height: 240px;
        height: 240px;
        margin-top: 0;
        overflow: hidden;
    }

    .visual-container {
        width: 320px;
        height: 250px;
        min-height: 250px;
        transform: scale(0.62);
        transform-origin: center center;
        margin: 0 auto;
    }

    .visual-circle {
        width: 300px;
        height: 300px;
    }

    .visual-main {
        width: 250px;
        height: 285px;
        padding: 20px;
    }

    .floating-card {
        padding: 10px 12px;
        gap: 8px;
    }

    .floating-card i {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }

    .floating-card strong {
        font-size: 10px;
    }

    .floating-card span {
        font-size: 8px;
    }

    .floating-one {
        left: 0;
        top: 70px;
    }

    .floating-two {
        right: 0;
        bottom: 55px;
    }

    .audit-selection {
        margin-top: 20px;
    }

    .selection-heading {
        margin-bottom: 15px;
    }

    .selection-heading h2 {
        font-size: 20px;
    }

    .selection-heading p {
        font-size: 13px;
    }

    .audit-card {
        padding: 22px;
        margin-bottom: 15px;
    }

    .audit-card h3 {
        font-size: 21px;
    }
}