/**
 * Torevya iç sayfalar
 * Ana tema dosyalarından sonra yüklenmelidir.
 * footer-custom.css bu dosyadan sonra yüklenmelidir.
 */

:root {
    --torevya-navy: #081c34;
    --torevya-dark: #101a33;
    --torevya-blue: #1768c4;
    --torevya-indigo: #3537f3;
    --torevya-cyan: #27c5df;
    --torevya-cyan-soft: #e9fbff;
    --torevya-purple: #7465f5;
    --torevya-text: #515d70;
    --torevya-border: #e4e9f2;
    --torevya-soft: #f7f9fd;
    --torevya-white: #ffffff;
    --torevya-shadow: 0 18px 55px rgba(15, 38, 75, 0.10);
    --torevya-radius: 24px;
    --torevya-wide-shell: 1800px;
    --torevya-wide-shell-gutter: 24px;
}

html {
    scroll-behavior: smooth;
}

body.torevya-inner-page {
    color: var(--torevya-text);
    background: var(--torevya-white);
}

body.torevya-inner-page h1,
body.torevya-inner-page h2,
body.torevya-inner-page h3,
body.torevya-inner-page h4,
body.torevya-inner-page h5,
body.torevya-inner-page h6 {
    color: var(--torevya-dark);
}

body.torevya-inner-page p:last-child {
    margin-bottom: 0;
}

.torevya-icon-button {
    padding: 0;
    background: transparent;
    border: 0;
}

.techin-header-social a .torevya-social-platform-icon {
    display: block;
    width: 17px;
    height: 17px;
    max-width: 17px;
    margin: 0;
    object-fit: contain;
    object-position: center;
}

/*
 * Sağdan/yan taraftan açılan hızlı iletişim panelindeki görselin
 * kendi oranını kaybedip dikey olarak uzamasını engeller.
 */
.techin-sidemenu-thumb {
    width: 100%;
    aspect-ratio: 16 / 10;
    max-height: 290px;
    overflow: hidden;
    border-radius: 18px;
}

.techin-sidemenu-thumb img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    object-fit: cover;
    object-position: center;
}

.main-menu > ul > li.active > a,
.techin-mobile-menu > ul > li.active > a {
    color: var(--torevya-cyan);
}

.torevya-page-hero {
    position: relative;
    z-index: 1;
    padding: 145px 0 125px;
    overflow: hidden;
    color: var(--torevya-white);
    background:
        linear-gradient(112deg, rgba(17, 24, 133, 0.96), rgba(53, 55, 243, 0.92) 52%, rgba(11, 55, 143, 0.96)),
        url("../images/footer/footer-bg3.png") center/cover no-repeat;
}

.torevya-page-hero::before {
    position: absolute;
    inset: 0;
    z-index: -2;
    content: "";
    background:
        radial-gradient(circle at 18% 22%, rgba(39, 197, 223, 0.28), transparent 27%),
        radial-gradient(circle at 82% 70%, rgba(87, 98, 255, 0.33), transparent 32%);
}

.torevya-page-hero::after {
    position: absolute;
    right: -70px;
    bottom: -110px;
    z-index: -1;
    width: 430px;
    height: 430px;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    box-shadow:
        0 0 0 45px rgba(255, 255, 255, 0.035),
        0 0 0 90px rgba(255, 255, 255, 0.025);
}

.torevya-page-hero h1 {
    max-width: 900px;
    margin: 18px 0 22px;
    color: var(--torevya-white);
    font-family: "Fira Sans", sans-serif;
    font-size: clamp(42px, 5vw, 74px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -1.8px;
}

.torevya-page-hero p {
    max-width: 820px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 19px;
    line-height: 1.75;
}

.torevya-page-hero__shape {
    position: absolute;
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, 0.12);
    transform: rotate(28deg);
}

.torevya-page-hero__shape--one {
    top: 35px;
    left: 7%;
    width: 84px;
    height: 84px;
    border-radius: 23px;
}

