.tt-skip-link {
    position: fixed;
    z-index: 9999;
    top: .75rem;
    left: .75rem;
    padding: .75rem 1rem;
    border-radius: .75rem;
    color: #041014;
    background: #67e8f9;
    font-weight: 800;
    transform: translateY(-180%);
    transition: transform .2s ease;
}

.tt-skip-link:focus { transform: translateY(0); }

.tt-service-content {
    position: relative;
    padding: 4.5rem 1rem;
    border-top: 1px solid rgba(255, 255, 255, .08);
    background:
        radial-gradient(circle at 15% 12%, rgba(34, 211, 238, .10), transparent 30rem),
        radial-gradient(circle at 88% 70%, rgba(236, 72, 153, .09), transparent 28rem),
        rgba(2, 6, 23, .42);
}

.tt-service-wrap {
    width: min(1120px, 100%);
    margin: 0 auto;
}

.tt-kicker {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: .9rem;
    color: #67e8f9;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.tt-kicker::before {
    width: 1.75rem;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, #22d3ee, #f472b6);
}

.tt-service-content h2 {
    max-width: 850px;
    margin: 0 0 1rem;
    color: #fff;
    font-family: Manrope, Inter, sans-serif;
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 800;
    line-height: 1.14;
}

.tt-service-content h3 {
    margin: 0 0 .7rem;
    color: #fff;
    font-size: 1.08rem;
    font-weight: 750;
}

.tt-lead,
.tt-service-content p {
    color: #cbd5e1;
    line-height: 1.75;
}

.tt-lead {
    max-width: 860px;
    margin-bottom: 2rem;
    font-size: 1.08rem;
}

.tt-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin: 1.75rem 0 3.25rem;
}

.tt-card {
    padding: 1.35rem;
    border: 1px solid rgba(148, 163, 184, .16);
    border-radius: 1.25rem;
    background: linear-gradient(145deg, rgba(15, 23, 42, .84), rgba(15, 23, 42, .48));
    box-shadow: 0 18px 55px rgba(0, 0, 0, .18);
}

.tt-card-number {
    display: grid;
    width: 2.15rem;
    height: 2.15rem;
    margin-bottom: 1rem;
    place-items: center;
    border-radius: .7rem;
    color: #06121b;
    background: linear-gradient(135deg, #67e8f9, #f9a8d4);
    font-weight: 900;
}

.tt-price-table {
    width: 100%;
    margin: 1.5rem 0 3.25rem;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, .18);
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 1.25rem;
    background: rgba(15, 23, 42, .68);
}

.tt-price-table th,
.tt-price-table td {
    padding: 1rem 1.2rem;
    border-bottom: 1px solid rgba(148, 163, 184, .12);
    color: #dbeafe;
    text-align: left;
}

.tt-price-table th {
    color: #fff;
    background: rgba(34, 211, 238, .08);
    font-size: .8rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.tt-price-table tr:last-child td { border-bottom: 0; }
.tt-price-table strong { color: #67e8f9; }

.tt-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin: 1.5rem 0 3.25rem;
}

.tt-list {
    display: grid;
    gap: .75rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tt-list li {
    position: relative;
    padding-left: 1.6rem;
    color: #cbd5e1;
    line-height: 1.6;
}

.tt-list li::before {
    position: absolute;
    top: .15rem;
    left: 0;
    color: #67e8f9;
    content: "✓";
    font-weight: 900;
}

.tt-note {
    margin: 1.5rem 0 3.25rem;
    padding: 1.35rem 1.5rem;
    border: 1px solid rgba(103, 232, 249, .20);
    border-left: 3px solid #22d3ee;
    border-radius: 0 1.1rem 1.1rem 0;
    background: rgba(8, 145, 178, .08);
}

.tt-faq {
    display: grid;
    gap: .75rem;
    margin-top: 1.5rem;
}

.tt-faq details {
    border: 1px solid rgba(148, 163, 184, .16);
    border-radius: 1rem;
    background: rgba(15, 23, 42, .68);
}

.tt-faq summary {
    padding: 1.15rem 3rem 1.15rem 1.2rem;
    color: #fff;
    cursor: pointer;
    font-weight: 750;
}

.tt-faq details p { margin: 0; padding: 0 1.2rem 1.2rem; }

.tt-links {
    display: flex;
    flex-wrap: wrap;
    gap: .7rem;
    margin-top: 2rem;
}

.tt-links a {
    padding: .75rem 1rem;
    border: 1px solid rgba(103, 232, 249, .24);
    border-radius: .85rem;
    color: #a5f3fc;
    background: rgba(34, 211, 238, .07);
    font-weight: 700;
    transition: .2s ease;
}

.tt-links a:hover { border-color: #67e8f9; color: #fff; transform: translateY(-2px); }

@media (max-width: 760px) {
    .tt-service-content { padding: 3.5rem 1rem; }
    .tt-grid, .tt-split { grid-template-columns: 1fr; }
    .tt-price-table th, .tt-price-table td { padding: .85rem .75rem; }
}
