/* CLIENTTRACK FINAL LANDING PAGE CSS */

/* 1. ROOT / RENK SİSTEMİ */
:root {
    --ct-navy: #0b1f3a;
    --ct-navy-soft: #17233c;
    --ct-text: #17233c;
    --ct-muted: #667085;
    --ct-muted-light: #98a2b3;
    --ct-teal: #0f9b9b;
    --ct-teal-dark: #087c82;
    --ct-teal-light: #23b8ae;
    --ct-teal-soft: #e9f8f6;
    --ct-blue: #0d6efd;
    --ct-blue-dark: #0b4f7a;
    --ct-white: #ffffff;
    --ct-bg-soft: #edf7f3;
    --ct-bg-mint: #e4f2ed;
    --ct-border: #e6edf3;
    --ct-border-soft: #edf2f7;
    --ct-green: #0ba873;
    --ct-orange: #d97706;
    --ct-shadow-sm: 0 8px 24px rgba(15, 42, 74, 0.06);
    --ct-shadow: 0 16px 42px rgba(15, 42, 74, 0.10);
    --ct-shadow-lg: 0 30px 70px rgba(15, 42, 74, 0.16);
    --ct-radius-sm: 8px;
    --ct-radius: 14px;
    --ct-radius-lg: 20px;
}

/* 2. GLOBAL */
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: var(--ct-text);
    background: radial-gradient( circle at 86% 18%, rgba(35, 184, 174, 0.11), transparent 30% ), linear-gradient( 180deg, #ffffff 0%, #ffffff 65%, #fbfdfd 100% );
    -webkit-font-smoothing: antialiased;
}
a {
    text-decoration: none;
}
img {
    display: block;
    max-width: 100%;
}
button, a {
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

/* 3. ORTAK CONTAINER */
.ct-container {
    width: min(1360px, calc(100% - 64px));
    margin-left: auto;
    margin-right: auto;
}
.ct-section {
    padding: 80px 0;
}

/* 4. BUTTONS */
.btn-clienttrack {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient( 135deg, var(--ct-teal), #07919b );
    color: var(--ct-white);
    border: 1px solid var(--ct-teal);
    padding: 13px 27px;
    border-radius: 8px;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(15, 155, 155, 0.14);
}
.btn-clienttrack:hover {
    background: linear-gradient( 135deg, var(--ct-teal-dark), #076f79 );
    border-color: var(--ct-teal-dark);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 11px 24px rgba(15, 155, 155, 0.20);
}
.btn-clienttrack-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: white;
    color: var(--ct-teal-dark);
    border: 1.5px solid var(--ct-teal);
    padding: 13px 27px;
    border-radius: 8px;
    font-weight: 700;
}
.btn-clienttrack-outline:hover {
    color: var(--ct-teal-dark);
    background: var(--ct-teal-soft);
    transform: translateY(-2px);
}

/* 5. NAVBAR */
.ct-navbar {
    position: relative;
    z-index: 100;
    min-height: 88px;
    padding: 18px 0;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(230, 237, 243, 0.6);
}
.ct-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--ct-navy);
    font-size: 1.65rem;
    font-weight: 800;
    letter-spacing: -0.045em;
}
.ct-brand:hover {
    color: var(--ct-navy);
}
.ct-logo {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 8px;
    background: linear-gradient( 135deg, #0b3c63 0%, #0b5575 45%, var(--ct-teal) 100% );
    color: white;
    font-size: 1.45rem;
    font-weight: 800;
    box-shadow: 0 7px 16px rgba(11, 60, 99, 0.18);
}
.ct-navbar .navbar-collapse {
    flex-grow: 1;
}
.ct-navbar .navbar-nav {
    gap: 16px;
}
.ct-navbar .nav-link {
    position: relative;
    color: var(--ct-text);
    font-size: 0.97rem;
    font-weight: 500;
    padding: 11px 7px !important;
}
.ct-navbar .nav-link:hover {
    color: var(--ct-teal);
}
.ct-navbar .nav-link::after {
    transition: transform 0.2s ease;
}
.ct-login-link {
    font-weight: 600 !important;
}
.ct-navbar-button {
    padding: 12px 23px;
    margin-left: 4px;
}
.ct-navbar .dropdown-menu {
    border: 1px solid var(--ct-border);
    border-radius: 12px;
    padding: 8px;
    box-shadow: var(--ct-shadow);
    background: rgba(255, 255, 255, 0.98);
}
.ct-navbar .dropdown-item {
    border-radius: 8px;
    padding: 9px 13px;
    font-size: 0.9rem;
}
.ct-navbar .dropdown-item:hover {
    background: var(--ct-teal-soft);
    color: var(--ct-teal-dark);
}

/* 6. HERO */
.ct-hero {
    position: relative;
    overflow: hidden;
    padding: 64px 0 48px;
}
.ct-hero::before {
    content: "";
    position: absolute;
    width: 660px;
    height: 660px;
    top: -250px;
    right: -140px;
    border-radius: 50%;
    background: radial-gradient( circle, rgba(54, 204, 190, 0.14), rgba(54, 204, 190, 0) );
    filter: blur(10px);
    pointer-events: none;
}
.ct-hero::after {
    content: "";
    position: absolute;
    width: 380px;
    height: 380px;
    left: -180px;
    bottom: -200px;
    border-radius: 50%;
    background: rgba(49, 173, 217, 0.05);
    filter: blur(20px);
    pointer-events: none;
}
.ct-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 28px;
    padding: 8px 16px;
    border-radius: 999px;
    background: var(--ct-teal-soft);
    color: var(--ct-teal-dark);
    font-size: 0.87rem;
    font-weight: 700;
    box-shadow: inset 0 0 0 1px rgba(15, 155, 155, 0.05);
}
.ct-eyebrow span {
    font-weight: 900;
}
.ct-hero-title {
    max-width: 650px;
    margin: 0;
    color: var(--ct-navy);
    font-size: clamp( 2.75rem, 4vw, 4.6rem );
    line-height: 1.08;
    letter-spacing: -0.055em;
    font-weight: 800;
}
.ct-hero-title span {
    color: var(--ct-teal);
}
.ct-hero-text {
    max-width: 590px;
    margin-top: 26px;
    color: var(--ct-muted);
    font-size: 1.08rem;
    line-height: 1.72;
}
.ct-hero-btn {
    min-width: 175px;
    min-height: 52px;
    font-size: 0.98rem;
}
.ct-trust-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px 30px;
    margin-top: 27px;
    color: var(--ct-muted);
    font-size: 0.87rem;
}
.ct-check {
    display: inline-flex;
    color: var(--ct-teal);
    margin-right: 8px;
    font-size: 1.15rem;
    font-weight: 900;
}

