*, *::before, *::after {
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Inter', sans-serif;
    background-color: #f8fafc;
    color: #0f172a;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

a {
    color: #0891b2;
    text-decoration: none;
}

a:hover {
    color: #0e7490;
}

.tl-navbar {
    background-color: #0a2540;
    border-bottom: 1px solid #0e3a5c;
    padding: 14px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.tl-navbar .navbar-brand {
    font-size: 21px;
    font-weight: 800;
    color: #f1f5f9;
    letter-spacing: -0.5px;
}

.tl-navbar .navbar-brand .brand-accent {
    color: #0891b2;
}

.tl-navbar .nav-link {
    color: #94a3b8;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 12px;
    transition: color 0.2s;
}

.tl-navbar .nav-link:hover {
    color: #f1f5f9;
}

.tl-navbar .btn-nav-cta {
    background-color: #0891b2;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 6px;
    border: none;
    transition: background-color 0.2s;
    text-decoration: none;
    display: inline-block;
}

.tl-navbar .btn-nav-cta:hover {
    background-color: #0e7490;
    color: #fff;
}

.tl-navbar .navbar-toggler {
    border-color: #1e3a5f;
}

.tl-navbar .navbar-toggler-icon {
    filter: invert(1);
}

.tl-hero {
    background: linear-gradient(160deg, #0a2540 0%, #0e3a5c 50%, #0a2540 100%);
    padding: 0;
    color: #f1f5f9;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.tl-hero-overlay {
    background: linear-gradient(160deg, rgba(10,37,64,0.82) 0%, rgba(14,58,92,0.75) 50%, rgba(10,37,64,0.82) 100%);
    padding: 100px 0 88px;
}

.tl-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 0%, rgba(8,145,178,0.15) 0%, transparent 60%);
    pointer-events: none;
}

.tl-hero .hero-badge {
    display: inline-block;
    background-color: rgba(8, 145, 178, 0.2);
    border: 1px solid rgba(8, 145, 178, 0.5);
    color: #67e8f9;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.tl-hero h1 {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -1.5px;
    color: #f1f5f9;
    margin-bottom: 20px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.tl-hero h1 em {
    font-style: normal;
    color: #22d3ee;
}

.tl-hero .hero-subtitle {
    font-size: 18px;
    line-height: 1.65;
    color: #94a3b8;
    max-width: 580px;
    margin: 0 auto 36px;
}

.tl-hero .hero-cta-group {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 52px;
}

.btn-primary-tl {
    background-color: #0891b2;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 13px 28px;
    border-radius: 7px;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s, transform 0.1s;
    text-decoration: none;
    display: inline-block;
}

.btn-primary-tl:hover {
    background-color: #0e7490;
    color: #fff;
    transform: translateY(-1px);
}

.btn-outline-tl {
    background-color: transparent;
    color: #cbd5e1;
    font-size: 15px;
    font-weight: 600;
    padding: 13px 28px;
    border-radius: 7px;
    border: 1.5px solid rgba(255,255,255,0.25);
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
    display: inline-block;
}

.btn-outline-tl:hover {
    background-color: rgba(255,255,255,0.1);
    color: #f1f5f9;
    border-color: rgba(255,255,255,0.4);
}

.btn-outline-tl-dark {
    background-color: transparent;
    color: #0891b2;
    font-size: 15px;
    font-weight: 600;
    padding: 13px 28px;
    border-radius: 7px;
    border: 1.5px solid #0891b2;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
    display: inline-block;
}

.btn-outline-tl-dark:hover {
    background-color: #0891b2;
    color: #fff;
}

.hero-placeholder {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 14px;
    max-width: 740px;
    height: 360px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #64748b;
    font-size: 13px;
    gap: 10px;
}

.hero-placeholder .placeholder-icon {
    width: 52px;
    height: 52px;
    border: 2px dashed rgba(8,145,178,0.4);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0891b2;
    font-size: 22px;
}

.tl-savings-bar {
    background-color: #0a2540;
    padding: 32px 0;
}

.tl-savings-bar .saving-item {
    text-align: center;
    padding: 10px 0;
}

.tl-savings-bar .saving-num {
    font-size: 32px;
    font-weight: 800;
    color: #22d3ee;
    letter-spacing: -1px;
    line-height: 1;
}

.tl-savings-bar .saving-label {
    font-size: 13px;
    color: #64748b;
    margin-top: 5px;
}

.tl-divider {
    width: 1px;
    background-color: #1e3a5f;
    height: 50px;
    margin: auto;
}

.tl-section-light {
    background-color: #f8fafc;
    padding: 80px 0;
}

.tl-section-white {
    background-color: #ffffff;
    padding: 80px 0;
}

.tl-section-dark {
    background-color: #0a2540;
    padding: 80px 0;
    color: #f1f5f9;
}

.section-label-tl {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #0891b2;
    margin-bottom: 12px;
}

.tl-section-dark .section-label-tl {
    color: #22d3ee;
}

.section-title-tl {
    font-size: 36px;
    font-weight: 800;
    letter-spacing: -0.8px;
    color: #0f172a;
    margin-bottom: 14px;
    line-height: 1.2;
}

.tl-section-dark .section-title-tl {
    color: #f1f5f9;
}

.section-subtitle-tl {
    font-size: 17px;
    color: #64748b;
    max-width: 560px;
    line-height: 1.65;
    margin-bottom: 0;
}

.tl-section-dark .section-subtitle-tl {
    color: #94a3b8;
}

.tl-step-card {
    text-align: center;
    padding: 32px 24px;
}

.tl-step-card .step-number {
    width: 48px;
    height: 48px;
    background-color: #0891b2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    margin: 0 auto 20px;
}

.tl-step-card h5 {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 10px;
}

.tl-step-card p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 0;
}

.step-connector {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 24px;
}

.step-connector i {
    color: #cbd5e1;
    font-size: 20px;
}

.tl-testimonial-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 28px;
    height: 100%;
}

