/**
 * TaurexPrime Design - proptradingsoftware.net
 * Based on taurexprime.com visual design
 */

/* ==========================================================================
   HEADER - Dark navy with red CTA
   ========================================================================== */

.header {
    background: #080035;
    border-bottom: none;
    box-shadow: 0 1px 0 rgba(255,255,255,0.08);
}

.header-logo-text {
    color: #FFFFFF;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.nav-link {
    color: rgba(255,255,255,0.85);
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0.5rem 0.75rem;
    border-radius: 4px;
    transition: color 0.2s ease, background 0.2s ease;
}

.nav-link:hover,
.nav-link.active {
    color: #FFFFFF;
    background: rgba(255,255,255,0.08);
}

.nav-dropdown {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
    min-width: 200px;
}

.nav-dropdown-link {
    color: #1A1A2E;
    font-size: 0.875rem;
    padding: 0.6rem 1rem;
}

.nav-dropdown-link:hover {
    background: #F0F1F7;
    color: #FF1D48;
}

/* CTA Button in header */
.header-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: #FF1D48;
    color: #FFFFFF !important;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.55rem 1.2rem;
    border-radius: 4px;
    transition: background 0.2s ease, transform 0.2s ease;
    text-decoration: none;
    border: none;
    cursor: pointer;
    white-space: nowrap;
}

.header-cta-btn:hover {
    background: #D4002F;
    transform: translateY(-1px);
}

.header-cta-btn svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

/* ==========================================================================
   HERO SECTION - Full dark navy with globe image
   ========================================================================== */

.hero-tp {
    position: relative;
    background: #080035;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    overflow: hidden;
    padding: calc(var(--header-height) + 3rem) 1.5rem 0;
}

.hero-tp-globe {
    position: relative;
    width: 84%;
    max-width: 980px;
    opacity: 0.85;
    pointer-events: none;
    margin-top: 2rem;
}

.hero-tp-globe img {
    width: 100%;
    height: auto;
    display: block;
}

.hero-tp-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}

.hero-tp-inner {
    max-width: 700px;
    margin: 0 auto;
}

.hero-tp-title {
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.15;
    margin-bottom: 1.25rem;
    letter-spacing: -0.02em;
}

.hero-tp-title .accent {
    color: #FF1D48;
    font-style: italic;
}

.hero-tp-subtitle {
    font-size: clamp(0.95rem, 1.5vw, 1.1rem);
    color: rgba(255,255,255,0.7);
    line-height: 1.6;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.hero-tp-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 2rem;
}

.btn-tp-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #FF1D48;
    color: #FFFFFF;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.85rem 1.8rem;
    border-radius: 4px;
    transition: all 0.25s ease;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.btn-tp-primary:hover {
    background: #D4002F;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255,29,72,0.35);
}

.btn-tp-primary svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

.hero-tp-meta {
    display: flex;
    gap: 2.5rem;
    justify-content: center;
}

.hero-tp-meta-item {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.hero-tp-meta-label {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.45);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.hero-tp-meta-value {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.85);
    font-weight: 500;
}

.hero-tp-scroll {
    position: absolute;
    bottom: 2rem;
    right: 3rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255,255,255,0.45);
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    z-index: 2;
}

.hero-tp-scroll svg {
    width: 16px;
    height: 16px;
    animation: scrollBounce 1.5s ease-in-out infinite;
}

@keyframes scrollBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(4px); }
}

/* ==========================================================================
   PARTNERS MARQUEE
   ========================================================================== */

.partners-tp {
    background: #FFFFFF;
    padding: 2rem 0;
    border-top: 1px solid #E5E7EB;
    border-bottom: 1px solid #E5E7EB;
    overflow: hidden;
}

.partners-tp-title {
    text-align: center;
    font-size: 0.8rem;
    color: #9CA3AF;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    padding: 0 1rem;
}

.partners-tp-track {
    display: flex;
    gap: 3rem;
    align-items: center;
    animation: partnerScroll 30s linear infinite;
    white-space: nowrap;
    width: max-content;
}

.partners-tp-track:hover {
    animation-play-state: paused;
}