/* 7. PRODUCT SHOWCASE */
.ct-product-showcase {
    position: relative;
    min-height: 535px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* 8. DASHBOARD PREVIEW */
.ct-dashboard-preview {
    position: relative;
    width: 83%;
    overflow: hidden;
    border: 1px solid var(--ct-border);
    border-radius: 16px;
    background: white;
    box-shadow: var(--ct-shadow-lg);
}
.ct-dashboard-top {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    border-bottom: 1px solid var(--ct-border-soft);
    background: linear-gradient( 180deg, #ffffff, #fbfcfd );
    color: var(--ct-muted);
    font-size: 0.7rem;
}
.ct-preview-dots {
    display: flex;
    align-items: center;
    gap: 5px;
}
.ct-preview-dots span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #d5dde5;
}
.ct-preview-dots span:first-child {
    background: #b6c5d2;
}
.ct-preview-user {
    font-size: 0.58rem;
    color: #64748b;
}
.ct-dashboard-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 0.92fr;
    gap: 10px;
    padding: 12px;
    background: #fafcfd;
}

/* 9. DASHBOARD CARDS */
.ct-stat-card, .ct-pipeline-card, .ct-meetings-card, .ct-follow-card, .ct-actions-card {
    position: relative;
    background: white;
    border: 1px solid #e9eef3;
    border-radius: 9px;
    padding: 13px;
    box-shadow: 0 2px 7px rgba(15, 42, 74, 0.025);
}
.ct-stat-card {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.ct-stat-card small {
    color: var(--ct-muted);
    font-size: 0.56rem;
}
.ct-stat-card strong {
    color: var(--ct-navy);
    font-size: 1.12rem;
    line-height: 1.1;
}
.ct-stat-card span {
    color: var(--ct-muted);
    font-size: 0.53rem;
}
.ct-positive {
    color: var(--ct-green) !important;
    font-weight: 700;
}

/* 10. PIPELINE */
.ct-pipeline-card {
    grid-column: 3;
    grid-row: 1 / span 2;
}
.ct-pipeline-card h6, .ct-meetings-card h6, .ct-follow-card h6, .ct-actions-card h6 {
    margin: 0;
    color: var(--ct-navy);
    font-size: 0.64rem;
    font-weight: 700;
}
.ct-funnel {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    margin: 18px auto 9px;
}
.ct-funnel div {
    height: 17px;
    border-radius: 2px;
    clip-path: polygon( 0 0, 100% 0, 87% 100%, 13% 100% );
}
.funnel-1 {
    width: 94%;
    background: #056b93;
}
.funnel-2 {
    width: 74%;
    background: #078bac;
}
.funnel-3 {
    width: 55%;
    background: #1aaec1;
}
.funnel-4 {
    width: 37%;
    background: #89d4d4;
}
.ct-funnel-labels {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-left: 5px;
    color: var(--ct-muted);
    font-size: 0.47rem;
}

/* 11. MEETINGS */
.ct-meetings-card {
    grid-column: 1 / span 2;
}
.ct-card-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 7px;
}
.ct-card-heading span {
    color: var(--ct-teal);
    font-size: 0.47rem;
    font-weight: 600;
}
.ct-meeting-row {
    display: grid;
    grid-template-columns: 1.25fr 1fr auto;
    align-items: center;
    gap: 8px;
    min-height: 30px;
    padding: 6px 0;
    border-bottom: 1px solid #eff3f6;
    font-size: 0.49rem;
}
.ct-meeting-row:last-child {
    border-bottom: 0;
}
.ct-meeting-row strong {
    color: var(--ct-text);
    font-weight: 700;
}
.ct-meeting-row span, .ct-meeting-row small {
    color: var(--ct-muted);
}

