/* ITM Hosting — Hakkımızda sayfası v1.0.0 */

.itm-about-hero {
    position: relative;
    width: 100%;
    margin: 0 !important;
    padding: 0;
    overflow: hidden;
    background: linear-gradient(165deg, #ffffff 0%, #f8fafc 42%, #f1f5f9 100%);
    border-bottom: 1px solid #e2e8f0;
}

.master-nav-wrapper:has(.itm-about-hero) .header.master-header {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.master-nav-wrapper:has(.itm-about-hero) .header.master-header > .clear,
.master-nav-wrapper:has(.itm-about-hero) .header.master-header > .headerwhite,
.master-nav-wrapper:has(.itm-about-hero) > .clear {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.master-nav-wrapper:has(.itm-about-hero) .header.master-header .itm-header-sticky {
    border-bottom: none !important;
    box-shadow: none !important;
}

.itm-about-hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.itm-about-hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.4;
    animation: itmAboutOrb 11s ease-in-out infinite alternate;
}

.itm-about-hero-orb--1 {
    width: 360px;
    height: 360px;
    top: -90px;
    left: -80px;
    background: rgba(14, 165, 233, 0.22);
}

.itm-about-hero-orb--2 {
    width: 300px;
    height: 300px;
    top: 20%;
    right: -60px;
    background: rgba(99, 102, 241, 0.18);
    animation-delay: 2s;
}

.itm-about-hero-glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 55% at 50% 0%, rgba(56, 189, 248, 0.18), transparent 68%);
}

@keyframes itmAboutOrb {
    0% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(20px, -20px) scale(1.04); }
    100% { transform: translate(-10px, 12px) scale(0.98); }
}

.itm-about-hero-wrap {
    position: relative;
    z-index: 1;
    max-width: 860px;
    margin: 0 auto;
    padding: 48px 20px 56px;
    text-align: center;
}

.itm-about-hero-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 16px;
    border-radius: 999px;
    border: 1px solid rgba(14, 165, 233, 0.25);
    background: rgba(240, 249, 255, 0.9);
    color: #0369a1;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.itm-about-hero h1 {
    margin: 20px 0 0;
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.1;
    color: #0f172a;
}

.itm-about-hero-lead {
    margin: 18px auto 0;
    max-width: 640px;
    font-size: clamp(1rem, 2.2vw, 1.125rem);
    line-height: 1.75;
    color: #64748b;
}

.itm-about-hero .breadcrumb {
    justify-content: center;
    margin-top: 20px;
}

/* Page body */
.itm-about-page {
    --ab-primary: var(--mp-primary, #0ea5e9);
    --ab-surface: var(--mp-surface, #ffffff);
    --ab-text: #334155;
    --ab-muted: #64748b;
    --ab-border: #e2e8f0;
    width: 100%;
    float: none !important;
    clear: both !important;
}

.itm-about-page #wrapper {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
}

.itm-about-container {
    width: min(1200px, 94vw);
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
}

.itm-about-section {
    padding: 56px 0;
    border-top: 1px solid var(--ab-border);
}

.itm-about-section--alt {
    background: rgba(248, 250, 252, 0.85);
}

.itm-about-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.itm-about-grid-2--reverse .itm-about-panel {
    order: 1;
}

.itm-about-grid-2--reverse .itm-about-copy {
    order: 2;
}

.itm-about-kicker {
    margin: 0 0 10px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #0369a1;
}

.itm-about-copy h2 {
    margin: 0 0 18px;
    font-size: clamp(1.6rem, 3vw, 2.25rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.2;
    color: #0f172a;
}

.itm-about-copy p {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 1.75;
    color: var(--ab-muted);
}

.itm-about-copy p:last-child {
    margin-bottom: 0;
}

.itm-about-copy strong {
    color: #0f172a;
    font-weight: 700;
}

.itm-about-panel {
    border-radius: 20px;
    border: 1px solid var(--ab-border);
    background: linear-gradient(145deg, rgba(255,255,255,0.98) 0%, rgba(240,249,255,0.85) 50%, rgba(248,250,252,0.95) 100%);
    box-shadow: 0 20px 50px -28px rgba(14, 165, 233, 0.18), inset 0 1px 0 rgba(255,255,255,0.95);
    padding: 28px 24px;
}

.itm-about-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.itm-about-stat {
    border-radius: 14px;
    border: 1px solid var(--ab-border);
    background: rgba(255, 255, 255, 0.88);
    padding: 14px 12px;
    text-align: center;
}

.itm-about-stat-value {
    margin: 0;
    font-size: clamp(1.4rem, 3vw, 1.75rem);
    font-weight: 800;
    color: #0284c7;
    font-variant-numeric: tabular-nums;
}

.itm-about-stat-label {
    margin: 6px 0 0;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #64748b;
}

.itm-about-panel-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin: 24px auto 0;
    border-radius: 16px;
    background: rgba(14, 165, 233, 0.12);
    color: #0284c7;
    font-size: 28px;
}

.itm-about-panel-icon--round {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-top: 0;
    box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.1);
}

.itm-about-panel-icon--indigo {
    background: rgba(99, 102, 241, 0.12);
    color: #4f46e5;
    box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.1);
}

.itm-about-panel-note {
    margin: 16px 0 0;
    text-align: center;
    font-size: 14px;
    line-height: 1.65;
    color: var(--ab-muted);
}