.partner-logo-tp {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #6B7280;
    white-space: nowrap;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.partner-logo-tp:hover {
    opacity: 1;
}

.partner-logo-tp svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

@keyframes partnerScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ==========================================================================
   SERVICES SECTION
   ========================================================================== */

.services-tp {
    background: #FFFFFF;
    padding: 5rem 0;
}

.services-tp .section-title-tp {
    font-size: clamp(1.6rem, 3vw, 2.25rem);
    font-weight: 700;
    color: #000000;
    margin-bottom: 0.5rem;
    text-align: center;
}

.services-tp .section-title-tp .accent {
    color: #FF1D48;
}

.services-tp .section-subtitle-tp {
    font-size: 0.95rem;
    color: #6B7280;
    text-align: center;
    max-width: 500px;
    margin: 0 auto 3rem;
    line-height: 1.6;
}

.services-tp-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.service-card-tp {
    background: #F0F1F7;
    border-radius: 12px;
    padding: 2rem;
    position: relative;
    overflow: hidden;
    transition: background 0.25s ease, transform 0.25s ease;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
}

.service-card-tp:hover {
    background: #E4E5ED;
    transform: translateY(-3px);
}

.service-card-tp-title {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #1A1A2E;
    margin-bottom: 0.75rem;
}

.service-card-tp-text {
    font-size: 0.875rem;
    color: #6B7280;
    line-height: 1.6;
    flex: 1;
}

.service-card-tp-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: rgba(0,0,0,0.08);
    border-radius: 6px;
    margin-top: 1.5rem;
    transition: background 0.2s;
    align-self: flex-start;
}

.service-card-tp:hover .service-card-tp-link {
    background: #FF1D48;
}

.service-card-tp-link svg {
    width: 14px;
    height: 14px;
    stroke: #1A1A2E;
    fill: none;
    stroke-width: 2;
    transition: stroke 0.2s;
}

.service-card-tp:hover .service-card-tp-link svg {
    stroke: #FFFFFF;
}

.service-card-tp-image {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
}

.service-card-tp-image img {
    width: 80px;
    height: auto;
    opacity: 0.6;
}

/* Large first card spans 2 rows */
.service-card-tp.featured {
    grid-row: span 1;
}

/* ==========================================================================
   WHY CHOOSE US
   ========================================================================== */

.why-tp {
    background: #FFFFFF;
    padding: 5rem 0;
    border-top: 1px solid #F0F1F7;
}

.why-tp-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    margin-top: 3rem;
}

.why-tp-card {
    padding: 1rem 0;
}

.why-tp-icon {
    width: 44px;
    height: 44px;
    background: #F0F1F7;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.why-tp-icon svg {
    width: 22px;
    height: 22px;
    fill: #FF1D48;
}

.why-tp-title {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #1A1A2E;
    margin-bottom: 0.75rem;
}

.why-tp-text {
    font-size: 0.875rem;
    color: #6B7280;
    line-height: 1.65;
}

/* ==========================================================================
   TRUSTED SECTION (split image + text)
   ========================================================================== */

.trusted-tp {
    background: #FFFFFF;
    padding: 5rem 0;
    border-top: 1px solid #F0F1F7;
}

.trusted-tp-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.trusted-tp-image {
    border-radius: 12px;
    overflow: hidden;
    line-height: 0;
}

.trusted-tp-image img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 12px;
}

.trusted-tp-eyebrow {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FF1D48;
    margin-bottom: 0.75rem;
}

.trusted-tp-title {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 700;
    color: #000000;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.trusted-tp-desc {
    font-size: 0.9rem;
    color: #6B7280;
    line-height: 1.65;
    margin-bottom: 1.5rem;
}

.trusted-tp-list {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.trusted-tp-list li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.9rem;
    color: #1A1A2E;
}

.trusted-tp-list li svg {
    width: 18px;
    height: 18px;
    fill: #FF1D48;
    flex-shrink: 0;
}

/* ==========================================================================
   CONTACT SECTION - Dark background with form
   ========================================================================== */

.contact-tp {
    background: #080035;
    padding: 5rem 0;
}

.contact-tp-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 4rem;
    align-items: start;
}

.contact-tp-left h2 {
    font-size: clamp(1.5rem, 2.5vw, 2.2rem);
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.contact-tp-left p {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.6);
    line-height: 1.65;
    margin-bottom: 2rem;
    max-width: 360px;
}

.contact-tp-meta {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.contact-tp-meta-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.875rem;
    color: rgba(255,255,255,0.7);
}

.contact-tp-meta-item svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: rgba(255,255,255,0.4);
    stroke-width: 1.5;
    flex-shrink: 0;
}

.contact-tp-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.contact-tp-form .full-width {
    grid-column: 1 / -1;
}

.contact-tp-input {
    width: 100%;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 6px;
    padding: 0.85rem 1rem;
    color: #FFFFFF;
    font-size: 0.875rem;
    font-family: inherit;
    transition: border-color 0.2s;
    box-sizing: border-box;
}

.contact-tp-input::placeholder {
    color: rgba(255,255,255,0.35);
}

