:root {
    --pt-primary: #635BFF;
    --pt-primary-gradient: linear-gradient(135deg, #635BFF 0%, #00D4FF 100%);
    --pt-secondary: #0A2540;
    --pt-bg-primary: #FFFFFF;
    --pt-bg-secondary: #F7FAFC;
    --pt-accent-surface: #F0F4F8;
    --pt-text-primary: #1A1F36;
    --pt-text-secondary: #4F566B;
    --pt-text-muted: #8792A2 !important;
    --pt-border: #E6E8EB;
    --pt-success: #22C55E;
    --pt-shadow-soft: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04);
}

.pt-body-base {
    font-family: 'Inter', -apple-system, sans-serif;
    background-color: var(--pt-bg-primary);
    color: var(--pt-text-primary);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: clip;
}

.text-muted {
    color: var(--pt-text-muted)
}

.pt-btn-primary {
    background: var(--pt-primary-gradient);
    color: #fff;
    border-radius: 8px;
    padding: 12px 24px;
    font-weight: 600;
    border: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pt-btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(99, 91, 255, 0.3);
    color: #fff;
}

.pt-btn-secondary {
    background: var(--pt-bg-primary);
    color: var(--pt-secondary);
    border: 1px solid var(--pt-border);
    border-radius: 8px;
    padding: 12px 24px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.pt-btn-secondary:hover {
    background: var(--pt-bg-secondary);
    border-color: var(--pt-text-muted);
}

.pt-card {
    background: var(--pt-bg-primary);
    border: 1px solid var(--pt-border);
    border-radius: 12px;
    box-shadow: var(--pt-shadow-soft);
    transition: border-color 0.3s ease;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    transition: color 0.2s ease;
}

/* ===== header ===== */
.pt-header {
    background-color: #FFFFFF !important;
    border-bottom: 1px solid #E6E8EB;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    transition: all 0.3s ease;
    z-index: 1050;
}

.pt-header__logo {
    max-width: 45px;
    height: auto;
    object-fit: contain;
}

.pt-header__brand-name {
    font-weight: 700;
    color: #1A1F36;
    font-size: 1.1rem;
    letter-spacing: -0.02em;
}

.pt-header .nav-link {
    color: #4F566B;
    font-weight: 500;
    padding: 0.5rem 1rem !important;
    transition: color 0.2s ease;
}

.pt-header .nav-link:hover,
.pt-header .nav-link:focus {
    color: #635BFF;
}

.pt-header .dropdown-toggle::after {
    vertical-align: middle;
    border: none;
    content: '\e942';
    font-family: 'Phosphor';
    font-weight: 700;
    font-size: 0.8rem;
    margin-left: 0.25rem;
}

.pt-header .dropdown-menu {
    background-color: #FFFFFF;
    padding: 0.75rem 0;
    margin-top: 0.5rem;
    border-radius: 12px;
}

.pt-header .dropdown-item {
    color: #4F566B;
    font-weight: 500;
    padding: 0.6rem 1.5rem;
    transition: all 0.2s ease;
}

.pt-header .dropdown-item:hover {
    background-color: #F7FAFC;
    color: #635BFF;
}

.pt-header__cta {
    background: linear-gradient(135deg, #635BFF 0%, #00D4FF 100%);
    color: #FFFFFF !important;
    font-weight: 600;
    padding: 0.6rem 1.5rem !outset;
    border-radius: 8px;
    border: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    font-size: 0.95rem;
}

.pt-header__cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(99, 91, 255, 0.25);
}

.pt-header .navbar-toggler {
    border: none;
    padding: 0.5rem;
    color: #1A1F36;
}

.pt-header .navbar-toggler:focus {
    box-shadow: none;
}

@media (max-width: 991.98px) {
    .pt-header .navbar-collapse {
        background-color: #FFFFFF;
        padding: 1.5rem 0;
        margin-top: 0.5rem;
    }

    .pt-header .nav-item {
        border-bottom: 1px solid #F0F4F8;
    }

    .pt-header .nav-item:last-child {
        border-bottom: none;
    }

    .pt-header .nav-link {
        padding: 0.8rem 0 !important;
    }

    .pt-header__cta {
        width: 100%;
        margin-top: 1rem;
        text-align: center;
    }
}

/* ===== hero ===== */
.hero-parttrace {
    min-height: 100vh;
    background-color: #0A2540;
}

.hero-parttrace .hero-bg {
    background-image: url('../public/photos/pics/parttrace-3d-printing-analysis.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: blur(5px) brightness(0.6);
    z-index: 1;
}

.hero-parttrace .hero-overlay {
    z-index: 2;
    min-height: 100vh;
    padding: 120px 0 160px;
    background: linear-gradient(180deg, rgba(10, 37, 64, 0.5) 0%, rgba(10, 37, 64, 0.8) 100%);
}

.hero-parttrace .hero-subtitle-top {
    color: #00D4FF;
    font-size: 0.9rem;
    letter-spacing: 0.2em;
    text-shadow: 0 0 15px rgba(0, 212, 255, 0.4);
}

.hero-parttrace .hero-title-main {
    font-family: 'Inter', sans-serif;
    color: #FFFFFF;
    font-size: 3.5rem;
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.hero-parttrace .hero-description-text {
    color: #E3E8EE;
    font-size: 1.25rem;
    max-width: 800px;
    line-height: 1.6;
}

.hero-parttrace .btn-hero-action {
    background: linear-gradient(135deg, #635BFF 0%, #00D4FF 100%);
    color: #FFFFFF;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    box-shadow: 0 10px 30px rgba(99, 91, 255, 0.3);
}

.hero-parttrace .btn-hero-action:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(99, 91, 255, 0.5);
    color: #FFFFFF;
}

.hero-parttrace .hero-bottom-wave {
    z-index: 3;
    line-height: 0;
}

.hero-parttrace .hero-bottom-wave svg {
    height: 120px;
}

@media (max-width: 991.98px) {
    .hero-parttrace .hero-title-main {
        font-size: 2.5rem;
    }
}

@media (max-width: 767.98px) {
    .hero-parttrace .hero-title-main {
        font-size: 18px !important;
        hyphens: auto;
    }

    .hero-parttrace .hero-subtitle-top {
        font-size: 12px;
    }

    .hero-parttrace .hero-description-text {
        font-size: 14px !important;
    }

    .hero-parttrace .btn-hero-action {
        padding: 0.8rem 1.5rem;
        font-size: 14px;
    }

    .hero-parttrace .hero-bottom-wave svg {
        height: 60px;
    }
}

/* ===== topics ===== */
.topics-section {
    background-color: #F7FAFC;
    overflow: hidden;
}

.topics-section .topics-main-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #1A1F36;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.topics-section .topics-subtitle {
    font-family: 'Inter', sans-serif;
    color: #4F566B;
    font-size: 1.125rem;
    line-height: 1.6;
}

.topics-section .topic-card {
    background: #FFFFFF;
    border: 1px solid #E6E8EB;
    border-radius: 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    overflow: hidden;
}

.topics-section .topic-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-color: #635BFF;
}

.topics-section .topic-image-link {
    display: block;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.topics-section .topic-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.topics-section .topic-card:hover .topic-image {
    transform: scale(1.05);
}

.topics-section .topic-content {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.topics-section .topic-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.topics-section .topic-icon {
    font-size: 1.5rem;
    color: #635BFF;
    flex-shrink: 0;
}

.topics-section .topic-link {
    text-decoration: none;
}

.topics-section .topic-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    color: #1A1F36;
    margin: 0;
    transition: color 0.2s ease;
}

.topics-section .topic-card:hover .topic-title {
    color: #635BFF;
}

.topics-section .topic-desc {
    font-family: 'Inter', sans-serif;
    color: #4F566B;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.topics-section .topic-btn {
    background: #635BFF;
    color: #FFFFFF !important;
    border-radius: 6px;
    padding: 0.6rem 1.25rem;
    font-weight: 600;
    font-size: 0.9rem;
    border: none;
    transition: background 0.2s ease;
    align-self: flex-start;
}

.topics-section .topic-btn:hover {
    background: #0A2540;
}

@media (max-width: 767px) {
    .topics-section .topics-main-title {
        font-size: 1.5rem;
    }

    .topics-section .topics-subtitle {
        font-size: 1rem;
    }

    .topics-section .topic-image-link {
        height: 180px;
    }
}

/* ===== materials ===== */
.materials-section {
    background-color: #FFFFFF;
    position: relative;
    overflow: hidden;
}

.materials-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(108, 117, 125, 0.03);
    transform: skewY(-2deg);
    transform-origin: top left;
    z-index: 0;
}

.materials-section .container {
    position: relative;
    z-index: 1;
}

.materials-section .materials-title {
    color: #1A1F36;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.materials-section .materials-subtitle {
    color: #4F566B;
    font-size: 1.1rem;
    line-height: 1.6;
}

.materials-section .method-card {
    background: #FFFFFF;
    border-color: #E6E8EB !important;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.materials-section .method-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
    border-color: #635BFF !important;
}

.materials-section .card-img-link {
    display: block;
    aspect-ratio: 16/10;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}

.materials-section .card-img-top {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.materials-section .method-card:hover .card-img-top {
    transform: scale(1.05);
}

.materials-section .card-title a {
    color: #1A1F36;
    transition: color 0.2s ease;
}

.materials-section .method-card:hover .card-title a {
    color: #635BFF;
}

.materials-section .card-text {
    color: #4F566B;
    line-height: 1.6;
}

.materials-section .text-primary {
    color: #635BFF !important;
}

.materials-section .btn-primary {
    background: linear-gradient(135deg, #635BFF 0%, #00D4FF 100%);
    border: none;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(99, 91, 255, 0.3);
    transition: opacity 0.2s ease;
}

.materials-section .btn-primary:hover {
    opacity: 0.9;
    color: #FFFFFF;
}

/* ===== requirements ===== */
.pt-requirements-section {
    background-color: #FFFFFF;
    font-family: 'Inter', -apple-system, sans-serif;
    color: #1A1F36;
    overflow: hidden;
}

.pt-requirements-section .pt-section-title {
    font-weight: 700;
    letter-spacing: -0.02em;
    font-size: 2.5rem;
    color: #1A1F36;
}

.pt-requirements-section .pt-section-subtitle {
    color: #4F566B;
    font-size: 1.125rem;
    max-width: 600px;
    line-height: 1.6;
}

.pt-requirements-section .pt-icon-wrapper {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background: #F0F4F8;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #635BFF;
    font-size: 1.5rem;
}

.pt-requirements-section .pt-requirement-title {
    font-size: 1rem;
    font-weight: 600;
    color: #1A1F36;
    margin-bottom: 0.25rem;
}

.pt-requirements-section .pt-requirement-text {
    font-size: 0.875rem;
    color: #8792A2;
    margin-bottom: 0;
    line-height: 1.5;
}

.pt-requirements-section .pt-btn-primary {
    display: inline-block;
    background: linear-gradient(135deg, #635BFF 0%, #00D4FF 100%);
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 600;
    border-radius: 8px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: none;
    box-shadow: 0 4px 6px rgba(99, 91, 255, 0.2);
}

.pt-requirements-section .pt-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(99, 91, 255, 0.3);
    color: #FFFFFF;
}

.pt-requirements-section .pt-image-showcase img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border: 1px solid #E6E8EB;
}

.pt-requirements-section .pt-floating-card {
    position: absolute;
    bottom: 20px;
    left: -20px;
    background: #FFFFFF;
    max-width: 280px;
    border: 1px solid #E6E8EB;
    z-index: 2;
}

@media (max-width: 991px) {
    .pt-requirements-section .pt-section-title {
        font-size: 1.75rem;
    }

    .pt-requirements-section .pt-floating-card {
        position: relative;
        left: 0;
        bottom: 0;
        margin-top: 20px;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .pt-requirements-section .pt-section-title {
        font-size: 1.5rem;
    }

    .pt-requirements-section .pt-section-subtitle {
        font-size: 1rem;
    }

    .pt-requirements-section .pt-cta-container {
        text-align: center;
    }

    .pt-requirements-section .pt-btn-primary {
        width: 100%;
    }
}

/* ===== inclusion ===== */
.parttrace-inclusion {
    background-color: #FFFFFF;
    position: relative;
    overflow: hidden;
}

.parttrace-inclusion .inclusion-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-color: #E6E8EB !important;
}

.parttrace-inclusion .inclusion-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(10, 37, 64, 0.08) !important;
}

.parttrace-inclusion .btn-primary {
    background: linear-gradient(135deg, #635BFF 0%, #00D4FF 100%);
    border: none;
    box-shadow: 0 4px 14px 0 rgba(99, 91, 255, 0.39);
    transition: all 0.2s ease;
}

.parttrace-inclusion .btn-primary:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 20px rgba(99, 91, 255, 0.45);
    background: linear-gradient(135deg, #5349e6 0%, #00c4eb 100%);
}

.parttrace-inclusion .inclusion-list li i,
.parttrace-inclusion .exclusion-list li i {
    font-size: 1.1rem;
    flex-shrink: 0;
}

.parttrace-inclusion h2 {
    letter-spacing: -0.02em;
}

@media (max-width: 767.98px) {
    .parttrace-inclusion .inclusion-card {
        padding: 2rem !important;
    }

    .parttrace-inclusion h2 {
        font-size: 1.5rem !important;
    }

    .parttrace-inclusion h3 {
        font-size: 1.2rem !important;
    }
}

/* ===== outcomes ===== */
.outcomes-block {
    background-color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    color: #1A1F36;
}

.outcomes-block__main-title {
    color: #1A1F36;
    font-weight: 700;
    letter-spacing: -0.02em;
    font-size: 2.5rem;
}

.outcomes-block__subtitle {
    color: #4F566B;
    max-width: 600px;
    font-size: 1.1rem;
    line-height: 1.6;
}

.outcomes-block__card {
    background-color: #F7FAFC;
    border: 1px solid #E6E8EB;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.outcomes-block__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(10, 37, 64, 0.08);
}

.outcomes-block__image-link {
    display: block;
    overflow: hidden;
    height: 200px;
}

.outcomes-block__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.outcomes-block__card:hover .outcomes-block__image {
    transform: scale(1.05);
}

.outcomes-block__label {
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 600;
    color: #8792A2;
    letter-spacing: 0.05em;
}

.outcomes-block__icon {
    color: #635BFF;
    font-size: 1.1rem;
}

.outcomes-block__title a {
    color: #1A1F36 !important;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.3;
    transition: color 0.2s ease;
}

.outcomes-block__title a:hover {
    color: #635BFF !important;
}

.outcomes-block__text {
    color: #4F566B;
    font-size: 0.95rem;
    line-height: 1.5;
}

.outcomes-block__btn {
    background: linear-gradient(135deg, #635BFF 0%, #00D4FF 100%);
    color: #FFFFFF !important;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none !important;
    transition: opacity 0.2s ease;
    border: none;
}

.outcomes-block__btn:hover {
    opacity: 0.9;
}

@media (max-width: 768px) {
    .outcomes-block__main-title {
        font-size: 1.5rem;
    }

    .outcomes-block__subtitle {
        font-size: 0.95rem;
    }

    .outcomes-block__title a {
        font-size: 1.1rem;
    }
}

/* ===== process ===== */
.pt-process-section {
    background-color: #FFFFFF;
    overflow: hidden;
}

.pt-process-section .pt-badge {
    background-color: rgba(99, 91, 255, 0.1);
    color: #635BFF;
    font-weight: 600;
    font-size: 0.85rem;
    border-radius: 50px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.pt-process-section .pt-heading {
    color: #1A1F36;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.pt-process-section .pt-text {
    color: #4F566B;
    font-size: 1.125rem;
    line-height: 1.6;
}

.pt-process-section .pt-icon-wrapper {
    width: 28px;
    height: 28px;
    background-color: #22C55E;
    color: #FFFFFF;
    border-radius: 50%;
    font-size: 0.9rem;
}

.pt-process-section .pt-feature-text {
    color: #1A1F36;
    font-weight: 500;
    font-size: 1rem;
}

.pt-process-section .pt-btn-primary {
    background: linear-gradient(135deg, #635BFF 0%, #00D4FF 100%);
    color: #FFFFFF;
    border-radius: 8px;
    font-weight: 600;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.pt-process-section .pt-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
}

.pt-process-section .pt-image-container img {
    object-fit: cover;
    position: relative;
    z-index: 2;
    border: 1px solid #E6E8EB;
}

.pt-process-section .pt-image-accent {
    top: -20px;
    right: -20px;
    width: 100%;
    height: 100%;
    background-color: rgba(108, 117, 125, 0.03);
    border-radius: 1.5rem;
    z-index: 1;
}

@media (max-width: 991px) {
    .pt-process-section .pt-heading {
        font-size: 2rem;
    }

    .pt-process-section .pt-image-accent {
        display: none;
    }
}

@media (max-width: 767px) {
    .pt-process-section .pt-heading {
        font-size: 18px;
        hyphens: auto;
    }

    .pt-process-section .pt-text {
        font-size: 16px;
    }

    .pt-process-section .pt-feature-text {
        font-size: 14px;
    }
}

/* ===== team ===== */
.team-block .team-card {
    background: #FFFFFF;
    border: 1px solid #E6E8EB;
    border-radius: 16px;
    padding: 40px 20px;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-block .team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(10, 37, 64, 0.08);
}

.team-block .team-avatar {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #F0F4F8;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.team-block .team-image-wrapper {
    position: relative;
    display: inline-block;
}

.team-block .btn-primary {
    background: linear-gradient(135deg, #635BFF 0%, #00D4FF 100%);
    border: none;
    color: #FFFFFF;
    border-radius: 8px;
    transition: opacity 0.2s ease;
}

.team-block .btn-primary:hover {
    opacity: 0.9;
    color: #FFFFFF;
}

.team-block .text-primary {
    color: #635BFF !important;
}

.team-block .uppercase {
    text-transform: uppercase;
}

.team-block .tracking-wider {
    letter-spacing: 0.1em;
}

@media (max-width: 767.98px) {
    .team-block .display-5 {
        font-size: 1.75rem;
    }

    .team-block .team-card {
        padding: 30px 15px;
    }

    .team-block .team-avatar {
        width: 120px;
        height: 120px;
    }
}

/* ===== footer ===== */
.pt-footer {
    background-color: #F7FAFC;
    color: #1A1F36;
    font-family: 'Inter', -apple-system, sans-serif;
    border-top: 1px solid #E6E8EB;
}

.pt-footer__disclaimer {
    background-color: #F0F4F8;
    border: 1px solid #E6E8EB;
    border-radius: 8px;
}

.pt-footer__disclaimer-icon {
    font-size: 1.5rem;
    color: #635BFF;
    flex-shrink: 0;
    padding-top: 2px;
}

.pt-footer__disclaimer-title {
    font-size: 16px;
    font-weight: 700;
    color: #1A1F36;
    letter-spacing: -0.01em;
}

.pt-footer__disclaimer-text {
    font-size: 14px;
    line-height: 1.5;
    color: #4F566B;
}

.pt-footer__logo {
    max-width: 50px;
    height: auto;
    object-fit: contain;
}

.pt-footer__description {
    font-size: 15px;
    color: #4F566B;
    line-height: 1.6;
}

.pt-footer__heading {
    font-size: 16px;
    font-weight: 700;
    color: #1A1F36;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.pt-footer__link {
    color: #4F566B;
    text-decoration: none;
    transition: color 0.2s ease;
    font-size: 15px;
}

.pt-footer__link:hover {
    color: #635BFF;
}

.pt-footer__contact-icon {
    font-size: 1.2rem;
    color: #635BFF;
    flex-shrink: 0;
}

.pt-footer__contact-text {
    font-size: 15px;
    color: #4F566B;
}

.pt-footer__bottom {
    border-color: #E6E8EB !important;
}

.pt-footer__copyright {
    font-size: 14px;
    color: #8792A2;
}

.pt-footer__legal-link {
    font-size: 13px;
    color: #8792A2;
    text-decoration: none;
    transition: color 0.2s ease;
}

.pt-footer__legal-link:hover {
    color: #635BFF;
}

@media (max-width: 768px) {
    .pt-footer__disclaimer-title {
        font-size: 14px;
    }

    .pt-footer__disclaimer-text {
        font-size: 13px;
    }

    .pt-footer__heading {
        font-size: 14px;
    }
}

/* ===== PAGE: bambu-studio ===== */
.bambu-review-section {
  background-color: #F7FAFC;
  font-family: 'Inter', sans-serif;
}

.bambu-review-section .text-primary-dark {
  color: #1A1F36;
}

.bambu-review-section .text-secondary-light {
  color: #4F566B;
}

.bambu-review-section .text-accent {
  color: #635BFF;
}

.bambu-review-section .card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bambu-review-section .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.05) !important;
}

.bambu-review-section .accordion-button:not(.collapsed) {
  background-color: #F0F4F8;
  color: #635BFF;
  box-shadow: none;
}

.bambu-review-section .accordion-button:focus {
  box-shadow: none;
  border-color: rgba(99, 91, 255, 0.1);
}

.bambu-review-section .form-control:focus {
  background-color: #FFFFFF !important;
  border: 1px solid #635BFF !important;
  box-shadow: 0 0 0 0.25rem rgba(99, 91, 255, 0.1);
}

.bambu-review-section .btn-primary {
  background: linear-gradient(135deg, #635BFF 0%, #00D4FF 100%);
  border: none;
}

.bambu-review-section .btn-primary:hover {
  opacity: 0.9;
  transform: scale(1.02);
}

.bambu-review-section .object-fit-cover {
  object-fit: cover;
}

@media (max-width: 768px) {
  .bambu-review-section h2 {
    font-size: 1.25rem !important;
  }
  .bambu-review-section h3 {
    font-size: 1.1rem !important;
  }
}

/* ===== PAGE: iteration-gallery ===== */
.iteration-gallery-section {
  background-color: #FFFFFF;
}

.iteration-gallery-section .iteration-gallery-section__main-title {
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #1A1F36 !important;
}

.iteration-gallery-section .iteration-gallery-section__card {
  border: 1px solid #E6E8EB;
  border-radius: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  overflow: hidden;
  background: #FFFFFF;
}

.iteration-gallery-section .iteration-gallery-section__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(10, 37, 64, 0.08);
}

.iteration-gallery-section .iteration-gallery-section__img-link {
  display: block;
  overflow: hidden;
  height: 220px;
}

.iteration-gallery-section .iteration-gallery-section__img-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.iteration-gallery-section .iteration-gallery-section__card:hover img {
  transform: scale(1.05);
}

.iteration-gallery-section .iteration-gallery-section__badge {
  background-color: rgba(99, 91, 255, 0.1);
  color: #635BFF;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.4em 1em;
}

.iteration-gallery-section .iteration-gallery-section__title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.iteration-gallery-section .iteration-gallery-section__title a {
  color: #1A1F36;
  text-decoration: none;
  transition: color 0.2s ease;
}

.iteration-gallery-section .iteration-gallery-section__title a:hover {
  color: #635BFF;
}

.iteration-gallery-section .iteration-gallery-section__icon {
  color: #635BFF;
  font-size: 1.4rem;
}

.iteration-gallery-section .iteration-gallery-section__load-btn {
  background-color: #FFFFFF;
  color: #1A1F36;
  border: 1px solid #E6E8EB;
  font-weight: 600;
  padding: 12px 32px;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.iteration-gallery-section .iteration-gallery-section__load-btn:hover {
  background-color: #F7FAFC;
  border-color: #635BFF;
  color: #635BFF;
}


.iteration-gallery-form {
  background-color: #F7FAFC;
}

.iteration-gallery-form .iteration-gallery-form__wrapper {
  background: linear-gradient(135deg, #0A2540 0%, #1A1F36 100%);
}

.iteration-gallery-form .iteration-gallery-form__title {
  font-weight: 700;
  font-size: 2rem;
}

.iteration-gallery-form .iteration-gallery-form__input {
  background-color: #FFFFFF !important;
  border: 1px solid #E6E8EB !important;
  border-radius: 8px !important;
}

.iteration-gallery-form .iteration-gallery-form__outline .form-label {
  color: #4F566B;
}

.iteration-gallery-form .iteration-gallery-form__submit-btn {
  background: linear-gradient(135deg, #635BFF 0%, #00D4FF 100%);
  color: #FFFFFF;
  border: none;
  font-weight: 700;
  border-radius: 8px;
  transition: opacity 0.2s ease;
}

.iteration-gallery-form .iteration-gallery-form__submit-btn:hover {
  opacity: 0.9;
  color: #FFFFFF;
}

.iteration-gallery-form .iteration-gallery-form__input::placeholder {
  color: #8792A2 !important;
  opacity: 1;
}

@media (max-width: 768px) {
  .iteration-gallery-section .iteration-gallery-section__main-title {
    font-size: 1.5rem;
  }
  .iteration-gallery-form .iteration-gallery-form__title {
    font-size: 1.5rem;
  }
}

/* ===== PAGE: material-directory ===== */
.material-directory-section .material-directory-title {
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #1A1F36;
}

.material-directory-section .card {
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: #FFFFFF;
  border: 1px solid #E6E8EB !important;
}

.material-directory-section .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
}

.material-directory-section .card-img-top {
  height: 220px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.material-directory-section .card:hover .card-img-top {
  transform: scale(1.05);
}

.material-directory-section .btn-primary-gradient {
  background: linear-gradient(135deg, #635BFF 0%, #00D4FF 100%);
  border: none;
  color: #FFFFFF;
  font-weight: 600;
  padding: 12px 24px;
  transition: opacity 0.2s;
}

.material-directory-section .btn-primary-gradient:hover {
  opacity: 0.9;
  color: #FFFFFF;
}

.material-directory-section .material-link {
  color: #1A1F36;
  transition: color 0.2s;
}

.material-directory-section .material-link:hover {
  color: #635BFF;
}

.material-directory-section .form-control:focus {
  border-color: #635BFF;
  box-shadow: 0 0 0 0.2rem rgba(99, 91, 255, 0.25);
}

.consultation-cta-section .consultation-card {
  background: #0A2540;
  position: relative;
  overflow: hidden;
}

.consultation-cta-section .consultation-card::before {
  content: '';
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: rgba(99, 91, 255, 0.1);
  border-radius: 50%;
  z-index: 0;
}

.consultation-cta-section .btn-primary-gradient {
  background: linear-gradient(135deg, #635BFF 0%, #00D4FF 100%);
  border: none;
  color: #FFFFFF;
  font-weight: 600;
}

.consultation-cta-section .form-control,
.consultation-cta-section .form-select {
  background-color: #F7FAFC;
  border: 1px solid #E6E8EB;
  padding: 10px 15px;
}

.consultation-cta-section label {
  margin-bottom: 0.4rem;
}

/* ===== PAGE: methods-and-regulations ===== */
.methods-grid-section {
  padding: 80px 0;
  background-color: #FFFFFF;
  font-family: 'Inter', sans-serif;
}

.methods-grid-section .methods-search-container .input-group {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #E6E8EB;
}

.methods-grid-section .methods-search-container .form-control {
  padding: 1rem;
  font-size: 1rem;
  border: none;
}

.methods-grid-section .methods-search-container .form-control:focus {
  box-shadow: none;
}

.methods-grid-section .methods-search-container .btn-outline-primary {
  border-radius: 30px;
  padding-left: 20px;
  padding-right: 20px;
  border-color: #E6E8EB;
  color: #4F566B;
  font-weight: 500;
}

.methods-grid-section .methods-search-container .btn-outline-primary:hover,
.methods-grid-section .methods-search-container .btn-outline-primary.active {
  background-color: #635BFF !important;
  border-color: #635BFF !important;
  color: #FFFFFF !important;
}

.methods-grid-section .card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: 1px solid #E6E8EB !important;
  border-radius: 12px;
  overflow: hidden;
}

.methods-grid-section .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08) !important;
}

.methods-grid-section .card-img-top {
  height: 220px;
  object-fit: cover;
}

.methods-grid-section .badge {
  font-weight: 600;
  font-size: 0.75rem;
  padding: 0.5em 0.8em;
  border-radius: 6px;
}

.methods-grid-section .card-title a {
  color: #1A1F36 !important;
  font-weight: 700;
  transition: color 0.2s;
}

.methods-grid-section .card-title a:hover {
  color: #635BFF !important;
}

.methods-grid-section .btn-primary {
  background: linear-gradient(135deg, #635BFF 0%, #00D4FF 100%);
  border: none;
  padding: 10px 20px;
  font-weight: 600;
  border-radius: 8px;
  box-shadow: none;
}

.methods-grid-section .btn-primary:hover {
  opacity: 0.9;
  box-shadow: 0 4px 12px rgba(99, 91, 255, 0.3);
}

.methods-grid-section .methods-cta-card {
  background-color: #F7FAFC;
  border: 1px solid #E6E8EB !important;
}

.methods-grid-section .methods-cta-card h2 {
  color: #1A1F36;
  font-weight: 700;
}

.methods-grid-section .methods-cta-card .form-control {
  border: 1px solid #E6E8EB;
  border-radius: 8px;
}

.methods-grid-section .methods-cta-card .form-control:focus {
  border-color: #635BFF;
  box-shadow: 0 0 0 4px rgba(99, 91, 255, 0.1);
}

@media (max-width: 768px) {
  .methods-grid-section {
    padding: 40px 0;
  }
  .methods-grid-section .card-img-top {
    height: 180px;
  }
}

/* ===== PAGE: contact ===== */
.contact-block {
  background-color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.contact-block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(99, 91, 255, 0.02) 0%, rgba(0, 212, 255, 0.02) 100%);
  z-index: 0;
}

.contact-block .container {
  position: relative;
  z-index: 1;
}

.contact-block__heading {
  color: #1A1F36;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.contact-block__lead {
  color: #4F566B;
  font-size: 1.1rem;
  line-height: 1.6;
}

.contact-block__icon-box {
  background: rgba(99, 91, 255, 0.1);
  color: #635BFF;
  width: 52px;
  height: 52px;
  border-radius: 12px;
  font-size: 1.5rem;
  transition: all 0.3s ease;
}

.contact-block__info-item h3 {
  color: #1A1F36;
}

.contact-block__info-item p {
  color: #4F566B;
}

.contact-block__wa-link {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s ease;
}

.contact-block__wa-link:hover {
  opacity: 0.8;
}

.contact-block__wa-link:hover .contact-block__icon-box {
  transform: scale(1.05);
}

.contact-block__form-container {
  background: #FFFFFF;
  border: 1px solid #E6E8EB !important;
}

.contact-block__form-container .form-label {
  color: #1A1F36;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.contact-block__form-container .form-control {
  background-color: #F7FAFC;
  border: 1px solid #E6E8EB;
  color: #1A1F36;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-block__form-container .form-control:focus {
  border-color: #635BFF;
  box-shadow: 0 0 0 4px rgba(99, 91, 255, 0.1);
  background-color: #FFFFFF;
}

.contact-block__form-container .form-control::placeholder {
  color: #8792A2;
  opacity: 1;
}

.contact-block__submit-btn {
  background: linear-gradient(135deg, #635BFF 0%, #00D4FF 100%);
  color: #FFFFFF;
  border: none;
  font-weight: 600;
  padding: 14px 40px;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(99, 91, 255, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-block__submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(99, 91, 255, 0.4);
  color: #FFFFFF;
}

.contact-block__submit-btn:active {
  transform: translateY(0);
}

.contact-block__support-img-wrapper img {
  object-fit: cover;
  max-height: 250px;
  width: 100%;
  border: 1px solid #E6E8EB;
}

/* ===== PAGE: privacy ===== */
.legal-text-block {
  background-color: #FFFFFF;
  font-family: 'Inter', sans-serif;
}

.legal-text-block__content h1 {
  color: #1A1F36;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.legal-text-block__content h2 {
  color: #1A1F36;
  font-weight: 600;
}

.legal-text-block__content p,
.legal-text-block__content li {
  color: #4F566B;
  line-height: 1.7;
  font-size: 16px;
}

.legal-text-block__icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #F0F4F8;
  border-radius: 8px;
  color: #635BFF;
  font-size: 20px;
  flex-shrink: 0;
}

.legal-text-block .text-primary {
  color: #635BFF !important;
}

.legal-text-block ul li {
  margin-bottom: 0.75rem;
}

@media (max-width: 768px) {
  .legal-text-block__content h1 {
    font-size: 28px;
  }
  .legal-text-block__content h2 {
    font-size: 20px;
  }
  .legal-text-block__section {
    margin-bottom: 2.5rem !important;
  }
}

/* ===== PAGE: terms ===== */
.terms-section {
  background-color: #F7FAFC;
  font-family: 'Inter', sans-serif;
}
.terms-card {
  border: 1px solid #E6E8EB;
  color: #1A1F36;
}
.terms-navigation .js-scroll-link {
  font-size: 0.95rem;
  transition: color 0.2s ease;
  display: block;
  padding: 4px 0;
}
.terms-navigation .js-scroll-link:hover {
  color: #635BFF !important;
}
.terms-body h3 {
  color: #1A1F36;
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  border-left: 4px solid #635BFF;
  padding-left: 1rem;
}
.terms-body p, .terms-body li {
  color: #4F566B;
  line-height: 1.7;
  margin-bottom: 1rem;
}
.terms-body ul li {
  position: relative;
  list-style: none;
  padding-left: 1.5rem;
}
.terms-body ul li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: #635BFF;
  font-weight: bold;
}
.update-info {
  font-size: 0.875rem;
  border: 1px dashed #E3E8EE;
}

/* ===== PAGE: disclaimer ===== */
.pt-disclaimer-section {
  background-color: #F7FAFC;
  font-family: 'Inter', sans-serif;
}

.pt-disclaimer-section .pt-disclaimer-content {
  border-color: #E6E8EB !important;
  color: #4F566B;
  line-height: 1.7;
}

.pt-disclaimer-section h2 {
  color: #1A1F36;
  position: relative;
  margin-top: 2rem;
}

.pt-disclaimer-section h2:first-child {
  margin-top: 0;
}

.pt-disclaimer-section .pt-alert-box {
  background-color: #F0F4F8;
  border-left: 4px solid #635BFF;
  color: #1A1F36;
}

.pt-disclaimer-section .pt-alert-box i {
  color: #635BFF;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .pt-disclaimer-section h2 {
    font-size: 1.25rem;
  }
  .pt-disclaimer-section .pt-disclaimer-content {
    padding: 1.5rem !important;
  }
}

.comment-card {
    border: 1px solid #E6E8EB !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04) !important;
    transition: border-color 0.2s ease;
}

.comment-card:hover {
    border-color: #635BFF !important;
}

.avatar-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.bg-primary-gradient {
    background: linear-gradient(135deg, #635BFF 0%, #00D4FF 100%);
}

.text-secondary {
    color: #4F566B !important;
    font-size: 1rem;
    line-height: 1.6;
}

.text-dark {
    color: #1A1F36 !important;
}

.btn-link {
    font-family: 'Inter', sans-serif;
    transition: color 0.2s ease;
}

.btn-link:hover {
    color: #0A2540 !important;
}

.reply-wrapper {
    border-left: 2px solid #F0F4F8 !important;
}

.avatar-circle-sm {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.bg-secondary {
    background-color: #0A2540 !important;
}

.bg-light {
    background-color: #F7FAFC !important;
}

.small {
    font-size: 0.875rem !important;
}


/* ===== PAGE TEMPLATE: iteration-gallery-list ===== */
.pt-body-base {
    font-family: 'Inter', sans-serif;
    color: #1A1F36;
    background-color: #FFFFFF;
}

.pt-header {
    background-color: #FFFFFF !important;
    border-bottom: 1px solid #E6E8EB;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    transition: all 0.3s ease;
    z-index: 1050;
}

.pt-header__logo {
    max-width: 45px;
    height: auto;
    object-fit: contain;
}

.pt-header__brand-name {
    font-weight: 700;
    color: #1A1F36;
    font-size: 1.1rem;
    letter-spacing: -0.02em;
}

.pt-header .nav-link {
    color: #4F566B;
    font-weight: 500;
    padding: 0.5rem 1rem !important;
}

.pt-header .nav-link:hover {
    color: #635BFF;
}

.pt-header__cta {
    background: linear-gradient(135deg, #635BFF 0%, #00D4FF 100%);
    color: #FFFFFF !important;
    font-weight: 600;
    padding: 0.6rem 1.5rem;
    border-radius: 8px;
    border: none;
    transition: transform 0.2s ease;
}

.hero-parttrace {
    min-height: 60vh;
    background-color: #0A2540;
}

.hero-parttrace .hero-bg {
    background-image: url('../public/photos/pics/parttrace-3d-printing-analysis.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: blur(4px) brightness(0.5);
    z-index: 1;
}

.hero-parttrace .hero-overlay {
    z-index: 2;
    min-height: 60vh;
    padding: 100px 0 80px;
    background: linear-gradient(180deg, rgba(10, 37, 64, 0.4) 0%, rgba(10, 37, 64, 0.7) 100%);
}

.hero-parttrace .hero-subtitle-top {
    color: #00D4FF;
    font-size: 0.85rem;
    letter-spacing: 0.15em;
}

.hero-parttrace .hero-title-main {
    color: #FFFFFF;
    font-size: 3rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.hero-parttrace .hero-description-text {
    color: #E3E8EE;
    font-size: 1.1rem;
    max-width: 700px;
}

.btn-hero-action {
    background: linear-gradient(135deg, #635BFF 0%, #00D4FF 100%);
    color: #FFFFFF;
    padding: 0.9rem 2.2rem;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.3s ease;
    border: none;
}

.pt-detail-wrapper .breadcrumb {
    background: transparent;
    padding: 0;
}

.pt-detail-wrapper .breadcrumb-item a {
    color: #635BFF;
    text-decoration: none;
    font-weight: 500;
}

.pt-detail-content h2 {
    color: #1A1F36;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.75rem;
}

.pt-detail-content p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #4F566B;
    margin-bottom: 1.5rem;
}

.pt-detail-content ul {
    list-style: none;
    padding-left: 0;
}

.pt-detail-content ul li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
    color: #4F566B;
}

.pt-detail-content ul li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #635BFF;
    font-weight: bold;
}

.pt-meta-card {
    background-color: #FFFFFF;
}

.pt-detail__cta {
    background: #635BFF;
    color: #FFFFFF !important;
    font-weight: 600;
    border-radius: 8px;
    border: none;
    transition: background 0.2s ease;
}

.pt-detail__cta:hover {
    background: #4f47e5;
}

.pt-pagination-link .fw-bold {
    transition: color 0.2s ease;
}

.pt-pagination-link:hover .fw-bold {
    color: #635BFF !important;
}

.pt-footer {
    background-color: #F7FAFC;
    border-top: 1px solid #E6E8EB;
}

.pt-footer__disclaimer {
    background-color: #F0F4F8;
    border-radius: 8px;
    border: 1px solid #E6E8EB;
}

.pt-footer__link {
    color: #4F566B;
    text-decoration: none;
}

.pt-footer__link:hover {
    color: #635BFF;
}

@media (max-width: 768px) {
    .hero-parttrace .hero-title-main {
        font-size: 1.25rem !important;
        hyphens: auto;
    }

    .hero-parttrace .hero-description-text {
        font-size: 0.95rem;
    }

    .pt-detail-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* ===== PAGE TEMPLATE: material-directory-list ===== */
.pt-header {
    background-color: #FFFFFF !important;
    border-bottom: 1px solid #E6E8EB;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    transition: all 0.3s ease;
    z-index: 1050;
}

.pt-header__logo {
    max-width: 45px;
    height: auto;
    object-fit: contain;
}

.pt-header__brand-name {
    font-weight: 700;
    color: #1A1F36;
    font-size: 1.1rem;
    letter-spacing: -0.02em;
}

.pt-header .nav-link {
    color: #4F566B;
    font-weight: 500;
    padding: 0.5rem 1rem !important;
    transition: color 0.2s ease;
}

.pt-header .nav-link:hover,
.pt-header .nav-link:focus {
    color: #635BFF;
}

.pt-header .dropdown-menu {
    background-color: #FFFFFF;
    padding: 0.75rem 0;
    margin-top: 0.5rem;
    border-radius: 12px;
}

.pt-header__cta {
    background: linear-gradient(135deg, #635BFF 0%, #00D4FF 100%);
    color: #FFFFFF !important;
    font-weight: 600;
    padding: 0.6rem 1.5rem;
    border-radius: 8px;
    border: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    font-size: 0.95rem;
}

.pt-header__cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(99, 91, 255, 0.25);
}

.pt-detail-material {
    background-color: #FFFFFF;
    min-height: 80vh;
}

.pt-detail-material__content-box {
    padding-right: 15px;
}

.pt-detail-material__body h2,
.pt-detail-material__body h3 {
    color: #1A1F36;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.pt-detail-material__body p {
    color: #4F566B;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.pt-detail-material__sidebar {
    position: sticky;
    top: 100px;
}

.pt-detail-material .breadcrumb-item a {
    color: #635BFF;
    text-decoration: none;
}

.pt-footer {
    background-color: #F7FAFC;
    color: #1A1F36;
    border-top: 1px solid #E6E8EB;
}

.pt-footer__disclaimer {
    background-color: #F0F4F8;
    border: 1px solid #E6E8EB;
    border-radius: 8px;
}

.pt-footer__logo {
    max-width: 50px;
    height: auto;
}

.pt-footer__heading {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1A1F36;
}

.pt-footer__link {
    color: #4F566B;
    text-decoration: none;
    font-size: 15px;
}

.pt-footer__link:hover {
    color: #635BFF;
}

@media (max-width: 991.98px) {
    .pt-detail-material__content-box {
        padding-right: 0;
    }

    .pt-detail-material__sidebar {
        position: static;
        margin-top: 2rem;
    }

    .pt-detail-material h1 {
        font-size: 1.75rem;
    }
}

/* ===== PAGE TEMPLATE: methods-and-regulations-list ===== */
.pt-detail-page {
    background-color: #F7FAFC;
    min-height: 80vh;
}

.pt-content-block {
    border: 1px solid #E6E8EB;
}

.pt-content-body h2 {
    color: #1A1F36;
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
    border-left: 4px solid #635BFF;
    padding-left: 1rem;
}

.pt-content-body p {
    color: #4F566B;
    line-height: 1.8;
    margin-bottom: 1.25rem;
    font-size: 1rem;
}

.pt-content-body ul {
    padding-left: 1.25rem;
    color: #4F566B;
    margin-bottom: 1.5rem;
}

.pt-content-body li {
    margin-bottom: 0.5rem;
    position: relative;
    list-style-type: none;
}

.pt-content-body li::before {
    content: '•';
    color: #635BFF;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.sidebar-sticky {
    position: sticky;
    top: 100px;
}

.form-control {
    background-color: #FFFFFF !important;
    border: 1px solid #E6E8EB !important;
    color: #1A1F36 !important;
    padding: 0.75rem 1rem !important;
}

.form-control::placeholder {
    color: #8792A2 !important;
    opacity: 1;
}

.btn-primary {
    background: linear-gradient(135deg, #635BFF 0%, #00D4FF 100%) !important;
    border: none !important;
    box-shadow: 0 4px 6px rgba(99, 91, 255, 0.2) !important;
    font-weight: 600 !important;
}

.breadcrumb-item a {
    color: #635BFF;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #8792A2;
}

.material-directory-section .card-body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.material-directory-section .card-body .btn {
    margin-top: auto;
}

.pt-detail-material__share .d-flex {
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .hero-title-main {
        font-size: 1.5rem !important;
    }

    .pt-content-body h2 {
        font-size: 1.25rem;
    }

    .pt-detail-page .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}