:root {
    --primary-color: #ab5230;
    --primary-dark: #823a22;
    --primary-light: #c05f35;
    --text-dark: #1a1a1a;
    --text-gray: #6b7280;
    --bg-light: #fafafa;

    /* Status colors */
    --color-critical: #ef4444;
    --color-high:     #f97316;
    --color-moderate: #eab308;
    --color-good:     #22c55e;
    --color-excellent: #10b981;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: var(--text-dark);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Scrollbar width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track (background) */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Scroll thumb */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 0px;
}

/* Hover effect */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.section-title {
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    font-weight: 800;
    line-height: 1.15;
    color: var(--text-dark);
}

.section-subtitle {
    font-size: 1rem;
    color: var(--text-gray);
    margin-bottom: 1.75rem;
    font-weight: 400;
    line-height: 1.5;
}

/* =============================================
   NAVIGATION
   ============================================= */
.navbar {
    padding: 1rem 0;
    background: white;
    box-shadow: 0 1px 0 #f0f0f0;
}

.navbar-brand {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--primary-color) !important;
    letter-spacing: -0.3px;
}

.logo-img{
    width: 5%;
}

.btn-primary-custom {
    border: none;
    background-color: var(--primary-color);
    color: white;
    padding: 0.6rem 1.5rem;
    font-weight: 600;
    font-size: 0.875rem;
    border-radius: 6px;
    transition: all 0.25s ease;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-primary-custom:hover {
    background-color: var(--primary-dark);
    transform: translateY(-1px);
    color: white;
    box-shadow: 0 4px 12px rgba(171, 82, 48, 0.25);
}

/* =============================================
   HERO SECTION
   ============================================= */
.hero-section {
    width: 100%;
    background: white;
    padding: 30px 0 60px;
    overflow: hidden;
}

.text-imgcon {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    padding-top: 60px;
}

.hero-title {
    font-size: clamp(2rem, 5vw, 5rem);
    font-weight: 800;
    line-height: 1.15;
    color: var(--text-dark);
    letter-spacing: -0.02em;
}

.hero-title2 {
    font-size: clamp(1.8rem, 4.5vw, 4.3rem);
    font-weight: 800;
    line-height: 1.15;
    margin-top: 0;
    color: var(--text-dark);
    letter-spacing: -0.02em;
    margin-bottom: 1.5rem;
}

.image-con{
    width: 100%;
    max-width: 800px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  bottom: 10%;
  left: 3%;

  -webkit-mask-image: url("../svg/blob1.svg");
  mask-image: url("../svg/blob1.svg");

  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  -webkit-mask-position: center;
  mask-position: center;
  
  display: block;
}

.hero-highlight {
    color: var(--primary-color);
}

.action-btn {
    font-size: clamp(1rem, 2.5vw, 1.5rem);
    margin-top: 20px;
}

/* =============================================
   STATS SECTION
   ============================================= */
.stats-section {
    width: 100%;
    padding: 100px 0 0px;
    position: relative;
    right: 20px;
}

.stat-box-card {
    display: flex;
    align-items: center;
    gap: 36px;
    flex-wrap: wrap;
}

.stat-box {
    text-align: center;
}

.stat-number {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 800;
    line-height: 1;
    margin-bottom: 0.4rem;
    letter-spacing: -0.02em;
    /*color: var(--primary-color);*/
}

.stat-label {
    font-size: 0.85rem;
    color: var(--text-gray);
    font-weight: 500;
}

/* =============================================
   PAIN SECTIONS — shared
   ============================================= */
.pain-section {
    padding: 80px 0;
    background: white;
}

/* Badge */
.pain-badge {
    display: inline-block;
    color: var(--primary-color);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 4px 14px;
    border-radius: 20px;
    margin-bottom: 10px;
    border: 1px solid var(--primary-color);
}

/* Section header */
.pain-section__header {
    text-align: center;
    margin-bottom: 40px;
}

.pain-title {
    font-size: clamp(1.6rem, 3.5vw, 2.2rem);
    font-weight: 800;
    color: var(--text-dark);
    line-height: 1.2;
    margin-top: 6px;
}

/* CTA row */
.pain-section__cta {
    text-align: center;
    margin-top: 40px;
}

.pain-section__cta .btn-primary-custom {
    padding: 0.75rem 2rem;
    font-size: 0.95rem;
}

/* =============================================
   BENTO GRID LAYOUT (odd sections) - UPDATED
   ============================================= */
.bento-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto auto;
    gap: 20px;
}

