    .tm-universe {
            position: relative;
            min-height: 100vh;
            background: radial-gradient(circle at top, #0f172a, #020617);
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }

        .tm-overlay {
            position: absolute;
            inset: 0;
            background: url("https://www.transparenttextures.com/patterns/asfalt-light.png");
            opacity: .12;
        }

        .tm-container {
            position: relative;
            z-index: 2;
            max-width: 1100px;
            width: 100%;
            text-align: center;
            padding: 100px 20px;
        }

        .tm-badge {
            display: inline-block;
            letter-spacing: 2px;
            font-size: 12px;
            border: 1px solid rgba(255, 255, 255, .2);
            padding: 6px 18px;
            border-radius: 30px;
            margin-bottom: 30px;
        }

        .tm-title {
            font-size: 68px;
            font-weight: 800;
            margin-bottom: 20px;
        }

        .tm-title span {
            color: #00b0bb;
        }

        .tm-subtitle {
            font-size: 20px;
            color: #cbd5f5;
            margin-bottom: 50px;
        }

        .tm-divider {
            width: 90px;
            height: 4px;
            background: #00b0bb;
            margin: 50px auto;
            border-radius: 5px;
        }

        .tm-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 40px;
            margin-top: 60px;
        }

        .tm-card {
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.12);
            padding: 45px;
            border-radius: 22px;
            backdrop-filter: blur(12px);
            text-align: left;
        }

        .tm-card i {
            font-size: 40px;
            color: #00b0bb;
            margin-bottom: 20px;
        }

        .tm-card h3 {
            font-size: 26px;
            font-weight: 700;
            margin-bottom: 15px;
        }

        .tm-card p {
            font-size: 16px;
            color: #dbeafe;
            line-height: 1.7;
        }

        .tm-footnote {
            margin-top: 70px;
            font-size: 13px;
            color: rgba(255, 255, 255, .5);
        }
        .breadcrumb-area {
            min-height: 100vh;
            background-size: contain;
            /* 👈 tamamı görünür */
            background-position: center;
            background-repeat: no-repeat;
            background-color: #0b1c2d;
            /* 👈 boşluklar için arka plan */
        }

        .breadcrumb-wrap {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);

            text-align: center;
            padding: 40px 30px;
        }