/**
 * Hakkımızda & Kariyer — site-chrome ile uyumlu kurumsal sayfa düzeni
 * body.site-platform.cp-page
 */

body.cp-page {
    font-family: 'Inter', 'Plus Jakarta Sans', system-ui, sans-serif;
    background: #f8fafc;
    color: #0f172a;
    line-height: 1.6;
}

.cp-main {
    overflow-x: hidden;
}

/* ——— Hero ——— */
.cp-hero {
    position: relative;
    padding: clamp(3.25rem, 8vw, 5rem) 1.25rem clamp(2.75rem, 6vw, 4rem);
    text-align: center;
    color: #f8fafc;
    background: linear-gradient(145deg, #1e1b4b 0%, #312e81 38%, #4338ca 72%, #4f46e5 100%);
}

.cp-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 50% at 50% -20%, rgba(255, 255, 255, 0.18), transparent),
        radial-gradient(circle at 100% 0%, rgba(129, 140, 248, 0.25), transparent 45%);
    pointer-events: none;
}

.cp-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 44rem;
    margin: 0 auto;
}

.cp-hero__kicker {
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(226, 232, 240, 0.85);
    margin-bottom: 0.65rem;
}

.cp-hero__title {
    font-size: clamp(1.85rem, 4.5vw, 2.65rem);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.15;
    margin: 0 0 1rem;
}

.cp-hero__lead {
    font-size: clamp(1rem, 2.2vw, 1.125rem);
    line-height: 1.65;
    color: rgba(226, 232, 240, 0.92);
    margin: 0;
}

.cp-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: center;
    margin-top: 1.5rem;
}

.cp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 1.25rem;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 999px;
    text-decoration: none !important;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.cp-btn--light {
    background: #fff;
    color: #3730a3;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.15);
}

.cp-btn--light:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.2);
}

.cp-btn--ghost {
    background: rgba(255, 255, 255, 0.12);
    color: #f8fafc;
    border: 1px solid rgba(255, 255, 255, 0.28);
}

.cp-btn--ghost:hover {
    background: rgba(255, 255, 255, 0.18);
}

.cp-actions-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: center;
    margin-top: 0.5rem;
}

.cp-btn--outline {
    background: #fff;
    color: #334155;
    border: 1px solid #cbd5e1;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}

.cp-btn--outline:hover {
    border-color: #94a3b8;
    background: #f8fafc;
}

/* ——— Bölümler ——— */
.cp-section {
    max-width: 1120px;
    margin: 0 auto;
    padding: clamp(2.5rem, 5vw, 3.75rem) 1.25rem;
}

.cp-section--muted {
    background: linear-gradient(180deg, #f1f5f9 0%, #f8fafc 100%);
    border-top: 1px solid rgba(15, 23, 42, 0.06);
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.cp-section__head {
    text-align: center;
    max-width: 40rem;
    margin: 0 auto 2rem;
}

.cp-section__eyebrow {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #6366f1;
    margin: 0 0 0.5rem;
}

.cp-section__title {
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #0f172a;
    margin: 0 0 0.65rem;
}

.cp-section__desc {
    margin: 0;
    font-size: 1rem;
    color: #64748b;
    line-height: 1.65;
}

.cp-prose {
    max-width: 40rem;
    margin: 0 auto;
    font-size: 1.02rem;
    color: #334155;
    line-height: 1.75;
}

.cp-prose p + p {
    margin-top: 1rem;
}

.cp-prose strong {
    color: #1e293b;
    font-weight: 600;
}

/* ——— İki sütun hikâye ——— */
.cp-split {
    display: grid;
    gap: 2rem;
    align-items: start;
    max-width: 960px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .cp-split {
        grid-template-columns: 1fr 1fr;
        gap: 2.5rem;
    }
}

.cp-quote {
    margin: 0;
    padding: 1.35rem 1.5rem;
    border-left: 4px solid #4f46e5;
    background: #fff;
    border-radius: 0 12px 12px 0;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
    font-size: 1rem;
    font-style: italic;
    color: #475569;
    line-height: 1.7;
}

/* ——— Güven şeridi ——— */
.cp-trust {
    max-width: 720px;
    margin: 2rem auto 0;
    padding: 1.25rem 1.35rem;
    background: #fff;
    border: 1px solid rgba(79, 70, 229, 0.12);
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.05);
}

.cp-trust__title {
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #4f46e5;
    margin: 0 0 0.75rem;
}

.cp-trust ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.65rem;
}

.cp-trust li {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    font-size: 0.92rem;
    color: #475569;
    line-height: 1.5;
}

.cp-trust li svg {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    color: #4f46e5;
    margin-top: 0.12rem;
}

/* ——— Kart ızgarası ——— */
.cp-grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: 1fr;
}