/* Large image card spans 2 columns and 2 rows */
.bento-card--span2 {
    grid-column: span 2;
    grid-row: span 2;
}

/* For mirrored layout (section 3) */
.bento-grid--mirrored .bento-card--span2 {
    grid-column: 3 / span 2;
    grid-row: 1 / span 2;
}

.bento-grid--mirrored .bento-card:not(.bento-card--span2):nth-child(1) { grid-column: 1; grid-row: 1; }
.bento-grid--mirrored .bento-card:not(.bento-card--span2):nth-child(2) { grid-column: 2; grid-row: 1; }
.bento-grid--mirrored .bento-card:not(.bento-card--span2):nth-child(3) { grid-column: 1; grid-row: 2; }
.bento-grid--mirrored .bento-card:not(.bento-card--span2):nth-child(4) { grid-column: 2; grid-row: 2; }

/* Base bento card */
.bento-card {
    border-radius: 24px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.bento-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.15);
}

/* Image card */
.bento-card--image {
    position: relative;
    min-height: 380px;
}

.bento-card--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.bento-card--image:hover img {
    transform: scale(1.05);
}

.bento-card__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    color: white;
}

.bento-card__quote {
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.5;
    font-style: italic;
    margin: 0;
    max-width: 80%;
}

/* Point card */
.bento-card--point {
    background: white;
    border: 1px solid #f0eae4;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 0 10px 25px -8px rgba(0,0,0,0.06);
    min-height: 200px;
    border-radius: 24px;
}

.bento-card--point:hover {
    border-color: var(--primary-color);
    box-shadow: 0 20px 30px -10px rgba(171, 82, 48, 0.15);
}

