.tech-page {
    background: transparent;
    color: #e7ecf4;
}

* {
    box-sizing: border-box;
}

html, body {
    color: #e7ecf4;
    margin: 0;
    font-family: "Raleway", "Segoe UI", Tahoma, sans-serif;
}

.container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.tech-hero {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.tech-hero-img {
    width: 100%;
    height: clamp(360px, 55vw, 520px);
    object-fit: cover;
    display: block;
    filter: saturate(1.05) contrast(1.05);
}

.tech-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.82) 70%, #000);
}

.tech-hero-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 28px 20px 36px;
    z-index: 1;
}

.tech-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(0, 0, 0, 0.55);
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #cbd3df;
}

.tech-kicker .fa {
    color: #78a6ff;
}

.tech-hero-content h1 {
    margin: 16px 0 10px;
    font-size: clamp(28px, 4vw, 44px);
    letter-spacing: -0.02em;
}

.tech-hero-content p {
    max-width: 760px;
    margin: 0 0 16px;
    color: #b7c1d2;
    font-size: 16px;
    line-height: 1.6;
}

.tech-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tech-tags span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(8, 10, 14, 0.7);
    color: #cfd6e3;
    font-size: 12px;
}

.tech-mesh-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px;
    margin-bottom: 24px;
}

.tech-list {
    margin: 0;
    padding-left: 18px;
    color: #c7d0dd;
    line-height: 1.6;
}

.tech-compare {
    margin: 26px 0 32px;
    border-radius: 18px;
    background: rgba(10, 12, 18, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 16px;
}

.tech-compare-title {
    font-size: 15px;
    color: #f0f4fb;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.tech-section-head-tight {
    margin-top: 12px;
}

.tech-component-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px;
}

.tech-component {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 18px;
    background: rgba(12, 14, 20, 0.9);
}

.tech-component h3 {
    margin: 0 0 10px;
    font-size: 16px;
    color: #f0f4fb;
    display: flex;
    align-items: center;
    gap: 8px;
}

.tech-component h3 .fa {
    color: #78a6ff;
}

.tech-section {
    padding: 52px 0;
    background: transparent;
}

.tech-section-alt {
    background: rgba(5, 5, 5, 0.7);
}

.tech-section-head h2 {
    margin: 0 0 10px;
    font-size: 26px;
}

.tech-section-head h2 .fa {
    margin-right: 10px;
    color: #78a6ff;
}

.tech-section-head p {
    margin: 0 0 24px;
    color: #b2bccb;
    max-width: 860px;
}

.tech-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
}

.tech-card {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 18px;
    background: rgba(14, 16, 22, 0.75);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.35);
}

.tech-card-title {
    font-size: 15px;
    color: #f0f4fb;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.tech-card ul {
    margin: 0;
    padding-left: 18px;
    color: #c7d0dd;
    line-height: 1.6;
}

.tech-media {
    margin-top: 26px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 16px;
}

.tech-media figure {
    margin: 0;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(12, 14, 20, 0.9);
}

.tech-media img {
    width: 100%;
    height: auto;
    max-height: 320px;
    object-fit: contain;
    display: block;
    background: #050608;
}

.tech-media figcaption {
    padding: 12px 14px;
    color: #b6c0cf;
    font-size: 13px;
}

.tech-image-card {
    margin: 0 0 22px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(10, 12, 18, 0.9);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.4);
}

.tech-image-card img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    background: #000;
}

.tech-image-card figcaption {
    padding: 12px 14px;
    color: #b6c0cf;
    font-size: 13px;
}

.tech-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    margin-bottom: 26px;
}

.tech-step {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 16px;
    background: rgba(10, 12, 18, 0.8);
}

.tech-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(120, 166, 255, 0.2);
    color: #78a6ff;
    font-weight: 700;
    margin-bottom: 10px;
}

.tech-step h3 {
    margin: 0 0 8px;
    font-size: 16px;
    color: #f0f4fb;
}

.tech-step p {
    margin: 0;
    color: #c3cbd8;
    font-size: 13px;
    line-height: 1.5;
}

.tech-callout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 320px);
    gap: 24px;
    padding: 22px;
    border-radius: 20px;
    background: rgba(12, 14, 20, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.tech-callout h3 {
    margin: 0 0 8px;
    font-size: 18px;
}

.tech-callout p {
    margin: 0;
    color: #c0cad8;
}

.tech-callout-list {
    display: grid;
    gap: 12px;
}

.tech-callout-list > div {
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(10, 12, 18, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.tech-callout-label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #8ea2c6;
}

.tech-callout-value {
    display: block;
    margin-top: 6px;
    font-size: 14px;
    color: #ecf1f9;
}

.tech-inline-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    color: #78a6ff;
    text-decoration: none;
    font-weight: 600;
}

.tech-inline-link:hover {
    color: #a5c2ff;
}

.tech-bubbles {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.tech-bubble {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(12, 14, 20, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #d3dbe7;
    font-size: 13px;
}

.tech-bubble .fa {
    color: #78a6ff;
}

.tech-table-wrap {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(10, 12, 18, 0.9);
}

.tech-table {
    width: 100%;
    border-collapse: collapse;
    color: #d3dbe7;
}

.tech-table thead {
    background: rgba(18, 20, 26, 0.95);
}

.tech-table th,
.tech-table td {
    padding: 12px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    text-align: left;
    font-size: 14px;
}

.tech-table tbody tr:last-child td {
    border-bottom: none;
}

.tech-patent {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: center;
    justify-content: space-between;
    padding: 18px;
    border-radius: 18px;
    background: rgba(10, 12, 18, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.tech-patent h3 {
    margin: 0 0 8px;
    font-size: 18px;
}

.tech-patent p {
    margin: 0;
    color: #c1c9d6;
}

.tech-patent-link a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #e7ecf4;
    text-decoration: none;
    background: rgba(20, 24, 32, 0.8);
}

.tech-patent-link a:hover {
    border-color: #78a6ff;
    color: #78a6ff;
}

.tech-cta {
    padding: 56px 0 64px;
    background: rgba(0, 0, 0, 0.85);
    text-align: center;
}

.tech-cta h2 {
    margin: 0 0 12px;
    font-size: 28px;
}

.tech-cta p {
    margin: 0 0 20px;
    color: #b2bccb;
}

.tech-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 26px;
    border-radius: 999px;
    border: 1px solid rgba(120, 166, 255, 0.6);
    background: rgba(16, 20, 28, 0.9);
    color: #e7ecf4;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.tech-btn:hover {
    border-color: #78a6ff;
    color: #78a6ff;
}

.tech-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 26px 0 34px;
    background: rgba(0, 0, 0, 0.92);
}

.tech-footer-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 14px;
}

.tech-footer-logo img {
    width: 140px;
    height: auto;
    display: block;
}

.tech-footer-copy {
    text-align: center;
    color: #9aa3b1;
    font-size: 13px;
}

@media (max-width: 900px) {
    .tech-hero-content {
        position: relative;
        padding: 24px 20px 30px;
    }

    .tech-hero-overlay {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.9));
    }

    .tech-callout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .tech-component-grid {
        grid-template-columns: 1fr;
    }

    .tech-mesh img {
        height: 160px;
    }

    .tech-hero-img {
        height: 320px;
    }

    .tech-section {
        padding: 40px 0;
    }

    .tech-table th,
    .tech-table td {
        font-size: 13px;
    }

    .tech-cta h2 {
        font-size: 24px;
    }
}