.contact-tp-input:focus {
    outline: none;
    border-color: rgba(255,255,255,0.35);
    background: rgba(255,255,255,0.09);
}

.contact-tp-textarea {
    resize: vertical;
    min-height: 120px;
}

.contact-tp-submit {
    grid-column: 1 / -1;
    background: #FF1D48;
    color: #FFFFFF;
    border: none;
    border-radius: 4px;
    padding: 0.9rem 2rem;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
    width: 100%;
    transition: background 0.2s ease, transform 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-family: inherit;
}

.contact-tp-submit:hover {
    background: #D4002F;
    transform: translateY(-1px);
}

.contact-tp-submit svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

/* ==========================================================================
   FOOTER - Dark navy
   ========================================================================== */

.footer {
    background: #080035;
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 3rem 0 1.5rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 3rem;
    margin-bottom: 2.5rem;
}

.footer-brand p {
    font-size: 0.875rem;
    color: rgba(255,255,255,0.5);
    line-height: 1.65;
    margin-top: 1rem;
    max-width: 320px;
}

.footer-title {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.45);
    margin-bottom: 1.25rem;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.footer-links a {
    font-size: 0.875rem;
    color: rgba(255,255,255,0.65);
    transition: color 0.2s;
}

.footer-links a:hover {
    color: #FFFFFF;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.footer-disclaimer {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.35);
    line-height: 1.5;
}

.footer-bottom > p:last-child {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.4);
}

/* ==========================================================================
   SECTION TITLE (shared)
   ========================================================================== */

.section-title-tp {
    font-size: clamp(1.6rem, 3vw, 2.25rem);
    font-weight: 700;
    color: #000000;
    margin-bottom: 0.5rem;
    text-align: center;
}

.section-title-tp .accent {
    color: #FF1D48;
}

.section-subtitle-tp {
    font-size: 0.95rem;
    color: #6B7280;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.6;
}

/* ==========================================================================
   CATEGORY & ARTICLE CARDS - updated for new design
   ========================================================================== */