.bento-point-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: rgba(171, 82, 48, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-size: 1.3rem;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.bento-card--point:hover .bento-point-icon {
    background: var(--primary-color);
    color: white;
    transform: scale(1.05);
}

.bento-card--point p {
    font-size: 1rem;
    color: var(--text-dark);
    line-height: 1.6;
    margin: 0;
    font-weight: 500;
}

/* =============================================
   RESPONSIVE ADJUSTMENTS FOR BENTO GRID
   ============================================= */
@media (max-width: 1199px) {
    .bento-grid {
        gap: 16px;
    }
    
    .bento-card--point {
        padding: 24px 20px;
        min-height: 180px;
    }
    
    .bento-card--image {
        min-height: 340px;
    }
}

@media (max-width: 991px) {
    .bento-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .bento-card--span2 {
        grid-column: span 2;
        grid-row: auto;
        min-height: 280px;
    }
    
    .bento-grid--mirrored .bento-card--span2 {
        grid-column: span 2;
        grid-row: auto;
    }
    
    .bento-grid--mirrored .bento-card:not(.bento-card--span2):nth-child(n) {
        grid-column: auto;
        grid-row: auto;
    }
    
    .bento-card__quote {
        font-size: 1rem;
        max-width: 90%;
    }
}

@media (max-width: 767px) {
    .bento-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .bento-card--span2 {
        grid-column: 1;
        min-height: 240px;
    }
    
    .bento-card--point {
        min-height: auto;
        padding: 22px 20px;
    }
    
    .bento-point-icon {
        width: 42px;
        height: 42px;
        font-size: 1.1rem;
    }
    
    .bento-card__overlay {
        padding: 20px;
    }
    
    .bento-card__quote {
        font-size: 0.95rem;
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .bento-card--point {
        padding: 20px 16px;
    }
    
    .bento-point-icon {
        width: 38px;
        height: 38px;
        font-size: 1rem;
        border-radius: 12px;
    }
    
    .bento-card--point p {
        font-size: 0.9rem;
        line-height: 1.5;
    }
    
    .bento-card--image {
        min-height: 200px;
    }
}

/* =============================================
   ALT LAYOUT (even sections — image + text)
   ============================================= */
.alt-layout {
    display: flex;
    align-items: center;
    gap: 64px;
}

.alt-layout--reversed {
    flex-direction: row-reverse;
}

.alt-image {
    flex: 1;
    min-width: 0;
}

.alt-image img {
    width: 100%;
    max-width: 520px;
    border-radius: 16px;
    object-fit: cover;
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
    display: block;
    aspect-ratio: 4 / 3;
}

.alt-content {
    flex: 1;
    min-width: 0;
}

.alt-content .pain-title {
    margin-bottom: 24px;
}

/* Pain points list */
.pain-points-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.pain-points-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-size: 0.95rem;
    color: var(--text-dark);
    line-height: 1.6;
    font-weight: 500;
    padding: 14px 18px;
    border: 1px solid #ede9e6;
    border-radius: 10px;
    transition: border-color 0.2s, transform 0.2s;
}

.pain-points-list li:hover {
    border-color: rgba(171, 82, 48, 0.3);
    transform: translateX(4px);
}

.pp-dot {
    width: 8px;
    height: 8px;
    min-width: 8px;
    border-radius: 50%;
    background: var(--primary-color);
    margin-top: 8px;
}

/* =============================================
   QUIZ SECTION — Intro
   ============================================= */
.quiz-section {
    padding: 60px 0 80px;
    text-align: center;
}

.quiz-info {
    flex: 1;
    min-width: 0;
}

.quiz-info-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.quiz-benefits {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.quiz-benefits li {
    font-size: 1rem;
    padding: 14px 0;
    color: var(--text-dark);
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
}

.quiz-benefits li i {
    font-size: 18px;
    color: white;
    background-color: var(--primary-color);
    padding: 5px 10px;
    border-radius: 30px;
    flex-shrink: 0;
}

.quiz-benefits hr {
    border-color: #f0f0f0;
    margin: 0;
}

.quiz-form-con {
    width: 30%;
    margin: auto;
    flex-shrink: 0;
}

.quiz-form {
    background: #ffffff;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.07);
    border: 1px solid #f0f0f0;
}

.form-group {
    margin-bottom: 20px;
    text-align: left;
}

.form-group label {
    display: block;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: #1a1a1a;
}

.form-group input {
    width: 100%;
    padding: 12px 14px;
    border: 1.5px solid #e5e7eb;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s ease;
    font-family: inherit;
}

.form-group input:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(171, 82, 48, 0.12);
}

.form-flex-con {
    display: flex;
    gap: 16px;              /* space between fields */
    width: 100%;
    margin-bottom: 20px;
}

/* Make both children take equal width */
.form-flex-con .form-group {
    flex: 1;
}

.form-group select {
    width: 100%;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    background-color: #ffffff;
    font-size: 14px;
    font-family: inherit;
    color: #0f172a;
    outline: none;
    transition: all 0.3s ease;
    cursor: pointer;

    /* Remove default browser arrow */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* Hover */
.form-group select:hover {
    border-color: var(--primary-color);
}

/* Focus */
.form-group select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(171, 82, 48, 0.12);
}

/* =============================================
   YES/NO OPTIONS
   ============================================= */
.yn-options {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.yn-option {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #fafafa;
    user-select: none;
}

.yn-option:hover { border-color: var(--primary-color); background: #fff8f5; transform: translateX(4px); }
.yn-option.selected { background: #fff8f5; border-color: var(--primary-color); box-shadow: 0 0 0 3px rgba(171, 82, 48, 0.1); }
.yn-yes.selected { border-color: #22c55e; background: rgba(34, 197, 94, 0.06); box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.12); }
.yn-no.selected  { border-color: #ef4444; background: rgba(239, 68, 68, 0.06); box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.12); }

.yn-icon { font-size: 1.5rem; flex-shrink: 0; display: flex; align-items: center; }
.yn-yes .yn-icon { color: #22c55e; }
.yn-no  .yn-icon { color: #ef4444; }
.yn-content { flex: 1; }
.yn-text { font-size: 0.975rem; font-weight: 600; color: var(--text-dark); line-height: 1.4; }

/* =============================================
   QUIZ QUESTIONS
   ============================================= */
.quiz-questions-wrapper {
    width: 85%;
    max-width: 760px;
    margin: 30px auto 0;
}

.quiz-progress-bar-wrap {
    width: 100%;
    height: 8px;
    background: #e5e7eb;
    border-radius: 99px;
    overflow: hidden;
    margin-bottom: 10px;
}

.quiz-progress-bar {
    height: 100%;
    background: linear-gradient(90deg, var(--primary-dark), var(--primary-light));
    border-radius: 99px;
    width: 0%;
    transition: width 0.5s ease;
}

.quiz-progress-label {
    font-size: 0.85rem;
    color: var(--text-gray);
    text-align: right;
    margin-bottom: 20px;
    font-weight: 500;
}

.quiz-act-btn{
    width: 100%;
}

.quiz-question-card {
    background: white;
    border-radius: 16px;
    padding: 40px 40px 32px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
    border: 1px solid #f0ece9;
    text-align: left;
    margin-bottom: 24px;
}

.question-text {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-dark);
    line-height: 1.45;
    margin-bottom: 28px;
}

.answer-options { display: flex; flex-direction: column; gap: 12px; }

.answer-option {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #fafafa;
    user-select: none;
}
.answer-option:hover { border-color: var(--primary-color); transform: translateX(4px); }
.answer-option.selected { border-color: var(--primary-color); box-shadow: 0 0 0 3px rgba(171, 82, 48, 0.1); }

.quiz-nav-btns {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    align-items: center;
}

.btn-outline-quiz {
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    background: transparent;
    padding: 0.6rem 1.5rem;
    font-weight: 600;
    font-size: 0.875rem;
    border-radius: 6px;
    transition: all 0.25s ease;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}
.btn-outline-quiz:hover { background: rgba(171, 82, 48, 0.06); }

.quiz-error-msg {
    color: #ef4444;
    font-size: 0.875rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
}

@keyframes slideInRight {
    from { opacity: 0; transform: translateX(30px); }
    to   { opacity: 1; transform: translateX(0); }
}
.quiz-question-card.slide-in { animation: slideInRight 0.35s ease forwards; }

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    20% { transform: translateX(-8px); }
    40% { transform: translateX(8px); }
    60% { transform: translateX(-6px); }
    80% { transform: translateX(6px); }
}
.quiz-question-card.shake { animation: shake 0.4s ease; }

/* =============================================
   QUIZ REPORT
   ============================================= */
.quiz-report-wrapper {
    width: 90%;
    max-width: 900px;
    margin: 30px auto 0;
    text-align: left;
}

.report-header { text-align: center; margin-bottom: 40px; }

.report-greeting {
    font-size: clamp(1.4rem, 3vw, 2rem);
    color: var(--primary-color);
    font-weight: 800;
    margin-bottom: 8px;
}

.report-title {
    font-size: clamp(1.2rem, 2.5vw, 1.5rem);
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 12px;
    line-height: 1.2;
}

/* GAUGE */
.gauge-section { display: flex; justify-content: center; margin-bottom: 48px; }

.gauge-container {
    background: white;
    border-radius: 20px;
    padding: 40px 60px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.08);
    border: 1px solid #f0ece9;
    text-align: center;
    width: 100%;
    max-width: 420px;
}

.gauge-wrap { position: relative; display: inline-block; width: 100%; }
.gauge-svg { width: 100%; max-width: 260px; height: auto; display: block; margin: 0 auto; }

.gauge-labels { display: flex; justify-content: space-between; margin-top: 4px; padding: 0 6px; }
.gauge-label-left, .gauge-label-right {
    font-size: 0.72rem; font-weight: 600; color: var(--text-gray);
    text-transform: uppercase; letter-spacing: 0.05em;
}

.gauge-score-display { margin-top: 18px; display: flex; align-items: baseline; justify-content: center; gap: 4px; }
.gauge-score-number { font-size: clamp(2.5rem, 6vw, 4rem); font-weight: 900; color: var(--text-dark); letter-spacing: -0.04em; line-height: 1; }
.gauge-score-label { font-size: 1.2rem; color: var(--text-gray); font-weight: 600; }

.gauge-status-text { margin-top: 14px; font-size: 0.95rem; font-weight: 700; padding: 8px 20px; border-radius: 30px; display: inline-block; }
.status-critical  { color: var(--color-critical); background: rgba(239,68,68,0.1); }
.status-high      { color: var(--color-high);     background: rgba(249,115,22,0.1); }
.status-moderate  { color: #a16207;               background: rgba(234,179,8,0.1); }
.status-good      { color: #16a34a;               background: rgba(34,197,94,0.1); }
.status-excellent { color: #059669;               background: rgba(16,185,129,0.1); }

/* CATEGORIES + RECS */
.report-categories, .report-recommendations {
    background: white;
    border-radius: 16px;
    padding: 36px 40px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
    border: 1px solid #f0ece9;
    margin-bottom: 24px;
}

.report-section-title {
    font-size: 1.1rem; font-weight: 800; color: var(--text-dark);
    margin-bottom: 28px; display: flex; align-items: center; gap: 8px;
}
.report-section-title i { color: var(--primary-color); }

.category-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }

.category-card { background: #fafafa; border-radius: 12px; padding: 18px 20px; border: 1px solid #f0f0f0; }
.category-card-header { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.category-icon-wrap { width: 34px; height: 34px; background: rgba(171,82,48,0.1); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: var(--primary-color); font-size: 1rem; flex-shrink: 0; }
.category-name { flex: 1; font-size: 0.875rem; font-weight: 700; color: var(--text-dark); line-height: 1.3; }
.category-status-icon { font-size: 1.1rem; }
.category-bar-wrap { width: 100%; height: 8px; background: #e5e7eb; border-radius: 99px; overflow: hidden; margin-bottom: 6px; }
.category-bar { height: 100%; border-radius: 99px; width: 0%; transition: width 0.8s cubic-bezier(0.34, 1.56, 0.64, 1); }
.bar-critical { background: var(--color-critical); }
.bar-good     { background: var(--color-good); }
.category-score-label { font-size: 0.75rem; font-weight: 600; text-align: right; }
.label-pass { color: var(--color-good); }
.label-fail { color: var(--color-critical); }

.improvement-banner { background: linear-gradient(135deg, rgba(171,82,48,0.07), rgba(171,82,48,0.03)); border: 1px solid rgba(171,82,48,0.2); border-radius: 12px; padding: 18px 22px; margin-bottom: 24px; }
.improvement-banner-inner { display: flex; align-items: flex-start; gap: 16px; }
.improvement-icon { font-size: 2rem; flex-shrink: 0; }
.improvement-banner-inner strong { display: block; font-size: 1rem; font-weight: 800; color: var(--primary-dark); margin-bottom: 4px; }
.improvement-banner-inner p { font-size: 0.875rem; color: var(--text-gray); margin: 0; }

.rec-group-title { font-size: 0.95rem; font-weight: 700; color: var(--text-dark); margin-bottom: 14px; display: flex; align-items: center; gap: 6px; }
.rec-group-title i { color: var(--primary-color); }
.mt-rec { margin-top: 28px; }

.recommendations-list { display: flex; flex-direction: column; gap: 16px; }
.recommendation-item { display: flex; gap: 18px; align-items: flex-start; padding: 20px; background: #fafafa; border-radius: 12px; border: 1px solid #f0f0f0; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.recommendation-item:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,0.07); }
.rec-number { width: 36px; height: 36px; min-width: 36px; background: var(--primary-color); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 0.9rem; }
.rec-content h4 { font-size: 0.975rem; font-weight: 700; color: var(--text-dark); margin-bottom: 6px; display: flex; align-items: center; gap: 6px; }
.rec-content h4 i { color: var(--primary-color); }
.rec-content p { font-size: 0.875rem; color: var(--text-gray); line-height: 1.6; margin: 0; }

.strengths-list { display: flex; flex-direction: column; gap: 12px; }
.strength-item { display: flex; gap: 14px; align-items: flex-start; padding: 16px; background: rgba(34,197,94,0.05); border-radius: 10px; border: 1px solid rgba(34,197,94,0.15); }
.strength-check { color: #22c55e; font-size: 1.2rem; flex-shrink: 0; margin-top: 2px; }
.strength-item strong { display: block; font-size: 0.9rem; font-weight: 700; color: var(--text-dark); margin-bottom: 4px; }
.strength-item p { font-size: 0.85rem; color: var(--text-gray); margin: 0; line-height: 1.5; }

/* =============================================
   CREDIBILITY SECTION
   ============================================= */
.credebility-section {
    padding: 60px 0;
}

.credibility-wrapper { display: flex; gap: 60px; padding: 30px 0; }
.credibility-image { flex-shrink: 0; }
.credibility-image img { width: 100%; max-width: 650px; height: 400px; border-radius: 24px; box-shadow: 0 20px 40px rgba(0,0,0,0.08); transition: transform 0.3s ease; display: block; object-fit: cover; }
.credibility-image img:hover { transform: scale(1.02); }
.who-title { text-align: center; margin-bottom: 16px; }
.who-subtitle { font-size: 1.1rem; color: var(--text-dark); font-weight: 600; line-height: 1.5; margin-bottom: 14px; }
.credibility-content { flex: 1; min-width: 0; }
.credibility-content p { font-size: 16px; line-height: 1.8; color: #6b7280; }

/* =============================================
   PRINT
   ============================================= */
.print-only { display: none; }

/* =============================================
   ANIMATIONS
   ============================================= */
.fade-in { animation: fadeIn 0.6s ease-in; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(15px); } to { opacity: 1; transform: translateY(0); } }

/* =============================================
   ACCESSIBILITY
   ============================================= */
.answer-option:focus-visible, .btn-primary-custom:focus-visible, .btn-outline-quiz:focus-visible {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
}

/* =============================================
   RESPONSIVE — DESKTOP (992px – 1199px)
   ============================================= */
@media (max-width: 1199px) {
    .hero-title2 { font-size: 3.2rem; }
    .hero-image { max-width: 420px; }
    .quiz-con { width: 95%; }
    .bento-grid { gap: 14px; }
    .alt-layout { gap: 48px; }
}

/* =============================================
   RESPONSIVE — TABLET LANDSCAPE (768px – 991px)
   ============================================= */
@media (max-width: 991px) {
    .text-imgcon { flex-direction: column; text-align: center; gap: 24px; padding-top: 40px; }
    .col-lg-6.fade-in { width: 100%; }
    .hero-title2 { font-size: 2.6rem; margin-bottom: 1.2rem; }
    .hero-image { max-width: 460px; width: 90%; }
    .action-btn { font-size: 1.1rem; }

    /* Pain sections */
    .pain-section { padding: 60px 0; }
    .bento-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
    .bento-card--span2 { grid-column: span 2; grid-row: auto; min-height: 260px; }
    .bento-grid--mirrored .bento-card--span2 { grid-column: span 2; grid-row: auto; }
    .bento-grid--mirrored .bento-card:not(.bento-card--span2):nth-child(n) { grid-column: auto; grid-row: auto; }
    .alt-layout { gap: 36px; }
    .alt-image img { max-width: 100%; }

    .quiz-con { width: 95%; gap: 30px; padding: 28px 30px; }
    .quiz-form-con { width: 55%; }
    .quiz-questions-wrapper, .quiz-report-wrapper { width: 95%; }
    .credibility-wrapper { gap: 40px; }
    .credibility-image img { max-width: 400px; }
}

/* =============================================
   RESPONSIVE — TABLET PORTRAIT (576px – 767px)
   ============================================= */
@media (max-width: 767px) {
    .navbar { padding: 0.75rem 0; }
    .hero-section { padding: 0 0 40px; }
    .text-imgcon { flex-direction: column; text-align: center; gap: 20px; padding-top: 24px; }
    .hero-title2 { font-size: 2rem; }
    .hero-image { max-width: 100%; width: 100%; border-radius: 12px; }
    .action-btn { font-size: 1rem; width: 100%; max-width: 320px; }

    /* Pain sections */
    .pain-section { padding: 50px 0; }
    .bento-grid {
        grid-template-columns: 1fr;
    }
    .bento-card--span2 { grid-column: 1; min-height: 220px; }
    .bento-grid--mirrored .bento-card--span2 { grid-column: 1; }
    .alt-layout, .alt-layout--reversed { flex-direction: column; gap: 28px; }
    .alt-image img { aspect-ratio: 16/9; max-width: 100%; }
    .pain-title { font-size: 1.6rem; }

    .quiz-section { padding: 40px 0 60px; }
    .quiz-con { width: 95%; flex-direction: column; padding: 28px 24px; gap: 24px; align-items: stretch; }
    .quiz-info { text-align: center; }
    .quiz-benefits { display: inline-block; text-align: left; }
    .quiz-form-con { width: 100%; }
    .quiz-form { padding: 24px 20px; }
    .quiz-questions-wrapper { width: 100%; padding: 0 8px; }
    .quiz-question-card { padding: 28px 24px; }
    .question-text { font-size: 1.1rem; margin-bottom: 20px; }
    .quiz-report-wrapper { width: 100%; padding: 0 8px; }
    .category-grid { grid-template-columns: 1fr; }
    .gauge-container { padding: 28px 24px; max-width: 100%; }
    .report-categories, .report-recommendations { padding: 24px 20px; }
    .credibility-wrapper { flex-direction: column; gap: 24px; }
    .credibility-image { width: 100%; }
    .credibility-image img { max-width: 100%; width: 100%; }
    .quiz-nav-btns { flex-direction: column-reverse; gap: 10px; }
    .btn-outline-quiz, .quiz-nav-btns .btn-primary-custom { width: 100%; justify-content: center; }
}

/* =============================================
   RESPONSIVE — MOBILE (up to 575px)
   ============================================= */
@media (max-width: 575px) {
    .navbar { padding: 0.6rem 0; }
    .navbar-brand { font-size: 1rem; }
    .btn-primary-custom { padding: 0.5rem 1.1rem; font-size: 0.8rem; }

    .hero-section { padding: 0 0 24px; }
    .text-imgcon { padding-top: 20px; }
    .hero-title2 { font-size: 1.7rem; line-height: 1.2; }

    .pain-section { padding: 40px 0; }
    .bento-card--point { padding: 18px; }
    .bento-card--point p { font-size: 0.875rem; }
    .bento-card--image { min-height: 180px; }
    .pain-title { font-size: 1.4rem; }
    .pain-points-list li { font-size: 0.875rem; padding: 12px 14px; }

    .quiz-section { padding: 32px 0 48px; }
    .quiz-con { width: 100%; border-radius: 0; border-left: none; border-right: none; padding: 24px 16px; }
    .quiz-info-title { font-size: 1.2rem; }
    .quiz-benefits li { font-size: 0.9rem; padding: 12px 0; }
    .quiz-question-card { padding: 22px 16px; border-radius: 12px; }
    .question-text { font-size: 1rem; }
    .yn-icon { font-size: 1.3rem; }
    .yn-text { font-size: 0.9rem; }
    .report-categories, .report-recommendations { padding: 20px 16px; border-radius: 12px; }
    .improvement-banner-inner { flex-direction: column; text-align: center; gap: 10px; }
    .recommendation-item { padding: 14px; gap: 12px; }
    .quiz-nav-btns { flex-direction: column-reverse; gap: 10px; }
    .btn-outline-quiz, .quiz-nav-btns .btn-primary-custom { width: 100%; justify-content: center; font-size: 0.875rem; }
    .credebility-section { padding: 40px 0; }
    .stat-box-card { gap: 24px; }
}

/* =============================================
   RESPONSIVE — VERY SMALL (up to 400px)
   ============================================= */
@media (max-width: 400px) {
    .hero-title2 { font-size: 1.45rem; }
    .section-title { font-size: 1.35rem; }
    .stat-number { font-size: 1.5rem; }
    .gauge-svg { width: 85%; }
    .report-title { font-size: 1.15rem; }
    .report-greeting { font-size: 1.2rem; }
    .pain-title { font-size: 1.25rem; }
}

/* =============================================
   LANDSCAPE MOBILE
   ============================================= */
@media (max-height: 500px) and (orientation: landscape) {
    .hero-section { padding: 16px 0; }
    .text-imgcon { padding-top: 10px; }
    .hero-title2 { font-size: 1.5rem; margin-bottom: 0.75rem; }
}

/* =============================================
   PRINT
   ============================================= */
@media print {
    .navbar, .quiz-nav-btns, #quiz-intro, #quiz-questions, .pain-section { display: none !important; }
    .print-only { display: block !important; }
    .quiz-report-wrapper { display: block !important; }
    .print-header { text-align: center; margin-bottom: 24px; padding-bottom: 16px; border-bottom: 2px solid #e5e7eb; }
    .print-logo { font-size: 1.4rem; font-weight: 800; color: var(--primary-color); }
    .print-tagline { font-size: 0.875rem; color: var(--text-gray); margin-top: 4px; }
    .print-date { font-size: 0.8rem; color: var(--text-gray); margin-top: 4px; }
    .print-footer { text-align: center; margin-top: 30px; font-size: 0.75rem; color: var(--text-gray); border-top: 1px solid #e5e7eb; padding-top: 12px; }
}