:root {
    --primary-brand: #A8DADC;
    --secondary-brand: #F4A261;
    --accent: #E8AEB7;
    --background-light: #FAF8F5;
    --card-background: #FFFFFF;
    --border-color: #EAE6DF;
    --text-primary-light: #2D3142;
    --text-secondary-light: #6C757D;
    --text-primary-dark: #FCFBF7;
    --text-secondary-dark: #EAE6DF;
    --gradient-primary-soft: linear-gradient(135deg, #FDFBF7 0%, #F5EBE6 100%);
    --gradient-accent-soft: linear-gradient(135deg, #E8AEB7 0%, #A8DADC 100%);
    --font-headings: 'Quicksand', sans-serif;
    --font-body: 'Plus Jakarta Sans', sans-serif;
    --border-radius: 24px;
    --transition-smooth: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

html, body {
    overflow-x: hidden;
    max-width: 100%;
}

.pastel-theme {
    font-family: var(--font-body);
    background-color: var(--background-light);
    color: var(--text-primary-light);
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.text-muted {
    color: var(--text-secondary-light) !important;
}

.box-sizing-reset {
    box-sizing: border-box;
}

.site-heading-1 {
    font-family: var(--font-headings);
    font-weight: 700;
    font-size: calc(1.8rem + 1.5vw);
    color: var(--text-primary-light);
}

.site-heading-2 {
    font-family: var(--font-headings);
    font-weight: 700;
    font-size: calc(1.5rem + 1vw);
    color: var(--text-primary-light);
}

.site-heading-3 {
    font-family: var(--font-headings);
    font-weight: 500;
    font-size: calc(1.3rem + 0.6vw);
    color: var(--text-primary-light);
}

.smooth-transition {
    transition: var(--transition-smooth);
}

/* ===== header ===== */
.resincriteria-header {
    background-color: #FFFFFF;
    border-bottom: 1px solid #EAE6DF;
    position: sticky;
    top: 0;
    z-index: 1030;
    padding: 12px 0;
}

.resincriteria-header .navbar-brand {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #2D3142;
    font-size: 1.3rem;
    text-decoration: none;
}

.resincriteria-header .resincriteria-logo {
    max-width: 42px;
    height: auto;
    object-fit: contain;
}

.resincriteria-header .nav-link {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
    color: #2D3142;
    padding: 8px 16px;
    transition: color 0.3s ease;
}

.resincriteria-header .nav-link:hover,
.resincriteria-header .nav-link:focus {
    color: #F4A261;
}

.resincriteria-header .dropdown-menu {
    background-color: #FFFFFF;
    border: 1px solid #EAE6DF;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(168, 218, 220, 0.08);
    padding: 8px 0;
}

.resincriteria-header .dropdown-item {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
    color: #2D3142;
    padding: 8px 20px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.resincriteria-header .dropdown-item:hover {
    background-color: #FAF8F5;
    color: #F4A261;
}

.resincriteria-header .resincriteria-cta {
    background-color: #A8DADC;
    color: #2D3142;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    padding: 10px 24px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 14px rgba(168, 218, 220, 0.2);
    text-decoration: none;
    display: inline-block;
}

.resincriteria-header .resincriteria-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(168, 218, 220, 0.3);
    background-color: #97c8ca;
    color: #2D3142;
}

@media (max-width: 991.98px) {
    .resincriteria-header {
        overflow-x: hidden;
    }
    .resincriteria-header .container {
        overflow-x: hidden;
        max-width: 100%;
    }
    .resincriteria-header .navbar {
        flex-wrap: wrap;
        overflow-x: hidden;
        max-width: 100%;
    }
    .resincriteria-header .navbar-brand {
        flex: 0 1 auto;
        font-size: 0.85rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: calc(100% - 50px);
    }
    .resincriteria-header .resincriteria-brand-name {
        white-space: nowrap;
    }
    .resincriteria-header .resincriteria-logo {
        max-width: 28px;
    }
    .resincriteria-header .navbar-toggler {
        flex: 0 0 auto;
        border: none;
        padding: 4px 8px;
    }
    .resincriteria-header .navbar-collapse {
        background-color: #FFFFFF;
        padding: 16px;
        border-radius: 16px;
        margin-top: 12px;
        border: 1px solid #EAE6DF;
        flex-basis: 100%;
    }
}

/* ===== hero ===== */
.resincriteria-hero {
    min-height: 90vh;
    background-color: #2D3142;
    padding: 100px 0;
}

.resincriteria-hero-video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.resincriteria-hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.resincriteria-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(45, 49, 66, 0.75) 0%, rgba(45, 49, 66, 0.85) 100%);
    z-index: 2;
}

.resincriteria-hero-content-wrapper {
    z-index: 3;
}

.resincriteria-hero-badge {
    background-color: rgba(168, 218, 220, 0.2);
    border: 1px solid rgba(168, 218, 220, 0.4);
    color: #A8DADC;
    padding: 8px 18px;
    border-radius: 50px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.resincriteria-hero-title {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: calc(1.8rem + 1.5vw);
    line-height: 1.2;
    color: #FCFBF7;
}

.resincriteria-hero-text {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
    font-size: 1.15rem;
    line-height: 1.6;
    color: #EAE6DF;
    max-width: 750px;
}

.resincriteria-hero-btn-primary {
    background-color: #A8DADC;
    color: #2D3142;
    border: none;
    border-radius: 50px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    box-shadow: 0 4px 14px rgba(168, 218, 220, 0.2);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.resincriteria-hero-btn-primary:hover {
    background-color: #92c5c7;
    color: #2D3142;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(168, 218, 220, 0.3);
}

.resincriteria-hero-btn-secondary {
    background-color: rgba(250, 248, 245, 0.1);
    color: #FCFBF7;
    border: 1px solid rgba(250, 248, 245, 0.3);
    border-radius: 50px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.resincriteria-hero-btn-secondary:hover {
    background-color: rgba(250, 248, 245, 0.2);
    color: #FCFBF7;
    border-color: rgba(250, 248, 245, 0.5);
    transform: translateY(-2px);
}

@media (max-width: 767.98px) {
    .resincriteria-hero {
        min-height: auto;
        padding: 80px 0;
    }

    .resincriteria-hero-title {
        font-size: 1.8rem;
    }

    .resincriteria-hero-text {
        font-size: 1rem;
    }
}

/* ===== main-materials ===== */
body {}

/* ===== cost-of-inaction ===== */
.resin-cost-inaction {
    background-color: #FAF8F5;
    color: #2D3142;
    font-family: 'Plus Jakarta Sans', sans-serif;
    padding: 80px 0;
}

.resin-cost-inaction h2.section-title {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #2D3142;
    font-size: calc(1.4rem + 0.8vw);
}

.resin-cost-inaction p.section-desc {
    color: #6C757D;
    font-size: 1rem;
    line-height: 1.6;
}

.resin-cost-inaction .badge-accent {
    background-color: #E8AEB7;
    color: #2D3142;
    padding: 6px 16px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.875rem;
}

.resin-cost-inaction .inputs-card {
    background-color: #FFFFFF;
    border: 1px solid rgba(234, 230, 223, 0.8);
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(168, 218, 220, 0.08);
}

.resin-cost-inaction .form-label {
    font-weight: 600;
    color: #2D3142;
    margin-bottom: 8px;
}

.resin-cost-inaction .form-range::-webkit-slider-thumb {
    background: #A8DADC;
}

.resin-cost-inaction .form-range::-moz-range-thumb {
    background: #A8DADC;
}

.resin-cost-inaction .form-select {
    border-radius: 12px;
    border: 1.5px solid #EAE6DF;
    padding: 10px 14px;
    background-color: #FAF8F5;
    color: #2D3142;
    font-weight: 500;
}

.resin-cost-inaction .form-select:focus {
    border-color: #A8DADC;
    box-shadow: 0 0 0 3px rgba(168, 218, 220, 0.25);
}

.resin-cost-inaction .result-card {
    background-color: #FFFFFF;
    border: 1px solid rgba(234, 230, 223, 0.8);
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(168, 218, 220, 0.08);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.resin-cost-inaction .result-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(168, 218, 220, 0.15);
}

.resin-cost-inaction .icon-container {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: rgba(168, 218, 220, 0.2);
    color: #2D3142;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.resin-cost-inaction .icon-container.alert-icon {
    background-color: rgba(244, 162, 97, 0.2);
    color: #F4A261;
}

.resin-cost-inaction h3.result-label {
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    color: #2D3142;
}

.resin-cost-inaction .result-value {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 2.2rem;
    color: #F4A261;
}

.resin-cost-inaction .result-value-large {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    color: #F4A261;
}

.resin-cost-inaction .result-desc {
    color: #6C757D;
    font-size: 0.875rem;
    line-height: 1.5;
}

.resin-cost-inaction .text-primary-brand {
    color: #F4A261;
}

/* ===== inside-look ===== */
.inside-look-section {
    padding: 80px 0;
    background-color: #FAF8F5;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.inside-look-section .section-title {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #2D3142;
    font-size: calc(1.5rem + 1vw);
}

.inside-look-section .section-subtitle {
    color: #6C757D;
    max-width: 600px;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.6;
}

.inside-look-section .bento-tag-main {
    display: inline-block;
    background-color: #E8AEB7;
    color: #2D3142;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.inside-look-section .filter-container {
    margin-bottom: 30px;
}

.inside-look-section .filter-btn {
    background-color: #FFFFFF;
    color: #2D3142;
    border: 1px solid #EAE6DF;
    border-radius: 50px;
    padding: 10px 24px;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    margin: 6px;
}

.inside-look-section .filter-btn:hover,
.inside-look-section .filter-btn.active {
    background-color: #A8DADC;
    color: #2D3142;
    border-color: #A8DADC;
    box-shadow: 0 4px 14px rgba(168, 218, 220, 0.4);
}

.inside-look-section .bento-card {
    background-color: #FFFFFF;
    border: 1px solid rgba(234, 230, 223, 0.8);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(168, 218, 220, 0.08);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.inside-look-section .bento-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(168, 218, 220, 0.15);
}

.inside-look-section .bento-img-wrapper {
    position: relative;
    overflow: hidden;
    height: 280px;
}

.inside-look-section .bento-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.inside-look-section .bento-card:hover .bento-img-wrapper img {
    transform: scale(1.04);
}

.inside-look-section .bento-content {
    padding: 28px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.inside-look-section .bento-tag {
    align-self: flex-start;
    display: inline-block;
    background-color: #FAF8F5;
    color: #A8DADC;
    background-color: #2D3142;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 50px;
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.inside-look-section .bento-title {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #2D3142;
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.inside-look-section .bento-desc {
    color: #6C757D;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

/* ===== geography ===== */
.resincriteria-geography {
    background-color: #FAF8F5;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #2D3142;
}

.resincriteria-geography .geo-badge {
    background-color: #A8DADC;
    color: #2D3142;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.875rem;
}

.resincriteria-geography .geo-title {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #2D3142;
    font-size: calc(1.5rem + 1vw);
    line-height: 1.2;
}

.resincriteria-geography .geo-lead {
    color: #4A4E69;
    font-size: 1.1rem;
    line-height: 1.6;
}

.resincriteria-geography .workflow-icon-box {
    background-color: rgba(168, 218, 220, 0.2);
    color: #2D3142;
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.resincriteria-geography .workflow-step-title {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #2D3142;
    font-size: 1.1rem;
    margin-bottom: 4px;
}

.resincriteria-geography .workflow-step-desc {
    color: #5C6079;
    font-size: 0.95rem;
    margin-bottom: 0;
    line-height: 1.5;
}

.resincriteria-geography .geo-btn-primary {
    display: inline-block;
    background-color: #A8DADC;
    color: #2D3142;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    padding: 12px 28px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(168, 218, 220, 0.3);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.resincriteria-geography .geo-btn-primary:hover {
    background-color: #92c5c7;
    transform: translateY(-2px);
    color: #2D3142;
}

.resincriteria-geography .geo-interactive-card {
    background: #FFFFFF;
    border: 1px solid rgba(234, 230, 223, 0.8);
    border-radius: 24px;
    padding: 32px;
    box-shadow: 0 10px 30px rgba(168, 218, 220, 0.08);
}

.resincriteria-geography .geo-card-title {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #2D3142;
    font-size: 1.3rem;
}

.resincriteria-geography .geo-card-subtitle {
    color: #5C6079;
    font-size: 0.9rem;
    margin-bottom: 0;
}

.resincriteria-geography .geo-tab-btn {
    background-color: #FAF8F5;
    color: #2D3142;
    border: 1px solid #EAE6DF;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.resincriteria-geography .geo-tab-btn.active,
.resincriteria-geography .geo-tab-btn:hover {
    background-color: #F4A261;
    color: #FFFFFF;
    border-color: #F4A261;
}

.resincriteria-geography .geo-region-pane {
    display: none;
    animation: fadeIn 0.4s ease forwards;
}

.resincriteria-geography .geo-region-pane.active {
    display: block;
}

.resincriteria-geography .geo-info-label {
    font-weight: 600;
    color: #5C6079;
    font-size: 0.95rem;
}

.resincriteria-geography .geo-info-value {
    font-weight: 700;
    color: #2D3142;
    font-size: 0.95rem;
}

.resincriteria-geography .geo-map-placeholder img {
    max-height: 220px;
    width: 100%;
    object-fit: cover;
    border: 1px solid #EAE6DF;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== case-study ===== */
.resin-case-study {
    background-color: #FAF8F5;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #2D3142;
}

.resin-case-study .rc-badge {
    background-color: #E8AEB7;
    color: #2D3142;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    padding: 6px 16px;
    border-radius: 50px;
    letter-spacing: 0.5px;
}

.resin-case-study .rc-title {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: calc(1.5rem + 1vw);
    color: #2D3142;
    line-height: 1.2;
}

.resin-case-study .rc-lead {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #4A4F68;
}

.resin-case-study .rc-step-icon-wrapper {
    background-color: #FFFFFF;
    border: 1px solid #EAE6DF;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(168, 218, 220, 0.08);
}

.resin-case-study .rc-icon-alert {
    color: #F4A261;
    font-size: 1.25rem;
}

.resin-case-study .rc-icon-process {
    color: #A8DADC;
    font-size: 1.25rem;
}

.resin-case-study .rc-icon-success {
    color: #E8AEB7;
    font-size: 1.25rem;
}

.resin-case-study .rc-step-title {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: #2D3142;
}

.resin-case-study .rc-step-desc {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #4A4F68;
    margin-bottom: 0;
}

.resin-case-study .rc-btn-primary {
    background-color: #A8DADC;
    color: #2D3142;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    padding: 12px 28px;
    border-radius: 50px;
    border: none;
    box-shadow: 0 4px 14px rgba(168, 218, 220, 0.2);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.resin-case-study .rc-btn-primary:hover {
    background-color: #92c4c6;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(168, 218, 220, 0.3);
    color: #2D3142;
}

.resin-case-study .rc-visual-card {
    background-color: #FFFFFF;
    border: 1px solid rgba(234, 230, 223, 0.8);
    border-radius: 24px;
    padding: 16px;
    box-shadow: 0 10px 30px rgba(168, 218, 220, 0.08);
}

.resin-case-study .rc-image-container {
    border-radius: 18px;
    overflow: hidden;
    height: 280px;
    position: relative;
}

.resin-case-study .rc-case-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.resin-case-study .rc-widget-title {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 1.15rem;
    color: #2D3142;
}

.resin-case-study .rc-toggle-group {
    background-color: #FAF8F5;
    padding: 4px;
    border-radius: 50px;
    border: 1px solid #EAE6DF;
}

.resin-case-study .rc-toggle-btn {
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 6px 14px;
    border-radius: 50px;
    border: none;
    background: transparent;
    color: #4A4F68;
    transition: all 0.3s ease;
}

.resin-case-study .rc-toggle-btn.active {
    background-color: #A8DADC;
    color: #2D3142;
}

.resin-case-study .rc-metric-box {
    background-color: #FAF8F5;
    border: 1px solid #EAE6DF;
    border-radius: 16px;
}

.resin-case-study .rc-metric-label {
    font-size: 0.75rem;
    color: #4A4F68;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.resin-case-study .rc-metric-value {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    color: #2D3142;
    transition: color 0.3s ease;
}

/* ===== key-benefits ===== */
.resin-benefits-section {
    background-color: #FAF8F5;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #2D3142;
}

.resin-benefits-section .resin-benefits-badge {
    background-color: rgba(168, 218, 220, 0.2);
    color: #2D3142;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 6px 16px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.resin-benefits-section .resin-benefits-heading {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: calc(1.5rem + 1vw);
    color: #2D3142;
}

.resin-benefits-section .resin-benefits-lead {
    font-size: 1.15rem;
    color: #6C757D;
    line-height: 1.6;
}

.resin-benefits-section .resin-benefit-card {
    background-color: #FFFFFF;
    border: 1px solid rgba(234, 230, 223, 0.8);
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(168, 218, 220, 0.08);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.resin-benefits-section .resin-benefit-card:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 20px 40px rgba(168, 218, 220, 0.15);
    background-color: #FCFBF7;
}

.resin-benefits-section .resin-benefit-icon-wrapper {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(168, 218, 220, 0.2);
    color: #2D3142;
    font-size: 1.5rem;
}

.resin-benefits-section .resin-benefit-icon-wrapper.icon-orange {
    background-color: rgba(244, 162, 97, 0.2);
}

.resin-benefits-section .resin-benefit-icon-wrapper.icon-pink {
    background-color: rgba(232, 174, 183, 0.2);
}

.resin-benefits-section .resin-benefit-icon-wrapper.icon-blue {
    background-color: rgba(168, 218, 220, 0.35);
}

.resin-benefits-section .resin-benefit-title {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    color: #2D3142;
}

.resin-benefits-section .resin-benefit-text {
    font-size: 0.95rem;
    color: #6C757D;
    line-height: 1.6;
}

.resin-benefits-section .resin-benefit-link {
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    color: #2D3142;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.resin-benefits-section .resin-benefit-link:hover {
    color: #F4A261;
}

.resin-benefits-section .resin-benefits-btn-primary {
    background-color: #A8DADC;
    color: #2D3142;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    box-shadow: 0 4px 14px rgba(168, 218, 220, 0.2);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.resin-benefits-section .resin-benefits-btn-primary:hover {
    background-color: #97c8ca;
    color: #2D3142;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(168, 218, 220, 0.3);
}

/* ===== guides-grid ===== */
.guides-grid-section {
    background-color: #FAF8F5;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #2D3142;
}

.guides-grid-section .guides-grid-badge {
    background-color: #E8AEB7;
    color: #2D3142;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 16px;
    border-radius: 50px;
}

.guides-grid-section .guides-grid-title {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #2D3142;
    font-size: calc(1.5rem + 1vw);
}

.guides-grid-section .guides-grid-subtitle {
    color: #6C757D;
    font-size: 1.1rem;
    line-height: 1.6;
}

.guides-grid-section .guides-grid-tabs {
    margin-bottom: 0.5rem;
}

.guides-grid-section .guides-grid-tab-btn {
    background-color: #FFFFFF;
    color: #2D3142;
    border: 1px solid #EAE6DF;
    padding: 10px 24px;
    border-radius: 50px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 14px rgba(168, 218, 220, 0.05);
}

.guides-grid-section .guides-grid-tab-btn:hover {
    background-color: #FAF8F5;
    border-color: #A8DADC;
    transform: translateY(-2px);
}

.guides-grid-section .guides-grid-tab-btn.active {
    background-color: #A8DADC;
    color: #2D3142;
    border-color: #A8DADC;
    box-shadow: 0 4px 14px rgba(168, 218, 220, 0.3);
}

.guides-grid-section .guides-grid-search-wrapper {
    position: relative;
}

.guides-grid-section .guides-grid-search-wrapper .search-icon {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #6C757D;
    font-size: 1.1rem;
    pointer-events: none;
}

.guides-grid-section .guides-grid-search-input {
    background-color: #FFFFFF;
    border: 1px solid #EAE6DF;
    border-radius: 50px;
    padding: 12px 20px 12px 48px;
    color: #2D3142;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.95rem;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 14px rgba(168, 218, 220, 0.05);
}

.guides-grid-section .guides-grid-search-input::placeholder {
    color: #A5A9B8;
    opacity: 1;
}

.guides-grid-section .guides-grid-search-input:focus {
    background-color: #FFFFFF;
    border-color: #A8DADC;
    outline: none;
    box-shadow: 0 0 0 4px rgba(168, 218, 220, 0.25);
    color: #2D3142;
}

.guides-grid-section .guides-grid-card {
    background-color: #FFFFFF;
    border: 1px solid rgba(234, 230, 223, 0.8);
    border-radius: 24px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(168, 218, 220, 0.08);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.guides-grid-section .guides-grid-card:hover {
    transform: translateY(-6px) scale(1.01);
    box-shadow: 0 20px 40px rgba(168, 218, 220, 0.15);
    border-color: rgba(168, 218, 220, 0.5);
}

.guides-grid-section .guides-grid-img-wrap {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background-color: #EAE6DF;
}

.guides-grid-section .guides-grid-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.guides-grid-section .guides-grid-card:hover .guides-grid-img-wrap img {
    transform: scale(1.05);
}

.guides-grid-section .guides-grid-card-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(4px);
    color: #2D3142;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 0.75rem;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 50px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.guides-grid-section .guides-grid-card-body {
    padding: 24px;
    flex-grow: 1;
}

.guides-grid-section .guides-grid-meta {
    font-size: 0.85rem;
    color: #6C757D;
    display: flex;
    align-items: center;
}

.guides-grid-section .guides-grid-meta i {
    margin-right: 4px;
    color: #F4A261;
}

.guides-grid-section .guides-grid-card-title {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 12px;
}

.guides-grid-section .guides-grid-card-title a {
    color: #2D3142;
    text-decoration: none;
    transition: color 0.3s ease;
}

.guides-grid-section .guides-grid-card-title a:hover {
    color: #F4A261;
}

.guides-grid-section .guides-grid-card-text {
    color: #6C757D;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.guides-grid-section .guides-grid-card-link {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    color: #2D3142;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.3s ease, gap 0.3s ease;
}

.guides-grid-section .guides-grid-card-link i {
    transition: transform 0.3s ease;
    color: #A8DADC;
}

.guides-grid-section .guides-grid-card-link:hover {
    color: #F4A261;
}

.guides-grid-section .guides-grid-card-link:hover i {
    transform: translateX(4px);
    color: #F4A261;
}

.guides-grid-section .guides-grid-btn-primary {
    background-color: #A8DADC;
    color: #2D3142;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    padding: 14px 32px;
    border-radius: 50px;
    border: none;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(168, 218, 220, 0.3);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
}

.guides-grid-section .guides-grid-btn-primary:hover {
    background-color: #97c8ca;
    color: #2D3142;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(168, 218, 220, 0.45);
}

.guides-grid-section .guides-grid-btn-primary i {
    font-size: 1.15rem;
    transition: transform 0.3s ease;
}

.guides-grid-section .guides-grid-btn-primary:hover i {
    transform: translateX(4px);
}

/* ===== footer ===== */
.resincriteria-footer {
    background-color: #FAF8F5;
    border-top: 1px solid #EAE6DF;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #2D3142;
}

.resincriteria-footer .resincriteria-disclaimer-banner {
    background-color: #FFFFFF;
    border: 1px solid #EAE6DF;
    box-shadow: 0 10px 30px rgba(168, 218, 220, 0.08);
}

.resincriteria-footer .disclaimer-icon-wrapper {
    background-color: #E8AEB7;
    color: #2D3142;
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.resincriteria-footer .disclaimer-title {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: #2D3142;
}

.resincriteria-footer .disclaimer-text {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #4A4F63;
}

.resincriteria-footer .footer-logo {
    max-width: 40px;
    height: auto;
}

.resincriteria-footer .footer-brand-name {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    color: #2D3142;
}

.resincriteria-footer .footer-desc {
    font-size: 0.9rem;
    color: #4A4F63;
    line-height: 1.6;
}

.resincriteria-footer .contact-item {
    font-size: 0.9rem;
    color: #2D3142;
    display: flex;
    align-items: center;
}

.resincriteria-footer .contact-link {
    text-decoration: none;
    transition: color 0.3s ease;
}

.resincriteria-footer .contact-link:hover {
    color: #F4A261;
}

.resincriteria-footer .footer-section-title {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #2D3142;
}

.resincriteria-footer .footer-link {
    font-size: 0.9rem;
    color: #4A4F63;
    text-decoration: none;
    transition: all 0.3s ease;
}

.resincriteria-footer .footer-link:hover {
    color: #F4A261;
    padding-left: 4px;
}

.resincriteria-footer .footer-bottom {
    border-top: 1px solid #EAE6DF !important;
}

.resincriteria-footer .copyright-text,
.resincriteria-footer .footer-tagline {
    font-size: 0.85rem;
    color: #4A4F63;
}

.resincriteria-header {
    background-color: #FFFFFF;
    border-bottom: 1px solid #EAE6DF;
    position: sticky;
    top: 0;
    z-index: 1030;
    padding: 12px 0;
}

.resincriteria-header .navbar-brand {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #2D3142;
    font-size: 1.3rem;
    text-decoration: none;
}

.resincriteria-header .resincriteria-logo {
    max-width: 42px;
    height: auto;
    object-fit: contain;
}

.resincriteria-header .nav-link {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
    color: #2D3142;
    padding: 8px 16px;
    transition: color 0.3s ease;
}

.resincriteria-header .nav-link:hover,
.resincriteria-header .nav-link:focus {
    color: #F4A261;
}

.resincriteria-header .dropdown-menu {
    background-color: #FFFFFF;
    border: 1px solid #EAE6DF;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(168, 218, 220, 0.08);
    padding: 8px 0;
}

.resincriteria-header .dropdown-item {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
    color: #2D3142;
    padding: 8px 20px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.resincriteria-header .dropdown-item:hover {
    background-color: #FAF8F5;
    color: #F4A261;
}

.resincriteria-header .resincriteria-cta {
    background-color: #A8DADC;
    color: #2D3142;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    padding: 10px 24px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 14px rgba(168, 218, 220, 0.2);
    text-decoration: none;
    display: inline-block;
}

.resincriteria-header .resincriteria-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(168, 218, 220, 0.3);
    background-color: #97c8ca;
    color: #2D3142;
}

@media (max-width: 991.98px) {
    .resincriteria-header {
        overflow-x: hidden;
    }
    .resincriteria-header .container {
        overflow-x: hidden;
        max-width: 100%;
    }
    .resincriteria-header .navbar {
        flex-wrap: wrap;
        overflow-x: hidden;
        max-width: 100%;
    }
    .resincriteria-header .navbar-brand {
        flex: 0 1 auto;
        font-size: 0.85rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: calc(100% - 50px);
    }
    .resincriteria-header .resincriteria-brand-name {
        white-space: nowrap;
    }
    .resincriteria-header .resincriteria-logo {
        max-width: 28px;
    }
    .resincriteria-header .navbar-toggler {
        flex: 0 0 auto;
        border: none;
        padding: 4px 8px;
    }
    .resincriteria-header .navbar-collapse {
        background-color: #FFFFFF;
        padding: 16px;
        border-radius: 16px;
        margin-top: 12px;
        border: 1px solid #EAE6DF;
        flex-basis: 100%;
    }
}

.resincriteria-footer {
    background-color: #FAF8F5;
    border-top: 1px solid #EAE6DF;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #2D3142;
}

.resincriteria-footer .resincriteria-disclaimer-banner {
    background-color: #FFFFFF;
    border: 1px solid #EAE6DF;
    box-shadow: 0 10px 30px rgba(168, 218, 220, 0.08);
}

.resincriteria-footer .disclaimer-icon-wrapper {
    background-color: #E8AEB7;
    color: #2D3142;
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.resincriteria-footer .disclaimer-title {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: #2D3142;
}

.resincriteria-footer .disclaimer-text {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #4A4F63;
}

.resincriteria-footer .footer-logo {
    max-width: 40px;
    height: auto;
}

.resincriteria-footer .footer-brand-name {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    color: #2D3142;
}

.resincriteria-footer .footer-desc {
    font-size: 0.9rem;
    color: #4A4F63;
    line-height: 1.6;
}

.resincriteria-footer .contact-item {
    font-size: 0.9rem;
    color: #2D3142;
    display: flex;
    align-items: center;
}

.resincriteria-footer .contact-link {
    text-decoration: none;
    transition: color 0.3s ease;
}

.resincriteria-footer .contact-link:hover {
    color: #F4A261;
}

.resincriteria-footer .footer-section-title {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #2D3142;
}

.resincriteria-footer .footer-link {
    font-size: 0.9rem;
    color: #4A4F63;
    text-decoration: none;
    transition: all 0.3s ease;
}

.resincriteria-footer .footer-link:hover {
    color: #F4A261;
    padding-left: 4px;
}

.resincriteria-footer .footer-bottom {
    border-top: 1px solid #EAE6DF !important;
}

.resincriteria-footer .copyright-text,
.resincriteria-footer .footer-tagline {
    font-size: 0.85rem;
    color: #4A4F63;
}

.resincriteria-template-page {
    background-color: #FAF8F5;
    color: #2D3142;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.resincriteria-template-page h1,
.resincriteria-template-page h2,
.resincriteria-template-page h3,
.resincriteria-template-page h4,
.resincriteria-template-page h5 {
    font-family: 'Quicksand', sans-serif;
    color: #2D3142;
    font-weight: 700;
}

.resincriteria-template-page .hero-section {
    background: linear-gradient(135deg, #FAF8F5 0%, #F5EBE6 100%);
    border-bottom: 1px solid #EAE6DF;
}

.resincriteria-template-page .text-dark-custom {
    color: #2D3142 !important;
}

.resincriteria-template-page .text-secondary-custom {
    color: #4A4F63 !important;
}

.resincriteria-template-page .text-muted-custom {
    color: #8C95A0 !important;
}

.resincriteria-template-page .bg-primary-soft {
    background-color: rgba(168, 218, 220, 0.2) !important;
}

.resincriteria-template-page .bg-secondary-custom {
    background-color: #F4A261 !important;
}

.resincriteria-template-page .text-primary-dark {
    color: #2D3142 !important;
}

.resincriteria-template-page .card-custom {
    background-color: #FFFFFF;
    border: 1px solid rgba(234, 230, 223, 0.8);
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(168, 218, 220, 0.08);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.resincriteria-template-page .card-custom:hover {
    box-shadow: 0 15px 35px rgba(168, 218, 220, 0.12);
}

.resincriteria-template-page .btn-primary-custom {
    background-color: #A8DADC;
    color: #2D3142;
    border: none;
    border-radius: 50px;
    padding: 12px 28px;
    font-weight: 600;
    box-shadow: 0 4px 14px rgba(168, 218, 220, 0.2);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    text-decoration: none;
    display: inline-block;
}

.resincriteria-template-page .btn-primary-custom:hover {
    background-color: #92c5c7;
    color: #2D3142;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(168, 218, 220, 0.3);
}

.resincriteria-template-page .btn-secondary-custom {
    background-color: #FAF8F5;
    color: #2D3142;
    border: 1px solid #EAE6DF;
    border-radius: 50px;
    padding: 12px 28px;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    text-decoration: none;
    display: inline-block;
}

.resincriteria-template-page .btn-secondary-custom:hover {
    background-color: #EAE6DF;
    color: #2D3142;
    transform: translateY(-2px);
}

.resincriteria-template-page .article-image-wrapper {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}

.resincriteria-template-page .article-image {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.resincriteria-template-page .meta-item {
    font-size: 0.9rem;
    color: #6C757D;
}

.resincriteria-template-page .search-input {
    background-color: #FAF8F5;
    border: 1px solid #EAE6DF;
    border-radius: 50px;
    padding: 10px 20px;
    color: #2D3142;
}

.resincriteria-template-page .search-input:focus {
    border-color: #A8DADC;
    box-shadow: 0 0 0 0.2rem rgba(168, 218, 220, 0.25);
    outline: none;
}

.resincriteria-template-page .search-input::placeholder {
    color: #6C757D !important;
    opacity: 0.8;
}

.resincriteria-template-page .tab-btn {
    border: none;
    background: none;
    color: #6C757D;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 50px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.resincriteria-template-page .tab-btn.active {
    background-color: #A8DADC;
    color: #2D3142;
}

.resincriteria-template-page .list-link-item {
    display: block;
    padding: 12px 16px;
    border-radius: 12px;
    color: #2D3142;
    text-decoration: none;
    transition: all 0.3s ease;
    border-bottom: 1px solid #FAF8F5;
}

.resincriteria-template-page .list-link-item:hover {
    background-color: #FAF8F5;
    color: #F4A261;
    padding-left: 20px;
}

.resincriteria-template-page .checklist-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #EAE6DF;
}

.resincriteria-template-page .checklist-checkbox {
    width: 20px;
    height: 20px;
    accent-color: #F4A261;
    cursor: pointer;
}

.resincriteria-template-page .form-control-custom {
    background-color: #FAF8F5;
    border: 1px solid #EAE6DF;
    border-radius: 12px;
    padding: 12px;
    color: #2D3142;
}

.resincriteria-template-page .form-control-custom:focus {
    border-color: #A8DADC;
    box-shadow: 0 0 0 0.2rem rgba(168, 218, 220, 0.25);
    outline: none;
}

.resincriteria-template-page .form-control-custom::placeholder {
    color: #6C757D !important;
    opacity: 0.8;
}

.resincriteria-template-page .comment-card {
    background-color: #FAF8F5;
    border-radius: 16px;
    padding: 16px;
    border: 1px solid #EAE6DF;
}

.resincriteria-template-page .breadcrumb-item a {
    color: #F4A261;
}

.resincriteria-template-page .breadcrumb-item.active {
    color: #6C757D;
}

.resincriteria-template-page .progress-bar.bg-primary-dark {
    background-color: #A8DADC !important;
}

@media (max-width: 767.98px) {
    .resincriteria-template-page .article-image {
        height: 250px;
    }
}


/* ===== PAGE: about ===== */
.about-content-section { font-family: 'Plus Jakarta Sans', sans-serif; background-color: #FAF8F5; color: #2D3142; } .about-content-section h1, .about-content-section h2, .about-content-section h3, .about-content-section h4 { font-family: 'Quicksand', sans-serif; font-weight: 700; color: #2D3142; } .about-content-section .bg-soft-primary { background-color: rgba(168, 218, 220, 0.2); } .about-content-section .bg-soft-accent { background-color: rgba(232, 174, 183, 0.2); } .about-content-section .text-primary-dark { color: #2D3142 !important; } .about-content-section .text-secondary-light { color: #6C757D !important; } .about-content-section .btn-primary-custom { background-color: #A8DADC; color: #2D3142; font-weight: 600; border-radius: 50px; padding: 12px 28px; border: none; box-shadow: 0 4px 14px rgba(168, 218, 220, 0.2); transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); display: inline-block; text-decoration: none; text-align: center; } .about-content-section .btn-primary-custom:hover { background-color: #97c8ca; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(168, 218, 220, 0.35); color: #2D3142; } .about-content-section .btn-secondary-custom { background-color: #FAF8F5; color: #2D3142; font-weight: 600; border-radius: 50px; padding: 12px 28px; border: 1px solid #EAE6DF; transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); display: inline-block; text-decoration: none; text-align: center; } .about-content-section .btn-secondary-custom:hover { background-color: #EAE6DF; transform: translateY(-2px); color: #2D3142; } .about-content-section .btn-outline-custom { border: 1px solid #EAE6DF; color: #2D3142; background: transparent; border-radius: 50px; font-weight: 500; transition: all 0.3s ease; text-decoration: none; padding: 6px 16px; } .about-content-section .btn-outline-custom:hover { background-color: #FAF8F5; border-color: #A8DADC; color: #2D3142; } .about-content-section .bento-card { background-color: #FFFFFF; border: 1px solid rgba(234, 230, 223, 0.8); border-radius: 24px; box-shadow: 0 10px 30px rgba(168, 218, 220, 0.08); transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); } .about-content-section .bento-card:hover { transform: translateY(-4px); box-shadow: 0 15px 35px rgba(168, 218, 220, 0.15); } .about-content-section .icon-box { width: 48px; height: 48px; background-color: rgba(232, 174, 183, 0.15); border-radius: 12px; } .about-content-section .icon-box i { font-size: 24px; } .about-content-section .text-accent { color: #E8AEB7 !important; } .about-content-section .text-primary-brand-icon { color: #A8DADC !important; } .about-content-section .text-accent-icon { color: #F4A261 !important; } .about-content-section .accordion-item-custom { background-color: #FFFFFF; border: 1px solid rgba(234, 230, 223, 0.8); transition: all 0.3s ease; } .about-content-section .accordion-item-custom:hover { border-color: #A8DADC; box-shadow: 0 5px 15px rgba(168, 218, 220, 0.05); } .about-content-section .planner-widget { background: linear-gradient(135deg, #FFFFFF 0%, #FAF8F5 100%); border: 1px solid rgba(234, 230, 223, 0.8); } .about-content-section .form-select { background-color: #FFFFFF; border: 1px solid #EAE6DF; color: #2D3142; padding: 10px 20px; } .about-content-section .form-select:focus { border-color: #A8DADC; box-shadow: 0 0 0 3px rgba(168, 218, 220, 0.25); outline: none; } .about-content-section .checklist-result-card { background-color: #FFFFFF; border: 1px solid rgba(168, 218, 220, 0.3); box-shadow: 0 10px 30px rgba(168, 218, 220, 0.05); }

/* ===== PAGE: contact ===== */
.resincriteria-contact {
  background-color: #FAF8F5;
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #2D3142;
}
.resincriteria-contact h1,
.resincriteria-contact h2,
.resincriteria-contact h3 {
  font-family: 'Quicksand', sans-serif;
  color: #2D3142;
  font-weight: 700;
}
.resincriteria-contact .contact-card {
  background: #FFFFFF;
  border: 1px solid rgba(234, 230, 223, 0.8);
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(168, 218, 220, 0.08);
  padding: 2.5rem;
}
.resincriteria-contact .icon-wrapper {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(168, 218, 220, 0.2);
  color: #2D3142;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}
.resincriteria-contact .form-control,
.resincriteria-contact .form-select {
  background-color: #FAF8F5;
  border: 1px solid #EAE6DF;
  border-radius: 12px;
  padding: 0.75rem 1rem;
  color: #2D3142;
  transition: all 0.3s ease;
}
.resincriteria-contact .form-control:focus,
.resincriteria-contact .form-select:focus {
  background-color: #FFFFFF;
  border-color: #A8DADC;
  box-shadow: 0 0 0 4px rgba(168, 218, 220, 0.25);
  color: #2D3142;
}
.resincriteria-contact .form-control::placeholder {
  color: #6C757D;
  opacity: 0.85;
}
.resincriteria-contact .btn-submit {
  background-color: #A8DADC;
  color: #2D3142;
  font-weight: 600;
  border-radius: 50px;
  padding: 12px 28px;
  border: none;
  box-shadow: 0 4px 14px rgba(168, 218, 220, 0.2);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.resincriteria-contact .btn-submit:hover {
  background-color: #92c5c7;
  color: #2D3142;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(168, 218, 220, 0.3);
}
.resincriteria-contact .btn-whatsapp {
  background-color: #FAF8F5;
  color: #2D3142;
  border: 1px solid #EAE6DF;
  border-radius: 50px;
  padding: 12px 28px;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 600;
}
.resincriteria-contact .btn-whatsapp:hover {
  background-color: #A8DADC;
  border-color: #A8DADC;
  transform: translateY(-2px);
}
.resincriteria-contact .info-link {
  color: #2D3142;
  text-decoration: none;
  transition: color 0.2s ease;
}
.resincriteria-contact .info-link:hover {
  color: #F4A261;
}
@media (max-width: 767.98px) {
  .resincriteria-contact h1 {
    font-size: 18px !important;
    hyphens: auto;
  }
  .resincriteria-contact h2 {
    font-size: 16px !important;
    hyphens: auto;
  }
  .resincriteria-contact h3 {
    font-size: 14px !important;
    hyphens: auto;
  }
  .resincriteria-contact .contact-card {
    padding: 1.5rem;
  }
}

/* ===== PAGE: privacy ===== */
.privacy-content {
  font-family: 'Plus Jakarta Sans', sans-serif;
  background-color: #FAF8F5;
  color: #2D3142;
}

.privacy-content .privacy-sidebar {
  background-color: #FFFFFF;
  border: 1px solid rgba(234, 230, 223, 0.8);
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(168, 218, 220, 0.08);
  top: 100px;
}

.privacy-content .privacy-sidebar-title {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  color: #2D3142;
}

.privacy-content .nav-link {
  color: #6C757D;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 50px;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.privacy-content .nav-link:hover {
  background-color: rgba(168, 218, 220, 0.15);
  color: #2D3142;
  transform: translateX(4px);
}

.privacy-content .nav-link.active {
  background-color: #A8DADC;
  color: #2D3142;
  font-weight: 600;
}

.privacy-content .privacy-search-box {
  background-color: #FFFFFF;
  border: 1px solid rgba(234, 230, 223, 0.8);
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(168, 218, 220, 0.08);
}

.privacy-content .privacy-search-title {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  color: #2D3142;
}

.privacy-content .form-control {
  background-color: #FAF8F5;
  border: 1px solid #EAE6DF;
  color: #2D3142;
  padding-top: 12px;
  padding-bottom: 12px;
}

.privacy-content .form-control:focus {
  background-color: #FFFFFF;
  border-color: #A8DADC;
  box-shadow: 0 0 0 4px rgba(168, 218, 220, 0.25);
  color: #2D3142;
}

.privacy-content .form-control::placeholder {
  color: #A0A5B5;
  opacity: 1;
}

.privacy-content .input-group-text {
  border: 1px solid #EAE6DF;
  color: #A0A5B5;
  background-color: #FAF8F5;
}

.privacy-content .privacy-card {
  background-color: #FFFFFF;
  border: 1px solid rgba(234, 230, 223, 0.8);
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(168, 218, 220, 0.08);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.privacy-content .privacy-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(168, 218, 220, 0.12);
}

.privacy-content .privacy-section-heading {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  color: #2D3142;
}

.privacy-content .icon-badge {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background-color: rgba(168, 218, 220, 0.2);
  color: #2D3142;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}

.privacy-content p {
  line-height: 1.7;
  color: #6C757D;
}

.privacy-content .privacy-list {
  padding-left: 1.25rem;
  margin-bottom: 1.5rem;
}

.privacy-content .privacy-list li {
  margin-bottom: 0.75rem;
  line-height: 1.6;
  color: #6C757D;
}

.privacy-content .contact-info-block i {
  color: #F4A261;
  font-size: 1.15rem;
}

.privacy-content .contact-info-block span {
  color: #6C757D;
}

/* ===== PAGE: terms ===== */
.terms-content {
  background-color: #FAF8F5;
  padding: 80px 0;
}

.terms-content .sidebar-card {
  background-color: #FFFFFF;
  border: 1px solid rgba(234, 230, 223, 0.8);
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(168, 218, 220, 0.08);
}

.terms-content .sidebar-title {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  color: #2D3142;
  font-size: 1.4rem;
}

.terms-content .sidebar-subtitle {
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #6C757D;
  font-size: 0.9rem;
  line-height: 1.5;
}

.terms-content .search-wrapper .search-icon {
  left: 1.25rem;
  color: #A8DADC;
  font-size: 1.1rem;
}

.terms-content .js-terms-search {
  border: 1px solid #EAE6DF;
  background-color: #FAF8F5;
  border-radius: 50px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #2D3142;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.terms-content .js-terms-search:focus {
  background-color: #FFFFFF;
  border-color: #A8DADC;
  box-shadow: 0 0 0 4px rgba(168, 218, 220, 0.2);
  outline: 0;
}

.terms-content .js-terms-search::placeholder {
  color: #A3A3A3;
  opacity: 1;
}

.terms-content .custom-pills .nav-link {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  color: #2D3142;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.terms-content .custom-pills .nav-link:hover {
  background-color: #FAF8F5;
  color: #2D3142;
}

.terms-content .custom-pills .nav-link.active {
  background-color: #A8DADC;
  color: #2D3142;
  box-shadow: 0 4px 14px rgba(168, 218, 220, 0.2);
}

.terms-content .content-card {
  background-color: #FFFFFF;
  border: 1px solid rgba(234, 230, 223, 0.8);
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(168, 218, 220, 0.08);
}

.terms-content .bg-primary-soft {
  background-color: rgba(168, 218, 220, 0.2);
}

.terms-content .text-primary-dark {
  color: #2D3142;
  font-weight: 600;
  font-size: 0.85rem;
}

.terms-content .doc-main-title {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  color: #2D3142;
  font-size: calc(1.8rem + 1.2vw);
}

.terms-content .doc-intro-text {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
  color: #6C757D;
}

.terms-content .section-title {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  color: #2D3142;
  font-size: calc(1.2rem + 0.4vw);
  margin-top: 1rem;
}

.terms-content .terms-section p {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #2D3142;
}

.terms-content .callout-box {
  background-color: #FAF8F5;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #2D3142;
}

.terms-content .border-accent {
  border-color: #E8AEB7 !important;
}

.terms-content .custom-bullet-list li {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #2D3142;
  position: relative;
  list-style-type: none;
  padding-left: 1.5rem;
}

.terms-content .custom-bullet-list li::before {
  content: "\f287";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  color: #F4A261;
  font-size: 0.9rem;
}

.terms-content .feedback-card {
  background-color: #FAF8F5;
  border: 1px solid #EAE6DF;
}

.terms-content .feedback-title {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  color: #2D3142;
}

.terms-content .feedback-desc {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.9rem;
  color: #6C757D;
}

.terms-content .btn-primary {
  background-color: #A8DADC;
  color: #2D3142;
  border: none;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 14px rgba(168, 218, 220, 0.2);
}

.terms-content .btn-primary:hover {
  background-color: #97c9cb;
  color: #2D3142;
  transform: translateY(-2px);
}

.terms-content .btn-secondary {
  background-color: #FFFFFF;
  color: #2D3142;
  border: 1px solid #EAE6DF;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.terms-content .btn-secondary:hover {
  background-color: #FAF8F5;
  color: #2D3142;
  transform: translateY(-2px);
}

@media (max-width: 991.98px) {
  .terms-content {
    padding: 40px 0;
  }
  .terms-content .sidebar-card {
    margin-bottom: 1.5rem;
  }
}

/* ===== PAGE: disclaimer ===== */
.resincriteria-disclaimer {
  background-color: #FAF8F5;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.resincriteria-disclaimer h1,
.resincriteria-disclaimer h2,
.resincriteria-disclaimer h3 {
  font-family: 'Quicksand', sans-serif;
}

.resincriteria-disclaimer .border-light {
  border: 1px solid rgba(234, 230, 223, 0.8) !important;
}

.resincriteria-disclaimer .max-width-600 {
  max-width: 600px;
}

.resincriteria-disclaimer .max-width-400 {
  max-width: 400px;
}

.resincriteria-disclaimer .bg-soft-accent {
  background-color: rgba(232, 174, 183, 0.25);
}

.resincriteria-disclaimer .bg-primary-soft {
  background-color: rgba(168, 218, 220, 0.25);
}

.resincriteria-disclaimer .bg-accent-soft {
  background-color: rgba(244, 162, 97, 0.15);
}

.resincriteria-disclaimer .icon-wrapper {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}

.resincriteria-disclaimer .sticky-sidebar {
  position: sticky;
  top: 100px;
  z-index: 10;
}

.resincriteria-disclaimer .js-toc-link {
  color: #2D3142 !important;
  transition: all 0.3s ease;
  font-weight: 500;
}

.resincriteria-disclaimer .js-toc-link:hover,
.resincriteria-disclaimer .js-toc-link.active {
  background-color: rgba(168, 218, 220, 0.25);
  color: #2D3142 !important;
  font-weight: 600;
}

.resincriteria-disclaimer .js-disclaimer-card {
  transition: all 0.3s ease;
}

.resincriteria-disclaimer .js-disclaimer-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(168, 218, 220, 0.08) !important;
}

.resincriteria-disclaimer input.js-disclaimer-search:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(168, 218, 220, 0.4);
}

.resincriteria-disclaimer .alert-warning {
  background-color: rgba(244, 162, 97, 0.1);
  border: 1px solid rgba(244, 162, 97, 0.2) !important;
}

.comment-card {
    background-color: #FFFFFF;
    border: 1px solid rgba(234, 230, 223, 0.8);
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 10px 30px rgba(168, 218, 220, 0.08);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #2D3142;
    max-width: 720px;
    margin-bottom: 20px;
}

.comment-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(168, 218, 220, 0.15);
}

.comment-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
    flex-wrap: wrap;
    gap: 12px;
}

.comment-author-info {
    display: flex;
    align-items: center;
    gap: 16px;
}

.comment-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #A8DADC;
    flex-shrink: 0;
}

.comment-author-name-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.comment-author-name {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: #2D3142;
    margin: 0;
}

.comment-badge {
    font-size: 0.75rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 50px;
}

.badge-accent {
    background-color: rgba(232, 174, 183, 0.2);
    color: #2D3142;
}

.comment-timestamp {
    font-size: 0.85rem;
    color: #6C757D;
    display: block;
    margin-top: 2px;
}

.comment-rating {
    font-size: 0.9rem;
    color: #F4A261;
}

.comment-body {
    font-size: 1rem;
    line-height: 1.6;
    color: #2D3142;
    margin-bottom: 20px;
}

.comment-footer {
    display: flex;
    gap: 16px;
}

.comment-action-btn {
    background: none;
    border: none;
    color: #6C757D;
    font-size: 0.9rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.comment-action-btn:hover {
    background-color: #FAF8F5;
    color: #2D3142;
}

.reply-container {
    position: relative;
    padding-left: 48px;
    margin-top: 12px;
    max-width: 720px;
}

.reply-connector-line {
    position: absolute;
    left: 20px;
    top: -20px;
    bottom: 24px;
    width: 2px;
    background-color: rgba(234, 230, 223, 0.8);
    border-radius: 1px;
}

.reply-comment-card {
    background-color: #FAF8F5;
    border: 1px solid rgba(234, 230, 223, 0.6);
    border-radius: 20px;
    padding: 20px 24px;
    box-shadow: none;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #2D3142;
}

.reply-comment-card:hover {
    background-color: #FFFFFF;
    border-color: rgba(168, 218, 220, 0.5);
    box-shadow: 0 8px 24px rgba(168, 218, 220, 0.06);
    transform: translateY(-1px);
}

.reply-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #E8AEB7;
    flex-shrink: 0;
}

.comment-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
    flex-wrap: wrap;
    gap: 12px;
}

.comment-author-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.comment-author-name-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.comment-author-name {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #2D3142;
    margin: 0;
}

.comment-badge {
    font-size: 0.7rem;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 50px;
}

.badge-primary {
    background-color: rgba(168, 218, 220, 0.3);
    color: #2D3142;
}

.comment-timestamp {
    font-size: 0.8rem;
    color: #6C757D;
    display: block;
    margin-top: 1px;
}

.comment-body {
    font-size: 0.95rem;
    line-height: 1.55;
    color: #2D3142;
    margin-bottom: 16px;
}

.comment-footer {
    display: flex;
    gap: 12px;
}

.comment-action-btn {
    background: none;
    border: none;
    color: #6C757D;
    font-size: 0.85rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.comment-action-btn:hover {
    background-color: #FFFFFF;
    color: #2D3142;
}

@media (max-width: 576px) {
    .reply-container {
        padding-left: 20px;
    }

    .reply-connector-line {
        left: 8px;
    }
}


/* ===== PAGE TEMPLATE: guides ===== */
.resincriteria-header {
    background-color: #FFFFFF;
    border-bottom: 1px solid #EAE6DF;
    position: sticky;
    top: 0;
    z-index: 1030;
    padding: 12px 0;
}

.resincriteria-header .navbar-brand {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #2D3142;
    font-size: 1.3rem;
    text-decoration: none;
}

.resincriteria-header .resincriteria-logo {
    max-width: 42px;
    height: auto;
    object-fit: contain;
}

.resincriteria-header .nav-link {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
    color: #2D3142;
    padding: 8px 16px;
    transition: color 0.3s ease;
}

.resincriteria-header .nav-link:hover,
.resincriteria-header .nav-link:focus {
    color: #F4A261;
}

.resincriteria-header .dropdown-menu {
    background-color: #FFFFFF;
    border: 1px solid #EAE6DF;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(168, 218, 220, 0.08);
    padding: 8px 0;
}

.resincriteria-header .dropdown-item {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
    color: #2D3142;
    padding: 8px 20px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.resincriteria-header .dropdown-item:hover {
    background-color: #FAF8F5;
    color: #F4A261;
}

.resincriteria-header .resincriteria-cta {
    background-color: #A8DADC;
    color: #2D3142;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    padding: 10px 24px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 14px rgba(168, 218, 220, 0.2);
    text-decoration: none;
    display: inline-block;
}

.resincriteria-header .resincriteria-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(168, 218, 220, 0.3);
    background-color: #97c8ca;
    color: #2D3142;
}

@media (max-width: 991.98px) {
    .resincriteria-header .navbar-collapse {
        background-color: #FFFFFF;
        padding: 16px;
        border-radius: 16px;
        margin-top: 12px;
        border: 1px solid #EAE6DF;
    }
}

.resincriteria-detail-block {
    background-color: #FAF8F5;
    padding: 60px 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #2D3142;
}

.resincriteria-detail-block .detail-card {
    background-color: #FFFFFF;
    border: 1px solid #EAE6DF;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(168, 218, 220, 0.08);
    padding: 40px;
    margin-bottom: 30px;
}

.resincriteria-detail-block .detail-subtitle {
    color: #F4A261;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: inline-block;
}

.resincriteria-detail-block .detail-title {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #2D3142;
    font-size: calc(1.5rem + 1.2vw);
    line-height: 1.3;
    margin-bottom: 20px;
}

.resincriteria-detail-block .meta-item {
    display: inline-flex;
    align-items: center;
    font-size: 0.9rem;
    color: #6C757D;
    margin-right: 20px;
}

.resincriteria-detail-block .meta-item i {
    color: #A8DADC;
    margin-right: 8px;
    font-size: 1.1rem;
}

.resincriteria-detail-block .content-body {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #4A4F63;
}

.resincriteria-detail-block .content-body h3 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #2D3142;
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 1.4rem;
}

.resincriteria-detail-block .content-body p {
    margin-bottom: 20px;
}

.resincriteria-detail-block .content-body ul {
    padding-left: 20px;
    margin-bottom: 20px;
    list-style-type: square;
}

.resincriteria-detail-block .content-body li {
    margin-bottom: 8px;
}

.resincriteria-detail-block .bento-panel {
    background: #FFFFFF;
    border: 1px solid #EAE6DF;
    border-radius: 24px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(168, 218, 220, 0.06);
}

.resincriteria-detail-block .bento-panel-title {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #2D3142;
    font-size: 1.25rem;
    margin-bottom: 20px;
}

.resincriteria-detail-block .spec-table th {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #2D3142;
    background-color: #FAF8F5;
    border-bottom: 2px solid #EAE6DF;
}

.resincriteria-detail-block .spec-table td {
    color: #4A4F63;
    padding: 12px;
}

.resincriteria-detail-block .nav-pills-custom {
    background-color: #FAF8F5;
    border-radius: 50px;
    padding: 6px;
    border: 1px solid #EAE6DF;
}

.resincriteria-detail-block .nav-link-custom {
    border-radius: 50px;
    color: #6C757D;
    font-weight: 600;
    border: none;
    background: transparent;
    padding: 10px 24px;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.resincriteria-detail-block .nav-link-custom.active {
    background-color: #A8DADC;
    color: #2D3142;
    box-shadow: 0 4px 12px rgba(168, 218, 220, 0.3);
}

.resincriteria-detail-block .tab-pane-custom {
    padding: 24px 0 0 0;
    animation: fadeIn 0.4s ease;
}

.resincriteria-detail-block .sidebar-card {
    background-color: #FFFFFF;
    border: 1px solid #EAE6DF;
    border-radius: 24px;
    padding: 30px;
    margin-bottom: 24px;
    box-shadow: 0 10px 30px rgba(168, 218, 220, 0.06);
}

.resincriteria-detail-block .sidebar-title {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #2D3142;
    font-size: 1.15rem;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 8px;
}

.resincriteria-detail-block .sidebar-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #F4A261;
    border-radius: 2px;
}

.resincriteria-detail-block .author-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #FAF8F5;
}

.resincriteria-detail-block .author-name {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #2D3142;
    font-size: 1.1rem;
    margin-bottom: 4px;
}

.resincriteria-detail-block .author-role {
    color: #6C757D;
    font-size: 0.85rem;
    margin-bottom: 12px;
    display: block;
}

.resincriteria-detail-block .author-bio {
    font-size: 0.9rem;
    color: #4A4F63;
    line-height: 1.5;
    margin-bottom: 0;
}

.resincriteria-detail-block .info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.resincriteria-detail-block .info-list li {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #FAF8F5;
    font-size: 0.9rem;
}

.resincriteria-detail-block .info-list li:last-child {
    border-bottom: none;
}

.resincriteria-detail-block .info-label {
    color: #6C757D;
    font-weight: 500;
}

.resincriteria-detail-block .info-value {
    color: #2D3142;
    font-weight: 600;
}

.resincriteria-detail-block .related-item-link {
    display: flex;
    align-items: center;
    color: #2D3142;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: color 0.3s ease, padding-left 0.3s ease;
}

.resincriteria-detail-block .related-item-link:hover {
    color: #F4A261;
    padding-left: 6px;
}

.resincriteria-detail-block .related-item-link i {
    color: #A8DADC;
    margin-right: 10px;
    font-size: 1rem;
}

.resincriteria-detail-block .share-icon-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #2D3142;
    background-color: #FAF8F5;
    border: 1px solid #EAE6DF;
    transition: all 0.3s ease;
    font-size: 1.1rem;
    text-decoration: none;
}

.resincriteria-detail-block .share-icon-btn:hover {
    background-color: #A8DADC;
    color: #2D3142;
    transform: translateY(-2px);
}

.resincriteria-detail-block .form-title {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #2D3142;
    font-size: 1.25rem;
    margin-bottom: 20px;
}

.resincriteria-detail-block .form-control,
.resincriteria-detail-block .form-select {
    background-color: #FAF8F5;
    border: 1px solid #EAE6DF;
    border-radius: 12px;
    color: #2D3142;
    padding: 12px 16px;
    font-size: 0.95rem;
}

.resincriteria-detail-block .form-control::placeholder {
    color: #8E92A2;
    opacity: 1;
}

.resincriteria-detail-block .form-control:focus,
.resincriteria-detail-block .form-select:focus {
    background-color: #FFFFFF;
    border-color: #A8DADC;
    box-shadow: 0 0 0 4px rgba(168, 218, 220, 0.25);
    color: #2D3142;
}

.resincriteria-detail-block .btn-form-submit {
    background-color: #F4A261;
    color: #FFFFFF;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    padding: 12px 28px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 14px rgba(244, 162, 97, 0.2);
    width: 100%;
}

.resincriteria-detail-block .btn-form-submit:hover {
    background-color: #e7914f;
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(244, 162, 97, 0.3);
}


.resincriteria-detail-block .comment-card {
    background-color: #FFFFFF;
    border: 1px solid #EAE6DF;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(168, 218, 220, 0.04);
}

.resincriteria-detail-block .main-comment-card {
    margin-bottom: 20px;
}

.resincriteria-detail-block .comment-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
    flex-wrap: wrap;
    gap: 12px;
}

.resincriteria-detail-block .comment-author-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.resincriteria-detail-block .comment-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.resincriteria-detail-block .comment-author-name-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.resincriteria-detail-block .comment-author-name {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #2D3142;
    font-size: 1rem;
    margin: 0;
}

.resincriteria-detail-block .comment-badge {
    font-size: 0.75rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 50px;
}

.resincriteria-detail-block .badge-accent {
    background-color: rgba(232, 174, 183, 0.2);
    color: #b86270;
}

.resincriteria-detail-block .badge-primary {
    background-color: rgba(168, 218, 220, 0.2);
    color: #4a7d80;
}

.resincriteria-detail-block .comment-timestamp {
    font-size: 0.8rem;
    color: #6C757D;
    display: block;
}

.resincriteria-detail-block .comment-rating {
    color: #F4A261;
    font-size: 0.9rem;
}

.resincriteria-detail-block .comment-body {
    font-size: 0.95rem;
    color: #4A4F63;
    line-height: 1.6;
    margin-bottom: 16px;
}

.resincriteria-detail-block .comment-footer {
    display: flex;
    gap: 16px;
}

.resincriteria-detail-block .comment-action-btn {
    background: transparent;
    border: none;
    font-size: 0.85rem;
    font-weight: 600;
    color: #6C757D;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    transition: color 0.2s ease;
}

.resincriteria-detail-block .comment-action-btn:hover {
    color: #F4A261;
}

.resincriteria-detail-block .btn-like.liked {
    color: #E8AEB7;
}

.resincriteria-detail-block .reply-container {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
}

.resincriteria-detail-block .reply-connector-line {
    position: absolute;
    left: 18px;
    top: -20px;
    bottom: 24px;
    width: 2px;
    background-color: #EAE6DF;
}

.resincriteria-detail-block .reply-comment-card {
    border-color: rgba(234, 230, 223, 0.6);
}

.resincriteria-detail-block .reply-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.resincriteria-detail-block .interactive-stars {
    font-size: 1.3rem;
    color: #EAE6DF;
    cursor: pointer;
    display: flex;
    gap: 4px;
}

.resincriteria-detail-block .interactive-stars .bi-star-fill {
    color: #F4A261;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(4px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 767.98px) {
    .resincriteria-detail-block {
        padding: 40px 0;
    }

    .resincriteria-detail-block .detail-card {
        padding: 24px;
    }

    .resincriteria-detail-block .reply-container {
        padding-left: 20px;
    }

    .resincriteria-detail-block .reply-connector-line {
        left: 8px;
    }
}

.resincriteria-footer {
    background-color: #FAF8F5;
    border-top: 1px solid #EAE6DF;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #2D3142;
}

.resincriteria-footer .resincriteria-disclaimer-banner {
    background-color: #FFFFFF;
    border: 1px solid #EAE6DF;
    box-shadow: 0 10px 30px rgba(168, 218, 220, 0.08);
}

.resincriteria-footer .disclaimer-icon-wrapper {
    background-color: #E8AEB7;
    color: #2D3142;
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.resincriteria-footer .disclaimer-title {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: #2D3142;
}

.resincriteria-footer .disclaimer-text {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #4A4F63;
}

.resincriteria-footer .footer-logo {
    max-width: 40px;
    height: auto;
}

.resincriteria-footer .footer-brand-name {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    color: #2D3142;
}

.resincriteria-footer .footer-desc {
    font-size: 0.9rem;
    color: #4A4F63;
    line-height: 1.6;
}

.resincriteria-footer .contact-item {
    font-size: 0.9rem;
    color: #2D3142;
    display: flex;
    align-items: center;
}

.resincriteria-footer .contact-link {
    text-decoration: none;
    transition: color 0.3s ease;
}

.resincriteria-footer .contact-link:hover {
    color: #F4A261;
}

.resincriteria-footer .footer-section-title {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #2D3142;
}

.resincriteria-footer .footer-link {
    font-size: 0.9rem;
    color: #4A4F63;
    text-decoration: none;
    transition: all 0.3s ease;
}

.resincriteria-footer .footer-link:hover {
    color: #F4A261;
    padding-left: 4px;
}

.resincriteria-footer .footer-bottom {
    border-top: 1px solid #EAE6DF !important;
}

.resincriteria-footer .copyright-text,
.resincriteria-footer .footer-tagline {
    font-size: 0.85rem;
    color: #4A4F63;
}

/* ===== PAGE TEMPLATE: criteria ===== */
.resincriteria-header {
    background-color: #FFFFFF;
    border-bottom: 1px solid #EAE6DF;
    position: sticky;
    top: 0;
    z-index: 1030;
    padding: 12px 0;
}

.resincriteria-header .navbar-brand {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #2D3142;
    font-size: 1.3rem;
    text-decoration: none;
}

.resincriteria-header .resincriteria-logo {
    max-width: 42px;
    height: auto;
    object-fit: contain;
}

.resincriteria-header .nav-link {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
    color: #2D3142;
    padding: 8px 16px;
    transition: color 0.3s ease;
}

.resincriteria-header .nav-link:hover,
.resincriteria-header .nav-link:focus {
    color: #F4A261;
}

.resincriteria-header .dropdown-menu {
    background-color: #FFFFFF;
    border: 1px solid #EAE6DF;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(168, 218, 220, 0.08);
    padding: 8px 0;
}

.resincriteria-header .dropdown-item {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
    color: #2D3142;
    padding: 8px 20px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.resincriteria-header .dropdown-item:hover {
    background-color: #FAF8F5;
    color: #F4A261;
}

.resincriteria-header .resincriteria-cta {
    background-color: #A8DADC;
    color: #2D3142;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    padding: 10px 24px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 14px rgba(168, 218, 220, 0.2);
    text-decoration: none;
    display: inline-block;
}

.resincriteria-header .resincriteria-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(168, 218, 220, 0.3);
    background-color: #97c8ca;
    color: #2D3142;
}

@media (max-width: 991.98px) {
    .resincriteria-header .navbar-collapse {
        background-color: #FFFFFF;
        padding: 16px;
        border-radius: 16px;
        margin-top: 12px;
        border: 1px solid #EAE6DF;
    }
}

.resincriteria-detail-block {
    background-color: #FAF8F5;
    padding: 60px 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #2D3142;
}

.resincriteria-detail-block .detail-card {
    background-color: #FFFFFF;
    border: 1px solid #EAE6DF;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(168, 218, 220, 0.08);
    padding: 40px;
    margin-bottom: 30px;
}

.resincriteria-detail-block .detail-subtitle {
    color: #F4A261;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: inline-block;
}

.resincriteria-detail-block .detail-title {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #2D3142;
    font-size: calc(1.5rem + 1.2vw);
    line-height: 1.3;
    margin-bottom: 20px;
}

.resincriteria-detail-block .meta-item {
    display: inline-flex;
    align-items: center;
    font-size: 0.9rem;
    color: #6C757D;
    margin-right: 20px;
}

.resincriteria-detail-block .meta-item i {
    color: #A8DADC;
    margin-right: 8px;
    font-size: 1.1rem;
}

.resincriteria-detail-block .content-body {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #4A4F63;
}

.resincriteria-detail-block .content-body h3 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #2D3142;
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 1.4rem;
}

.resincriteria-detail-block .content-body p {
    margin-bottom: 20px;
}

.resincriteria-detail-block .content-body ul {
    padding-left: 20px;
    margin-bottom: 20px;
    list-style-type: square;
}

.resincriteria-detail-block .content-body li {
    margin-bottom: 8px;
}

.resincriteria-detail-block .bento-panel {
    background: #FFFFFF;
    border: 1px solid #EAE6DF;
    border-radius: 24px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(168, 218, 220, 0.06);
}

.resincriteria-detail-block .bento-panel-title {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #2D3142;
    font-size: 1.25rem;
    margin-bottom: 20px;
}

.resincriteria-detail-block .spec-table th {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #2D3142;
    background-color: #FAF8F5;
    border-bottom: 2px solid #EAE6DF;
}

.resincriteria-detail-block .spec-table td {
    color: #4A4F63;
    padding: 12px;
}

.resincriteria-detail-block .nav-pills-custom {
    background-color: #FAF8F5;
    border-radius: 50px;
    padding: 6px;
    border: 1px solid #EAE6DF;
}

.resincriteria-detail-block .nav-link-custom {
    border-radius: 50px;
    color: #6C757D;
    font-weight: 600;
    border: none;
    background: transparent;
    padding: 10px 24px;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.resincriteria-detail-block .nav-link-custom.active {
    background-color: #A8DADC;
    color: #2D3142;
    box-shadow: 0 4px 12px rgba(168, 218, 220, 0.3);
}

.resincriteria-detail-block .tab-pane-custom {
    padding: 24px 0 0 0;
    animation: fadeIn 0.4s ease;
}

.resincriteria-detail-block .sidebar-card {
    background-color: #FFFFFF;
    border: 1px solid #EAE6DF;
    border-radius: 24px;
    padding: 30px;
    margin-bottom: 24px;
    box-shadow: 0 10px 30px rgba(168, 218, 220, 0.06);
}

.resincriteria-detail-block .sidebar-title {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #2D3142;
    font-size: 1.15rem;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 8px;
}

.resincriteria-detail-block .sidebar-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #F4A261;
    border-radius: 2px;
}

.resincriteria-detail-block .author-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #FAF8F5;
}

.resincriteria-detail-block .author-name {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #2D3142;
    font-size: 1.1rem;
    margin-bottom: 4px;
}

.resincriteria-detail-block .author-role {
    color: #6C757D;
    font-size: 0.85rem;
    margin-bottom: 12px;
    display: block;
}

.resincriteria-detail-block .author-bio {
    font-size: 0.9rem;
    color: #4A4F63;
    line-height: 1.5;
    margin-bottom: 0;
}

.resincriteria-detail-block .info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.resincriteria-detail-block .info-list li {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #FAF8F5;
    font-size: 0.9rem;
}

.resincriteria-detail-block .info-list li:last-child {
    border-bottom: none;
}

.resincriteria-detail-block .info-label {
    color: #6C757D;
    font-weight: 500;
}

.resincriteria-detail-block .info-value {
    color: #2D3142;
    font-weight: 600;
}

.resincriteria-detail-block .related-item-link {
    display: flex;
    align-items: center;
    color: #2D3142;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: color 0.3s ease, padding-left 0.3s ease;
}

.resincriteria-detail-block .related-item-link:hover {
    color: #F4A261;
    padding-left: 6px;
}

.resincriteria-detail-block .related-item-link i {
    color: #A8DADC;
    margin-right: 10px;
    font-size: 1rem;
}

.resincriteria-detail-block .share-icon-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #2D3142;
    background-color: #FAF8F5;
    border: 1px solid #EAE6DF;
    transition: all 0.3s ease;
    font-size: 1.1rem;
    text-decoration: none;
}

.resincriteria-detail-block .share-icon-btn:hover {
    background-color: #A8DADC;
    color: #2D3142;
    transform: translateY(-2px);
}

.resincriteria-detail-block .form-title {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #2D3142;
    font-size: 1.25rem;
    margin-bottom: 20px;
}

.resincriteria-detail-block .form-control,
.resincriteria-detail-block .form-select {
    background-color: #FAF8F5;
    border: 1px solid #EAE6DF;
    border-radius: 12px;
    color: #2D3142;
    padding: 12px 16px;
    font-size: 0.95rem;
}

.resincriteria-detail-block .form-control::placeholder {
    color: #8E92A2;
    opacity: 1;
}

.resincriteria-detail-block .form-control:focus,
.resincriteria-detail-block .form-select:focus {
    background-color: #FFFFFF;
    border-color: #A8DADC;
    box-shadow: 0 0 0 4px rgba(168, 218, 220, 0.25);
    color: #2D3142;
}

.resincriteria-detail-block .btn-form-submit {
    background-color: #F4A261;
    color: #FFFFFF;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    padding: 12px 28px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 14px rgba(244, 162, 97, 0.2);
    width: 100%;
}

.resincriteria-detail-block .btn-form-submit:hover {
    background-color: #e7914f;
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(244, 162, 97, 0.3);
}


.resincriteria-detail-block .comment-card {
    background-color: #FFFFFF;
    border: 1px solid #EAE6DF;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(168, 218, 220, 0.04);
}

.resincriteria-detail-block .main-comment-card {
    margin-bottom: 20px;
}

.resincriteria-detail-block .comment-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
    flex-wrap: wrap;
    gap: 12px;
}

.resincriteria-detail-block .comment-author-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.resincriteria-detail-block .comment-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.resincriteria-detail-block .comment-author-name-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.resincriteria-detail-block .comment-author-name {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #2D3142;
    font-size: 1rem;
    margin: 0;
}

.resincriteria-detail-block .comment-badge {
    font-size: 0.75rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 50px;
}

.resincriteria-detail-block .badge-accent {
    background-color: rgba(232, 174, 183, 0.2);
    color: #b86270;
}

.resincriteria-detail-block .badge-primary {
    background-color: rgba(168, 218, 220, 0.2);
    color: #4a7d80;
}

.resincriteria-detail-block .comment-timestamp {
    font-size: 0.8rem;
    color: #6C757D;
    display: block;
}

.resincriteria-detail-block .comment-rating {
    color: #F4A261;
    font-size: 0.9rem;
}

.resincriteria-detail-block .comment-body {
    font-size: 0.95rem;
    color: #4A4F63;
    line-height: 1.6;
    margin-bottom: 16px;
}

.resincriteria-detail-block .comment-footer {
    display: flex;
    gap: 16px;
}

.resincriteria-detail-block .comment-action-btn {
    background: transparent;
    border: none;
    font-size: 0.85rem;
    font-weight: 600;
    color: #6C757D;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    transition: color 0.2s ease;
}

.resincriteria-detail-block .comment-action-btn:hover {
    color: #F4A261;
}

.resincriteria-detail-block .btn-like.liked {
    color: #E8AEB7;
}

.resincriteria-detail-block .reply-container {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
}

.resincriteria-detail-block .reply-connector-line {
    position: absolute;
    left: 18px;
    top: -20px;
    bottom: 24px;
    width: 2px;
    background-color: #EAE6DF;
}

.resincriteria-detail-block .reply-comment-card {
    border-color: rgba(234, 230, 223, 0.6);
}

.resincriteria-detail-block .reply-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.resincriteria-detail-block .interactive-stars {
    font-size: 1.3rem;
    color: #EAE6DF;
    cursor: pointer;
    display: flex;
    gap: 4px;
}

.resincriteria-detail-block .interactive-stars .bi-star-fill {
    color: #F4A261;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(4px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 767.98px) {
    .resincriteria-detail-block {
        padding: 40px 0;
    }

    .resincriteria-detail-block .detail-card {
        padding: 24px;
    }

    .resincriteria-detail-block .reply-container {
        padding-left: 20px;
    }

    .resincriteria-detail-block .reply-connector-line {
        left: 8px;
    }
}

.resincriteria-footer {
    background-color: #FAF8F5;
    border-top: 1px solid #EAE6DF;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #2D3142;
}

.resincriteria-footer .resincriteria-disclaimer-banner {
    background-color: #FFFFFF;
    border: 1px solid #EAE6DF;
    box-shadow: 0 10px 30px rgba(168, 218, 220, 0.08);
}

.resincriteria-footer .disclaimer-icon-wrapper {
    background-color: #E8AEB7;
    color: #2D3142;
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.resincriteria-footer .disclaimer-title {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: #2D3142;
}

.resincriteria-footer .disclaimer-text {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #4A4F63;
}

.resincriteria-footer .footer-logo {
    max-width: 40px;
    height: auto;
}

.resincriteria-footer .footer-brand-name {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    color: #2D3142;
}

.resincriteria-footer .footer-desc {
    font-size: 0.9rem;
    color: #4A4F63;
    line-height: 1.6;
}

.resincriteria-footer .contact-item {
    font-size: 0.9rem;
    color: #2D3142;
    display: flex;
    align-items: center;
}

.resincriteria-footer .contact-link {
    text-decoration: none;
    transition: color 0.3s ease;
}

.resincriteria-footer .contact-link:hover {
    color: #F4A261;
}

.resincriteria-footer .footer-section-title {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #2D3142;
}

.resincriteria-footer .footer-link {
    font-size: 0.9rem;
    color: #4A4F63;
    text-decoration: none;
    transition: all 0.3s ease;
}

.resincriteria-footer .footer-link:hover {
    color: #F4A261;
    padding-left: 4px;
}

.resincriteria-footer .footer-bottom {
    border-top: 1px solid #EAE6DF !important;
}

.resincriteria-footer .copyright-text,
.resincriteria-footer .footer-tagline {
    font-size: 0.85rem;
    color: #4A4F63;
}