/* 12. FOLLOW CARD / DONUT */
.ct-follow-card {
    grid-column: 1 / span 2;
}
.ct-chart-wrapper {
    display: flex;
    align-items: center;
    gap: 22px;
    padding-top: 14px;
}
.ct-donut-chart {
    position: relative;
    width: 88px;
    height: 88px;
    flex-shrink: 0;
    border-radius: 50%;
    background: conic-gradient( #056a9e 0deg 96deg, #11a6c1 96deg 175deg, #18b99f 175deg 270deg, #b6e6dc 270deg 360deg );
}
.ct-donut-chart::after {
    content: "";
    position: absolute;
    inset: 18px;
    border-radius: 50%;
    background: white;
}
.ct-chart-info {
    color: var(--ct-text);
    font-size: 0.5rem;
}
.ct-chart-info p {
    margin: 4px 0;
}
.ct-chart-info strong {
    display: block;
    margin: 3px 0 7px;
    color: var(--ct-navy);
    font-size: 0.82rem;
}
.ct-chart-info small {
    color: var(--ct-muted);
}
.dot {
    width: 6px;
    height: 6px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 50%;
}
.dot-blue {
    background: #056a9e;
}
.dot-teal {
    background: #18b99f;
}

/* 13. QUICK ACTIONS */
.ct-actions-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.ct-actions-card h6 {
    margin-bottom: 14px;
}
.ct-actions-card button {
    border: 0;
    border-radius: 6px;
    padding: 8px 9px;
    color: white;
    background: linear-gradient( 135deg, #0b4f7a, var(--ct-teal) );
    font-size: 0.5rem;
    font-weight: 600;
    box-shadow: 0 5px 12px rgba(15, 42, 74, 0.12);
}
.ct-actions-card button:hover {
    transform: translateY(-1px);
}

/* 14. PHONE PREVIEW */
.ct-phone-preview {
    position: absolute;
    left: -2px;
    top: 50%;
    z-index: 10;
    width: 205px;
    transform: translateY(-50%);
    padding: 8px;
    border: 2px solid #24272a;
    border-radius: 33px;
    background: #111315;
    box-shadow: 0 28px 60px rgba(5, 21, 39, 0.22);
}
.ct-phone-notch {
    position: absolute;
    top: 8px;
    left: 50%;
    z-index: 5;
    width: 74px;
    height: 19px;
    transform: translateX(-50%);
    border-radius: 12px;
    background: #111315;
}
.ct-phone-screen {
    min-height: 438px;
    padding: 31px 13px 13px;
    overflow: hidden;
    border-radius: 25px;
    background: linear-gradient( 180deg, #ffffff 0%, #fbfcfd 100% );
}
.ct-phone-brand {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 17px;
    color: var(--ct-navy);
    font-size: 0.52rem;
    font-weight: 700;
}
.ct-phone-logo {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: white;
    background: linear-gradient( 135deg, #0b4f7a, var(--ct-teal) );
    font-size: 0.62rem;
}
.ct-phone-screen h6 {
    margin-bottom: 12px;
    color: var(--ct-navy);
    font-size: 0.66rem;
    font-weight: 700;
}
.ct-phone-box {
    margin-bottom: 8px;
    padding: 10px;
    border: 1px solid #e9eef3;
    border-radius: 8px;
    background: white;
    box-shadow: 0 3px 8px rgba(15, 42, 74, 0.03);
    font-size: 0.49rem;
}
.ct-phone-box small {
    display: block;
    margin-bottom: 6px;
    color: var(--ct-muted);
}
.ct-phone-box > strong {
    display: inline-block;
    margin-right: 7px;
    color: var(--ct-navy);
    font-size: 0.83rem;
}
.ct-phone-box > span {
    color: var(--ct-green);
    font-weight: 700;
}
.ct-phone-box p {
    display: flex;
    justify-content: space-between;
    gap: 7px;
    margin: 5px 0;
    color: var(--ct-muted);
}
.ct-phone-box p strong {
    color: var(--ct-navy);
}
.ct-phone-button {
    width: 100%;
    border: 0;
    border-radius: 6px;
    padding: 8px;
    color: white;
    background: linear-gradient( 135deg, var(--ct-teal), #058c98 );
    font-size: 0.54rem;
    font-weight: 600;
}

/* 15. FEATURES */
.ct-features {
    position: relative;
    padding: 12px 0 88px;
}
.ct-feature-card {
    position: relative;
    height: 100%;
    min-height: 158px;
    padding: 23px;
    overflow: hidden;
    border: 1px solid var(--ct-border);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 7px 24px rgba(15, 42, 74, 0.035);
}
.ct-feature-card::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    top: -70px;
    right: -60px;
    border-radius: 50%;
    background: rgba(15, 155, 155, 0.035);
}
.ct-feature-card:hover {
    transform: translateY(-4px);
    border-color: rgba(15, 155, 155, 0.22);
    box-shadow: var(--ct-shadow);
}
.ct-feature-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 17px;
    border-radius: 10px;
    background: var(--ct-teal-soft);
    color: var(--ct-teal);
    font-size: 1.28rem;
}
.ct-feature-orange {
    color: var(--ct-orange);
    background: #fff1e8;
}
.ct-feature-card h3 {
    margin-bottom: 7px;
    color: var(--ct-navy);
    font-size: 1.06rem;
    font-weight: 750;
    letter-spacing: -0.02em;
}
.ct-feature-card p {
    margin: 0;
    color: var(--ct-muted);
    font-size: 0.87rem;
    line-height: 1.6;
}
.ct-feature-large {
    min-height: 165px;
}
.ct-security-card {
    display: flex;
    align-items: center;
    gap: 22px;
    min-height: 165px;
    background: linear-gradient( 135deg, #f6fffc, #f4fbff );
}
.ct-lock {
    flex-shrink: 0;
    font-size: 3.9rem;
    filter: drop-shadow( 0 8px 10px rgba(15, 42, 74, 0.10) );
}

/* 16. ABOUT */
.ct-about-section {
    padding: 96px 0;
    border-top: 1px solid #f0f4f7;
    border-bottom: 1px solid #f0f4f7;
    background: linear-gradient( 180deg, #f8fbfc, #f5fafb );
}
.ct-section-label {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--ct-teal);
    font-size: 0.77rem;
    font-weight: 800;
    letter-spacing: 0.09em;
}
.ct-about-section h2, .ct-pricing-section h2 {
    margin: 0;
    color: var(--ct-navy);
    font-size: clamp( 2rem, 3vw, 3.2rem );
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.04em;
}
.ct-about-section p {
    max-width: 650px;
    margin-top: 21px;
    margin-bottom: 0;
    color: var(--ct-muted);
    font-size: 1.02rem;
    line-height: 1.75;
}
.ct-about-panel {
    padding: 27px 30px;
    border: 1px solid var(--ct-border);
    border-radius: 18px;
    background: white;
    box-shadow: var(--ct-shadow);
}
.ct-about-panel > div {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 17px 0;
    border-bottom: 1px solid var(--ct-border);
}
.ct-about-panel > div:last-child {
    border-bottom: 0;
}
.ct-about-panel strong {
    min-width: 36px;
    color: var(--ct-teal);
    font-size: 1.16rem;
    font-weight: 800;
}
.ct-about-panel span {
    color: var(--ct-text);
    font-weight: 600;
}

/* 17. PRICING CTA */
.ct-pricing-section {
    padding: 90px 0;
}
.ct-pricing-box {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
    padding: 52px;
    border-radius: 22px;
    background: linear-gradient( 135deg, #0b2540 0%, #0c5164 58%, #0c7779 100% );
    color: white;
    box-shadow: 0 28px 65px rgba(15, 42, 74, 0.18);
}
.ct-pricing-box::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    right: -100px;
    top: -160px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.07);
}
.ct-pricing-box h2 {
    position: relative;
    color: white;
}
.ct-pricing-box p {
    position: relative;
    max-width: 700px;
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.6;
}
.ct-pricing-box .ct-section-label {
    color: #75e3d9;
}
.ct-pricing-box .btn-clienttrack {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    background: white;
    color: var(--ct-teal-dark);
    border-color: white;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.11);
}
.ct-pricing-box .btn-clienttrack:hover {
    background: #f3fffd;
    color: var(--ct-teal-dark);
}

/* 18. FOOTER */
.ct-footer {
    padding: 66px 0 25px;
    background: #071725;
    color: #aab6c5;
}
.ct-footer-brand {
    color: white;
}
.ct-footer-brand:hover {
    color: white;
}
.ct-footer .ct-logo {
    box-shadow: none;
}
.ct-footer-text {
    max-width: 390px;
    margin-top: 20px;
    color: #9caabc;
    line-height: 1.72;
}
.ct-footer h6 {
    margin-bottom: 17px;
    color: white;
    font-size: 0.95rem;
    font-weight: 700;
}
.ct-footer a:not(.ct-brand) {
    display: block;
    margin: 10px 0;
    color: #9eabba;
    font-size: 0.88rem;
}
.ct-footer a:not(.ct-brand):hover {
    color: white;
    transform: translateX(2px);
}
.ct-footer p {
    color: #9eabba;
    font-size: 0.88rem;
    line-height: 1.6;
}
.ct-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 48px;
    padding-top: 23px;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    color: #7e8c9c;
    font-size: 0.79rem;
}

/* 19. RESPONSIVE - 1200 */

@media (max-width: 1199.98px) {
    .ct-container {
        width: min( 1140px, calc(100% - 48px) );
    }
    .ct-product-showcase {
        min-height: 500px;
    }
    .ct-dashboard-preview {
        width: 86%;
    }
    .ct-phone-preview {
        width: 180px;
    }
    .ct-phone-screen {
        min-height: 405px;
    }
    .ct-hero-title {
        font-size: clamp( 2.55rem, 4vw, 3.8rem );
    }
}

/* 20. RESPONSIVE - TABLET */

@media (max-width: 991.98px) {
    .ct-container {
        width: min( 760px, calc(100% - 32px) );
    }
    .ct-navbar {
        padding: 15px 0;
    }
    .ct-navbar .navbar-collapse {
        margin-top: 14px;
        padding: 17px;
        border: 1px solid var(--ct-border);
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.98);
        box-shadow: var(--ct-shadow);
    }
    .ct-navbar .navbar-nav {
        align-items: stretch !important;
        gap: 4px !important;
    }
    .ct-navbar-button {
        width: 100%;
        margin: 8px 0 0;
    }
    .ct-hero {
        padding-top: 48px;
    }
    .ct-hero-title {
        max-width: 720px;
    }
    .ct-hero-text {
        max-width: 700px;
    }
    .ct-product-showcase {
        margin-top: 40px;
        min-height: 500px;
    }
    .ct-dashboard-preview {
        width: 88%;
    }
    .ct-phone-preview {
        left: 0;
    }
    .ct-about-section {
        padding: 75px 0;
    }
    .ct-pricing-box {
        flex-direction: column;
        align-items: flex-start;
        padding: 42px;
    }
}