.torevya-page-hero__shape--two {
    top: 48px;
    right: 21%;
    width: 42px;
    height: 42px;
    border-radius: 12px;
}

.torevya-page-hero__icon {
    display: grid;
    width: 150px;
    height: 150px;
    color: var(--torevya-white);
    font-size: 70px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 38px;
    box-shadow: 0 30px 60px rgba(8, 16, 91, 0.28);
    transform: rotate(7deg);
    place-items: center;
    backdrop-filter: blur(10px);
}

.torevya-page-hero__icon i {
    transform: rotate(-7deg);
}

.torevya-breadcrumb {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
}

.torevya-breadcrumb a {
    color: var(--torevya-white);
}

.torevya-breadcrumb a:hover {
    color: var(--torevya-cyan);
}

.torevya-eyebrow {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: var(--torevya-purple);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.torevya-eyebrow::before {
    width: 27px;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, var(--torevya-cyan), var(--torevya-purple));
    border-radius: 99px;
}

.torevya-page-hero .torevya-eyebrow {
    color: var(--torevya-white);
}

.torevya-section {
    position: relative;
    padding: 110px 0;
}

.torevya-section--soft {
    background:
        radial-gradient(circle at 7% 12%, rgba(39, 197, 223, 0.08), transparent 24%),
        var(--torevya-soft);
}

.torevya-section--dark {
    color: rgba(255, 255, 255, 0.76);
    background: var(--torevya-navy);
}

.torevya-section-heading {
    max-width: 790px;
    margin: 0 auto 52px;
}

.torevya-section-heading:not(.text-center) {
    margin-right: 0;
    margin-left: 0;
}

.torevya-section-heading h2 {
    margin: 13px 0 17px;
    font-family: "Fira Sans", sans-serif;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -1px;
}

.torevya-section-heading p {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    font-size: 17px;
    line-height: 1.75;
}

.torevya-section-heading:not(.text-center) p {
    margin-left: 0;
}