@media (min-width: 640px) {
    .cp-grid--3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.cp-card {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    padding: 1.5rem 1.35rem;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.cp-card:hover {
    border-color: rgba(79, 70, 229, 0.2);
    box-shadow: 0 12px 40px rgba(79, 70, 229, 0.1);
    transform: translateY(-2px);
}

.cp-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.12), rgba(99, 102, 241, 0.08));
    color: #4f46e5;
}

.cp-card__icon svg {
    width: 24px;
    height: 24px;
    stroke-width: 2;
}

.cp-card h3 {
    margin: 0 0 0.6rem;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #0f172a;
}

.cp-card p {
    margin: 0;
    font-size: 0.92rem;
    color: #64748b;
    line-height: 1.65;
}

/* ——— Ekip ——— */
.cp-team {
    text-align: center;
    max-width: 36rem;
    margin: 0 auto;
    padding: 0 0.5rem;
}

.cp-team h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 0.75rem;
}

.cp-team p {
    margin: 0;
    font-size: 1rem;
    color: #64748b;
    line-height: 1.7;
}

/* ——— Kariyer kartları ——— */
.cp-career-grid {
    display: grid;
    gap: 1.25rem;
    max-width: 960px;
    margin: 0 auto;
    align-items: start;
}

@media (min-width: 900px) {
    .cp-career-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.cp-career-card {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    padding: 1.5rem 1.35rem;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    display: flex;
    flex-direction: column;
}

.cp-career-card:hover {
    border-color: rgba(79, 70, 229, 0.22);
    box-shadow: 0 14px 44px rgba(79, 70, 229, 0.12);
    transform: translateY(-2px);
}

.cp-career-card h3 {
    margin: 0 0 0.75rem;
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.cp-career-card > p {
    margin: 0 0 1.25rem;
    font-size: 0.92rem;
    color: #64748b;
    line-height: 1.65;
    flex: 1;
}

.cp-career-card__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.cp-career-card__list li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    font-size: 0.875rem;
    color: #475569;
    line-height: 1.5;
}

.cp-career-card__list svg {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    color: #4f46e5;
    margin-top: 0.1rem;
}

.cp-career-card__cta {
    margin-top: 1.25rem;
    text-align: center;
}

.cp-btn--primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 12px;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(135deg, #4f46e5, #6366f1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 24px rgba(79, 70, 229, 0.35);
    transition: filter 0.15s ease, transform 0.15s ease;
}

.cp-btn--primary:hover {
    filter: brightness(1.06);
    transform: translateY(-1px);
}

.cp-career-card h3 a {
    color: inherit;
    text-decoration: none;
}

.cp-career-card h3 a:hover {
    color: #4f46e5;
}

/* ——— Footer (sayfa içi) ——— */
.cp-page footer {
    background: #0f172a;
    color: #e2e8f0;
    text-align: center;
    padding: 2.5rem 1.25rem;
    position: relative;
}

.cp-page footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #4338ca, #6366f1);
}

.cp-page .legal-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
    margin-bottom: 1.25rem;
}

.cp-page .legal-links a {
    color: #cbd5e1;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
}

.cp-page .legal-links a:hover {
    color: #a5b4fc;
}

.cp-page .payment-logos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 1rem 0 1.25rem;
}

.cp-page .paytr-logo {
    height: 36px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    opacity: 0.9;
}

.cp-page footer > p {
    margin: 0;
    font-size: 0.875rem;
    opacity: 0.88;
}

/* ——— WhatsApp FAB ——— */
.cp-page .whatsapp-button {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);
    z-index: 999;
    transition: transform 0.2s ease;
}

