:root {
    --primary: #0D9488;
    --primary-hover: #0F766E;
    --accent-blue: #0369A1;
    --background-main: #F8FAFC;
    --background-surface: #FFFFFF;
    --text-primary-light: #0F172A;
    --text-secondary-light: #475569;
    --text-muted-light: #94A3B8;
    --border-color: #E2E8F0;
    --status-innovation: #2DD4BF;
    --font-headings: 'Sora', sans-serif;
    --font-body: 'Inter', sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    background-color: var(--background-main);
    color: var(--text-primary-light);
    line-height: 1.65;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-headings);
    font-weight: 700;
    color: var(--text-primary-light);
}

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

* {
    box-sizing: border-box;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.site-layout-techno {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

img {
    max-width: 100%;
    height: auto;
}

.btn-techno-primary {
    background-color: var(--primary);
    color: #FFFFFF;
    border-radius: 0px;
    padding: 12px 24px;
    border: none;
    font-weight: 500;
}

.btn-techno-primary:hover {
    background-color: var(--primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.btn-techno-ghost {
    background-color: transparent;
    border: 1px solid var(--primary);
    color: var(--primary);
    border-radius: 0px;
    padding: 12px 24px;
}

.btn-techno-ghost:hover {
    background-color: var(--primary);
    color: #FFFFFF;
}

@media (max-width: 768px) {
    :root {
        --section-spacing: 48px;
    }
}

/* ===== header ===== */
.torv-header {
    z-index: 1030;
    background-color: #FFFFFF;
}

.torv-header .navbar {
    border-bottom: 1px solid #E2E8F0 !important;
}

.torv-header .torv-logo-img {
    max-width: 45px;
    height: auto;
    object-fit: contain;
}

.torv-header .torv-brand-text {
    font-family: 'Sora', sans-serif;
    font-weight: 800;
    font-size: 1.5rem;
    color: #0F172A;
    letter-spacing: -0.02em;
}

.torv-header .nav-link {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #475569;
    padding: 0.5rem 1rem !important;
    position: relative;
    transition: color 0.3s ease;
}

.torv-header .nav-link:hover,
.torv-header .nav-link:focus {
    color: #0D9488;
}

.torv-header .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #0D9488;
    transition: width 0.3s ease, left 0.3s ease;
}

.torv-header .nav-link:hover::after {
    width: 80%;
    left: 10%;
}

.torv-btn-cta {
    background-color: #0D9488;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    border-radius: 0;
    padding: 10px 24px;
    transition: all 0.3s ease;
    border: none;
    opacity: 1;
    visibility: visible;
}

.torv-btn-cta:hover,
.torv-btn-cta:focus {
    background-color: #0F766E;
    color: #FFFFFF;
}

.torv-header .torv-btn-cta {
    background-color: #0D9488;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    border-radius: 0;
    padding: 10px 24px;
    transition: all 0.3s ease;
    border: none;
}

.torv-header .torv-btn-cta:hover {
    background-color: #0F766E;
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(13, 148, 136, 0.2);
}

.torv-header .navbar-toggler {
    color: #0F172A;
}

.torv-header .scroll-progress-container {
    width: 100%;
    height: 3px;
    background: transparent;
    position: absolute;
    bottom: -3px;
    left: 0;
}

.torv-header .scroll-progress-bar {
    height: 100%;
    background-color: #0D9488;
    width: 0%;
    transition: width 0.1s linear;
}

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

    .torv-header .nav-link {
        padding: 0.75rem 0 !important;
        border-bottom: 1px solid #F1F5F9;
    }

    .torv-header .nav-link::after {
        display: none;
    }

    .torv-header .torv-brand-text {
        font-size: 1.25rem;
    }
}

/* ===== hero ===== */
.hero-block {
    min-height: 85vh;
    background-color: #0F172A;
    position: relative;
}

.hero-block__video-wrapper {
    z-index: 1;
}

.hero-block__video {
    object-fit: cover;
    filter: brightness(0.7);
}

.hero-block__overlay {
    background: linear-gradient(90deg, rgba(15, 23, 42, 0.9) 0%, rgba(15, 23, 42, 0.4) 100%);
    z-index: 2;
}

.hero-block .container {
    z-index: 3;
}

.hero-block__badge {
    background-color: rgba(45, 212, 191, 0.15);
    color: #2DD4BF;
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-left: 3px solid #0D9488;
    font-weight: 600;
}

.hero-block__title {
    font-family: 'Sora', sans-serif;
    font-weight: 800;
    font-size: clamp(2rem, 5vw, 4rem);
    line-height: 1.1;
    color: #FFFFFF;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.hero-block__lead {
    font-family: 'Inter', sans-serif;
    font-size: clamp(1rem, 1.25vw, 1.25rem);
    color: #E2E8F0;
    line-height: 1.6;
    max-width: 700px;
}

.hero-block__btn {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    padding: 16px 32px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.875rem;
}

.hero-block__btn--primary {
    background-color: #0D9488;
    color: #FFFFFF;
    border: 2px solid #0D9488;
}

.hero-block__btn--primary:hover {
    background-color: #0F766E;
    border-color: #0F766E;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(13, 148, 136, 0.2);
}

.hero-block__btn--outline {
    background-color: transparent;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
}

.hero-block__btn--outline:hover {
    background-color: #FFFFFF;
    color: #0F172A;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .hero-block {
        min-height: 70vh;
    }

    .hero-block__title {
        font-size: 28px;
    }

    .hero-block__lead {
        font-size: 16px;
    }
}

/* ===== featured_news ===== */
.torv-featured-news {
    background-color: #F8FAFC;
    overflow: hidden;
}

.torv-featured-news .torv-section-title {
    font-family: 'Sora', sans-serif;
    font-weight: 800;
    color: #0F172A;
    letter-spacing: -0.02em;
}

.torv-featured-news .torv-title-accent {
    width: 60px;
    height: 4px;
    background-color: #0D9488;
}

.torv-featured-news .torv-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    transition: border-color 0.3s ease, transform 0.3s ease;
    position: relative;
    overflow: hidden;
}