.tl-testimonial-card .quote-text {
    font-size: 15px;
    color: #334155;
    line-height: 1.7;
    margin-bottom: 20px;
    font-style: italic;
}

.tl-testimonial-card .quote-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.tl-testimonial-card .author-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #164e63;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
    overflow: hidden;
}

.tl-testimonial-card .author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.tl-testimonial-card .author-name {
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
}

.tl-testimonial-card .author-role {
    font-size: 12px;
    color: #64748b;
}

.tl-pricing-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 32px 28px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s;
}

.tl-pricing-card:hover {
    box-shadow: 0 8px 28px rgba(0,0,0,0.07);
}

.tl-pricing-card.featured {
    border-color: #0891b2;
    border-width: 2px;
    position: relative;
}

.tl-pricing-card.featured .popular-badge {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #0891b2;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 4px 14px;
    border-radius: 20px;
    white-space: nowrap;
}

.tl-pricing-card .plan-name {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #475569;
    margin-bottom: 8px;
}

.tl-pricing-card .plan-price {
    display: flex;
    align-items: flex-end;
    gap: 2px;
    margin-bottom: 6px;
    line-height: 1;
}

.tl-pricing-card .price-currency {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    align-self: flex-start;
    margin-top: 6px;
}

.tl-pricing-card .price-amount {
    font-size: 48px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -2px;
    line-height: 1;
}

.tl-pricing-card .price-period {
    font-size: 14px;
    color: #94a3b8;
    margin-bottom: 4px;
}

.tl-pricing-card .plan-desc {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 24px;
    line-height: 1.55;
}

.tl-pricing-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    flex-grow: 1;
}

.tl-pricing-card ul li {
    font-size: 14px;
    color: #475569;
    padding: 6px 0;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    border-bottom: 1px solid #f1f5f9;
}

.tl-pricing-card ul li:last-child {
    border-bottom: none;
}