.cp-page .whatsapp-button:hover {
    transform: scale(1.06);
}

.cp-page .whatsapp-button svg {
    width: 28px;
    height: 28px;
}

.cp-page .whatsapp-button svg path {
    fill: currentColor;
}

/* Mobil menü: css/site-chrome.js + css/site-chrome.css (tüm site-platform) */

/* ——— İletişim ——— */
.cp-contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 960px;
    margin: 0 auto;
}

.cp-contact-card {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    padding: 1.5rem 1.35rem;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.cp-contact-card:hover {
    border-color: rgba(79, 70, 229, 0.2);
    box-shadow: 0 12px 36px rgba(79, 70, 229, 0.08);
}

.cp-contact-card__icon {
    width: 48px;
    height: 48px;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(79, 70, 229, 0.09);
    color: #4f46e5;
}

.cp-contact-card__icon img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.cp-contact-card__icon svg {
    width: 24px;
    height: 24px;
}

.cp-contact-card h3 {
    margin: 0 0 0.5rem;
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
}

.cp-contact-card > p {
    margin: 0 0 1rem;
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.6;
}

.cp-contact-card a.cp-contact-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-weight: 600;
    font-size: 0.9rem;
    color: #4f46e5;
    text-decoration: none;
}

.cp-contact-card a.cp-contact-link:hover {
    text-decoration: underline;
}

.cp-call-form-section {
    max-width: 640px;
    margin: 0 auto;
}

.cp-call-form-section .cp-section__title {
    text-align: center;
}