/* 21. RESPONSIVE - MOBILE / TABLET */

@media (max-width: 767.98px) {
    .ct-container {
        width: calc(100% - 28px);
    }
    .ct-hero {
        padding: 42px 0 32px;
    }
    .ct-eyebrow {
        margin-bottom: 22px;
    }
    .ct-hero-title {
        font-size: 2.8rem;
    }
    .ct-hero-text {
        font-size: 1rem;
    }
    .ct-trust-list {
        flex-direction: column;
        align-items: flex-start;
        gap: 9px;
    }
    .ct-product-showcase {
        display: block;
        min-height: auto;
        margin-top: 45px;
    }
    .ct-dashboard-preview {
        width: 100%;
    }
    .ct-phone-preview {
        position: relative;
        left: auto;
        top: auto;
        width: 210px;
        margin: -78px auto 0;
        transform: none;
    }
    .ct-dashboard-grid {
        grid-template-columns: 1fr 1fr;
    }
    .ct-pipeline-card {
        grid-column: 1 / span 2;
        grid-row: auto;
    }
    .ct-meetings-card, .ct-follow-card {
        grid-column: 1 / span 2;
    }
    .ct-actions-card {
        grid-column: 1 / span 2;
    }
    .ct-features {
        padding-bottom: 65px;
    }
    .ct-security-card {
        align-items: flex-start;
    }
    .ct-pricing-section {
        padding: 65px 0;
    }
    .ct-footer-bottom {
        flex-direction: column;
    }
}