.tl-pricing-card ul li i {
    color: #0891b2;
    flex-shrink: 0;
    margin-top: 3px;
    font-size: 13px;
}

.tl-pricing-card .plan-cta {
    margin-top: auto;
}

.tl-pricing-card .plan-cta a {
    display: block;
    text-align: center;
    padding: 12px;
    border-radius: 7px;
    font-size: 15px;
    font-weight: 600;
    background-color: #f1f5f9;
    color: #0f172a;
    border: 1.5px solid #e2e8f0;
    transition: all 0.2s;
    text-decoration: none;
}

.tl-pricing-card .plan-cta a:hover {
    background-color: #e2e8f0;
}

.tl-pricing-card.featured .plan-cta a {
    background-color: #0891b2;
    color: #fff;
    border-color: #0891b2;
}

.tl-pricing-card.featured .plan-cta a:hover {
    background-color: #0e7490;
}

.tl-feature-row {
    padding: 36px 0;
    border-bottom: 1px solid #e2e8f0;
}

.tl-feature-row:last-child {
    border-bottom: none;
}

.tl-feature-row h4 {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
}

.tl-feature-row p {
    font-size: 15px;
    color: #64748b;
    line-height: 1.65;
    margin-bottom: 0;
}

.feature-placeholder {
    background-color: #f1f5f9;
    border: 1px dashed #cbd5e1;
    border-radius: 10px;
    height: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    font-size: 13px;
    gap: 8px;
}

.feature-placeholder i {
    font-size: 28px;
    color: #cbd5e1;
}

.tl-team-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 28px 20px;
    text-align: center;
    transition: box-shadow 0.2s;
}

.tl-team-card:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.07);
}

.tl-team-card .team-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #f1f5f9;
    border: 2px dashed #cbd5e1;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: #94a3b8;
    overflow: hidden;
}

.tl-team-card .team-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.tl-team-card h5 {
    font-size: 17px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 4px;
}

.tl-team-card .team-title {
    font-size: 13px;
    color: #0891b2;
    font-weight: 600;
    margin-bottom: 10px;
}

.tl-team-card p {
    font-size: 13px;
    color: #64748b;
    line-height: 1.55;
    margin-bottom: 0;
}

.tl-about-stat {
    text-align: center;
    padding: 28px;
    border-right: 1px solid #e2e8f0;
}

.tl-about-stat:last-child {
    border-right: none;
}

.tl-about-stat .stat-big {
    font-size: 40px;
    font-weight: 800;
    color: #0891b2;
    letter-spacing: -1px;
    line-height: 1;
}

.tl-about-stat .stat-sub {
    font-size: 14px;
    color: #64748b;
    margin-top: 8px;
}

.tl-cta-section {
    background: linear-gradient(135deg, #0a2540 0%, #0e3a5c 100%);
    padding: 80px 0;
    text-align: center;
}

.tl-cta-section h2 {
    font-size: 38px;
    font-weight: 800;
    color: #f1f5f9;
    letter-spacing: -0.8px;
    margin-bottom: 16px;
}

.tl-cta-section p {
    font-size: 17px;
    color: #94a3b8;
    max-width: 520px;
    margin: 0 auto 36px;
}

.tl-contact-form {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 40px;
}

.tl-contact-form .form-label {
    font-size: 14px;
    font-weight: 600;
    color: #334155;
    margin-bottom: 6px;
}

.tl-contact-form .form-control {
    border: 1.5px solid #e2e8f0;
    border-radius: 7px;
    padding: 10px 14px;
    font-size: 15px;
    color: #0f172a;
    background-color: #f8fafc;
    transition: border-color 0.2s;
}

.tl-contact-form .form-control:focus {
    border-color: #0891b2;
    box-shadow: 0 0 0 3px rgba(8, 145, 178, 0.1);
    background-color: #fff;
}

.tl-contact-info-card {
    background-color: #0a2540;
    border-radius: 12px;
    padding: 32px;
    color: #f1f5f9;
    height: 100%;
}

.tl-contact-info-card h4 {
    font-size: 20px;
    font-weight: 700;
    color: #f1f5f9;
    margin-bottom: 24px;
}

.tl-contact-info-card .info-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 22px;
}