.cp-call-form-section .cp-section__desc {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.cp-call-form {
    margin-top: 1.5rem;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
}

.cp-call-form .form-group {
    margin-bottom: 1.15rem;
}

.cp-call-form label {
    display: block;
    font-weight: 600;
    font-size: 0.875rem;
    margin-bottom: 0.35rem;
    color: #334155;
}

.cp-call-form input,
.cp-call-form textarea {
    width: 100%;
    padding: 0.65rem 0.85rem;
    font-size: 0.9375rem;
    font-family: inherit;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    box-sizing: border-box;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.cp-call-form input:focus,
.cp-call-form textarea:focus {
    outline: none;
    border-color: #818cf8;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.12);
}

.cp-call-form textarea {
    min-height: 110px;
    resize: vertical;
}

.cp-call-form small {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.8125rem;
    color: #94a3b8;
}

.cp-call-form .btn-submit {
    width: 100%;
    margin-top: 0.25rem;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: #fff;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    background: linear-gradient(135deg, #4f46e5, #6366f1);
    box-shadow: 0 8px 24px rgba(79, 70, 229, 0.3);
    transition: filter 0.15s ease, transform 0.15s ease;
}

.cp-call-form .btn-submit:hover:not(:disabled) {
    filter: brightness(1.05);
    transform: translateY(-1px);
}

.cp-call-form .btn-submit:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.cp-call-form .message {
    padding: 0.85rem 1rem;
    border-radius: 10px;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.cp-call-form .message.success {
    background: rgba(16, 185, 129, 0.12);
    color: #047857;
    border: 1px solid rgba(16, 185, 129, 0.25);
}

.cp-call-form .message.error {
    background: rgba(239, 68, 68, 0.1);
    color: #b91c1c;
    border: 1px solid rgba(239, 68, 68, 0.22);
}

/* -------------------------------------------------------------------------- */
/* Hakkımızda — modern landing (içerik aynı; düzen + mock görünüm) */
/* -------------------------------------------------------------------------- */

.page-hakkimizda .about-hero {
    text-align: left;
    padding-bottom: clamp(2rem, 5vw, 3rem);
}

.page-hakkimizda .about-hero__layout {
    position: relative;
    z-index: 1;
    max-width: 1120px;
    margin: 0 auto;
    display: grid;
    gap: clamp(1.75rem, 4vw, 2.5rem);
    align-items: center;
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
}

@media (min-width: 900px) {
    .page-hakkimizda .about-hero__layout {
        grid-template-columns: minmax(0, 1fr) minmax(200px, 38%);
    }
}

.page-hakkimizda .about-hero__copy .cp-hero__kicker,
.page-hakkimizda .about-hero__copy .cp-hero__title,
.page-hakkimizda .about-hero__copy .cp-hero__lead {
    text-align: left;
}

.page-hakkimizda .about-hero__copy .cp-hero__actions {
    justify-content: flex-start;
}

.page-hakkimizda .about-hero__copy {
    min-width: 0;
    max-width: 100%;
}

.page-hakkimizda .about-hero__visual {
    position: relative;
    justify-self: center;
    width: 100%;
    max-width: min(22rem, 100%);
    min-width: 0;
    box-sizing: border-box;
}

.page-hakkimizda .about-hero__saas {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.6rem;
    padding: 1rem 0.85rem;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.12);
    box-shadow:
        0 18px 48px rgba(0, 0, 0, 0.22),
        0 0 0 1px rgba(255, 255, 255, 0.06) inset;
}

.page-hakkimizda .about-hero__saas-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.65rem 0.35rem;
    min-height: 4.25rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(15, 23, 42, 0.06);
    text-align: center;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #475569;
}

.page-hakkimizda .about-hero__saas-ico {
    width: 26px;
    height: 26px;
    color: #4f46e5;
    flex-shrink: 0;
}

.page-hakkimizda .about-hero__badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    padding: 0.4rem 0.85rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #3730a3;
    background: #fff;
    border-radius: 999px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.page-hakkimizda .about-hero__badge--secondary {
    top: auto;
    left: auto;
    bottom: 1rem;
    right: 1rem;
    color: #9a3412;
    background: rgba(255, 247, 237, 0.98);
}

.page-hakkimizda .about-hero-metrics {
    position: relative;
    z-index: 1;
    max-width: 1120px;
    margin: clamp(1.75rem, 4vw, 2.25rem) auto 0;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

@media (max-width: 520px) {
    .page-hakkimizda .about-hero-metrics {
        grid-template-columns: 1fr;
    }
}

.page-hakkimizda .about-hero-metrics__text {
    display: block;
    padding: 0.7rem 0.5rem;
    font-size: 0.78rem;
    font-weight: 600;
    text-align: center;
    color: rgba(248, 250, 252, 0.92);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.page-hakkimizda .about-landing {
    background: #f8fafc;
    overflow-x: clip;
    max-width: 100%;
}

.page-hakkimizda .about-mv-grid.cp-grid--3 {
    grid-template-columns: 1fr;
}

@media (min-width: 900px) {
    .page-hakkimizda .about-mv-grid.cp-grid--3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 899px) {
    .page-hakkimizda .about-hero > .about-hero__layout {
        justify-items: stretch;
    }

    .page-hakkimizda .about-hero__copy .cp-hero__kicker,
    .page-hakkimizda .about-hero__copy .cp-hero__title,
    .page-hakkimizda .about-hero__copy .cp-hero__lead {
        text-align: center;
    }

    .page-hakkimizda .about-hero__copy .cp-hero__actions {
        justify-content: center;
    }

    .page-hakkimizda .about-hero__visual {
        justify-self: center;
        max-width: min(20rem, 100%);
    }

    .page-hakkimizda .about-expert-shell__intro {
        text-align: center;
    }

    .page-hakkimizda .about-expert-shell__intro .cp-section__eyebrow,
    .page-hakkimizda .about-expert-shell__intro .cp-section__title {
        text-align: center;
    }
}

.page-hakkimizda .about-band {
    max-width: 1120px;
    margin: 0 auto;
    padding: clamp(2.5rem, 5vw, 3.75rem) 1.25rem;
}

.page-hakkimizda .about-band--story {
    background: #fff;
    max-width: none;
    border-top: 1px solid rgba(15, 23, 42, 0.06);
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.page-hakkimizda .about-band--story .about-section-head {
    margin-bottom: 2rem;
}

.page-hakkimizda .about-split-rich {
    display: grid;
    gap: 1.5rem;
    align-items: start;
    max-width: 960px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .page-hakkimizda .about-split-rich {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }
}

.page-hakkimizda .about-prose-card {
    background: linear-gradient(165deg, #fff 0%, #f8fafc 100%);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 20px;
    padding: 1.5rem 1.4rem;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.06);
}

.page-hakkimizda .about-prose-card .cp-prose {
    margin: 0;
    max-width: none;
}

.page-hakkimizda .about-quote-float {
    margin: 0;
    border-radius: 20px;
    border-left: none;
    border-top: 4px solid #ea580c;
    box-shadow: 0 16px 48px rgba(234, 88, 12, 0.12);
    padding: 1.5rem 1.35rem;
    font-size: 1.02rem;
    background: linear-gradient(180deg, #fffbeb 0%, #fff 42%);
}

.page-hakkimizda .about-band--origin {
    max-width: none;
    margin: 0;
    padding: clamp(2.5rem, 5vw, 3.75rem) 1.25rem;
}

.page-hakkimizda .about-origin-card {
    max-width: 760px;
    margin: 0 auto;
    padding: clamp(1.75rem, 4vw, 2.5rem) clamp(1.25rem, 4vw, 2rem);
    background: #fff;
    border-radius: 22px;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
}

.page-hakkimizda .about-origin-card__head {
    text-align: center;
    margin-bottom: 0;
}

.page-hakkimizda .about-band--expert {
    max-width: none;
    margin: 0;
    padding: clamp(2.5rem, 5vw, 3.75rem) 0;
    background:
        radial-gradient(ellipse 120% 80% at 50% 0%, rgba(99, 102, 241, 0.08), transparent 52%),
        #f8fafc;
}

.page-hakkimizda .about-expert-shell {
    max-width: 1120px;
    margin: 0 auto;
    display: grid;
    gap: 2rem;
    align-items: stretch;
    padding: 0 1.25rem;
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
}

@media (min-width: 880px) {
    .page-hakkimizda .about-expert-shell {
        grid-template-columns: minmax(0, 1fr) minmax(0, 360px);
    }
}

.page-hakkimizda .about-expert-shell__intro {
    align-self: center;
}

.page-hakkimizda .about-expert-shell__trust {
    min-width: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.page-hakkimizda .about-expert-shell__intro .cp-section__eyebrow {
    margin-bottom: 0.45rem;
}

.page-hakkimizda .about-expert-shell__intro .cp-section__title {
    margin-bottom: 0.85rem;
}

.page-hakkimizda .about-expert-shell__lead {
    margin: 0;
    font-size: 1rem;
    color: #64748b;
    line-height: 1.7;
}

.page-hakkimizda .about-trust-panel {
    margin: 0;
    height: 100%;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 16px 48px rgba(79, 70, 229, 0.08);
    border-color: rgba(79, 70, 229, 0.15);
}

.page-hakkimizda .about-trust-panel ul.about-trust-pills {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.page-hakkimizda .about-trust-pills li {
    padding: 1rem 1.1rem;
    background: linear-gradient(135deg, rgba(248, 250, 252, 0.9), #fff);
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 14px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.page-hakkimizda .about-trust-pills li:hover {
    border-color: rgba(79, 70, 229, 0.2);
    box-shadow: 0 8px 24px rgba(79, 70, 229, 0.08);
}

.page-hakkimizda .about-band--mv .about-section-head {
    margin-bottom: 1.75rem;
}

.page-hakkimizda .about-mv-card--accent .cp-card__icon {
    background: linear-gradient(135deg, rgba(251, 146, 60, 0.22), rgba(249, 115, 22, 0.12));
    color: #c2410c;
}

.page-hakkimizda .about-mv-card--accent {
    border-color: rgba(251, 146, 60, 0.28);
}

.page-hakkimizda .about-team-shell {
    max-width: 720px;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 2.75rem) clamp(1.25rem, 4vw, 2rem);
    text-align: center;
    border-radius: 24px;
    background: linear-gradient(145deg, #1e1b4b 0%, #312e81 40%, #4338ca 100%);
    box-shadow: 0 24px 60px rgba(30, 27, 75, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.page-hakkimizda .about-team-shell h3 {
    margin: 0 0 0.85rem;
    font-size: clamp(1.35rem, 3vw, 1.6rem);
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.03em;
}

.page-hakkimizda .about-team-shell > p {
    margin: 0 0 1.5rem;
    font-size: 1rem;
    line-height: 1.75;
    color: rgba(248, 250, 252, 0.9);
}

.page-hakkimizda .about-team-shell__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: center;
}