.torv-featured-news .torv-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.torv-featured-news .torv-card-img-wrapper {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
}

.torv-featured-news .torv-card-img-wrapper.mini {
    flex-shrink: 0;
    width: 100%;
}

@media (min-width: 576px) {
    .torv-featured-news .torv-card-img-wrapper.mini {
        width: 140px;
        height: 100%;
        aspect-ratio: 1 / 1;
    }
}

.torv-featured-news .torv-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.torv-featured-news .torv-card:hover .torv-img {
    transform: scale(1.05);
}

.torv-featured-news .torv-card:hover {
    border-color: #0D9488;
}

.torv-featured-news .torv-category-tag {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #0D9488;
    color: #FFFFFF;
    padding: 4px 12px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    z-index: 2;
}

.torv-featured-news .torv-category-tag.mini {
    position: static;
    display: inline-block;
    margin-bottom: 4px;
    padding: 2px 8px;
    font-size: 0.65rem;
}

.torv-featured-news .torv-meta {
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    color: #475569;
    display: flex;
    align-items: center;
    gap: 8px;
}

.torv-featured-news .torv-dot {
    width: 4px;
    height: 4px;
    background-color: #94A3B8;
    border-radius: 50%;
}

.torv-featured-news .torv-card-title {
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    color: #0F172A;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.torv-featured-news .torv-card:hover .torv-card-title {
    color: #0D9488;
}

.torv-featured-news .torv-card-excerpt {
    font-family: 'Inter', sans-serif;
    color: #475569;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.torv-featured-news .torv-btn-link {
    color: #0D9488;
    font-weight: 600;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.torv-featured-news .torv-btn-link.mini {
    font-size: 0.75rem;
}

.torv-featured-news .torv-btn-link i {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.torv-featured-news .torv-card:hover .torv-btn-link i {
    transform: translateX(5px);
}

@media (max-width: 991px) {
    .torv-featured-news .torv-card-hero {
        margin-bottom: 24px;
    }
}

@media (max-width: 767px) {
    .torv-featured-news .torv-card-title {
        font-size: 1.1rem;
    }

    .torv-featured-news .torv-card-title.h2 {
        font-size: 1.25rem;
    }
}

/* ===== latest_articles ===== */
.latest-articles-block {
    background-color: #F8FAFC;
}

.latest-articles-block .latest-articles-title {
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    color: #0F172A;
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.latest-articles-block .latest-articles-subtitle {
    color: #475569;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    margin-bottom: 2.5rem;
}

.latest-articles-block .latest-article-card {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 4px;
    overflow: hidden;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
}

.latest-articles-block .latest-article-card:hover {
    transform: translateY(-5px);
    border-color: #0D9488;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.latest-articles-block .latest-article-image-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
}

.latest-articles-block .latest-article-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.latest-articles-block .latest-article-card:hover .latest-article-img {
    transform: scale(1.05);
}

.latest-articles-block .latest-article-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background-color: rgba(45, 212, 191, 0.9);
    color: #0F172A;
    padding: 4px 12px;
    font-size: 0.75rem;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 20px;
    z-index: 2;
}

.latest-articles-block .latest-article-meta {
    font-size: 0.75rem;
    color: #94A3B8;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.latest-articles-block .latest-article-meta i {
    margin-right: 4px;
    font-size: 1rem;
    vertical-align: middle;
}

.latest-articles-block .latest-article-headline {
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.3;
}

.latest-articles-block .latest-article-link {
    color: #0F172A;
    text-decoration: none;
    transition: color 0.2s ease;
}

.latest-articles-block .latest-article-card:hover .latest-article-link {
    color: #0D9488;
}

.latest-articles-block .latest-article-excerpt {
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    line-height: 1.6;
    color: #475569;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.latest-articles-block .btn-latest-article {
    display: inline-block;
    background-color: #0D9488;
    color: #FFFFFF;
    padding: 10px 20px;
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
    border-radius: 0;
    width: 100%;
    text-align: center;
}

.latest-articles-block .btn-latest-article:hover {
    background-color: #0F766E;
    transform: translateY(-2px);
    color: #FFFFFF;
}

@media (max-width: 767px) {
    .latest-articles-block .latest-articles-title {
        font-size: 1.5rem;
    }

    .latest-articles-block .latest-articles-subtitle {
        font-size: 0.875rem;
    }
}

/* ===== newsletter ===== */
.newsletter-block {
    background-color: #F8FAFC;
}

.newsletter-block .newsletter-container {
    background-image: url('../static/visuals/content/tech-digital-connectivity-background.png');
    background-size: cover;
    background-position: center;
    border: 1px solid #E2E8F0;
    min-height: 400px;
    display: flex;
    align-items: center;
}

.newsletter-block .newsletter-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.85);
    z-index: 1;
}

.newsletter-block .newsletter-content {
    position: relative;
    z-index: 99;
    color: #FFFFFF;
    text-align: center;
}

.newsletter-block .newsletter-content,
.newsletter-block .newsletter-content * {
    color: #FFFFFF !important;
}

.newsletter-block .newsletter-content .newsletter-input {
    color: #0F172A !important;
}

.newsletter-block .newsletter-content .newsletter-input::placeholder {
    color: #94A3B8 !important;
}

.newsletter-block .newsletter-heading {
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}

.newsletter-block .newsletter-subtext {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    line-height: 1.65;
    color: #FFFFFF;
    max-width: 600px;
    margin: 0 auto;
}

