/* Müşteri Görüşleri v35 — site teması uyumlu */
.tc-test-v35-home,
.tc-test-v35-page,
.tc-test-v35-home *,
.tc-test-v35-page * { box-sizing: border-box; }

.tc-test-v35-home {
    --tc-test-dark: #071f44;
    --tc-test-accent: #ff6600;
    --tc-test-text: #64748b;
    position: relative;
    padding: 88px 0;
    background:
        radial-gradient(circle at 8% 18%, rgba(255, 102, 0, 0.08), transparent 28%),
        linear-gradient(180deg, #fff 0%, #fffaf5 100%);
    overflow: hidden;
}
.tc-test-v35-home:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(7, 31, 68, 0.02), transparent 40%);
    pointer-events: none;
}
.tc-test-v35-home__shell {
    position: relative;
    padding: 34px 34px 30px;
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(7, 31, 68, 0.07);
    box-shadow: 0 28px 84px rgba(7, 31, 68, 0.10);
}
.tc-test-v35-home__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}
.tc-test-v35-home__tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: var(--tc-test-accent);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}
.tc-test-v35-home__tag:before {
    content: "";
    width: 28px;
    height: 2px;
    border-radius: 999px;
    background: var(--tc-test-accent);
}
.tc-test-v35-home__head h2 {
    margin: 0;
    color: var(--tc-test-dark);
    font-size: clamp(30px, 3vw, 46px);
    line-height: 1.06;
    font-weight: 900;
    letter-spacing: -0.04em;
}
.tc-test-v35-home__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}
.tc-test-v35-home__add,
.tc-test-v35-home__all {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none !important;
    transition: 0.22s ease;
    cursor: pointer;
    border: 0;
    font-family: inherit;
    font-size: inherit;
}
.tc-test-v35-home__add {
    background: var(--tc-test-accent);
    color: #fff !important;
    box-shadow: 0 14px 34px rgba(255, 102, 0, 0.22);
}
.tc-test-v35-home__add:hover {
    background: var(--tc-test-dark);
    transform: translateY(-2px);
}
.tc-test-v35-home__all {
    background: var(--tc-test-dark);
    color: #fff !important;
}
.tc-test-v35-home__all:hover {
    background: var(--tc-test-accent);
    transform: translateY(-2px);
}
.tc-test-v35-home__viewport {
    overflow: hidden;
    margin: 0 -6px;
    padding: 4px 6px 8px;
}
.tc-test-v35-home__track {
    display: flex;
    gap: 22px;
    will-change: transform;
}
.tc-test-v35-home__slide {
    flex: 0 0 calc((100% - 44px) / 3);
    min-width: 0;
}