.torevya-feature-card,
.torevya-service-card,
.torevya-team-card,
.torevya-project-card,
.torevya-blog-card,
.torevya-support-card {
    position: relative;
    height: 100%;
    padding: 36px;
    overflow: hidden;
    background: var(--torevya-white);
    border: 1px solid var(--torevya-border);
    border-radius: var(--torevya-radius);
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.torevya-feature-card:hover,
.torevya-service-card:hover,
.torevya-team-card:hover,
.torevya-project-card:hover,
.torevya-blog-card:hover,
.torevya-support-card:hover {
    border-color: rgba(39, 197, 223, 0.55);
    box-shadow: var(--torevya-shadow);
    transform: translateY(-7px);
}

.torevya-feature-card::after,
.torevya-service-card::after {
    position: absolute;
    right: -35px;
    bottom: -48px;
    width: 115px;
    height: 115px;
    content: "";
    background: rgba(39, 197, 223, 0.07);
    border-radius: 50%;
}

.torevya-feature-card__icon,
.torevya-service-card__icon,
.torevya-team-card__icon,
.torevya-support-card__icon {
    display: grid;
    width: 68px;
    height: 68px;
    margin-bottom: 25px;
    color: var(--torevya-white);
    font-size: 31px;
    background: linear-gradient(135deg, var(--torevya-indigo), var(--torevya-cyan));
    border-radius: 19px;
    box-shadow: 0 12px 28px rgba(53, 55, 243, 0.23);
    place-items: center;
}

.row > div:nth-child(3n + 2) .torevya-feature-card__icon,
.row > div:nth-child(3n + 2) .torevya-service-card__icon,
.row > div:nth-child(3n + 2) .torevya-team-card__icon {
    background: linear-gradient(135deg, #7d52ec, #ee65b6);
}

.row > div:nth-child(3n + 3) .torevya-feature-card__icon,
.row > div:nth-child(3n + 3) .torevya-service-card__icon,
.row > div:nth-child(3n + 3) .torevya-team-card__icon {
    background: linear-gradient(135deg, #098e9f, #2ed4a7);
}

.torevya-feature-card h3,
.torevya-service-card h3,
.torevya-team-card h3,
.torevya-project-card h3,
.torevya-blog-card h3,
.torevya-support-card h3 {
    margin: 0 0 15px;
    font-family: "Fira Sans", sans-serif;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.3;
}

.torevya-feature-card p,
.torevya-service-card p,
.torevya-team-card p,
.torevya-project-card p,
.torevya-blog-card p,
.torevya-support-card p {
    font-size: 16px;
    line-height: 1.75;
}

.torevya-card-link,
.torevya-text-link {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    margin-top: 22px;
    color: var(--torevya-indigo);
    font-weight: 700;
}

.torevya-card-link i,
.torevya-text-link i {
    transition: transform 180ms ease;
}

.torevya-card-link:hover,
.torevya-text-link:hover {
    color: var(--torevya-cyan);
}

.torevya-card-link:hover i,
.torevya-text-link:hover i {
    transform: translateX(4px);
}

.torevya-process-card {
    position: relative;
    height: 100%;
    padding: 35px 30px;
    background: var(--torevya-white);
    border: 1px solid var(--torevya-border);
    border-radius: 22px;
}

.torevya-process-card > span {
    display: inline-block;
    margin-bottom: 20px;
    color: rgba(53, 55, 243, 0.20);
    font-family: "Fira Sans", sans-serif;
    font-size: 54px;
    font-weight: 800;
    line-height: 1;
}

.torevya-process-card h3 {
    margin-bottom: 12px;
    font-size: 22px;
}

.torevya-process-card p {
    line-height: 1.7;
}

.torevya-visual-panel {
    position: relative;
    min-height: 520px;
    padding: 58px;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.82);
    background:
        linear-gradient(145deg, rgba(14, 29, 84, 0.97), rgba(53, 55, 243, 0.94)),
        url("../images/footer/footer-bg3.png") center/cover no-repeat;
    border-radius: 32px;
    box-shadow: var(--torevya-shadow);
}

.torevya-visual-panel::after {
    position: absolute;
    right: -110px;
    bottom: -120px;
    width: 350px;
    height: 350px;
    content: "";
    border: 70px solid rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.torevya-visual-panel__icon {
    display: grid;
    width: 90px;
    height: 90px;
    margin-bottom: 42px;
    color: var(--torevya-white);
    font-size: 45px;
    background: linear-gradient(135deg, var(--torevya-cyan), #58e1f6);
    border-radius: 25px;
    box-shadow: 0 18px 45px rgba(39, 197, 223, 0.30);
    place-items: center;
}

.torevya-visual-panel > span {
    color: var(--torevya-cyan);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.torevya-visual-panel h2 {
    max-width: 500px;
    margin: 17px 0;
    color: var(--torevya-white);
    font-size: 42px;
    line-height: 1.17;
}

.torevya-visual-panel p {
    max-width: 520px;
    font-size: 17px;
    line-height: 1.8;
}

.torevya-visual-panel__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.torevya-visual-panel__chips span {
    padding: 9px 14px;
    color: var(--torevya-white);
    font-size: 13px;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
}

.torevya-check-list {
    display: grid;
    gap: 17px;
}

.torevya-check-list__item {
    display: flex;
    gap: 18px;
    padding: 22px;
    background: var(--torevya-white);
    border: 1px solid var(--torevya-border);
    border-radius: 18px;
}

.torevya-check-list__item > i {
    display: grid;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    color: var(--torevya-white);
    font-size: 23px;
    background: linear-gradient(135deg, var(--torevya-indigo), var(--torevya-cyan));
    border-radius: 14px;
    place-items: center;
}

.torevya-check-list__item h3 {
    margin: 0 0 7px;
    font-size: 19px;
}

.torevya-check-list__item p {
    font-size: 15px;
    line-height: 1.65;
}

.torevya-stat-band {
    position: relative;
    padding: 48px;
    overflow: hidden;
    color: var(--torevya-white);
    background: linear-gradient(110deg, var(--torevya-indigo), var(--torevya-blue));
    border-radius: 30px;
}

.torevya-stat-band__item {
    text-align: center;
}

.torevya-stat-band__item strong {
    display: block;
    color: var(--torevya-white);
    font-family: "Fira Sans", sans-serif;
    font-size: 42px;
}

.torevya-stat-band__item span {
    color: rgba(255, 255, 255, 0.75);
}

.torevya-project-card,
.torevya-blog-card {
    padding: 0;
}

.torevya-project-card__visual,
.torevya-blog-card__visual {
    position: relative;
    display: grid;
    min-height: 240px;
    overflow: hidden;
    color: var(--torevya-white);
    font-size: 72px;
    background:
        linear-gradient(135deg, rgba(53, 55, 243, 0.92), rgba(39, 197, 223, 0.85)),
        url("../images/footer/footer-bg3.png") center/cover no-repeat;
    place-items: center;
}

.torevya-project-card__visual::after,
.torevya-blog-card__visual::after {
    position: absolute;
    inset: 18px;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 18px;
}

.torevya-project-card__content,
.torevya-blog-card__content {
    padding: 32px;
}

.torevya-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 15px;
}

.torevya-card-meta span {
    padding: 6px 10px;
    color: var(--torevya-indigo);
    font-size: 12px;
    font-weight: 700;
    background: rgba(53, 55, 243, 0.07);
    border-radius: 999px;
}

.torevya-package-card {
    position: relative;
    height: 100%;
    padding: 42px 36px;
    background: var(--torevya-white);
    border: 1px solid var(--torevya-border);
    border-radius: 28px;
}

.torevya-package-card--featured {
    color: rgba(255, 255, 255, 0.80);
    background:
        linear-gradient(145deg, rgba(32, 34, 194, 0.97), rgba(38, 137, 209, 0.96)),
        url("../images/footer/footer-bg3.png") center/cover no-repeat;
    border-color: transparent;
    box-shadow: 0 24px 65px rgba(38, 47, 173, 0.26);
    transform: translateY(-16px);
}

.torevya-package-card__badge {
    display: inline-flex;
    padding: 7px 12px;
    margin-bottom: 22px;
    color: var(--torevya-indigo);
    font-size: 12px;
    font-weight: 700;
    background: rgba(53, 55, 243, 0.08);
    border-radius: 999px;
}

.torevya-package-card--featured .torevya-package-card__badge {
    color: var(--torevya-white);
    background: rgba(255, 255, 255, 0.15);
}

.torevya-package-card h2 {
    margin-bottom: 16px;
    font-size: 30px;
}

.torevya-package-card--featured h2,
.torevya-package-card--featured h3 {
    color: var(--torevya-white);
}

.torevya-package-card__price {
    margin: 24px 0;
    color: var(--torevya-dark);
    font-size: 19px;
    font-weight: 700;
}

.torevya-package-card--featured .torevya-package-card__price {
    color: var(--torevya-white);
}

.torevya-package-card ul {
    padding: 0;
    margin: 27px 0 32px;
    list-style: none;
}

.torevya-package-card li {
    display: flex;
    gap: 11px;
    align-items: flex-start;
    padding: 10px 0;
    border-bottom: 1px solid rgba(125, 137, 160, 0.15);
}

.torevya-package-card li::before {
    flex: 0 0 auto;
    color: var(--torevya-cyan);
    font-family: "remixicon";
    font-size: 20px;
    content: "\eb80";
}

.torevya-package-card--featured li {
    border-color: rgba(255, 255, 255, 0.12);
}

.torevya-faq-list {
    max-width: 960px;
    margin: 0 auto;
}

.torevya-faq-item {
    margin-bottom: 16px;
    overflow: hidden;
    background: var(--torevya-white);
    border: 1px solid var(--torevya-border);
    border-radius: 18px;
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

.torevya-faq-item[open] {
    border-color: rgba(53, 55, 243, 0.35);
    box-shadow: 0 14px 38px rgba(15, 38, 75, 0.08);
}

.torevya-faq-item summary {
    position: relative;
    padding: 25px 66px 25px 26px;
    color: var(--torevya-dark);
    font-size: 19px;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
}

.torevya-faq-item summary::-webkit-details-marker {
    display: none;
}

.torevya-faq-item summary::after {
    position: absolute;
    top: 50%;
    right: 24px;
    display: grid;
    width: 34px;
    height: 34px;
    color: var(--torevya-indigo);
    font-family: "remixicon";
    font-size: 21px;
    content: "\ea13";
    background: rgba(53, 55, 243, 0.08);
    border-radius: 10px;
    transform: translateY(-50%);
    place-items: center;
}

.torevya-faq-item[open] summary::after {
    content: "\f1af";
}

.torevya-faq-item__content {
    padding: 0 26px 26px;
    line-height: 1.8;
}

.torevya-form-card {
    padding: 45px;
    background: var(--torevya-white);
    border: 1px solid var(--torevya-border);
    border-radius: 28px;
    box-shadow: var(--torevya-shadow);
}

.torevya-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.torevya-form-field--full {
    grid-column: 1 / -1;
}

.torevya-form-field label {
    display: block;
    margin-bottom: 9px;
    color: var(--torevya-dark);
    font-size: 14px;
    font-weight: 700;
}

.torevya-form-field input:not([type="checkbox"]),
.torevya-form-field select,
.torevya-form-field textarea,
.torevya-search-form input {
    width: 100%;
    min-height: 56px;
    padding: 14px 17px;
    color: var(--torevya-dark);
    background: #f8faff;
    border: 1px solid var(--torevya-border);
    border-radius: 13px;
    outline: none;
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

.torevya-form-field textarea {
    min-height: 150px;
    resize: vertical;
}

.torevya-form-field input:focus,
.torevya-form-field select:focus,
.torevya-form-field textarea:focus,
.torevya-search-form input:focus {
    border-color: var(--torevya-cyan);
    box-shadow: 0 0 0 4px rgba(39, 197, 223, 0.12);
}

.torevya-form-check {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 14px;
}

.torevya-form-check input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: var(--torevya-indigo);
}

.torevya-form-errors,
.torevya-form-success {
    padding: 17px 20px;
    margin-bottom: 24px;
    border-radius: 13px;
}

.torevya-form-errors {
    color: #9b1c31;
    background: #fff0f3;
    border: 1px solid #ffd0da;
}

.torevya-form-success {
    color: #12624a;
    background: #ecfff8;
    border: 1px solid #b9f0dc;
}

.torevya-contact-panel {
    height: 100%;
    padding: 42px;
    color: rgba(255, 255, 255, 0.80);
    background:
        linear-gradient(145deg, rgba(15, 30, 90, 0.97), rgba(53, 55, 243, 0.94)),
        url("../images/footer/footer-bg3.png") center/cover no-repeat;
    border-radius: 28px;
}

.torevya-contact-panel h2,
.torevya-contact-panel h3 {
    color: var(--torevya-white);
}

.torevya-contact-panel__item {
    display: flex;
    gap: 16px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.torevya-contact-panel__item i {
    display: grid;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    color: var(--torevya-indigo);
    font-size: 22px;
    background: var(--torevya-cyan);
    border-radius: 13px;
    place-items: center;
}

.torevya-contact-panel__item a,
.torevya-contact-panel__item p {
    color: rgba(255, 255, 255, 0.80);
}

.torevya-article {
    max-width: 850px;
    margin: 0 auto;
    color: #425068;
    font-size: 17px;
    line-height: 1.85;
}

.torevya-article h2 {
    margin: 45px 0 16px;
    font-size: 32px;
}

.torevya-article h3 {
    margin: 30px 0 12px;
    font-size: 23px;
}

.torevya-article ul,
.torevya-legal-content ul {
    padding-left: 21px;
}

.torevya-article li,
.torevya-legal-content li {
    padding: 4px 0;
}

.torevya-article__lead {
    padding: 28px;
    margin-bottom: 35px;
    color: var(--torevya-dark);
    font-size: 20px;
    line-height: 1.75;
    background: var(--torevya-cyan-soft);
    border-left: 4px solid var(--torevya-cyan);
    border-radius: 0 18px 18px 0;
}

.torevya-legal-sidebar {
    position: sticky;
    top: 125px;
    padding: 30px;
    background: var(--torevya-soft);
    border: 1px solid var(--torevya-border);
    border-radius: 22px;
}

.torevya-legal-sidebar > span {
    display: block;
    color: var(--torevya-text);
    font-size: 13px;
}

.torevya-legal-sidebar > strong {
    display: block;
    margin: 5px 0 22px;
    color: var(--torevya-dark);
}

.torevya-legal-sidebar nav {
    display: grid;
    gap: 8px;
}

.torevya-legal-sidebar nav a {
    padding: 10px 12px;
    color: var(--torevya-dark);
    font-size: 14px;
    border-radius: 9px;
}

.torevya-legal-sidebar nav a:hover {
    color: var(--torevya-indigo);
    background: var(--torevya-white);
}

.torevya-legal-content {
    color: #425068;
    font-size: 16px;
    line-height: 1.85;
}

.torevya-legal-content section + section {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid var(--torevya-border);
}

.torevya-legal-content h2 {
    margin-bottom: 15px;
    font-size: 27px;
}

.torevya-search-form {
    display: flex;
    gap: 12px;
    max-width: 820px;
    padding: 14px;
    margin: 0 auto 45px;
    background: var(--torevya-white);
    border: 1px solid var(--torevya-border);
    border-radius: 18px;
    box-shadow: var(--torevya-shadow);
}

.torevya-search-form input {
    background: transparent;
    border: 0;
}

.torevya-empty-state {
    max-width: 760px;
    padding: 55px 30px;
    margin: 0 auto;
    text-align: center;
    background: var(--torevya-soft);
    border: 1px dashed #cdd6e6;
    border-radius: 24px;
}

.torevya-empty-state i {
    display: block;
    margin-bottom: 17px;
    color: var(--torevya-indigo);
    font-size: 55px;
}

.torevya-inline-cta {
    padding: 25px 0 110px;
}

.torevya-inline-cta__container {
    position: relative;
}

.torevya-inline-cta__inner {
    display: flex;
    gap: 35px;
    align-items: center;
    justify-content: space-between;
    padding: 56px;
    color: rgba(255, 255, 255, 0.80);
    background:
        linear-gradient(115deg, rgba(26, 29, 171, 0.98), rgba(23, 104, 196, 0.95)),
        url("../images/footer/footer-bg3.png") center/cover no-repeat;
    border-radius: 30px;
    box-shadow: 0 25px 70px rgba(31, 48, 177, 0.24);
}

.torevya-inline-cta__content {
    flex: 1 1 auto;
    min-width: 0;
}

.torevya-inline-cta h2 {
    max-width: 760px;
    margin: 12px 0;
    color: var(--torevya-white);
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.12;
}

.torevya-inline-cta p {
    max-width: 760px;
}

.torevya-inline-cta .torevya-eyebrow {
    color: var(--torevya-cyan);
}

.torevya-inline-cta__actions {
    display: flex;
    flex: 0 0 auto;
    gap: 18px;
    align-items: center;
}

.torevya-inline-cta .torevya-text-link {
    margin: 0;
    color: var(--torevya-white);
}

/*
 * Logo geniş masaüstü kabuğunda solda kalır.
 * Sayfa içerikleri ve CTA ise Bootstrap .container ölçüsünde
 * bağımsız olarak ortalanır.
 */
@media (min-width: 1600px) {
    .techin-header-wrapper.torevya-wide-shell {
        width: calc(100% - (var(--torevya-wide-shell-gutter) * 2));
        max-width: var(--torevya-wide-shell);
        margin-right: auto;
        margin-left: auto;
    }
}

.torevya-footer-cta {
    position: relative;
    z-index: 2;
    padding: 85px 0 155px;
    color: var(--torevya-white);
    background:
        linear-gradient(110deg, rgba(23, 19, 146, 0.94), rgba(48, 43, 247, 0.92), rgba(16, 62, 151, 0.94)),
        url("../images/footer/footer-bg3.png") center/cover no-repeat;
}

.torevya-footer-cta__inner {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
}

.torevya-footer-cta span {
    color: var(--torevya-white);
    font-weight: 700;
}

.torevya-footer-cta h2 {
    max-width: 760px;
    margin: 14px 0 0;
    color: var(--torevya-white);
    font-size: clamp(34px, 4.3vw, 58px);
    line-height: 1.12;
}

.techin-footer-section3 {
    position: relative;
    z-index: 3;
    margin-top: -70px;
    border-radius: 28px 28px 0 0;
}

/*
 * Footer bilgi kutusunun çizgi ve telif kuralları yalnızca
 * footer-custom.css dosyasında yönetilir.
 *
 * Burada aynı ::before / ::after kurallarını tekrar tanımlamak,
 * sayfalar arasında farklı footer görünümüne neden olur.
 */

@media (max-width: 1199.98px) {
    .torevya-page-hero {
        padding: 115px 0 100px;
    }

    .torevya-package-card--featured {
        transform: none;
    }

    .torevya-footer-cta {
        padding-bottom: 125px;
    }
}

@media (max-width: 991.98px) {
    .torevya-section {
        padding: 85px 0;
    }

    .torevya-visual-panel {
        min-height: auto;
        padding: 42px;
    }

    .torevya-inline-cta__inner,
    .torevya-footer-cta__inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .torevya-legal-sidebar {
        position: static;
    }
}

@media (max-width: 767.98px) {
    .torevya-page-hero {
        padding: 90px 0 80px;
    }

    .torevya-page-hero h1 {
        margin-top: 14px;
        font-size: 42px;
        letter-spacing: -1px;
    }

    .torevya-page-hero p {
        font-size: 16px;
    }

    .torevya-breadcrumb {
        margin-bottom: 18px;
    }

    .torevya-section {
        padding: 70px 0;
    }

    .torevya-section-heading {
        margin-bottom: 37px;
    }

    .torevya-feature-card,
    .torevya-service-card,
    .torevya-team-card,
    .torevya-support-card {
        padding: 28px;
    }

    .torevya-visual-panel {
        padding: 32px 27px;
        border-radius: 24px;
    }

    .torevya-visual-panel h2 {
        font-size: 34px;
    }

    .torevya-form-card {
        padding: 28px 22px;
    }

    .torevya-form-grid {
        grid-template-columns: 1fr;
    }

    .torevya-form-field--full {
        grid-column: auto;
    }

    .torevya-inline-cta {
        padding-bottom: 80px;
    }

    .torevya-inline-cta__inner {
        padding: 35px 26px;
        border-radius: 23px;
    }

    .torevya-inline-cta__actions {
        width: 100%;
        align-items: flex-start;
        flex-direction: column;
    }

    .torevya-footer-cta {
        padding: 65px 0 115px;
    }

    .torevya-footer-cta h2 {
        font-size: 36px;
    }

    .techin-footer-section3 {
        margin-top: -55px;
        border-radius: 22px 22px 0 0;
    }

    .torevya-search-form {
        align-items: stretch;
        flex-direction: column;
    }
}

@media (max-width: 479.98px) {
    .torevya-page-hero h1 {
        font-size: 36px;
    }

    .torevya-section-heading h2 {
        font-size: 32px;
    }

    .torevya-check-list__item {
        align-items: flex-start;
        flex-direction: column;
    }

    .torevya-stat-band {
        padding: 35px 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* Torevya kart ikonlarını görünür yap */
.torevya-feature-card__icon i,
.torevya-service-card__icon i,
.torevya-team-card__icon i,
.torevya-support-card__icon i,
.torevya-visual-panel__icon i {
    display: inline-block !important;
    color: #ffffff !important;
    font-size: 31px !important;
    line-height: 1 !important;
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-text-fill-color: #ffffff !important;
}

.torevya-feature-card__icon i::before,
.torevya-service-card__icon i::before,
.torevya-team-card__icon i::before,
.torevya-support-card__icon i::before,
.torevya-visual-panel__icon i::before {
    display: block !important;
    color: #ffffff !important;
    opacity: 1 !important;
    -webkit-text-fill-color: #ffffff !important;
}

/* Arama sonuç kartlarındaki SVG görseller */
.torevya-feature-card__icon--image {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    padding: 11px;
    overflow: hidden;
    background: #f1f4ff !important;
    border: 1px solid rgba(53, 55, 243, 0.10);
    border-radius: 20px;
}

.torevya-feature-card__icon--image img {
    display: block;
    width: 48px;
    height: 48px;
    object-fit: contain;
}

/* Arama sonucu kategori etiketi */
.torevya-feature-card .torevya-card-meta {
    margin: 0 0 14px;
}

.torevya-feature-card .torevya-card-meta span {
    display: inline-flex;
    padding: 6px 11px;
    color: #3537f3;
    font-size: 12px;
    font-weight: 700;
    background: rgba(53, 55, 243, 0.08);
    border-radius: 999px;
}

/* Boş arama ve sonuç bulunamadı görselleri */
.torevya-empty-state__image {
    display: block;
    width: 90px;
    height: 90px;
    margin: 0 auto 22px;
    object-fit: contain;
}
/* ==================================================
   SAYFAYA ÖZEL HERO GÖRSELİ
================================================== */

.torevya-page-hero__visual {
    position: relative;
    z-index: 2;
    display: grid;
    width: min(100%, 430px);
    min-height: 315px;
    padding: 22px;
    isolation: isolate;
    place-items: center;
}

.torevya-page-hero__visual::before {
    position: absolute;
    inset: 24px;
    z-index: -1;
    content: "";
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 42px;
    box-shadow:
        0 30px 70px rgba(8, 16, 91, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.20);
    transform: rotate(3deg);
    backdrop-filter: blur(10px);
}

.torevya-page-hero__visual::after {
    position: absolute;
    top: 17px;
    right: 15px;
    z-index: -2;
    width: 105px;
    height: 105px;
    content: "";
    background: linear-gradient(
        135deg,
        rgba(39, 197, 223, 0.48),
        rgba(116, 101, 245, 0.24)
    );
    border-radius: 50%;
    filter: blur(4px);
}

.torevya-page-hero__visual-glow {
    position: absolute;
    bottom: 15px;
    left: 30px;
    z-index: -2;
    width: 150px;
    height: 75px;
    background: rgba(39, 197, 223, 0.20);
    border-radius: 50%;
    filter: blur(28px);
}

.torevya-page-hero__visual img {
    position: relative;
    z-index: 1;
    display: block;
    width: min(100%, 380px);
    height: auto;
    object-fit: contain;
    filter: drop-shadow(
        0 20px 25px rgba(5, 16, 68, 0.20)
    );
    animation: torevyaHeroFloat 5s ease-in-out infinite;
}

@keyframes torevyaHeroFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-9px);
    }
}

@media (max-width: 1199.98px) {
    .torevya-page-hero__visual {
        width: 360px;
        min-height: 280px;
    }

    .torevya-page-hero__visual img {
        width: 320px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .torevya-page-hero__visual img {
        animation: none;
    }
}