/* 22. RESPONSIVE - SMALL MOBILE */

@media (max-width: 575.98px) {
    .ct-container {
        width: calc(100% - 24px);
    }
    .ct-brand {
        font-size: 1.4rem;
    }
    .ct-logo {
        width: 36px;
        height: 36px;
        font-size: 1.2rem;
    }
    .ct-hero-title {
        font-size: 2.35rem;
        line-height: 1.11;
    }
    .ct-hero-text {
        margin-top: 21px;
    }
    .ct-hero-btn {
        width: 100%;
    }
    .ct-dashboard-grid {
        grid-template-columns: 1fr;
    }
    .ct-stat-card, .ct-pipeline-card, .ct-meetings-card, .ct-follow-card, .ct-actions-card {
        grid-column: 1;
    }
    .ct-chart-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
    .ct-phone-preview {
        width: 200px;
    }
    .ct-feature-card {
        padding: 20px;
    }
    .ct-security-card {
        flex-direction: column;
    }
    .ct-lock {
        font-size: 3rem;
    }
    .ct-about-section {
        padding: 60px 0;
    }
    .ct-about-panel {
        padding: 22px;
    }
    .ct-pricing-box {
        padding: 32px 24px;
    }
    .ct-footer {
        padding-top: 52px;
    }
}