.tl-contact-info-card .info-icon {
    width: 36px;
    height: 36px;
    background-color: rgba(8, 145, 178, 0.2);
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 14px;
    color: #22d3ee;
}

.tl-contact-info-card .info-text {
    font-size: 14px;
    color: #94a3b8;
    line-height: 1.5;
}

.tl-contact-info-card .info-text strong {
    display: block;
    color: #f1f5f9;
    font-size: 14px;
    margin-bottom: 3px;
}

.tl-contact-info-card .info-text a {
    color: #94a3b8;
}

.tl-contact-info-card .info-text a:hover {
    color: #22d3ee;
}

.tl-blog-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
    transition: box-shadow 0.2s;
    height: 100%;
}

.tl-blog-card:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.tl-blog-card .blog-img-placeholder {
    width: 100%;
    height: 200px;
    background-color: #f1f5f9;
    border-bottom: 1px dashed #e2e8f0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    font-size: 12px;
    gap: 8px;
}

.tl-blog-card .blog-img-placeholder i {
    font-size: 24px;
    color: #cbd5e1;
}

.tl-blog-card .blog-body {
    padding: 22px;
}

.tl-blog-card .blog-meta {
    font-size: 12px;
    color: #94a3b8;
    margin-bottom: 8px;
}

.tl-blog-card h5 {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
    line-height: 1.4;
}

.tl-blog-card p {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 14px;
    line-height: 1.55;
}

.tl-blog-card a.read-more {
    font-size: 13px;
    font-weight: 600;
    color: #0891b2;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.tl-blog-card a.read-more:hover {
    color: #0e7490;
}

.tl-page-hero {
    background: linear-gradient(135deg, #0a2540 0%, #0e3a5c 100%);
    padding: 72px 0 60px;
    color: #f1f5f9;
}

.tl-page-hero h1 {
    font-size: 40px;
    font-weight: 800;
    letter-spacing: -1px;
    margin-bottom: 14px;
}

.tl-page-hero p {
    font-size: 17px;
    color: #94a3b8;
    max-width: 540px;
    margin-bottom: 0;
}

.tl-legal-content {
    max-width: 760px;
    margin: 0 auto;
    padding: 60px 20px 80px;
}

.tl-legal-content h1 {
    font-size: 32px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 8px;
}

.tl-legal-content .legal-date {
    font-size: 13px;
    color: #94a3b8;
    margin-bottom: 36px;
}

.tl-legal-content h2 {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin-top: 36px;
    margin-bottom: 12px;
}

.tl-legal-content p, .tl-legal-content li {
    font-size: 15px;
    color: #475569;
    line-height: 1.7;
}

.tl-footer {
    background-color: #050d1a;
    padding: 56px 0 28px;
    color: #64748b;
}

.tl-footer .footer-brand {
    font-size: 20px;
    font-weight: 800;
    color: #f1f5f9;
    margin-bottom: 12px;
}

.tl-footer .footer-tagline {
    font-size: 13px;
    color: #475569;
    margin-bottom: 0;
}

.tl-footer h6 {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #94a3b8;
    margin-bottom: 16px;
}

.tl-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tl-footer ul li {
    margin-bottom: 10px;
}

.tl-footer ul li a {
    font-size: 14px;
    color: #64748b;
    transition: color 0.2s;
}

.tl-footer ul li a:hover {
    color: #f1f5f9;
}

.tl-footer .footer-bottom {
    border-top: 1px solid #0e1f33;
    padding-top: 24px;
    margin-top: 48px;
}

.tl-footer .footer-contact p {
    font-size: 13px;
    color: #475569;
    margin-bottom: 6px;
}

.tl-footer .footer-contact a {
    color: #475569;
}

.tl-footer .footer-contact a:hover {
    color: #94a3b8;
}

.tl-cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0a2540;
    border-top: 1px solid #1e3a5f;
    padding: 18px 0;
    z-index: 9999;
    display: none;
}