.itm-about-mission-list {
    list-style: none;
    margin: 24px 0 0;
    padding: 0;
}

.itm-about-mission-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.6;
    color: var(--ab-muted);
}

.itm-about-mission-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--ab-primary);
}

.itm-about-mini-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
}

.itm-about-mini-card {
    border-radius: 14px;
    border: 1px solid var(--ab-border);
    background: rgba(255, 255, 255, 0.88);
    padding: 14px 12px;
    text-align: center;
}

.itm-about-mini-card-title {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
}

.itm-about-mini-card-text {
    margin: 6px 0 0;
    font-size: 12px;
    color: #64748b;
}

.itm-about-section-head {
    max-width: 640px;
    margin: 0 auto 36px;
    text-align: center;
}

.itm-about-section-head h2 {
    margin: 0 0 12px;
    font-size: clamp(1.6rem, 3vw, 2.25rem);
    font-weight: 800;
    color: #0f172a;
}

.itm-about-section-lead {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: var(--ab-muted);
}

.itm-about-values {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.itm-about-value-card {
    border-radius: 18px;
    border: 1px solid var(--ab-border);
    background: rgba(255, 255, 255, 0.92);
    padding: 22px 20px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.itm-about-value-card:hover {
    transform: translateY(-3px);
    border-color: rgba(14, 165, 233, 0.4);
    box-shadow: 0 16px 40px -20px rgba(14, 165, 233, 0.25);
}

.itm-about-value-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(14, 165, 233, 0.12);
    color: #0284c7;
    font-size: 18px;
}

.itm-about-value-card h3 {
    margin: 14px 0 8px;
    font-size: 17px;
    font-weight: 800;
    color: #0f172a;
}

.itm-about-value-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: var(--ab-muted);
}

.itm-about-cta {
    padding: 0 0 64px;
}

.itm-about-cta-box {
    border-radius: 24px;
    padding: 48px 28px;
    text-align: center;
    background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 45%, #4f46e5 100%);
    box-shadow: 0 24px 60px -20px rgba(14, 165, 233, 0.55);
}

.itm-about-cta-box h2 {
    margin: 0;
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 800;
    color: #fff;
}

.itm-about-cta-box p {
    margin: 16px auto 0;
    max-width: 560px;
    font-size: 16px;
    line-height: 1.7;
    color: rgba(240, 249, 255, 0.95);
}

.itm-about-cta-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 28px;
}

.itm-about-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    padding: 14px 24px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.itm-about-cta-btn--primary {
    background: #fff;
    color: #0369a1 !important;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
}

.itm-about-cta-btn--primary:hover {
    background: #f0f9ff;
}

.itm-about-cta-btn--ghost {
    border: 2px solid rgba(255, 255, 255, 0.85);
    color: #fff !important;
}

.itm-about-cta-btn--ghost:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* Dark mode */
html.itm-dark-mode .itm-about-hero {
    background: linear-gradient(165deg, #020617 0%, #0f172a 42%, #1e293b 100%);
    border-bottom-color: #334155;
}

html.itm-dark-mode .itm-about-hero h1 {
    color: #f8fafc;
}

html.itm-dark-mode .itm-about-hero-lead {
    color: #94a3b8;
}

html.itm-dark-mode .itm-about-hero-badge {
    background: rgba(14, 165, 233, 0.12);
    border-color: rgba(56, 189, 248, 0.3);
    color: #7dd3fc;
}

html.itm-dark-mode .itm-about-section {
    border-top-color: #334155;
}

html.itm-dark-mode .itm-about-section--alt {
    background: rgba(15, 23, 42, 0.55);
}

html.itm-dark-mode .itm-about-copy h2,
html.itm-dark-mode .itm-about-section-head h2,
html.itm-dark-mode .itm-about-copy strong,
html.itm-dark-mode .itm-about-value-card h3,
html.itm-dark-mode .itm-about-mini-card-title {
    color: #f1f5f9;
}

html.itm-dark-mode .itm-about-copy p,
html.itm-dark-mode .itm-about-section-lead,
html.itm-dark-mode .itm-about-value-card p,
html.itm-dark-mode .itm-about-panel-note,
html.itm-dark-mode .itm-about-mission-list li {
    color: #94a3b8;
}

html.itm-dark-mode .itm-about-panel,
html.itm-dark-mode .itm-about-stat,
html.itm-dark-mode .itm-about-mini-card,
html.itm-dark-mode .itm-about-value-card {
    border-color: #334155;
    background: linear-gradient(145deg, rgba(15,23,42,0.95) 0%, rgba(30,41,59,0.9) 100%);
}

@media (max-width: 991px) {
    .itm-about-grid-2,
    .itm-about-grid-2--reverse {
        grid-template-columns: 1fr;
    }

    .itm-about-grid-2--reverse .itm-about-panel,
    .itm-about-grid-2--reverse .itm-about-copy {
        order: unset;
    }

    .itm-about-values {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .itm-about-hero-wrap {
        padding: 36px 16px 44px;
    }

    .itm-about-section {
        padding: 40px 0;
    }

    .itm-about-values {
        grid-template-columns: 1fr;
    }

    .itm-about-cta-box {
        padding: 36px 20px;
    }
}