.category-card {
    background: #F0F1F7;
    border: none;
    border-radius: 12px;
    padding: 1.75rem;
    transition: background 0.2s ease, transform 0.25s ease;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.category-card:hover {
    background: #E4E5ED;
    transform: translateY(-3px);
}

.category-card-icon {
    width: 44px;
    height: 44px;
    background: rgba(255,29,72,0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
}

.category-card-icon svg {
    width: 22px;
    height: 22px;
    fill: #FF1D48;
}

.category-card-title {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #1A1A2E;
    margin: 0;
}

.category-card-count {
    font-size: 0.8rem;
    color: #6B7280;
    margin: 0;
}

/* Article cards */
.article-card {
    background: #F0F1F7;
    border: none;
    border-radius: 12px;
    overflow: hidden;
    transition: background 0.2s ease, transform 0.25s ease;
}

.article-card:hover {
    background: #E4E5ED;
    transform: translateY(-3px);
}

.article-card-content {
    padding: 1.25rem;
}

.article-card-title {
    color: #1A1A2E;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.45;
}

/* Buttons */
.btn-primary {
    background: #FF1D48;
    color: #FFFFFF;
    border: none;
    border-radius: 4px;
    padding: 0.75rem 1.75rem;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: all 0.25s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    cursor: pointer;
}

.btn-primary:hover {
    background: #D4002F;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(255,29,72,0.35);
}

.btn-secondary {
    background: transparent;
    color: #1A1A2E;
    border: 1.5px solid #1A1A2E;
    border-radius: 4px;
    padding: 0.7rem 1.7rem;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: all 0.25s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    cursor: pointer;
}

.btn-secondary:hover {
    background: #1A1A2E;
    color: #FFFFFF;
}

/* Stats */
.stats-section {
    background: #F0F1F7;
    padding: 3.5rem 0;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: #FF1D48;
    letter-spacing: -0.02em;
}

.stat-label {
    font-size: 0.85rem;
    color: #6B7280;
    margin-top: 0.25rem;
    font-weight: 500;
}

/* Tags section */
.tags-section {
    background: #FFFFFF;
    padding: 4rem 0;
}

.tag-card {
    background: #F0F1F7;
    border-radius: 8px;
    padding: 0.8rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    transition: background 0.2s, transform 0.2s;
}

.tag-card:hover {
    background: #E4E5ED;
    transform: translateY(-2px);
}

.tag-card-icon svg {
    fill: #FF1D48;
}

.tag-card-name {
    color: #1A1A2E;
    font-weight: 600;
    font-size: 0.875rem;
}

.tag-card-count {
    color: #9CA3AF;
    font-size: 0.8rem;
    margin-left: auto;
}

/* KW Pills */
.kw-pill {
    background: #F0F1F7;
    color: #1A1A2E;
    border: 1px solid #E4E5ED;
    border-radius: 6px;
    padding: 0.45rem 0.9rem;
    font-size: 0.82rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
}

.kw-pill:hover {
    background: #FF1D48;
    color: #FFFFFF;
    border-color: #FF1D48;
}

/* ==========================================================================
   PAGE HERO (internal pages)
   ========================================================================== */

.page-hero {
    background: linear-gradient(135deg, #080035 0%, #0E0050 100%);
    padding: 3.5rem 0 3rem;
    position: relative;
    overflow: hidden;
}

.page-hero::after {
    content: '';
    position: absolute;
    top: 0;
    right: -200px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255,29,72,0.08) 0%, transparent 70%);
    pointer-events: none;
}

.page-hero-title {
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 0.75rem;
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.breadcrumb a,
.breadcrumb span {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.55);
}

.breadcrumb a:hover {
    color: #FFFFFF;
}

.breadcrumb .sep {
    color: rgba(255,255,255,0.25);
}

.breadcrumb .current {
    color: rgba(255,255,255,0.8);
}

/* ==========================================================================
   SEO CONTENT
   ========================================================================== */

.seo-content {
    padding: 3rem 0;
}

.seo-content h2 {
    font-size: var(--text-2xl);
    color: #1A1A2E;
    margin-bottom: 1rem;
    font-weight: 700;
}

.seo-content p {
    font-size: 0.95rem;
    color: #6B7280;
    line-height: 1.75;
    margin-bottom: 1rem;
}

/* ==========================================================================
   MOBILE MENU
   ========================================================================== */

.mobile-nav {
    background: #080035;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.mobile-nav-link {
    color: rgba(255,255,255,0.85);
    font-size: 0.95rem;
    font-weight: 500;
}

.mobile-nav-link:hover,
.mobile-nav-link.active {
    color: #FF1D48;
}

.mobile-nav-dropdown a {
    color: rgba(255,255,255,0.6);
    font-size: 0.875rem;
}

.mobile-nav-dropdown a:hover {
    color: #FFFFFF;
}

/* ==========================================================================
   CONTACT PAGE
   ========================================================================== */

.contact-page-section {
    padding: 4rem 0;
    background: #FFFFFF;
}

.contact-form-tp {
    max-width: 680px;
    margin: 0 auto;
}

.contact-form-tp .form-group {
    margin-bottom: 1.25rem;
}

.contact-form-tp label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: #1A1A2E;
    margin-bottom: 0.4rem;
}

.contact-form-tp input,
.contact-form-tp textarea {
    width: 100%;
    border: 1.5px solid #E4E5ED;
    border-radius: 6px;
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
    color: #1A1A2E;
    background: #FFFFFF;
    transition: border-color 0.2s;
    font-family: inherit;
    box-sizing: border-box;
}

.contact-form-tp input:focus,
.contact-form-tp textarea:focus {
    outline: none;
    border-color: #FF1D48;
}

.contact-form-tp textarea {
    min-height: 150px;
    resize: vertical;
}

/* ==========================================================================
   ARTICLE PAGE
   ========================================================================== */

.article-body,
.article-content,
.main-article-content {
    background: #FFFFFF;
    color: #000000;
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
    color: #000000;
}

.article-content p {
    color: #333333;
}

/* ==========================================================================
   MODAL
   ========================================================================== */

.modal {
    background: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(8,0,53,0.2);
}

.modal-overlay {
    background: rgba(8,0,53,0.5);
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media (max-width: 1024px) {
    .services-tp-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .why-tp-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .trusted-tp-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .contact-tp-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .hero-tp {
        padding: calc(var(--header-height) + 2rem) 1rem 0;
    }

    .hero-tp-globe {
        width: 80%;
    }

    .services-tp-grid {
        grid-template-columns: 1fr;
    }

    .why-tp-grid {
        grid-template-columns: 1fr;
    }

    .contact-tp-form {
        grid-template-columns: 1fr;
    }

    .contact-tp-form .full-width {
        grid-column: 1;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .hero-tp-meta {
        flex-wrap: wrap;
        gap: 1.5rem;
    }

    .hero-tp-scroll {
        display: none;
    }
}

@media (max-width: 480px) {
    .hero-tp-title {
        font-size: 1.8rem;
    }

    .hero-tp-buttons {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-tp-content {
        padding: 3rem 1rem 2rem;
    }
}
