:root {
    --primary: #0d1b2a;
    --secondary: #1b263b;
    --accent: #00b4d8;
    --success: #48cae4;
    --background-main: #ffffff;
    --background-alt: #f8f9fa;
    --text-primary: #0d1b2a;
    --text-secondary: #415a77;
    --border-color: #dee2e6;
    --font-main: 'Inter', system-ui, -apple-system, sans-serif;
    --font-mono: 'JetBrains Mono', monospace;
}

.main-layout-modern {
    font-family: var(--font-main);
    background-color: var(--background-main);
    color: var(--text-primary);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.text-muted {
    color: #6c757d !important;
}

.font-mono {
    font-family: var(--font-mono);
}

.btn-accent {
    background-color: var(--accent);
    color: #fff;
    transition: all 0.3s ease;
}

.btn-accent:hover {
    background-color: #0096b4;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 180, 216, 0.3);
}

.card-showcase {
    border: 1px solid var(--border-color);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.card-showcase:hover {
    transform: translateY(-5px);
}

.smooth-transition {
    transition: all 0.3s ease-in-out;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

button,
a,
input,
textarea {
    letter-spacing: 0;
}

/* ===== header ===== */
.tr-header-block {
    background-color: #0d1b2a;
    transition: all 0.3s ease;
    z-index: 1030;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.tr-header-block.tr-scrolled {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.tr-header-block .navbar {
    min-height: 80px;
    padding: 0.5rem 0;
}

.tr-header-block .tr-brand-text {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    color: #ffffff;
    letter-spacing: -0.5px;
}

.tr-header-block .nav-link {
    color: #e0e1dd !important;
    font-weight: 500;
    font-size: 0.95rem;
    transition: color 0.2s ease;
}

.tr-header-block .nav-link:hover {
    color: #00b4d8 !important;
}

.tr-header-block .tr-cta-btn {
    background-color: #00b4d8;
    color: #0d1b2a;
    font-weight: 700;
    text-transform: none;
    border-radius: 4px;
    box-shadow: none;
    transition: all 0.2s ease;
    border: none;
}

.tr-header-block .tr-cta-btn:hover {
    background-color: #48cae4;
    transform: translateY(-1px);
    color: #0d1b2a;
    box-shadow: 0 4px 15px rgba(0, 180, 216, 0.3);
}

.tr-header-block .navbar-toggler {
    border: none;
    color: #ffffff;
    padding: 0.5rem;
}

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

.tr-header-block .bi-list {
    font-size: 1.75rem;
}

@media (max-width: 991.98px) {
    .tr-header-block .navbar-collapse {
        background-color: #0d1b2a;
        padding: 1.5rem 0;
    }

    .tr-header-block .nav-link {
        padding: 0.75rem 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .tr-header-block .tr-cta-btn {
        width: 100%;
        margin-top: 1rem;
        text-align: center;
    }
}

/* ===== hero ===== */
.tr-hero-block {
    background-color: #f8f9fa;
    min-height: 80vh;
    display: flex;
    align-items: center;
    font-family: 'Inter', sans-serif;
}

.tr-hero-blob {
    position: absolute;
    top: -100px;
    right: -100px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(0, 180, 216, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
    border-radius: 50%;
    z-index: 1;
}

.tr-hero-title {
    font-weight: 700;
    line-height: 1.15;
    color: #0d1b2a;
    font-size: 3.5rem;
}

.tr-hero-accent {
    color: #00b4d8;
    position: relative;
    display: inline-block;
}

.tr-hero-accent::after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 12px;
    background-color: rgba(0, 180, 216, 0.15);
    z-index: -1;
    border-radius: 4px;
}

.tr-hero-desc {
    font-size: 1.125rem;
    color: #415a77;
    max-width: 480px;
    line-height: 1.6;
}

.tr-hero-btn {
    background-color: #0d1b2a !important;
    color: #ffffff !important;
    font-weight: 500 !important;
    font-size: 1.1rem !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 15px rgba(13, 27, 42, 0.2) !important;
    transition: all 0.3s ease !important;
    border: none !important;
    text-transform: none !important;
    min-height: 60px;
}

.tr-hero-btn:hover {
    background-color: #1b263b !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(13, 27, 42, 0.3) !important;
}

.tr-hero-btn-secondary {
    background-color: #ffffff !important;
    color: #0d1b2a !important;
    border: 1px solid #d8e2eb !important;
}

.tr-hero-btn-secondary:hover {
    background-color: #f1f7fa !important;
    color: #0d1b2a !important;
}

.tr-indicator {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #dee2e6;
    display: block;
}

.tr-indicator.active {
    background-color: #00b4d8;
    width: 24px;
    border-radius: 10px;
}

.tr-hero-illustration-wrapper {
    position: relative;
    padding: 20px;
}

.tr-hero-img {
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.05));
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.5s ease;
}

.tr-hero-img:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.tr-hero-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: #ffffff;
    clip-path: ellipse(75% 100% at 50% 100%);
    z-index: 1;
}

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

    .tr-hero-desc {
        font-size: 14px !important;
        margin-bottom: 1.5rem !important;
    }

    .tr-hero-block {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .tr-hero-blob {
        width: 300px;
        height: 300px;
    }

    .tr-hero-accent::after {
        height: 6px;
        bottom: 2px;
    }

    .tr-hero-btn {
        width: 100%;
        font-size: 1rem !important;
    }
}

/* ===== tools-platforms ===== */
.tools-platforms-section {
    background-color: #ffffff;
    padding: 80px 0;
    overflow: hidden;
}

.tools-platforms-heading {
    color: #0d1b2a;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.tools-platforms-lead {
    color: #415a77;
    font-size: 1.15rem;
    line-height: 1.6;
}

.tools-platforms-main-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 400px;
}

.tools-platforms-card {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.tools-platforms-card:hover {
    background: #ffffff;
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(13, 27, 42, 0.1);
    border-color: #00b4d8;
}

.tools-platforms-icon-box {
    width: 50px;
    height: 50px;
    background: #0d1b2a;
    color: #00b4d8;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.tools-platforms-title-link {
    text-decoration: none;
    color: inherit;
}

.tools-platforms-title {
    font-family: 'JetBrains Mono', monospace;
    font-size: 1.25rem;
    font-weight: 500;
    color: #0d1b2a;
    margin-bottom: 0.75rem;
    transition: color 0.3s;
}

.tools-platforms-title-link:hover .tools-platforms-title {
    color: #00b4d8;
}

.tools-platforms-text {
    color: #415a77;
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.tools-platforms-btn {
    display: inline-block;
    background-color: #0d1b2a;
    color: #ffffff;
    text-decoration: none;
    padding: 0.6rem 1.25rem;
    border-radius: 4px;
    font-weight: 500;
    font-size: 0.9rem;
    text-align: center;
    transition: all 0.3s;
}

.tools-platforms-btn:hover {
    background-color: #00b4d8;
    color: #ffffff;
}

@media (max-width: 991px) {
    .tools-platforms-heading {
        font-size: 2rem;
    }

    .tools-platforms-main-visual {
        margin-bottom: 2rem;
    }

    .tools-platforms-main-visual img {
        min-height: 300px;
    }
}

/* ===== free-audit ===== */
.free-audit-section {
    background-color: #f8f9fa;
    font-family: 'Inter', sans-serif;
    overflow: hidden;
}

.free-audit-section .audit-heading {
    color: #0d1b2a;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.free-audit-section .audit-description {
    color: #415a77;
    font-size: 1.1rem;
    line-height: 1.6;
}

.free-audit-section .audit-icon {
    color: #00b4d8;
    font-size: 1.5rem;
}

.free-audit-section .audit-features-list h3 {
    color: #0d1b2a;
}

.free-audit-section .audit-features-list p {
    color: #415a77;
}

.free-audit-section .audit-form-card {
    background-color: #ffffff;
    border-color: #dee2e6 !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.05);
}

.free-audit-section .audit-form-card .form-header h2 {
    color: #0d1b2a;
}

.free-audit-section .audit-form-card .form-header p {
    color: #778da9;
}

.free-audit-section .form-label {
    color: #1b263b;
}

.free-audit-section .form-control {
    border: 1px solid #dee2e6;
    background-color: #ffffff;
    color: #0d1b2a;
    border-radius: 8px;
    transition: border-color 0.3s ease;
}

.free-audit-section .form-control:focus {
    border-color: #00b4d8;
    box-shadow: 0 0 0 0.25rem rgba(0, 180, 216, 0.1);
    outline: none;
}

.free-audit-section .form-control::placeholder {
    color: #adb5bd;
    opacity: 1;
}

.free-audit-section .audit-submit-btn {
    background-color: #0d1b2a;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
}

.free-audit-section .audit-submit-btn:hover {
    background-color: #1b263b;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(13, 27, 42, 0.2);
    color: #ffffff;
}

.free-audit-section .audit-image-wrapper img {
    object-fit: cover;
    transition: transform 0.5s ease;
}

.free-audit-section .audit-image-wrapper:hover img {
    transform: scale(1.02);
}

@media (max-width: 767px) {
    .free-audit-section .audit-heading {
        font-size: 1.5rem;
    }

    .free-audit-section .audit-description {
        font-size: 1rem;
    }

    .free-audit-section .audit-form-card {
        padding: 1.5rem !important;
    }
}

/* ===== inside-process ===== */
.inside-process {
    background-color: #ffffff;
    font-family: 'Inter', sans-serif;
    overflow: hidden;
}

.inside-process .text-primary-light-bg {
    color: #0d1b2a;
}

.inside-process .text-secondary-light-bg {
    color: #415a77;
}

.inside-process .process-card {
    background: #f8f9fa;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.inside-process .process-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 180, 216, 0.1) !important;
}

.inside-process .process-image-wrapper {
    height: 240px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.inside-process .process-image-wrapper img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.inside-process .process-card:hover .process-image-wrapper img {
    transform: scale(1.05);
}

.inside-process .process-number {
    font-family: 'JetBrains Mono', monospace;
    font-size: 1.25rem;
    font-weight: 700;
    color: #00b4d8;
    background: rgba(0, 180, 216, 0.1);
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.inside-process .h5 {
    line-height: 1.3;
}

.inside-process .lead {
    line-height: 1.6;
}

@media (max-width: 767.98px) {
    .inside-process .process-image-wrapper {
        height: 200px;
    }

    .inside-process h2 {
        font-size: 1.75rem;
    }

    .inside-process .lead {
        font-size: 1rem;
    }
}

/* ===== press-mentions ===== */
.press-mentions-section {
    font-family: 'Inter', sans-serif;
    overflow: hidden;
}

.press-mentions-section .text-accent {
    color: #00b4d8;
}

.press-mentions-section .press-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 12px;
    background: #ffffff;
}

.press-mentions-section .press-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(13, 27, 42, 0.1) !important;
}

.press-mentions-section .btn-primary {
    background-color: #0d1b2a;
    border-color: #0d1b2a;
    color: #ffffff;
}

.press-mentions-section .btn-outline-primary {
    color: #0d1b2a;
    border-color: #0d1b2a;
}

.press-mentions-section .btn-outline-primary:hover,
.press-mentions-section .btn-outline-primary.active {
    background-color: #0d1b2a;
    color: #ffffff;
}

.press-mentions-section .card-text {
    line-height: 1.6;
    color: #415a77;
}

.press-mentions-section .text-primary {
    color: #0d1b2a !important;
}

.press-mentions-section .text-secondary {
    color: #778da9 !important;
}

.press-mentions-section .border-top {
    border-top: 1px solid #dee2e6 !important;
}

/* ===== payment-terms ===== */
.payment-terms-section {
    font-family: 'Inter', sans-serif;
}

.payment-terms-section h2,
.payment-terms-section h3 {
    color: #0d1b2a;
}

.payment-terms-section .text-primary {
    color: #00b4d8 !important;
}

.payment-terms-section .bg-primary {
    background-color: #00b4d8 !important;
}

.payment-terms-section .btn-primary {
    background-color: #0d1b2a;
    border-color: #0d1b2a;
    color: #ffffff;
    transition: all 0.3s ease;
}

.payment-terms-section .btn-primary:hover {
    background-color: #1b263b;
    border-color: #1b263b;
    transform: translateY(-2px);
}

.payment-terms-section .js-service-card {
    transition: all 0.2s ease;
    background-color: #ffffff;
    border-color: #dee2e6 !important;
}

.payment-terms-section .js-service-card:hover {
    border-color: #00b4d8 !important;
    background-color: #f8f9fa;
}

.payment-terms-section .js-service-card.active {
    border-color: #00b4d8 !important;
    background-color: #f0fbff;
    box-shadow: 0 0 0 1px #00b4d8;
    color: #00b4d8;
}

.payment-terms-section .form-control::placeholder {
    color: #778da9;
    font-size: 0.95rem;
}

.payment-terms-section .form-control:focus {
    background-color: #ffffff !important;
    box-shadow: 0 0 0 0.25rem rgba(0, 180, 216, 0.15);
    border: 1px solid #00b4d8 !important;
}

.payment-terms-section .card {
    border-radius: 1rem;
}

.payment-terms-section .rounded-circle {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00b4d8 !important;
    color: #0d1b2a !important;
}

.payment-terms-section .rounded-circle i {
    color: #0d1b2a !important;
}

.payment-terms-section .fs-4 {
    font-family: 'JetBrains Mono', monospace;
}

/* ===== cases-grid ===== */
.cases-grid-section {
    background-color: #f8f9fa;
    color: #0d1b2a;
    font-family: 'Inter', sans-serif;
}

.cases-grid-heading {
    color: #0d1b2a;
    font-weight: 700;
    line-height: 1.2;
    font-size: 2.5rem;
}

.cases-grid-subheading {
    color: #415a77;
    font-size: 1.1rem;
    max-width: 600px;
    line-height: 1.6;
}

.cases-filter-btn {
    background-color: transparent;
    border: 1px solid #dee2e6;
    color: #415a77;
    padding: 0.6rem 1.5rem;
    font-weight: 500;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.cases-filter-btn.active {
    background-color: #0d1b2a;
    border-color: #0d1b2a;
    color: #ffffff;
}

.cases-filter-btn:hover:not(.active) {
    border-color: #00b4d8;
    color: #00b4d8;
}

.cases-archive-cta {
    background-color: #0d1b2a;
    border: 1px solid #0d1b2a;
    color: #ffffff;
    font-weight: 700;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.25s ease;
}

.cases-archive-cta:hover {
    background-color: #00b4d8;
    border-color: #00b4d8;
    color: #0d1b2a;
    transform: translateY(-2px);
}

.case-card {
    background: #ffffff;
    border: 1px solid #dee2e6;
    padding: 1.25rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 8px;
}

.case-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(13, 27, 42, 0.08);
}

.case-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.case-card-img-container {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 4px;
}

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

.case-card:hover .case-card-img {
    transform: scale(1.05);
}

.case-card-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0d1b2a;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.case-card-meta {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8rem;
    color: #778da9;
}

.case-card-excerpt {
    font-size: 0.95rem;
    color: #415a77;
    line-height: 1.5;
}

.cases-action-btn {
    background-color: #00b4d8;
    color: #ffffff;
    font-weight: 600;
    padding: 0.75rem;
    border: none;
    transition: background-color 0.3s ease;
    border-radius: 4px;
}

.cases-action-btn:hover {
    background-color: #0096b4;
    color: #ffffff;
}

@media (max-width: 768px) {
    .cases-grid-heading {
        font-size: 1.75rem;
    }

    .cases-grid-subheading {
        font-size: 1rem;
    }

    .cases-filter-btn {
        width: 100%;
        margin-bottom: 0.5rem;
    }
}

/* ===== impact-grid ===== */
.impact-grid-section {
    background-color: #ffffff;
    font-family: 'Inter', sans-serif;
}

.impact-grid-section__title {
    color: #0d1b2a;
    font-weight: 700;
    font-size: 2.25rem;
    letter-spacing: -0.02em;
}

.impact-grid-section__subtitle {
    color: #415a77;
    font-size: 1.1rem;
    max-width: 600px;
}

.impact-grid-section__btn-all {
    border-color: #0d1b2a;
    color: #0d1b2a;
    font-weight: 500;
    transition: all 0.3s ease;
}

.impact-grid-section__btn-all:hover {
    background-color: #0d1b2a;
    color: #ffffff;
    transform: translateY(-2px);
}

.impact-card {
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 0;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
}

.impact-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(13, 27, 42, 0.1);
    border-color: #00b4d8;
}

.impact-card__image-container {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

.impact-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.impact-card:hover .impact-card__image {
    transform: scale(1.05);
}

.impact-card__content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.impact-card__meta {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    color: #778da9;
    text-transform: uppercase;
}

.impact-card__title {
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: auto;
}

.impact-card__title a {
    color: #0d1b2a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.impact-card__title a:hover {
    color: #00b4d8;
}

.impact-card__link {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8rem;
    font-weight: 700;
    color: #00b4d8;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    margin-top: 1.5rem;
    letter-spacing: 0.05em;
}

.impact-card__link::after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #00b4d8;
    margin-left: 10px;
    transition: width 0.3s ease;
}

.impact-card:hover .impact-card__link::after {
    width: 40px;
}

@media (max-width: 767.98px) {
    .impact-grid-section__title {
        font-size: 16px;
    }

    .impact-card__title {
        font-size: 14px;
    }

    .impact-grid-section__subtitle {
        font-size: 14px;
    }

    .impact-grid-section {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
}

/* ===== footer ===== */
.tr-footer {
    background-color: #0d1b2a;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.tr-footer-title {
    font-family: 'JetBrains Mono', monospace;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tr-footer-link {
    color: #e0e1dd;
    transition: all 0.3s ease;
    display: inline-block;
    padding: 2px 0;
}

.tr-footer-link:hover {
    color: #00b4d8;
    transform: translateX(5px);
}

.tr-footer-desc,
.tr-footer-text {
    color: #e0e1dd;
    font-size: 0.9rem;
    line-height: 1.6;
}

.tr-share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #1b263b;
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
}

.tr-share-btn:hover {
    background-color: #00b4d8;
    transform: translateY(-3px);
    color: #ffffff;
}

.tr-footer-logo {
    object-fit: contain;
    transition: opacity 0.3s ease;
}

.tr-footer-logo:hover {
    opacity: 0.8;
}

.text-info {
    color: #00b4d8 !important;
}

.tr-impact-page {
    font-family: 'Inter', sans-serif;
    color: #0d1b2a;
}

.tr-impact-page h1 {
    color: #0d1b2a;
    font-weight: 700;
    line-height: 1.2;
}

.tr-impact-page h2 {
    color: #0d1b2a;
    font-weight: 700;
    font-size: 2.5rem;
}

.tr-impact-page h3 {
    color: #0d1b2a;
    font-weight: 600;
    font-size: 1.5rem;
}

.tr-impact-page .tr-section-desc {
    color: #415a77;
    font-size: 1.125rem;
    line-height: 1.8;
}

.tr-impact-page .tr-search-group .form-control {
    border-radius: 0 8px 8px 0;
    padding: 0.75rem 1rem;
    border: 1px solid #dee2e6;
}

.tr-impact-page .tr-search-group .input-group-text {
    border-radius: 8px 0 0 8px;
    color: #00b4d8;
    border: 1px solid #dee2e6;
}

.tr-impact-page .tr-search-group .form-control::placeholder {
    color: #778da9;
    opacity: 1;
}

.tr-impact-page .tr-count-badge {
    background-color: #e0e1dd;
    color: #0d1b2a;
    font-weight: 500;
    font-size: 0.9rem;
}

.tr-impact-page .tr-impact-card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #ffffff;
}

.tr-impact-page .tr-impact-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.tr-impact-page .tr-card-img-wrapper {
    height: 220px;
    overflow: hidden;
}

.tr-impact-page .tr-card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.tr-impact-page .tr-impact-card:hover .tr-card-img-wrapper img {
    transform: scale(1.05);
}

.tr-impact-page .tr-card-meta {
    font-size: 0.8rem;
    color: #778da9;
    font-family: 'JetBrains Mono', monospace;
}

.tr-impact-page .tr-excerpt {
    color: #415a77;
    font-size: 0.95rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tr-impact-page .tr-card-btn {
    background-color: #0d1b2a;
    color: #ffffff;
    border-radius: 6px;
    padding: 0.6rem 1.2rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.tr-impact-page .tr-card-btn:hover {
    background-color: #00b4d8;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 180, 216, 0.3);
}

.tr-impact-page .js-share-trigger {
    color: #778da9;
    font-size: 1.2rem;
    transition: color 0.2s ease;
}

.tr-impact-page .js-share-trigger:hover {
    color: #00b4d8;
}

@media (max-width: 767.98px) {
    .tr-impact-page h1 {
        font-size: 18px !important;
    }

    .tr-impact-page h2 {
        font-size: 16px !important;
    }

    .tr-impact-page h3 {
        font-size: 14px !important;
    }

    .tr-impact-page .tr-section-desc {
        font-size: 14px;
    }

    .tr-impact-page .tr-card-img-wrapper {
        height: 180px;
    }
}


/* ===== PAGE: about ===== */
.about-content {
  font-family: 'Inter', sans-serif;
  color: #415a77;
}
.about-content h1, .about-content h2, .about-content h3, .about-content h4 {
  color: #0d1b2a;
}
.about-content .text-accent {
  color: #00b4d8 !important;
}
.about-content .about-image-wrapper {
  position: relative;
  z-index: 1;
}
.about-content .about-image-wrapper img {
  object-fit: cover;
  height: 450px;
  width: 100%;
}
.about-content .mission-highlight-box {
  background: linear-gradient(135deg, #0d1b2a 0%, #1b263b 100%);
  box-shadow: 0 1rem 3rem rgba(13, 27, 42, 0.15);
}
.about-content .value-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e0e1dd !important;
}
.about-content .value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 180, 216, 0.1) !important;
}
.about-content .nav-pills .nav-link {
  color: #415a77;
  font-weight: 500;
  padding: 0.8rem 1.5rem;
  transition: all 0.3s ease;
}
.about-content .nav-pills .nav-link.active {
  background-color: #00b4d8;
  color: #ffffff;
}
.about-content .tab-pane-custom {
  padding: 2rem;
  animation: fadeIn 0.4s ease-in-out;
}
.about-content .max-w-700 {
  max-width: 700px;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 768px) {
  .about-content h1 { font-size: 1.8rem; }
  .about-content .about-image-wrapper img { height: 300px; }
  .about-content .mission-highlight-box p { font-size: 1.2rem !important; }
}

/* ===== PAGE: contacts ===== */
.contacts-section {
  background-color: #f8f9fa;
  font-family: 'Inter', sans-serif;
}
.contacts-section .contacts-section__title {
  color: #0d1b2a;
}
.contacts-section .contacts-section__subtitle {
  color: #415a77;
}
.contacts-section .contacts-section__info-card {
  background-color: #ffffff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.contacts-section .contacts-section__info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.05) !important;
}
.contacts-section .contacts-section__icon-box {
  width: 50px;
  height: 50px;
  min-width: 50px;
  background-color: #0d1b2a !important;
}
.contacts-section .contacts-section__link {
  color: #00b4d8;
  text-decoration: none;
  transition: color 0.2s ease;
}
.contacts-section .contacts-section__link:hover {
  color: #0d1b2a;
}
.contacts-section .contacts-section__text {
  color: #415a77;
}
.contacts-section .form-outline .form-control,
.contacts-section .contact-field .form-control {
  border: 1px solid #dee2e6;
  background: #ffffff;
}

.contacts-section .contact-field .form-label {
  color: #1b263b;
  font-weight: 600;
  margin-bottom: 0.45rem;
}

.contacts-section .contact-field .form-control {
  color: #0d1b2a;
  padding: 0.95rem 1rem;
}

.contacts-section .contact-field .form-control::placeholder {
  color: #8fa1b4;
}

.contacts-section .contact-field .form-control:focus {
  border-color: #00b4d8;
  box-shadow: 0 0 0 0.25rem rgba(0, 180, 216, 0.12);
}

.contacts-section .form-outline .form-label {
  background: #ffffff;
  color: #778da9;
  padding: 0 0.35rem;
}
.contacts-section .form-outline .form-control:focus ~ .form-label,
.contacts-section .form-outline .form-control.active ~ .form-label {
  color: #00b4d8;
}
.contacts-section .btn-primary {
  background-color: #0d1b2a !important;
  border: none;
  text-transform: none;
  box-shadow: none;
}
.contacts-section .btn-primary:hover {
  background-color: #1b263b !important;
  transform: translateY(-2px);
}
.contacts-section .btn-success {
  background-color: #48cae4 !important;
  border: none;
  color: #0d1b2a !important;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .contacts-section .contacts-section__title {
    font-size: 1.5rem !important;
  }
  .contacts-section .contacts-section__subtitle {
    font-size: 0.9rem !important;
  }
}

/* ===== PAGE: privacy ===== */
.privacy-content { font-family: 'Inter', sans-serif; background-color: #f8f9fa; }
.privacy-content__sidebar .nav-link { color: #415a77; font-size: 0.9rem; padding: 0.5rem 1rem; transition: all 0.3s ease; border-left: 3px solid transparent; margin-left: -2px; }
.privacy-content__sidebar .nav-link:hover { color: #00b4d8; background: rgba(0, 180, 216, 0.05); }
.privacy-content__sidebar .nav-link.active { color: #00b4d8; border-left-color: #00b4d8; font-weight: 700; background: rgba(0, 180, 216, 0.08); }
.privacy-content__main-text { line-height: 1.7; color: #0d1b2a; border: 1px solid #dee2e6; }
.privacy-content__main-text h2 { font-family: 'JetBrains Mono', monospace; font-weight: 700; letter-spacing: -0.02em; border-bottom: 2px solid #f8f9fa; padding-bottom: 0.5rem; }
.privacy-content__main-text p { margin-bottom: 1.25rem; }
.privacy-content__main-text ul li { margin-bottom: 0.75rem; position: relative; }
.privacy-content .text-accent { color: #00b4d8 !important; }
.privacy-content .text-primary { color: #0d1b2a !important; }
.privacy-content .sticky-top { top: 100px; }
@media (max-width: 991.98px) {
  .privacy-content__main-text { padding: 1.5rem !important; }
}

/* ===== PAGE: terms ===== */
.terms-content {
  background-color: #f8f9fa;
  font-family: 'Inter', sans-serif;
  color: #0d1b2a;
}

.terms-content .terms-sidebar {
  top: 2rem;
  height: fit-content;
}

.terms-content .nav-link {
  color: #415a77;
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
  border-left: 2px solid transparent;
  transition: all 0.3s ease;
}

.terms-content .nav-link:hover {
  color: #00b4d8;
  border-left-color: #00b4d8;
  background-color: rgba(0, 180, 216, 0.05);
}

.terms-content .terms-body {
  border-radius: 12px;
  line-height: 1.8;
}

.terms-content .text-accent {
  color: #00b4d8;
}

.terms-content article h2 {
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 0.75rem;
  margin-top: 1rem;
}

.terms-content .contact-box {
  background-color: #f8f9fa;
  border-color: #e0e1dd !important;
}

.terms-content .contact-box a {
  text-decoration: none;
}

.terms-content .contact-box a:hover {
  text-decoration: underline;
}

.terms-content ul li {
  position: relative;
  margin-bottom: 0.75rem;
}

.terms-content .bg-light {
  background-color: #f1f3f5 !important;
}

@media (max-width: 991.98px) {
  .terms-content .terms-body {
    padding: 2rem !important;
  }
  .terms-content h1 {
    font-size: 1.75rem;
  }
}

/* ===== PAGE: disclaimer ===== */
.disclaimer-content-section {
  background-color: #f8f9fa;
  font-family: 'Inter', sans-serif;
  color: #0d1b2a;
}

.disclaimer-content-section .disclaimer-card {
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid #dee2e6;
}

.disclaimer-content-section h1 {
  color: #0d1b2a;
  font-weight: 700;
  border-bottom: 2px solid #00b4d8;
  display: inline-block;
  padding-bottom: 8px;
}

.disclaimer-content-section h2 {
  color: #1b263b;
  font-weight: 600;
}

.disclaimer-content-section .bi-primary {
  color: #00b4d8;
}

.disclaimer-content-section p {
  line-height: 1.7;
  color: #415a77;
}

.disclaimer-content-section .disclaimer-intro p {
  font-size: 1.15rem;
}

.disclaimer-content-section .disclaimer-item {
  padding: 1rem 0;
}

.disclaimer-content-section .text-primary {
  color: #00b4d8 !important;
}

@media (max-width: 767.98px) {
  .disclaimer-content-section h1 {
    font-size: 1.5rem;
  }
  .disclaimer-content-section h2 {
    font-size: 1.1rem;
  }
  .disclaimer-content-section .disclaimer-card {
    padding: 1.5rem !important;
  }
}

.main-comment-box {
    background-color: #ffffff;
    border-color: #dee2e6 !important;
}

.main-comment-avatar {
    width: 54px;
    height: 54px;
    border-radius: 10px;
    object-fit: cover;
    border: 2px solid #e0e1dd;
}

.text-primary-custom {
    color: #0d1b2a;
}

.text-secondary-custom {
    color: #415a77;
    line-height: 1.6;
}

.text-accent-custom {
    color: #00b4d8 !important;
}

.badge-tech {
    background-color: #1b263b;
    color: #ffffff;
    padding: 4px 8px;
    font-size: 11px;
    font-weight: 500;
    border-radius: 4px;
    text-transform: uppercase;
}

.extra-small-text {
    font-size: 0.75rem;
}

.reply-comment-box {
    background-color: #f8f9fa;
    border-left: 3px solid #00b4d8;
    margin-left: 3.5rem;
}

.reply-comment-avatar {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    object-fit: cover;
    border: 1px solid #dee2e6;
}

.text-primary-custom-sm {
    color: #0d1b2a;
    font-size: 0.95rem;
}

.text-secondary-custom-sm {
    color: #415a77;
    font-size: 0.9rem;
    line-height: 1.5;
}

.extra-small-text {
    font-size: 0.75rem;
}


/* ===== PAGE TEMPLATE: cases ===== */
.tr-detail-hero {
    background-color: #0d1b2a;
    padding-top: 80px;
    border-bottom: 4px solid #00b4d8;
}

.tr-meta-box {
    background-color: rgba(27, 38, 59, 0.8);
    backdrop-filter: blur(4px);
}

.tr-article-body {
    font-family: 'Inter', sans-serif;
    line-height: 1.8;
    color: #415a77;
}

.tr-rich-content h2,
.tr-rich-content h3 {
    color: #0d1b2a;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.tr-rich-content p {
    margin-bottom: 1.5rem;
}

.tr-rich-content ul,
.tr-rich-content ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.tr-rich-content li {
    margin-bottom: 0.5rem;
}

.main-comment-avatar,
.reply-comment-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #00b4d8;
}

.reply-comment-box {
    background-color: #f8f9fa;
    border-left: 3px solid #00b4d8;
}

.badge-tech {
    background-color: rgba(0, 180, 216, 0.1);
    color: #00b4d8;
    padding: 0.25rem 0.6rem;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 4px;
    text-transform: uppercase;
}

.extra-small-text {
    font-size: 0.7rem;
}

.text-primary-custom {
    color: #0d1b2a;
}

.text-accent-custom {
    color: #00b4d8;
}

.tr-rich-content code {
    color: inherit !important;
    background: transparent !important;
    font-family: inherit !important;
    font-size: inherit !important;
    padding: 0 !important;
}

.js-like-btn.active,
.js-like-btn.active i,
.js-like-btn.active .js-like-count {
    color: #00b4d8 !important;
}

.tr-reply-context {
    background-color: rgba(0, 180, 216, 0.08);
    border-left: 3px solid #00b4d8;
    color: #415a77;
}

.tr-initials-avatar {
    background-color: #0d1b2a;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.about-content .mission-highlight-box h2 {
    color: #ffffff !important;
}

.tr-header-block {
    background-color: #0d1b2a;
    transition: all 0.3s ease;
    z-index: 1030;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.tr-header-block .navbar {
    min-height: 80px;
    padding: 0.5rem 0;
}

.tr-header-block .tr-brand-text {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    color: #ffffff;
}

.tr-header-block .nav-link {
    color: #e0e1dd !important;
    font-weight: 500;
    font-size: 0.95rem;
}

.tr-header-block .tr-cta-btn {
    background-color: #00b4d8;
    color: #0d1b2a;
    font-weight: 700;
    border-radius: 4px;
    border: none;
}

.tr-footer {
    background-color: #0d1b2a;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.tr-footer-title {
    font-family: 'JetBrains Mono', monospace;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tr-footer-link {
    color: #e0e1dd;
    transition: all 0.3s ease;
}

.tr-footer-link:hover {
    color: #00b4d8;
    transform: translateX(5px);
}

.tr-share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #1b263b;
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
}

.tr-share-btn:hover {
    background-color: #00b4d8;
    transform: translateY(-3px);
    color: #ffffff;
}

@media (max-width: 767.98px) {
    .tr-detail-hero h1 {
        font-size: 1.75rem !important;
    }

    .tr-detail-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .tr-article-body {
        padding: 1.5rem !important;
    }

    .tr-sidebar {
        position: static !important;
    }
}

/* ===== PAGE TEMPLATE: impact ===== */
.tr-detail-hero {
    background-color: #0d1b2a;
    padding-top: 80px;
    border-bottom: 4px solid #00b4d8;
}

.tr-meta-box {
    background-color: rgba(27, 38, 59, 0.8);
    backdrop-filter: blur(4px);
}

.tr-article-body {
    font-family: 'Inter', sans-serif;
    line-height: 1.8;
    color: #415a77;
}

.tr-rich-content h2,
.tr-rich-content h3 {
    color: #0d1b2a;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.tr-rich-content p {
    margin-bottom: 1.5rem;
}

.tr-rich-content ul,
.tr-rich-content ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.tr-rich-content li {
    margin-bottom: 0.5rem;
}

.main-comment-avatar,
.reply-comment-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #00b4d8;
}

.reply-comment-box {
    background-color: #f8f9fa;
    border-left: 3px solid #00b4d8;
}

.badge-tech {
    background-color: rgba(0, 180, 216, 0.1);
    color: #00b4d8;
    padding: 0.25rem 0.6rem;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 4px;
    text-transform: uppercase;
}

.extra-small-text {
    font-size: 0.7rem;
}

.text-primary-custom {
    color: #0d1b2a;
}

.text-accent-custom {
    color: #00b4d8;
}

.tr-header-block {
    background-color: #0d1b2a;
    transition: all 0.3s ease;
    z-index: 1030;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.tr-header-block .navbar {
    min-height: 80px;
    padding: 0.5rem 0;
}

.tr-header-block .tr-brand-text {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    color: #ffffff;
}

.tr-header-block .nav-link {
    color: #e0e1dd !important;
    font-weight: 500;
    font-size: 0.95rem;
}

.tr-header-block .tr-cta-btn {
    background-color: #00b4d8;
    color: #0d1b2a;
    font-weight: 700;
    border-radius: 4px;
    border: none;
}

.tr-footer {
    background-color: #0d1b2a;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.tr-footer-title {
    font-family: 'JetBrains Mono', monospace;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tr-footer-link {
    color: #e0e1dd;
    transition: all 0.3s ease;
}

.tr-footer-link:hover {
    color: #00b4d8;
    transform: translateX(5px);
}

.tr-share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #1b263b;
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
}

.tr-share-btn:hover {
    background-color: #00b4d8;
    transform: translateY(-3px);
    color: #ffffff;
}

@media (max-width: 767.98px) {
    .tr-detail-hero h1 {
        font-size: 1.75rem !important;
    }

    .tr-detail-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .tr-article-body {
        padding: 1.5rem !important;
    }

    .tr-sidebar {
        position: static !important;
    }
}