.tl-cookie-banner.show {
    display: block;
}

.tl-cookie-banner p {
    font-size: 13px;
    color: #94a3b8;
    margin: 0;
    line-height: 1.5;
}

.tl-cookie-banner a {
    color: #22d3ee;
    text-decoration: underline;
}

.tl-cookie-banner .btn-cookie-accept {
    background-color: #0891b2;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color 0.2s;
}

.tl-cookie-banner .btn-cookie-accept:hover {
    background-color: #0e7490;
}

.tl-cookie-banner .btn-cookie-decline {
    background-color: transparent;
    color: #64748b;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 6px;
    border: 1px solid #1e3a5f;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s;
}

.tl-cookie-banner .btn-cookie-decline:hover {
    color: #94a3b8;
}

@media (max-width: 768px) {
    .tl-hero h1 {
        font-size: 34px;
    }
    .tl-hero {
        padding: 64px 0 50px;
    }
    .section-title-tl {
        font-size: 28px;
    }
    .tl-cta-section h2 {
        font-size: 28px;
    }
    .hero-placeholder {
        height: 220px;
    }
    .tl-savings-bar .saving-num {
        font-size: 24px;
    }
    .tl-divider {
        display: none;
    }
    .tl-about-stat {
        border-right: none;
        border-bottom: 1px solid #e2e8f0;
    }
    .tl-about-stat:last-child {
        border-bottom: none;
    }
}

/* === Card Uniformity Fix (auto-generated) === */

.info-item {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.article-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.read-more {
  margin-top: auto;
  display: inline-block;
}

.info-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* === Read More Pin Fix (auto-generated) === */

.article-body > p {
  flex: 1;
}

.blog-body > p {
  flex: 1;
}

.article-body > a:last-child,
.article-body > a:last-of-type {
  margin-top: auto;
  padding-top: 12px;
}

.blog-body > a:last-child,
.blog-body > a:last-of-type {
  margin-top: auto;
  padding-top: 12px;
}

/* === Last-Child Pin Fix (auto-generated) === */

.article-body > :last-child {
  margin-top: auto;
}

.blog-body > :last-child {
  margin-top: auto;
}

.tl-blog-card > :last-child {
  margin-top: auto;
}

.tl-contact-info-card > :last-child {
  margin-top: auto;
}

.tl-testimonial-card > :last-child {
  margin-top: auto;
}

a.read-more,
[class*="read-more"],
[class*="blog-read-more"] {
  margin-top: auto;
}

/* === Blog Article Width Fix === */
.container-narrow {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 24px;
}
.container-narrow img {
  max-width: 100%;
  height: auto;
}

/* Card title link styling */
.blog-card h3 a, .blog-card h4 a, .blog-card h5 a,
.news-card h3 a, .news-card h4 a, .news-card h5 a,
.insight-card h3 a, .insight-card h4 a, .insight-card h5 a,
[class*="-card"] h3 a, [class*="-card"] h4 a, [class*="-card"] h5 a {
  color: inherit;
  text-decoration: none;
}
[class*="-card"] h3 a:hover, [class*="-card"] h4 a:hover, [class*="-card"] h5 a:hover {
  text-decoration: underline;
}

/* Form placeholder visibility (theme-aware) */
input::placeholder, textarea::placeholder {
  color: #94a3b8;
  opacity: 1;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #94a3b8;
  opacity: 1;
}
input:focus, textarea:focus, select:focus {
  outline: none;
  border-color: var(--accent, #3b82f6);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

/* Universal card equal height */
[class$="-card"], [class*="-card "] {
  height: 100%;
  display: flex;
  flex-direction: column;
}