.tc-test-v35-card {
    position: relative;
    height: 100%;
    padding: 28px 26px 24px;
    border-radius: 28px;
    background: #fff;
    border: 1px solid rgba(7, 31, 68, 0.07);
    box-shadow: 0 18px 56px rgba(7, 31, 68, 0.08);
    transition: 0.22s ease;
}
.tc-test-v35-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 26px 70px rgba(7, 31, 68, 0.12);
}
.tc-test-v35-card--compact {
    min-height: 260px;
    display: flex;
    flex-direction: column;
}
.tc-test-v35-card__quote {
    position: absolute;
    right: 22px;
    top: 18px;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: rgba(255, 102, 0, 0.10);
    color: var(--tc-test-accent);
    font-size: 18px;
}
.tc-test-v35-stars {
    display: inline-flex;
    gap: 4px;
    color: #f59e0b;
    font-size: 14px;
    margin-bottom: 14px;
}
.tc-test-v35-card__text {
    margin: 0 0 22px;
    color: var(--tc-test-text);
    font-size: 16px;
    line-height: 1.78;
    flex: 1;
}
.tc-test-v35-card__foot {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: auto;
}
.tc-test-v35-card__avatar {
    position: relative;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(135deg, #071f44, #0a2d5c);
    display: grid;
    place-items: center;
    flex: 0 0 54px;
}
.tc-test-v35-card__avatar img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tc-test-v35-card__avatar i {
    color: rgba(255, 255, 255, 0.88);
    font-size: 20px;
}
.tc-test-v35-card__avatar:not(.is-fallback) i { display: none; }
.tc-test-v35-card__meta strong {
    display: block;
    color: var(--tc-test-dark);
    font-size: 17px;
    line-height: 1.2;
    font-weight: 900;
}
.tc-test-v35-card__meta em {
    display: block;
    margin-top: 4px;
    color: #94a3b8;
    font-size: 13px;
    font-style: normal;
    line-height: 1.4;
}

.tc-test-v35-page {
    --tc-test-dark: #071f44;
    --tc-test-accent: #ff6600;
    --tc-test-text: #64748b;
    position: relative;
    overflow: hidden;
    padding: 100px 0 110px;
    background:
        radial-gradient(circle at 9% 14%, rgba(255, 102, 0, 0.1), transparent 28%),
        radial-gradient(circle at 93% 18%, rgba(7, 31, 68, 0.08), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #fffaf5 100%);
}
.tc-test-v35-page .container { position: relative; z-index: 2; }
.tc-test-v35-page__bgtext {
    position: absolute;
    right: -22px;
    top: 44px;
    color: rgba(7, 31, 68, 0.035);
    font-size: clamp(100px, 14vw, 260px);
    font-weight: 900;
    letter-spacing: -0.1em;
    line-height: 0.82;
    pointer-events: none;
    user-select: none;
}
.tc-test-v35-page__head {
    max-width: 760px;
    margin: 0 auto 48px;
    text-align: center;
}
.tc-test-v35-page__kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: var(--tc-test-accent);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}
.tc-test-v35-page__head h2 {
    margin: 0 0 16px;
    color: var(--tc-test-dark);
    font-size: clamp(36px, 4vw, 58px);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -0.04em;
}
.tc-test-v35-page__head p {
    margin: 0;
    color: var(--tc-test-text);
    font-size: 17px;
    line-height: 1.82;
}
.tc-test-v35-page__empty {
    text-align: center;
    padding: 48px 24px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px dashed rgba(7, 31, 68, 0.12);
    margin-bottom: 40px;
}
.tc-test-v35-page__empty h3 {
    margin: 0 0 8px;
    color: var(--tc-test-dark);
    font-weight: 900;
}
.tc-test-v35-page__empty p {
    margin: 0;
    color: var(--tc-test-text);
}

.tc-test-v35-form-wrap {
    margin-top: 56px;
    padding: 34px;
    border-radius: 32px;
    background: #fff;
    border: 1px solid rgba(7, 31, 68, 0.08);
    box-shadow: 0 28px 84px rgba(7, 31, 68, 0.10);
}
.tc-test-v35-form-head span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--tc-test-dark);
    font-size: 24px;
    font-weight: 900;
}
.tc-test-v35-form-head p {
    margin: 10px 0 24px;
    color: var(--tc-test-text);
    line-height: 1.7;
}
.tc-test-v35-form .form-label {
    font-weight: 700;
    color: var(--tc-test-dark);
}
.tc-test-v35-form .form-control,
.tc-test-v35-form .form-select {
    min-height: 52px;
    border-radius: 16px;
    border-color: rgba(7, 31, 68, 0.12);
}
.tc-test-v35-submit {
    min-height: 56px;
    padding: 0 28px;
    border: 0;
    border-radius: 999px;
    background: #ff6600;
    background: var(--tc-test-accent, #ff6600);
    color: #fff !important;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: 0.22s ease;
    cursor: pointer;
    font-family: inherit;
    font-size: 16px;
    line-height: 1;
}
.tc-test-v35-submit:hover {
    background: #071f44;
    background: var(--tc-test-dark, #071f44);
}
.tc-test-v35-form__actions {
    margin-top: 18px;
}
.tc-test-v35-form__actions--modal {
    position: sticky;
    bottom: 0;
    z-index: 3;
    margin: 20px -30px -28px;
    padding: 18px 30px 24px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #fff 24%);
    border-top: 1px solid rgba(7, 31, 68, 0.08);
}
.tc-test-v35-form__actions--modal .tc-test-v35-submit {
    width: 100%;
    min-height: 58px;
    font-size: 17px;
    box-shadow: 0 16px 36px rgba(255, 102, 0, 0.28);
}
.tc-test-v35-alert {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    border-radius: 18px;
    margin-bottom: 22px;
    font-weight: 700;
}
.tc-test-v35-alert--ok {
    background: rgba(34, 197, 94, 0.12);
    color: #166534;
}
.tc-test-v35-alert--err {
    background: rgba(239, 68, 68, 0.12);
    color: #991b1b;
}

.tc-test-v35-modal {
    --tc-test-dark: #071f44;
    --tc-test-accent: #ff6600;
    --tc-test-text: #64748b;
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.24s ease;
}
.tc-test-v35-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.tc-test-v35-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(7, 31, 68, 0.62);
    backdrop-filter: blur(4px);
}
.tc-test-v35-modal__dialog {
    position: relative;
    z-index: 2;
    width: min(720px, 100%);
    max-height: min(90vh, 860px);
    overflow: auto;
    padding: 30px 30px 28px;
    border-radius: 32px;
    background: #fff;
    box-shadow: 0 34px 100px rgba(7, 31, 68, 0.28);
    transform: translateY(18px) scale(0.98);
    transition: 0.24s ease;
}
.tc-test-v35-modal.is-open .tc-test-v35-modal__dialog {
    transform: translateY(0) scale(1);
}
.tc-test-v35-modal__close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 14px;
    background: rgba(7, 31, 68, 0.06);
    color: var(--tc-test-dark);
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: 0.2s ease;
}
.tc-test-v35-modal__close:hover {
    background: var(--tc-test-accent);
    color: #fff;
}
.tc-test-v35-modal__head {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 22px;
    padding-right: 44px;
}
.tc-test-v35-modal__icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: rgba(255, 102, 0, 0.12);
    color: var(--tc-test-accent);
    display: grid;
    place-items: center;
    font-size: 22px;
    flex: 0 0 54px;
}
.tc-test-v35-modal__head h3 {
    margin: 0 0 8px;
    color: var(--tc-test-dark);
    font-size: 24px;
    font-weight: 900;
    line-height: 1.15;
}
.tc-test-v35-modal__head p {
    margin: 0;
    color: var(--tc-test-text);
    line-height: 1.65;
    font-size: 15px;
}
.tc-test-v35-modal .tc-test-v35-form .form-control,
.tc-test-v35-modal .tc-test-v35-form .form-select {
    min-height: 48px;
}
.tc-test-v35-modal .d-none { display: none !important; }
.tc-test-v35-modal .tc-test-v35-form--modal .form-label {
    font-weight: 700;
    color: var(--tc-test-dark);
}

@media (max-width: 1199.98px) {
    .tc-test-v35-home__slide { flex-basis: calc((100% - 22px) / 2); }
}
@media (max-width: 767.98px) {
    .tc-test-v35-home { padding: 62px 0; }
    .tc-test-v35-home__shell { padding: 22px 18px 20px; border-radius: 28px; }
    .tc-test-v35-home__slide { flex-basis: 100%; }
    .tc-test-v35-home__actions { width: 100%; }
    .tc-test-v35-home__add,
    .tc-test-v35-home__all { flex: 1 1 auto; justify-content: center; min-height: 48px; padding: 0 16px; font-size: 14px; }
    .tc-test-v35-page { padding: 72px 0 84px; }
    .tc-test-v35-form-wrap { padding: 22px 18px; }
    .tc-test-v35-modal__dialog { padding: 22px 18px 0; border-radius: 26px; }
    .tc-test-v35-form__actions--modal { margin: 16px -18px 0; padding: 16px 18px 20px; }
}