.newsletter-block .newsletter-form-group {
    max-width: 600px;
    margin: 0 auto;
}

.newsletter-block .newsletter-input {
    height: 56px;
    border-radius: 0;
    border: 1px solid #475569;
    background-color: #FFFFFF;
    color: #0F172A;
    padding: 0 20px;
    font-size: 1rem;
    font-family: 'Inter', sans-serif;
    transition: border-color 0.3s ease;
}

.newsletter-block .newsletter-input:focus {
    border-color: #0D9488;
    box-shadow: none;
    outline: none;
}

.newsletter-block .newsletter-input::placeholder {
    color: #94A3B8;
    opacity: 1;
}

.newsletter-block .newsletter-submit-btn {
    background-color: #0D9488;
    border: none;
    border-radius: 0;
    height: 56px;
    padding: 0 40px;
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.newsletter-block .newsletter-submit-btn:hover {
    background-color: #0F766E;
    transform: translateY(-2px);
}

.newsletter-block .newsletter-footer-text {
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    color: #FFFFFF;
    text-align: center;
}

.newsletter-block .newsletter-link {
    color: #FFFFFF;
    text-decoration: underline;
    transition: opacity 0.3s ease;
}

.newsletter-block .newsletter-link:hover {
    color: #FFFFFF;
    opacity: 0.8;
    text-decoration: underline;
}

@media (max-width: 767.98px) {
    .newsletter-block .newsletter-heading {
        font-size: 1.25rem;
    }

    .newsletter-block .newsletter-subtext {
        font-size: 0.95rem;
    }

    .newsletter-block .newsletter-input {
        height: 48px;
    }

    .newsletter-block .newsletter-submit-btn {
        height: 48px;
    }
}

/* ===== footer ===== */
.footer-block {
    background-color: #FFFFFF;
    border-top: 1px solid #E2E8F0;
    color: #475569;
    font-family: 'Inter', sans-serif;
}

.footer-block__logo {
    max-width: 50px;
    height: auto;
}

.footer-block__about {
    font-size: 0.95rem;
    line-height: 1.65;
    color: #475569;
}

.footer-block__title {
    font-family: 'Sora', sans-serif;
    color: #0F172A;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.875rem;
}

.footer-block__link {
    color: #475569;
    transition: color 0.3s ease;
    font-size: 0.95rem;
}

.footer-block__link:hover {
    color: #0D9488;
}

.footer-block__icon {
    color: #0D9488;
}

.footer-block__divider {
    border-color: #E2E8F0;
    opacity: 1;
}

.footer-block__copy {
    font-size: 0.875rem;
    color: #94A3B8;
}

.footer-block__text {
    font-size: 0.95rem;
}

@media (max-width: 767px) {
    .footer-block__title {
        margin-top: 1rem;
    }

    .footer-block {
        text-align: left;
    }
}

/* ===== PAGE: privacy ===== */
.policy-content-block {
  padding: 60px 0;
  background-color: #F8FAFC;
  color: #475569;
  font-family: 'Inter', sans-serif;
  line-height: 1.65;
}

.policy-inner-wrapper {
  max-width: 800px;
  margin: 0 auto;
  background: #FFFFFF;
  padding: 48px;
  border: 1px solid #E2E8F0;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.policy-content-block h2 {
  font-family: 'Sora', sans-serif;
  color: #0F172A;
  font-weight: 700;
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #0D9488;
  padding-bottom: 10px;
  display: inline-block;
}

.policy-content-block p {
  margin-bottom: 20px;
  font-size: 16px;
}

.policy-content-block ul {
  margin-bottom: 24px;
  padding-left: 20px;
  list-style-type: none;
}

.policy-content-block ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 25px;
}

.policy-content-block ul li::before {
  content: '\2713';
  font-family: 'Inter', sans-serif;
  position: absolute;
  left: 0;
  color: #0D9488;
  font-weight: bold;
}

.policy-date {
  font-size: 0.875rem;
  color: #94A3B8;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 32px !important;
  border-left: 3px solid #0D9488;
  padding-left: 12px;
}

@media (max-width: 768px) {
  .policy-inner-wrapper {
    padding: 24px;
    margin: 0 16px;
  }
  
  .policy-content-block h2 {
    font-size: 20px;
  }
  
  .policy-content-block p {
    font-size: 15px;
  }
}