/* FINAL DESKTOP SIZE TUNING Navbar + Hero daha kompakt */

@media (min-width: 992px) {
    /* NAVBAR DAHA İNCE */
    .ct-navbar {
        min-height: 68px;
        padding: 9px 0;
    }
    .ct-logo {
        width: 34px;
        height: 34px;
        font-size: 1.15rem;
        border-radius: 7px;
    }
    .ct-brand {
        gap: 9px;
        font-size: 1.42rem;
    }
    .ct-navbar .nav-link {
        font-size: 0.91rem;
        padding: 8px 5px !important;
    }
    .ct-navbar-button {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
    /* HERO ALANI DAHA KISA */
    .ct-hero {
        padding: 42px 0 32px;
    }
    .ct-eyebrow {
        margin-bottom: 22px;
        padding: 7px 14px;
        font-size: 0.82rem;
    }
    /* BAŞLIK REFERANSA DAHA YAKIN */
    .ct-hero-title {
        font-size: clamp( 2.7rem, 3.15vw, 3.55rem );
        line-height: 1.08;
        max-width: 620px;
    }
    .ct-hero-text {
        margin-top: 21px;
        font-size: 1rem;
        line-height: 1.65;
    }
    .ct-hero-btn {
        min-width: 160px;
        min-height: 48px;
    }
    .ct-trust-list {
        margin-top: 22px;
    }
    /* SAĞDAKİ EKRAN DAHA KOMPAKT */
    .ct-product-showcase {
        min-height: 445px;
    }
    .ct-dashboard-preview {
        width: 81%;
    }
    .ct-phone-preview {
        width: 180px;
    }
    .ct-phone-screen {
        min-height: 390px;
    }
    /* ÖZELLİKLER HERO'YA DAHA YAKIN */
    .ct-features {
        padding-top: 6px;
    }
}

/* 23. AUTH PAGES - REGISTER / LOGIN */
.ct-auth-page {
    min-height: 100vh;
    min-height: 100dvh;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 24px;
    background: radial-gradient(circle at 15% 20%, rgba(15, 155, 155, 0.10), transparent 28%), #f8fbfc;
}
.ct-auth-shell {
    width: min(1080px, 100%);
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    overflow: hidden;
    border: 1px solid var(--ct-border);
    border-radius: 24px;
    background: white;
    box-shadow: 0 28px 70px rgba(15, 42, 74, 0.12);
}
.ct-auth-brand-panel {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 30px 36px;
    color: white;
    background: linear-gradient(145deg, #0b2540 0%, #0d5668 58%, #0b898c 100%);
}
.ct-auth-brand-panel::after {
    content: "";
    position: absolute;
    width: 340px;
    height: 340px;
    right: -120px;
    bottom: -150px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}
.ct-auth-brand {
    position: relative;
    z-index: 2;
    color: white;
}
.ct-auth-brand:hover {
    color: white;
}
.ct-auth-brand-content {
    position: relative;
    z-index: 2;
    margin: auto 0;
}
.ct-auth-brand-content .ct-section-label {
    color: #74e0d6;
}
.ct-auth-brand-content h1 {
    max-width: 450px;
    margin-bottom: 16px;
    font-size: clamp(2.2rem, 3vw, 3.2rem);
    line-height: 1.08;
    letter-spacing: -0.05em;
    font-weight: 800;
}
.ct-auth-brand-content p {
    max-width: 440px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.92rem;
    line-height: 1.55;
}
.ct-auth-benefits {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.92rem;
}
.ct-auth-benefits span {
    margin-right: 9px;
    color: #70e6d8;
    font-weight: 800;
}
.ct-auth-form-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 48px;
}
.ct-auth-form-box {
    width: 100%;
    max-width: 470px;
}
.ct-auth-heading {
    margin-bottom: 20px;
}
.ct-auth-heading h2 {
    margin-bottom: 8px;
    color: var(--ct-navy);
    font-size: 1.8rem;
    font-weight: 800;
    letter-spacing: -0.035em;
}
.ct-auth-heading p {
    margin: 0;
    color: var(--ct-muted);
}
.ct-form-group {
    margin-top: 11px;
}
.ct-form-label {
    margin-bottom: 5px;
    color: var(--ct-text);
    font-size: 0.88rem;
    font-weight: 600;
}
.ct-form-control {
    min-height: 42px;
    border: 1px solid #dce4eb;
    border-radius: 9px;
    padding: 8px 12px;
    color: var(--ct-text);
    font-size: 0.95rem;
    box-shadow: none;
}
.ct-form-control:focus {
    border-color: var(--ct-teal);
    box-shadow: 0 0 0 3px rgba(15, 155, 155, 0.10);
}
.ct-auth-submit {
    width: 100%;
    min-height: 44px;
    margin-top: 17px;
}
.ct-auth-switch {
    margin-top: 15px;
    text-align: center;
    color: var(--ct-muted);
    font-size: 0.9rem;
}
.ct-auth-switch a {
    margin-left: 4px;
    color: var(--ct-teal-dark);
    font-weight: 700;
}
.ct-auth-switch a:hover {
    color: var(--ct-teal);
}
.ct-auth-home-link {
    margin-top: 18px;
    text-align: center;
    font-size: 0.86rem;
}
.ct-auth-home-link a {
    color: var(--ct-teal-dark);
    font-weight: 600;
}
.ct-auth-home-link a:hover {
    color: var(--ct-teal);
}
.ct-form-alert {
    margin-bottom: 18px;
    padding: 12px 14px;
    border: 1px solid #f2caca;
    border-radius: 8px;
    background: #fff5f5;
    color: #a63b3b;
    font-size: 0.88rem;
}
.ct-form-alert p {
    margin: 0;
}

/* AUTH - TABLET */
@media (max-width: 991.98px) {
    .ct-auth-page {
        align-items: flex-start;
        padding: 24px 16px;
    }
    .ct-auth-shell {
        grid-template-columns: 1fr;
    }
    .ct-auth-brand-panel {
        padding: 32px;
    }
    .ct-auth-brand-content {
        margin: 50px 0 10px;
    }
    .ct-auth-brand-content h1 {
        max-width: 650px;
    }
    .ct-auth-form-panel {
        padding: 40px 32px;
    }
}

/* AUTH - SMALL MOBILE */
@media (max-width: 575.98px) {
    .ct-auth-page {
        padding: 0;
    }
    .ct-auth-shell {
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }
    .ct-auth-brand-panel {
        padding: 28px 22px;
    }
    .ct-auth-brand-content {
        margin: 40px 0 10px;
    }
    .ct-auth-brand-content h1 {
        font-size: 2.2rem;
    }
    .ct-auth-form-panel {
        padding: 34px 22px;
    }
    .ct-auth-heading h2 {
        font-size: 1.7rem;
    }
}

/* AUTH - SHORT LAPTOP HEIGHT */
@media (min-width: 992px) and (max-height: 800px) {
    .ct-auth-page {
        padding: 10px 20px;
    }
    .ct-auth-brand-panel {
        padding: 24px 32px;
    }
    .ct-auth-brand-content h1 {
        font-size: 2.5rem;
    }
    .ct-auth-form-panel {
        padding: 20px 42px;
    }
    .ct-auth-heading {
        margin-bottom: 14px;
    }
    .ct-form-group {
        margin-top: 8px;
    }
    .ct-form-control {
        min-height: 38px;
    }
    .ct-auth-submit {
        min-height: 41px;
        margin-top: 13px;
    }
}

/* 24. CLIENT PAGES */
.ct-client-page {
    min-height: 100dvh;
    padding: clamp(22px, 4vh, 42px) 20px;
    background:
        radial-gradient(circle at 88% 16%, rgba(15, 155, 155, 0.13), transparent 30%),
        var(--ct-bg-soft);
}

.ct-client-form-shell,
.ct-client-list-shell {
    width: min(100%, 1400px);
    margin: 0 auto;
}

.ct-client-form-shell {
    max-width: 840px;
}

.ct-client-page-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.ct-client-page-header h1 {
    margin: 3px 0 5px;
    color: var(--ct-navy);
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 800;
    letter-spacing: -0.035em;
}

.ct-client-page-header p {
    margin: 0;
    color: var(--ct-muted);
    font-size: 0.95rem;
}

.ct-client-back-link {
    color: var(--ct-teal-dark);
    font-size: 0.9rem;
    font-weight: 700;
}

.ct-client-back-link:hover {
    color: var(--ct-teal);
}

.ct-client-card,
.ct-client-table-card,
.ct-client-empty {
    border: 1px solid var(--ct-border);
    border-radius: 18px;
    background: white;
    box-shadow: var(--ct-shadow-sm);
}

.ct-client-card {
    padding: clamp(24px, 4vw, 38px);
    box-shadow: var(--ct-shadow);
}

.ct-client-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ct-client-grid,
.ct-client-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.ct-client-field label {
    display: block;
    margin-bottom: 6px;
    color: var(--ct-text);
    font-size: 0.88rem;
    font-weight: 600;
}

.ct-client-page .form-control {
    width: 100%;
    min-height: 43px;
    padding: 9px 12px;
    border: 1px solid #dce4eb;
    border-radius: 9px;
    color: var(--ct-text);
    font-size: 0.94rem;
    box-shadow: none;
}

.ct-client-page .form-control:focus {
    border-color: var(--ct-teal);
    box-shadow: 0 0 0 3px rgba(15, 155, 155, 0.10);
}

.ct-client-page textarea.form-control {
    min-height: 76px;
    resize: vertical;
}

.ct-client-detail-grid p {
    margin: 4px 0 0;
    color: var(--ct-muted);
}

.ct-client-detail-wide {
    grid-column: 1 / -1;
}

.ct-client-actions,
.ct-client-form-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 22px;
}