/* ===== PAGE: terms ===== */
.policy-content-block { padding: 64px 0; background-color: #F8FAFC; color: #0F172A; font-family: 'Inter', sans-serif; } .policy-inner-wrapper { max-width: 800px; margin: 0 auto; padding: 0 24px; } .policy-badge { display: inline-block; color: #0D9488; font-family: 'Inter', sans-serif; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 16px; border-bottom: 2px solid #0D9488; padding-bottom: 4px; } .policy-title { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 2.5rem; line-height: 1.2; color: #0F172A; margin-bottom: 24px; } .policy-lead { font-size: 1.125rem; line-height: 1.65; color: #475569; margin-bottom: 24px; } .policy-meta { font-size: 0.875rem; color: #94A3B8; margin-bottom: 40px; } .policy-article h2 { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 1.5rem; color: #0F172A; margin-top: 48px; margin-bottom: 20px; border-left: 4px solid #0D9488; padding-left: 16px; } .policy-article p { font-size: 1rem; line-height: 1.7; color: #334155; margin-bottom: 1.5rem; } .policy-inner-wrapper .policy-list { padding-left: 0; margin-bottom: 1.5rem; list-style: none; } .policy-inner-wrapper .policy-list li { margin-bottom: 0.75rem; color: #334155; position: relative; list-style: none; padding-left: 1.75rem; } .policy-inner-wrapper .policy-list li::before { content: '\2713'; position: absolute; left: 0; top: 0; color: #0D9488; font-weight: bold; } @media (max-width: 768px) { .policy-content-block { padding: 40px 0; } .policy-title { font-size: 1.5rem; } .policy-article h2 { font-size: 1.25rem; margin-top: 32px; } .policy-lead { font-size: 1rem; } }

/* ===== PAGE: disclaimer ===== */
.policy-content-block { background-color: #F8FAFC; padding: 60px 20px; font-family: 'Inter', sans-serif; color: #0F172A; line-height: 1.65; } .disclaimer-container { max-width: 900px; margin: 0 auto; background: #FFFFFF; padding: 40px; border: 1px solid #E2E8F0; } .disclaimer-header { margin-bottom: 40px; border-bottom: 2px solid #0D9488; padding-bottom: 20px; } .badge-top { font-family: 'Inter', sans-serif; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.05em; color: #0D9488; text-transform: uppercase; display: block; margin-bottom: 10px; } .main-title { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 2.5rem; color: #0F172A; margin-bottom: 15px; line-height: 1.2; } .lead-text { font-size: 1.125rem; color: #475569; margin-bottom: 15px; } .update-date { font-size: 0.875rem; color: #94A3B8; display: flex; align-items: center; gap: 8px; } .content-section { margin-bottom: 35px; } .content-section h2 { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 1.5rem; color: #0D9488; margin-bottom: 18px; line-height: 1.3; } .content-section p { margin-bottom: 15px; text-align: justify; } .content-section ul { margin-bottom: 15px; padding-left: 20px; list-style-type: none; } .content-section ul li { position: relative; padding-left: 25px; margin-bottom: 10px; } .content-section ul li::before { content: '\2022'; color: #0D9488; font-weight: bold; position: absolute; left: 0; font-size: 1.2rem; } .contact-box { background: #F1F5F9; padding: 25px; border-radius: 4px; } .contact-list { padding-left: 0 !important; } .contact-list li { display: flex; align-items: center; gap: 10px; padding-left: 0 !important; } .contact-list li::before { content: none; } .contact-list i { color: #0D9488; font-size: 1.25rem; } @media (max-width: 768px) { .policy-content-block { padding: 30px 15px; } .disclaimer-container { padding: 25px; } .main-title { font-size: 1.125rem; } .content-section h2 { font-size: 1rem; } .lead-text { font-size: 0.95rem; } .content-section p { text-align: left; font-size: 0.9rem; } }

/* ===== PAGE: cookies ===== */
.policy-content-block {
  padding: 60px 0;
  background-color: #F8FAFC;
  color: #0F172A;
  font-family: 'Inter', sans-serif;
  line-height: 1.65;
}

.policy-content-block .policy-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.policy-content-block .policy-heading {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  color: #0F172A;
  font-size: 1.5rem;
  border-left: 4px solid #0D9488;
  padding-left: 15px;
}

.policy-content-block .policy-subheading {
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  color: #0F172A;
  font-size: 1.1rem;
  margin-bottom: 12px;
}

.policy-content-block .policy-text {
  color: #475569;
  font-size: 1rem;
}

.policy-content-block .policy-card {
  background: #FFFFFF;
  padding: 24px;
  border: 1px solid #E2E8F0;
  transition: border-color 0.3s ease;
}

.policy-content-block .policy-card:hover {
  border-color: #0D9488;
}

.policy-content-block .policy-card-icon {
  font-size: 2rem;
  color: #0D9488;
  margin-bottom: 15px;
  display: block;
}

.policy-content-block .policy-card-text {
  font-size: 0.9rem;
  color: #64748B;
  margin-bottom: 0;
}

.policy-content-block .policy-wrapper .policy-list {
  list-style: none;
  padding-left: 0;
}

.policy-content-block .policy-wrapper .policy-list li {
  position: relative;
  padding: 8px 0 8px 1.75rem;
  color: #0D9488;
  font-weight: 500;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.policy-content-block .policy-wrapper .policy-list li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  top: 8px;
  color: #0D9488;
  font-weight: bold;
}

.policy-content-block .policy-wrapper .policy-list li:hover {
  transform: translateX(5px);
}

@media (max-width: 768px) {
  .policy-content-block .policy-heading {
    font-size: 1.2rem;
  }
  .policy-content-block .policy-subheading {
    font-size: 1rem;
  }
  .policy-content-block .policy-text {
    font-size: 0.95rem;
  }
  .policy-content-block {
    padding: 40px 0;
  }
}

/* ===== PAGE: ai ===== */
.ai-post-grid {
  background-color: #F8FAFC;
  overflow: hidden;
}
.ai-post-grid__title {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  color: #0F172A;
  font-size: 2rem;
  margin-bottom: 0;
}
.ai-post-grid__filter-btn {
  background-color: #FFFFFF;
  border: 1px solid #E2E8F0;
  color: #475569;
  padding: 8px 16px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}
.ai-post-grid__filter-btn:hover {
  border-color: #0D9488;
  color: #0D9488;
}
.ai-post-grid__filter-btn.active {
  background-color: #0D9488;
  color: #FFFFFF;
  border-color: #0D9488;
}
.ai-post-grid__card {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  transition: transform 0.3s ease, border-color 0.3s ease;
  display: flex;
  flex-direction: column;
}
.ai-post-grid__card:hover {
  transform: translateY(-4px);
  border-color: #0D9488;
}
.ai-post-grid__image-wrapper {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.ai-post-grid__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.ai-post-grid__card:hover .ai-post-grid__img {
  transform: scale(1.05);
}
.ai-post-grid__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(13, 148, 136, 0.9);
  color: #FFFFFF;
  padding: 4px 12px;
  font-size: 0.75rem;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.ai-post-grid__content {
  padding: 24px;
  flex-grow: 1;
}
.ai-post-grid__meta {
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  color: #94A3B8;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.ai-post-grid__post-title {
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 1.15rem;
  line-height: 1.4;
  margin-bottom: 12px;
}
.ai-post-grid__post-title a {
  color: #0F172A;
  transition: color 0.3s ease;
}
.ai-post-grid__post-title a:hover {
  color: #0D9488;
}
.ai-post-grid__excerpt {
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 20px;
}
.ai-post-grid__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0D9488;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  transition: gap 0.3s ease;
}
.ai-post-grid__btn:hover {
  gap: 12px;
  color: #0F766E;
}
@media (max-width: 768px) {
  .ai-post-grid__title {
    font-size: 1.5rem;
  }
  .ai-post-grid__content {
    padding: 16px;
  }
}

/* ===== PAGE: tech ===== */
.tech-section-wrapper {
  --primary-color: #0D9488;
  --primary-hover: #0F766E;
  --background-main: #F8FAFC;
  --text-secondary: #475569;
  --border-color: #E2E8F0;
  background-color: var(--background-main);
}

.tech-section-wrapper .letter-spacing-1 {
  letter-spacing: 0.05em;
}

.tech-section-wrapper .post-image {
  transition: transform 0.4s ease;
  height: 250px;
  object-fit: cover;
}

.tech-section-wrapper .card:hover .post-image {
  transform: scale(1.05);
}

.tech-section-wrapper .card {
  border-radius: 0;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid var(--border-color);
}

.tech-section-wrapper .card:hover {
  border-color: var(--primary-color);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1) !important;
}

.tech-section-wrapper .category-tag {
  background-color: var(--primary-color);
  color: white;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  z-index: 1;
}

.tech-section-wrapper .metadata-text {
  font-size: 0.8rem;
  font-family: 'Inter', sans-serif;
}

.tech-section-wrapper .card-title a {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  transition: color 0.3s ease;
}

.tech-section-wrapper .card-title a:hover {
  color: var(--primary-color) !important;
}

.tech-section-wrapper .btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  border-radius: 0;
  padding: 10px 24px;
  font-weight: 600;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.tech-section-wrapper .btn-primary:hover {
  background-color: var(--primary-hover);
  border-color: var(--primary-hover);
  transform: translateY(-2px);
}

.tech-section-wrapper .search-filter-box {
  border-radius: 0;
}

.tech-section-wrapper .form-control:focus {
  box-shadow: none;
  border-color: var(--primary-color);
}

.tech-section-wrapper .btn-outline-primary {
  color: var(--primary-color);
  border-color: var(--primary-color);
  border-radius: 0;
}

.tech-section-wrapper .btn-outline-primary.active,
.tech-section-wrapper .btn-outline-primary:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: white;
}

@media (max-width: 768px) {
  .tech-section-wrapper .display-4 {
    font-size: 1.75rem;
  }
  .tech-section-wrapper .post-image {
    height: 200px;
  }
}

/* ===== PAGE: science ===== */
.science-page { background-color: #F8FAFC; color: #0F172A; font-family: 'Inter', sans-serif; }
.science-hero { padding: 96px 0; background-color: #FFFFFF; border-bottom: 1px solid #E2E8F0; position: relative; overflow: hidden; }
.science-hero__badge { display: inline-block; padding: 6px 12px; background-color: rgba(13, 148, 136, 0.1); color: #0D9488; font-family: 'Inter', sans-serif; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 24px; border-radius: 0; }
.science-hero__title { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 3rem; line-height: 1.2; color: #0F172A; margin-bottom: 24px; }
.science-hero__lead { font-size: 1.25rem; line-height: 1.65; color: #475569; max-width: 800px; margin: 0 auto; }
.science-posts { padding: 96px 0; }
.science-card { background: #FFFFFF; border: 1px solid #E2E8F0; transition: border-color 0.3s ease, transform 0.3s ease; height: 100%; position: relative; }
.science-card:hover { border-color: #0D9488; transform: translateY(-4px); }
.science-card__link { text-decoration: none; color: inherit; display: flex; flex-direction: column; height: 100%; }
.science-card__img-container { position: relative; width: 100%; padding-top: 56.25%; overflow: hidden; }
.science-card__img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.science-card:hover .science-card__img { transform: scale(1.03); }
.science-card__content { padding: 32px; display: flex; flex-direction: column; flex-grow: 1; }
.science-card__meta { font-size: 0.75rem; color: #94A3B8; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 16px; font-weight: 500; }
.science-card__title { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 1.5rem; line-height: 1.3; color: #0F172A; margin-bottom: 16px; transition: color 0.3s ease; }
.science-card:hover .science-card__title { color: #0D9488; }
.science-card__excerpt { font-size: 1rem; line-height: 1.6; color: #475569; margin-bottom: 24px; flex-grow: 1; }
.science-card__footer { margin-top: auto; }
.science-card__btn { display: inline-flex; align-items: center; color: #0D9488; font-weight: 600; font-size: 0.875rem; transition: color 0.3s ease; }
.science-card__btn i { margin-left: 8px; font-size: 1.25rem; transition: transform 0.3s ease; }
.science-card:hover .science-card__btn i { transform: translateX(4px); }
@media (max-width: 768px) {
  .science-hero { padding: 64px 0; }
  .science-hero__title { font-size: 1.75rem; }
  .science-hero__lead { font-size: 1rem; }
  .science-posts { padding: 48px 0; }
  .science-card__content { padding: 24px; }
  .science-card__title { font-size: 1.25rem; }
}

/* ===== PAGE: security ===== */
.security-posts-section {
  background-color: #F8FAFC;
}

.security-posts-section__heading {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  color: #0F172A;
  font-size: 2rem;
}

.security-posts-section__subheading {
  font-size: 1rem;
  max-width: 500px;
}

.security-posts-section__search-wrapper .form-control {
  border-color: #E2E8F0;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.security-posts-section__search-wrapper .input-group-text {
  border-color: #E2E8F0;
  color: #94A3B8;
}

.security-posts-section__card {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  transition: transform 0.3s ease, border-color 0.3s ease;
  position: relative;
  overflow: hidden;
}

.security-posts-section__card:hover {
  border-color: #0D9488;
  transform: translateY(-4px);
}

.security-posts-section__img-container {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.security-posts-section__img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.security-posts-section__card:hover .security-posts-section__img-container img {
  transform: scale(1.05);
}

.security-posts-section__badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(13, 148, 136, 0.9);
  color: #FFFFFF;
  padding: 4px 12px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.security-posts-section__meta {
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  color: #94A3B8;
  display: flex;
  align-items: center;
}

.security-posts-section__title {
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.4;
}

.security-posts-section__title a {
  color: #0F172A;
  transition: color 0.3s ease;
}

.security-posts-section__title a:hover {
  color: #0D9488;
}

.security-posts-section__excerpt {
  font-size: 0.95rem;
  line-height: 1.6;
}

.security-posts-section__btn {
  background-color: #0D9488;
  color: #FFFFFF;
  padding: 12px 24px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
}

.security-posts-section__btn:hover {
  background-color: #0F766E;
  color: #FFFFFF;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .security-posts-section__heading {
    font-size: 1.5rem;
  }
  .security-posts-section__search-wrapper {
    margin-top: 1.5rem;
  }
}

/* ===== PAGE: about-contact ===== */
.about-contact-page { font-family: 'Inter', sans-serif; color: #0F172A; }
.about-contact-page h1, .about-contact-page h2, .about-contact-page h3 { font-family: 'Sora', sans-serif; font-weight: 700; color: #0F172A; }
.about-contact-page .badge { background-color: rgba(13, 148, 136, 0.1); color: #0D9488; font-weight: 600; font-size: 0.75rem; letter-spacing: 0.05em; }
.about-contact-page .about-image-holder img { border-radius: 0; transition: transform 0.3s ease; object-fit: cover; height: 500px; }
.about-contact-page .about-image-holder:hover img { transform: scale(1.02); }
.about-contact-page .bx-check-circle { color: #0D9488; font-size: 1.5rem; }
.about-contact-page .contact-info-card { background-color: #FFFFFF; border: 1px solid #E2E8F0; }
.about-contact-page .contact-icon-box { width: 48px; height: 48px; background: #F1F5F9; display: flex; align-items: center; justify-content: center; font-size: 1.25rem; color: #0D9488; }
.about-contact-page .form-control { border: 1px solid #E2E8F0; padding: 0.75rem 1rem; transition: border-color 0.2s; }
.about-contact-page .form-control:focus { border-color: #0D9488; box-shadow: none; outline: 0; }
.about-contact-page .btn-primary { background-color: #0D9488; border: none; transition: all 0.3s ease; }
.about-contact-page .btn-primary:hover { background-color: #0F766E; transform: translateY(-2px); }
@media (max-width: 767.98px) {
  .about-contact-page .about-image-holder img { height: 300px; }
  .about-contact-page h1 { font-size: 1.5rem; }
  .about-contact-page h2 { font-size: 1.25rem; }
}

.comment-item {
    transition: background-color 0.2s ease;
    border-color: #E2E8F0 !important;
}

.comment-item:hover {
    background-color: #FBFDFD;
}

.comment-avatar {
    width: 48px;
    height: 48px;
    border-radius: 4px;
    object-fit: cover;
    border: 1px solid #E2E8F0;
}

.comment-author {
    font-family: 'Sora', sans-serif;
    color: #0F172A;
    font-weight: 600;
    font-size: 0.95rem;
}

.comment-timestamp {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.02em;
}

.comment-message {
    font-family: 'Inter', sans-serif;
    font-size: 0.9375rem;
    line-height: 1.65;
    color: #475569;
    margin: 0;
}

.action-link {
    font-family: 'Inter', sans-serif;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #0D9488 !important;
}

.action-link.secondary {
    color: #94A3B8 !important;
}

.action-link:hover {
    opacity: 0.8;
}

.reply-item {
    background-color: rgba(13, 148, 136, 0.02);
}

.comment-avatar.sm {
    width: 36px;
    height: 36px;
}

.text-primary {
    color: #0D9488 !important;
}

.comment-item.reply-item:hover {
    background-color: rgba(13, 148, 136, 0.05);
}


/* ===== PAGE TEMPLATE: ai-posts ===== */
.torv-header {
    z-index: 1030;
    background-color: #FFFFFF;
}

.torv-header .navbar {
    border-bottom: 1px solid #E2E8F0 !important;
}

.torv-header .torv-logo-img {
    max-width: 45px;
    height: auto;
    object-fit: contain;
}

.torv-header .torv-brand-text {
    font-family: 'Sora', sans-serif;
    font-weight: 800;
    font-size: 1.5rem;
    color: #0F172A;
    letter-spacing: -0.02em;
}

.torv-header .nav-link {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #475569;
    padding: 0.5rem 1rem !important;
    position: relative;
    transition: color 0.3s ease;
}

.torv-header .nav-link:hover {
    color: #0D9488;
}

.torv-header .torv-btn-cta {
    background-color: #0D9488;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    border-radius: 0;
    padding: 10px 24px;
    transition: all 0.3s ease;
    border: none;
}

.torv-header .scroll-progress-bar {
    height: 100%;
    background-color: #0D9488;
    width: 0%;
    transition: width 0.1s linear;
}

.torv-post-detail {
    background-color: #F8FAFC;
    min-height: 100vh;
}

.torv-post-detail .detail-hero {
    background-size: cover;
    background-position: center;
    min-height: 400px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 4rem;
    position: relative;
}

.torv-post-detail .detail-hero__title {
    font-family: 'Sora', sans-serif;
    font-weight: 800;
    font-size: clamp(1.75rem, 4vw, 3rem);
    color: #FFFFFF;
    line-height: 1.2;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.torv-post-detail .post-body {
    font-family: 'Inter', sans-serif;
    color: #334155;
    font-size: 1.1rem;
    line-height: 1.8;
}

.torv-post-detail .post-body h2,
.torv-post-detail .post-body h3 {
    font-family: 'Sora', sans-serif;
    color: #0F172A;
    margin-top: 2rem;
    margin-bottom: 1.25rem;
    font-weight: 700;
}

.torv-post-detail .post-body p {
    margin-bottom: 1.5rem;
}

.torv-post-detail .post-body img {
    max-width: 100%;
    height: auto;
    margin: 2rem 0;
    border: 1px solid #E2E8F0;
}

.torv-post-detail .post-body ul,
.torv-post-detail .post-body ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.torv-post-detail .post-body li {
    margin-bottom: 0.5rem;
}

.torv-post-detail .section-title {
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    color: #0F172A;
    position: relative;
    padding-bottom: 0.75rem;
    border-bottom: 3px solid #0D9488;
    display: inline-block;
}

.torv-post-detail .comment-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.torv-post-detail .comment-avatar.sm {
    width: 45px;
    height: 45px;
}

.torv-post-detail .action-link {
    font-size: 0.85rem;
    font-weight: 600;
    color: #0D9488;
}

.torv-post-detail .action-link.secondary {
    color: #64748B;
}

.torv-post-detail .widget-title {
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: #0F172A;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-left: 4px solid #0D9488;
    padding-left: 1rem;
}

.torv-post-detail .tag-item {
    display: inline-block;
    padding: 6px 14px;
    background-color: #F1F5F9;
    color: #475569;
    font-size: 0.75rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid #E2E8F0;
}

.torv-post-detail .tag-item:hover {
    background-color: #0D9488;
    color: #FFFFFF;
    border-color: #0D9488;
}

.torv-post-detail .sticky-widget {
    position: sticky;
    top: 100px;
}

.footer-block {
    background-color: #FFFFFF;
    border-top: 1px solid #E2E8F0;
    color: #475569;
    font-family: 'Inter', sans-serif;
}

.footer-block__logo {
    max-width: 50px;
    height: auto;
}

.footer-block__title {
    font-family: 'Sora', sans-serif;
    color: #0F172A;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.875rem;
}

.footer-block__link {
    color: #475569;
    transition: color 0.3s ease;
    font-size: 0.95rem;
}

.footer-block__link:hover {
    color: #0D9488;
}

.footer-block__icon {
    color: #0D9488;
}

@media (max-width: 768px) {
    .torv-post-detail .detail-hero {
        min-height: 300px;
        padding-bottom: 2rem;
    }

    .torv-post-detail .post-body {
        font-size: 1rem;
        padding: 1.5rem !important;
    }
}

/* ===== PAGE TEMPLATE: tech-posts ===== */
.tech-detail-template {
    background-color: #F8FAFC;
}

.detail-hero {
    background-size: cover;
    background-position: center;
    min-height: 400px;
}

.detail-hero__title {
    font-family: 'Sora', sans-serif;
    font-weight: 800;
    font-size: clamp(1.75rem, 4vw, 3rem);
    color: #FFFFFF;
    line-height: 1.2;
}

.detail-hero__meta {
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
}

.article-body {
    border: 1px solid #E2E8F0 !important;
    color: #475569;
    line-height: 1.8;
}

.article-body h2,
.article-body h3 {
    font-family: 'Sora', sans-serif;
    color: #0F172A;
    font-weight: 700;
    margin-top: 2rem;
}

.article-body p {
    margin-bottom: 1.5rem;
}

.article-body ul {
    padding-left: 1.25rem;
    margin-bottom: 2rem;
}

.article-body ul li {
    margin-bottom: 0.75rem;
    position: relative;
}

.article-body ul li::marker {
    color: #0D9488;
}

.comment-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #0D9488;
}

.comment-avatar.sm {
    width: 45px;
    height: 45px;
}

.action-link {
    font-size: 0.85rem;
    font-weight: 600;
    color: #0D9488;
    transition: color 0.2s;
}

.action-link:hover {
    color: #0F766E;
}

.action-link.secondary {
    color: #94A3B8;
}

.action-link.secondary:hover {
    color: #475569;
}

.action-link.active {
    color: #0369A1;
}

.sidebar-block {
    border: 1px solid #E2E8F0 !important;
}

.sidebar-block .accordion-button {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #0F172A;
    background-color: #FFFFFF;
    padding: 1rem 0;
    font-size: 0.95rem;
}

.sidebar-block .accordion-button:not(.collapsed) {
    color: #0D9488;
    box-shadow: none;
}

.sidebar-block .accordion-item {
    border: none;
    border-bottom: 1px solid #F1F5F9;
}

.sidebar-block .accordion-item:last-child {
    border-bottom: none;
}

.sidebar-block .accordion-body {
    padding: 0 0 1rem 0;
}

.torv-header .scroll-progress-bar {
    height: 100%;
    background-color: #0D9488;
    width: 0%;
    transition: width 0.1s linear;
}

.scroll-progress-container {
    width: 100%;
    height: 3px;
    background: transparent;
    position: absolute;
    bottom: -3px;
    left: 0;
}

@media (max-width: 768px) {
    .detail-hero {
        min-height: 300px;
        padding: 40px 0;
    }

    .article-body {
        padding: 24px !important;
    }
}

/* ===== PAGE TEMPLATE: science-posts ===== */
.science-hero {
    background-color: #0F172A;
    color: #FFFFFF;
    border-bottom: 4px solid #0D9488;
}

.science-hero .breadcrumb-item,
.science-hero .breadcrumb-item a {
    color: #94A3B8;
    font-size: 0.875rem;
    text-decoration: none;
}

.science-hero .breadcrumb-item.active {
    color: #2DD4BF;
}

.science-hero__title {
    font-family: 'Sora', sans-serif;
    font-weight: 800;
    font-size: clamp(1.75rem, 4vw, 3rem);
    line-height: 1.2;
    margin-bottom: 0;
}

.science-hero__meta {
    font-size: 0.9rem;
    color: #94A3B8;
}

.science-hero__meta i {
    color: #0D9488;
}

.science-article__main-img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 0;
}

.science-article__body {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #1E293B;
}

.science-article__body h2 {
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    color: #0F172A;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
}

.science-article__body h3 {
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    color: #0F172A;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.science-article__body p {
    margin-bottom: 1.5rem;
}

.science-article__body ul,
.science-article__body ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.science-article__body li {
    margin-bottom: 0.75rem;
}

.science-tag {
    background-color: #F1F5F9;
    color: #475569;
    padding: 0.25rem 0.75rem;
    font-size: 0.8rem;
    font-weight: 600;
    border-radius: 0;
    transition: all 0.2s ease;
}

.science-tag:hover {
    background-color: #0D9488;
    color: #FFFFFF;
    cursor: pointer;
}

.share-btn {
    border: 1px solid #E2E8F0;
    background-color: #FFFFFF;
    color: #475569;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 0;
    transition: all 0.3s ease;
}

.share-btn:hover {
    border-color: #0D9488;
    color: #0D9488;
    background-color: #F0FDFA;
}

.comment-avatar {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}

.comment-author {
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    color: #0F172A;
}

.action-link {
    font-size: 0.85rem;
    font-weight: 500;
    color: #0D9488;
}

.action-link.secondary {
    color: #94A3B8;
}

.action-link:hover {
    color: #0F766E;
}

.action-link.active {
    color: #0D9488 !important;
}

.widget-title {
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    border-left: 3px solid #0D9488;
    padding-left: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.category-badge a {
    background-color: #F8FAFC;
    color: #475569;
    padding: 6px 12px;
    display: block;
    border: 1px solid #E2E8F0;
    font-size: 0.8rem;
    font-weight: 500;
}

.category-badge a:hover {
    background-color: #0D9488;
    color: #FFFFFF;
    border-color: #0D9488;
}

.sidebar-post-img-wrapper {
    width: 80px;
    height: 60px;
    flex-shrink: 0;
}

.sidebar-post-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sidebar-post-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1E293B;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sidebar-post-date {
    font-size: 0.75rem;
    color: #94A3B8;
}

.sidebar-post-item:hover .sidebar-post-title {
    color: #0D9488;
}

.newsletter-form .form-control {
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.1);
    color: #FFFFFF;
}

.newsletter-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 768px) {
    .science-article__main-img {
        height: 250px;
    }

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

/* ===== PAGE TEMPLATE: security-posts ===== */
.security-post-detail {
    background-color: #F8FAFC;
    color: #0F172A;
}

.security-post-detail .detail-hero {
    position: relative;
    color: #FFFFFF;
}

.security-post-detail .detail-hero__title {
    font-family: 'Sora', sans-serif;
    font-weight: 800;
    font-size: clamp(1.5rem, 4vw, 3rem);
    line-height: 1.2;
    color: #FFFFFF;
}

.security-post-detail .article-body {
    border-radius: 0;
    border-color: #E2E8F0 !important;
}

.security-post-detail .article-content h2 {
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    color: #0F172A;
    margin: 2rem 0 1rem;
}

.security-post-detail .article-content h3 {
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    color: #0D9488;
    margin: 1.5rem 0 0.75rem;
}

.security-post-detail .article-content p {
    font-family: 'Inter', sans-serif;
    line-height: 1.8;
    color: #475569;
    margin-bottom: 1.5rem;
}

.security-post-detail .article-content ul,
.security-post-detail .article-content ol {
    margin-bottom: 1.5rem;
    padding-left: 1.25rem;
}

.security-post-detail .article-content li {
    margin-bottom: 0.5rem;
    color: #475569;
}

.security-post-detail .comment-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.security-post-detail .comment-avatar.sm {
    width: 40px;
    height: 40px;
}

.security-post-detail .comment-author {
    font-weight: 600;
    color: #0F172A;
}

.security-post-detail .action-link {
    font-size: 0.875rem;
    font-weight: 500;
    color: #0D9488;
}

.security-post-detail .action-link.secondary {
    color: #94A3B8;
}

.security-post-detail .sidebar-widget {
    border-radius: 0;
    border-color: #E2E8F0 !important;
}

.security-post-detail .hover-primary:hover {
    color: #0D9488 !important;
}

.security-post-detail .form-control {
    border-radius: 0;
    padding: 0.75rem 1rem;
    border: 1px solid #E2E8F0;
    background-color: #F8FAFC;
}

.security-post-detail .form-control:focus {
    border-color: #0D9488;
    box-shadow: none;
}

@media (max-width: 768px) {
    .security-post-detail .detail-hero__title {
        font-size: 18px !important;
    }

    .security-post-detail .article-content h2 {
        font-size: 16px !important;
    }

    .security-post-detail .article-content h3 {
        font-size: 14px !important;
    }

    .security-post-detail .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}