.ct-client-cancel-btn,
.ct-danger-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 10px 22px;
    border-radius: 8px;
    font-weight: 700;
}

.ct-client-cancel-btn {
    border: 1px solid var(--ct-border);
    background: white;
    color: var(--ct-muted);
}

.ct-client-cancel-btn:hover {
    border-color: #cbd5df;
    color: var(--ct-navy);
}

.ct-danger-btn {
    border: 1px solid #d96b6b;
    background: #fff3f3;
    color: #a63f3f;
    cursor: pointer;
}

.ct-danger-btn:hover {
    border-color: #c65252;
    background: #ffe8e8;
    color: #8f2f2f;
    transform: translateY(-1px);
}

.ct-client-table-card {
    overflow: hidden;
}

.ct-client-table thead th {
    padding: 16px 18px;
    border-bottom: 1px solid var(--ct-border);
    background: #f8fbfc;
    color: var(--ct-muted);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.ct-client-table tbody td {
    padding: 17px 18px;
    border-color: var(--ct-border-soft);
    color: var(--ct-muted);
    font-size: 0.91rem;
}

.ct-client-table tbody td strong {
    color: var(--ct-navy);
}

.ct-client-empty {
    padding: clamp(42px, 8vh, 72px) 24px;
    text-align: center;
}

.ct-client-empty-icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    margin: 0 auto 18px;
    border-radius: 12px;
    background: var(--ct-teal-soft);
    color: var(--ct-teal-dark);
    font-size: 1.4rem;
    font-weight: 800;
}

.ct-client-empty h2 {
    margin-bottom: 8px;
    color: var(--ct-navy);
    font-size: 1.25rem;
    font-weight: 750;
}

.ct-client-empty p {
    max-width: 480px;
    margin: 0 auto 22px;
    color: var(--ct-muted);
    line-height: 1.6;
}

@media (max-width: 767.98px) {
    .ct-client-page {
        padding: 24px 14px;
    }

    .ct-client-page-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .ct-client-grid,
    .ct-client-detail-grid {
        grid-template-columns: 1fr;
    }

    .ct-client-detail-wide {
        grid-column: auto;
    }

    .ct-client-actions,
    .ct-client-form-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .ct-client-actions > *,
    .ct-client-form-actions > * {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-height: 850px) {
    .ct-client-page {
        padding: 18px 20px;
    }

    .ct-client-page-header {
        margin-bottom: 16px;
    }

    .ct-client-card {
        padding: 22px 30px;
    }

    .ct-client-form {
        gap: 11px;
    }

    .ct-client-page textarea.form-control {
        min-height: 62px;
    }
}
