/* latin */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://www.itoc360.com/wp-content/themes/itoc360-theme/assets/fonts/inter7.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin */
  @font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://www.itoc360.com/wp-content/themes/itoc360-theme/assets/fonts/interbold.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin */
  @font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://www.itoc360.com/wp-content/themes/itoc360-theme/assets/fonts/inter500.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  
/* Responsive overrides and utilities */
img, video {
    max-width: 100%;
    height: auto;
}

/* Make brand row fluid by default */
.hero-brands {
    width: 100%;
    max-width: 1216px;
    padding: 0 16px;
}

@media (max-width: 1280px) {
    .container {
        max-width: 100%;
        padding: 0 16px;
    }
    .hero-brands {
        gap: 24px;
    }
}

@media (max-width: 1024px) {
    header .container {
        justify-content: space-between;
    }
    .navbar {
        position: static;
        transform: none;
    }
    .navbar ul {
        flex-wrap: wrap;
        gap: 16px;
        justify-content: center;
    }
    .hero h1 {
        font-size: 48px;
        line-height: 54px;
    }
    .hero p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 160px;
    }
    .features-grid-6 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }
    .grid-card {
        width: auto;
        height: auto;
    }
    .grid-card-content {
        min-height: unset;
        max-height: unset;
        height: auto;
    }
    /* Disable hover translations on smaller screens */
    .grid-card:hover .issue-card,
    .grid-card:hover .simple-card,
    .grid-card.issue-list:hover .issue-card,
    .grid-card:first-child:hover .issue-card,
    .grid-card:first-child:hover .issue-card.reveal-coming,
    .grid-card:first-child:hover .issue-card.stage-2,
    .grid-card:first-child:hover .issue-card.stage-3,
    .grid-card:has(.simple-card):hover .simple-card,
    .grid-card:has(.simple-card):hover .simple-card.stage-2,
    .grid-card.issue-list:hover .issue-card.stage-2 {
        transform: none !important;
    }
    .hero-video {
        width: 100%;
        height: auto;
        margin-top: 46px;
    }
    .hero-video-preview img {
        height: auto;
    }
}
.description-center {
    text-align: center;
}
.description-general {
	font-size: 16px;
    color: rgb(239 237 253 / 75%);
    line-height: 28px;
    margin-bottom: 40px;
}.ai-badge {
    background: linear-gradient(90deg, rgb(252 114 255 / 15%), rgb(143 104 255 / 15%), rgb(72 123 255 / 15%), rgb(44 217 255 / 15%), rgb(44 255 204 / 15%)) !important;
    border-color: #ffffff21;
}.ai-badge > span {
    background: linear-gradient(90deg, #FC72FF, #8F68FF, #487BFF, #2CD9FF, #2CFFCC) text;
    -webkit-text-fill-color: transparent;
}.ai-badge {
    position: relative;
    border: 0px !important;
}

.ai-badge:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(90deg, rgb(252 114 255 / 25%), rgb(143 104 255 / 25%), rgb(72 123 255 / 25%), rgb(44 217 255 / 25%), rgb(44 255 204 / 25%)) !important;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.ai-title {
    background: linear-gradient(90deg, #FC72FF, #8F68FF, #487BFF, #2CD9FF, #2CFFCC) text !important;
    -webkit-text-fill-color: transparent;
	width: max-content;
}



@media (max-width: 768px) {
    .hero {
        padding: 8rem 0 2rem;
    }
	.hero-image {
		bottom: 445px !important;
		left: 0px !important;
		height: 460px !important;
		
	}
	.hero-image > img {
		width: 482px !important;
		height: 321px !important;
	}
	.chat-wrapper {
		width: -webkit-fill-available !important;
		overflow: hidden;
	}
	.card {
		width: auto !important;
	}
	.ai-grid {
		display: grid; !important
	}
    .hero h1 {
        font-size: 32px;
        line-height: 36px !important;
		
    }
    .hero p {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 80px !important;
        padding: 0 8px;
    }
    .hero-brands {
        display: none !important;
    }
    .features h2 {
        font-size: 32px;
        line-height: 38px;
    }
	.hero-image-rectangles {
		display: none;
	}
    .features-grid-6 {
        grid-template-columns: 1fr;
    }
    .feature-card {
        padding: 1.25rem;
    }
    .dashboard-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .footer-top {
        padding-bottom: 2rem;
    }
}

@media (max-width: 480px) {
    .navbar ul {
        gap: 12px;
    }
    .header-action {
        display: none;
    }
    .badge {
        font-size: 12px;
        padding: 4px 10px;
    }
}
/* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Text rendering optimization */
h1, h2, h3, h4, h5, h6, p, span, a, button, div {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
}
.features-image > img {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: -12px;
}
.qf-2ja71-rsm9qy {
    position: relative; /* before’un düzgün çalışması için gerekli */
    z-index: 0; /* içerik üstte kalsın */
  }
  
.features-image {
    height: 90px;
    position: relative;
}
body {
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    background: #000312;
    color: white;
    min-height: auto;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
}

.container {
    max-width: 1328px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header styles */
header {
    backdrop-filter: blur(10px);
    padding: 20.5px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.navbar {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
header .container:before {
    position: absolute;
    bottom: -21px;
    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, 0) 100%);
}

.navbar ul {
    display: flex;
    list-style: none;
    gap: 40px;
}

.navbar a {
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    color: #d0dbec;
    transition: color 0.3s ease;
}
.logo {
    display: flex;
    align-items: center;
    gap: 12px;
}.logo > span {
    background: linear-gradient(180deg, #ffffff, rgb(255 255 255 / 80%));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.logo-placeholder > img {
    width: 32px;
    height: 32px;
}
.navbar a:hover {
    color: #ffffff;
}
.qf-2ja71-rsm9qy > .features {
    padding-bottom: 0px;
}
.hero-image {
    top: 325px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}
.hero-background {
    position: absolute;
    left: 0;
    right: 0;
    top: 145px;
    z-index: -1;
}
/* Nav item hover states */
.nav-item:hover a {
    color: #ffffff;
}
.header-action {
    background: #002c863d;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    border-radius: 6px;
    box-shadow: inset 0 -6px 12px rgb(0 19 141 / 38%);
    color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: cubic-bezier(.6,.6,0,1) .1s transform, cubic-bezier(.6,.6,0,1) .3s box-shadow, cubic-bezier(.6,.6,0,1) .3s width;
    padding: 0;
    width: 135px;
    white-space: nowrap;
    text-decoration: none;
    overflow: hidden;
}
.hero-brands {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    width: 1216px;
    margin: auto;
}
.header-action:before,.header-action:after {
    width: calc(100% - 2px);
    border-radius: inherit;
    height: calc(100% - 2px);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}

.header-action:after {
    background: linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.08) 100%);
    width: 100%;
    height: calc(100% + 2px);
    transition: cubic-bezier(.6,.6,0,1) .1s height;
}

.header-action:before {
    border: 1px solid rgb(255 255 255 / 10%);
    z-index: 2;
}

.header-action:hover {
    box-shadow: inset 0 -6px 12px #ffffff14;
}

.header-action:active {
    transform: translateY(-50%) translateY(2px);
}

.header-action:active:after {
    height: 100%;
}

.header-action-inner {
    padding: 6px 14px;
    border-radius: inherit;
    isolation: isolate;
    overflow: hidden;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-action-default {
    transition: .45s cubic-bezier(.6,.6,0,1) transform,.45s cubic-bezier(.6,.6,0,1) opacity;
    font-weight: 500;
}

.header-action-download {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: cubic-bezier(.6,.6,0,1) .45s opacity;
    background: linear-gradient(180deg, rgba(255, 255, 255, .16) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, #001ed6 0%, #0348B6 100%);
}

.header-action-download-inner {
    transform: translateY(30px);
    transition: cubic-bezier(.6,.6,0,1) .45s transform;
    display: flex;
    align-items: center;
    gap: 4px;
    color: white;
}

.header-action-download svg {
    width: 16px;
    margin-right: 4px;
    height: 16px;
}

/* Scroll durumunda animasyonlar */
.header-action.scrolled {
    width: 155px;
    box-shadow: inset 0 -6px 12px #5e51e780;
}

.header-action.scrolled .header-action-default {
    transform: translateY(-30px);
    opacity: 0;
}

.header-action.scrolled .header-action-download {
    opacity: 1;
}

.header-action.scrolled .header-action-download-inner {
    transform: translateY(0);
}

@media (max-width: 880px) {
    .header-action {
        display: none;
    }
}

/* Hero section */
.hero {
    padding: 10rem 0 4rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}


.hero-content {
    margin: 0 auto;
}

.badge {
    background: linear-gradient(0deg, rgba(153, 175, 255, .04), rgba(153, 175, 255, .04)), rgba(255, 255, 255, .02);
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow: inset 0 -6px 12px #ffffff0a;
    border-radius: 999px;
    margin: 0 auto 10px;
    padding: 6px 14px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    display: grid;
    width: max-content;
}

.hero h1 {
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgb(255, 255, 255) 100%) text;
    -webkit-text-fill-color: transparent;
    position: relative;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hero p {
    color: rgb(239 237 253 / 70%);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 18px;
    margin-bottom: 230px;
}

::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-thumb {
    background: #ffffff0d;
    border-radius: 99px;
}
::-webkit-scrollbar-track {
    background: inherit;
}
::selection {
    background: #9382ff80;
    color: #fff;
    -webkit-text-fill-color: #fff;
}
.hero-video {
    margin: 232px auto 0;
    position: relative;
    width: 1216px;
    height: 766px;
    backdrop-filter: blur(10px);
}

.hero-video-content {
    height: 100%
}

.hero-video:before {
    background: linear-gradient(180deg, #01041400, rgb(0 3 18 / 70%) 34.48%, #000312 82.36%);
    content: "";
    display: block;
    height: calc(100% + 1px);
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.hero-video-preview {
    background: transparent;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 24px;
    box-shadow: inset 0 0 0 8px #ffffff08;
    padding: 8px;
    height: 100%;
    backdrop-filter: blur(20px);
}

.hero-video-preview img {
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    width: 100%;
    height: 100%
}

.hero-video-play,.hero-video svg {
    left: 50%;
    position: absolute;
    top: 302px;
    transform: translate(-50%,-50%);
    z-index: 2
}

.hero-video svg {
    pointer-events: none
}

.hero-video-play {
    background: #ffffff05;
    border: 1px solid rgba(255,255,255,.05);
    border-radius: 50%;
    cursor: pointer;
    height: 112px;
    width: 112px
}

.hero-video-play-inner {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background: linear-gradient(180deg,#fff0 17.71%,#ffffff1f),#ffffff03;
    border-radius: inherit;
    height: 80px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80px
}

.hero-video-play-inner:before {
    background: linear-gradient(180deg,#fff0,#ffffff1a),linear-gradient(0deg,#ffffff0d,#ffffff0d);
    border-radius: inherit;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    mask-composite: xor;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 1px;
    pointer-events: none;
    position: absolute
}

@media (max-width: 1248px) {
    .hero-video {
        width:368px;
        height: 676px;
        margin-top: 120px
    }

    .hero-video-preview img {
        border-radius: 16px
    }

    .hero-video-play,.hero-video svg {
        top: 274px
    }
}

/* Hero visual section */
.hero-visual {
    margin-top: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-placeholder {
    width: 1200px;
    height: 720px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}


.hero-placeholder::after {
    content: '1200 × 720';
    color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

/* Responsive hero visual */
@media (max-width: 1300px) {
    .hero-placeholder {
        width: 90vw;
        max-width: 1200px;
        height: calc(90vw * 0.6);
        max-height: 720px;
    }
}

@media (max-width: 768px) {
    .hero-visual {
        margin-top: 2rem;
    }
    
    .hero-placeholder {
        width: 95vw;
        height: calc(95vw * 0.6);
    }
}

/* Logo section */
.footer-logos {
    padding: 3rem 0;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-logos .footer-logos {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.logo-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.logo-item:hover {
    opacity: 1;
}

.logo-icon {
    font-size: 2rem;
}

.logo-item span {
    font-size: 0.9rem;
    color: #d0dbec;
}

/* Features section */
.features {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

/* Monitoring Section */
.monitoring {
    padding: 120px 0;
    background: #04081B;
}

.features-grid-6 {
    display: grid;
    grid-template-columns: repeat(3, 384px);
    gap: 24px;
    max-width: 1400px;
    margin: 0 auto;
    justify-content: center;
}

.grid-card {
    position: relative;
    border-radius: 16px;
    padding: 24px;
    width: 384px;
    height: 336px;
    background: transparent; /* iç arka plan rengi */
    z-index: 1;
  }
  
  /* Gradient border */
  .grid-card::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 16px;
    background: linear-gradient(190deg, rgb(169 163 194 / 20%), rgb(169 163 194 / 5%));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
}

.grid-card:first-child:hover .issue-card {
    transform: translateY(-300px);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.grid-card:first-child:hover .issue-card.reveal-coming {
    transform: translateY(-330px);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.grid-card h3 {
    color: rgb(221, 225, 238);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    margin-bottom: 8px;
}

.grid-card p {
    text-align: left;
    color: rgb(181, 188, 217);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}



/* Issue Card - Combined header and items */
.issue-card {
    position: relative;
    border-radius: 12px;
    border-top-right-radius: 0px !important;
    background: rgb(226 232 255 / 5%);
    backdrop-filter: blur(13px);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.issue-card::after {
    content: '';
    position: absolute;
    top: -12px;
    right: 0;
    width: 60px;
    height: 106%;
    background: linear-gradient(90deg, transparent 0%, #15182a73 50%, #15182A 100%);
    pointer-events: none;
    z-index: 1;
}

.issue-header {
    display: flex;
    padding: 12px;
    -webkit-box-pack: justify;
    gap: 32px;
    -webkit-box-align: center;
    align-items: center;
    align-self: stretch;
    border-top-right-radius: 0px !important;
    border-bottom: 1px solid rgba(226, 232, 255, 0.1);
    border: 1px solid rgba(226, 232, 255, 0.1);
    border-top-left-radius: 12px;
    border-top-right-radius: 0px;
}

.issue-label {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: rgba(226, 232, 255, 0.4);
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    box-sizing: border-box;
}

.issue-item:first-child {
    border-top: 0px !important;
}

.issue-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 12px;
    background: rgb(226 232 255 / 4%);
    border: 1px solid rgba(226 232 255 / 10%);
    border-top: 0px;
    border-bottom: 0px;
    transition: all 0.2s ease;
}

.card-text {
    padding: 16px 16px;
}

.issue-time {
    font-size: 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.70) 0%, rgba(255, 255, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 400;
    width: 80px;
    margin-right: 30px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.issue-text {
    font-size: 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.70) 0%, rgba(255, 255, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 400;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

.new-item {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(255, 255, 255, 0.15) !important;
}

.grid-card:first-child:hover .issue-card.stage-2 {
    transform: translateY(-346px) !important;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}


.grid-card:first-child:hover .issue-card.stage-3 {
    transform: translateY(-380px) !important;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.new-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-left: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    animation: pulse 2s infinite;
}

.new-badge svg {
    width: 12px;
    height: 12px;
}

.new-badge.critical {
    background: linear-gradient(135deg, #ff4757, #ff6b7a);
    color: white;
}

.new-badge.warning {
    background: linear-gradient(135deg, #ffa502, #ffb142);
    color: white;
}

.new-badge.success {
    background: linear-gradient(135deg, #2ed573, #7bed9f);
    color: white;
}

@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0.7; }
    100% { opacity: 1; }
}

/* Check List Card */
.check-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.check-icon {
    font-size: 16px;
}
.features-content > p {
    font-size: 16px;
    color: rgb(239 237 253 / 75%);
    line-height: 28px;
    margin-bottom: 40px;
}
.grid-card:nth-child(3) .grid-card-content {
    position: relative; /* pseudo element için gerekli */
    z-index: 1;
}
  
  .grid-card-content-analysis::after {
    content: "";
    position: absolute;
    inset: 0!important;
    border-radius: inherit!important;
    background: radial-gradient(circle, #FDC700 0%, #FDC700 100%)!important;
    filter: blur(75px)!important;
    opacity: 0.1;
    z-index: -1;
    height: inherit;
    z-index: unset;
    -webkit-mask-composite: copy !important;
}  .issue-list-content::after {
    content: "";
    position: absolute;
    inset: 0!important;
    border-radius: inherit!important;
    background: radial-gradient(circle, #5400FD 0%, #5400FD 100%)!important;
    filter: blur(75px)!important;
    opacity: 0.1;
    z-index: -1;
    height: inherit;
    z-index: unset;
    -webkit-mask-composite: copy !important;
}
.simple-card-content::after {
    content: "";
    position: absolute;
    inset: 0!important;
    border-radius: inherit!important;
    background: radial-gradient(circle, #0b5aff 0%, #00b3ff 100%) !important;
    filter: blur(75px)!important;
    opacity: 0.1;
    z-index: -1;
    height: inherit;
    z-index: unset;
    -webkit-mask-composite: copy !important;
}.security-card-content::after {
    content: "";
    position: absolute;
    inset: 0 !important;
    border-radius: inherit !important;
    background: radial-gradient(circle, #0033ff 0%, #0048ff 100%) !important;
    opacity: 0.1;
    z-index: -1;
    height: inherit;
    z-index: unset;
    -webkit-mask-composite: copy !important;
}.wired-card-content::after {
    content: "";
    position: absolute;
    inset: 0 !important;
    border-radius: inherit !important;
    background: radial-gradient(circle, #003dff 0%, #00a8ff 100%) !important;
    opacity: 0.1;
    z-index: -1;
    height: inherit;
    z-index: unset;
    -webkit-mask-composite: copy !important;
}
.check-title {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 500;
}

.check-list {
    display: flex;
    flex-direction: column;
}

.check-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
}

.check-item.completed {
    opacity: 1;
}

.check-item:not(.completed) {
    opacity: 0.6;
}

.check-mark {
    font-size: 14px;
    color: #00D4AA;
    font-weight: bold;
}

.check-item:not(.completed) .check-mark {
    color: #B5BCD9;
}

.check-text {
    font-size: 13px;
    color: #FFFFFF;
    font-weight: 400;
}

/* Analysis Card */
.analysis-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 16px;
    padding-right: 0px !important;
    backdrop-filter: blur(10px);
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.analysis-card-fake {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 16px;
    padding-right: 0px !important;
    backdrop-filter: blur(10px);
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.analysis-header {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.analyzing-icon {
    display: none;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.analysis-title-container {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}

.analysis-title {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    position: absolute;
    display: flex;
    align-items: center;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.analyzing-text {
    color: #FFE172;
    opacity: 1;
    transform: translateX(0);
}

.analyzed-text {
    color: #34E54E;
    opacity: 0;
    transform: translateX(-20px);
}

.analysis-subtitle {
    font-size: 14px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 400;
    margin-left: 95px;
    transition: margin-left 0.3s ease;
}

.analysis-card.analyzed .analysis-subtitle {
    margin-left: 92px;
}

.analysis-card.analyzed .analyzing-text {
    opacity: 0;
    transform: translateX(20px);
}

.analysis-card.analyzed .analyzed-text {
    opacity: 1;
    transform: translateX(0);
}

.analysis-list {
    display: flex;
    flex-direction: column;
    background: rgb(226 232 255 / 4%);
    border: 1px solid rgb(226 232 255 / 10%);
    border-radius: 6px;
    gap: 4px;
    padding: 12px;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-right: 0px !important;
}

.analysis-item {
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
}
.analysis-subtitle > b {
    font-weight: 400;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 100%);
    background-clip: text;
    opacity: 0.5;
}

.loading-icon {
    animation: spin 5s linear infinite;
    margin-right: 5px;
    display: inline-block;
}

.check-icon {
    margin-right: 5px;
    display: inline-block;
}

/* Simple Card Styles */
.simple-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: -40px;
}

.simple-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 12px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.simple-item:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
}

.simple-content {
    text-align: left;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.simple-id > svg {
    min-width: 18px;
    height: 9px;
    display: block;
}
.simple-title {
    font-size: 14px;
    font-weight: 400;
    color: #B5BCD9;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.simple-desc {
    font-size: 14px;
    line-height: 20px;
    color: rgb(226 232 255 / 55%);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 182px;
}

.simple-right {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 4px;
    margin-left: 16px;
}

.simple-icon-action {
    display: flex;
    align-items: center;
    gap: 4px;
}

.simple-icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 4px;
}

.simple-icon.yellow {
    color: rgb(255 224 109 / 75%);
}

.simple-icon.pink {
    color: rgba(210, 75, 145, 0.75);
}

.simple-action {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.simple-action.yellow {
    color: rgb(255 224 109 / 75%);
}

.simple-action.pink {
    color: rgba(255, 159, 209, 0.75);
}

.simple-id {
    font-size: 14px;
    line-height: 20px;
    color: rgb(226 232 255 / 55%);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 120px;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Simple card hover effect - Applications and services card */
.grid-card:has(.simple-card) .simple-card {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.grid-card:has(.simple-card):hover .simple-card {
    transform: translateY(-210px);
}

/* Stage system like Physical server infrastructure */
.grid-card:has(.simple-card):hover .simple-card.stage-2 {
    transform: translateY(-290px) !important;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Databases card hover effect - same as Physical server infrastructure */
.grid-card.issue-list:hover .issue-card {
    transform: translateY(-200px);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.grid-card.issue-list:hover .issue-card.stage-2 {
    transform: translateY(-255px) !important;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}


/* Radar base resmi */
.radar-base {
    position: absolute;
    z-index: 1;
    left: 0;
}

/* Yörünge konteyner */
.orbit-container {
    position: absolute;
    top: 0%;
    left: 50%;
    width: 334px;
    height: 340px;
    transform: translate(-50%, -50%);
    z-index: 2;
}

/* Dönen SVG - mükemmel yuvarlak yörünge */
.radar-scan {
    position: absolute;
    top: 79%;
    left: 64%;
    width: 200px;
    height: 200px;
    transform: translate(-50%, -50%);
}

/* Radar noktaları */
.radar-dot {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff6b35, #ff8e53);
    box-shadow: 0 0 20px rgba(255, 107, 53, 0.6), 0 0 40px rgba(255, 107, 53, 0.3);
    z-index: 3;
    animation: pulse 2s ease-in-out infinite;
}

.radar-dot-1 {
    width: 12px;
    height: 12px;
    top: 25%;
    left: 70%;
    animation-delay: 0s;
}

.radar-dot-2 {
    width: 8px;
    height: 8px;
    top: 60%;
    left: 30%;
    animation-delay: 1s;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.2);
        opacity: 1;
    }
}

/* Content Rectangles */
.content-rectangle {
    position: absolute;
    width: 60px;
    height: 20px;
    background: linear-gradient(135deg, #00ff88, #00cc6a);
    border-radius: 4px;
    z-index: 3;
    box-shadow: 0 0 15px rgba(0, 255, 136, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
}


.rectangle-1 {
    top: 30%;
    left: 20%;
}

.rectangle-2 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rectangle-3 {
    top: 70%;
    left: 80%;
}

.rectangle-number {
    color: white;
    font-weight: bold;
    font-size: 12px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.analysis-check {
    font-size: 14px;
    color: #B5BCD9;
    font-weight: 500;
    transition: all 0.3s ease;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    margin-left: -26px;
    border-radius: 150px;
}

.analysis-item.checked .analysis-check {
    color: #fff;
    background: rgb(255 255 255 / 10%);
    opacity: 1;
    margin-left: 0;
}
.analysis-text {
    font-size: 14px;
    line-height: 20px;
    color: rgb(226 232 255 / 40%);
    font-weight: 400;
    transition: all 0.3s ease;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.analysis-item.checked .analysis-text {
    color: rgb(226 232 255 / 76%);
    font-weight: 500;
}

/* Discovery List Card */
.discovery-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.discovery-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
}

.discovery-icon {
    font-size: 14px;
    opacity: 0.7;
}

.discovery-text {
    font-size: 13px;
    color: #FFFFFF;
    font-weight: 400;
}

.radar-placeholder {
    height: 200px;
    background: rgba(255, 255, 255, 0.02);
    border: 2px dashed rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #B5BCD9;
    font-size: 14px;
    margin-top: 20px;
}


.network-placeholder {
    height: 200px;
    background: rgba(255, 255, 255, 0.02);
    border: 2px dashed rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #B5BCD9;
    font-size: 14px;
    margin-top: 20px;
}
.grid-card-content {
    border: none;
    border-radius: 12px;
    padding: 12px;
    padding-right: 0px;
    padding-bottom: 0px;
    min-height: 180px;
    max-height: 180px;
    height: 180px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.grid-card-content::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 12px;
    padding: 1px;
    background: linear-gradient(90deg, rgb(255 255 255 / 10%) 0%, rgba(255, 255, 255, 0.1) 50%, transparent 100%);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: xor;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    pointer-events: none;
}

.grid-card-content::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(180deg, transparent 0%, rgb(1 4 20 / 70%) 50%, #010414 100%);
    pointer-events: none;
    z-index: 1;
}
/* Responsive Design */
@media (max-width: 1200px) {
    .monitoring-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .security-radar,
    .network-icon {
        grid-column: span 1;
    }
}

@media (max-width: 768px) {
    .monitoring-grid {
        grid-template-columns: 1fr;
    }
    
    .monitoring h2 {
        font-size: 36px;
    }
    
    .monitoring p {
        font-size: 18px;
    }
}


.features-content {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.features h2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 56px;
    background: linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgb(255, 255, 255) 100%) text;
    -webkit-text-fill-color: transparent;
    position: relative;
    font-family: Inter, sans-serif;
    margin: auto;
    margin-bottom: 16px;
    text-align: center;
}
.features-grid {
    display: flex;
    gap: 2rem;
    margin-top: 3rem;
}

.feature-card {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.11) 100%), rgba(255, 255, 255, 0.01);
    border-radius: 12px;
    padding: 2rem;
    text-align: left;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.feature-icon-circle {
    background: linear-gradient(180deg, #ffffff00, rgb(255 255 255 / 12%));
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 100%;
    height: 37px;
    width: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.feature-icon {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    fill: rgba(255, 255, 255, 0.01);
    box-shadow: rgba(255, 255, 255, 0.1) 0px 0px 5px 0px inset;
    border-radius: 700px;
}
.feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}


.feature-card h3 {
    color: rgb(221, 225, 238);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 10px;
}

.feature-card p {
    color: #B5BCD9;
    opacity: 0.99;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}



.dashboard-header {
    display: flex;
    background: linear-gradient(360deg, rgb(255 255 255 / 3%), #ffffff00);
    box-shadow: inset 0 -28px 84px -24px rgb(226 232 255 / 12%);
    border-radius: 14px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}


.dashboard-left {
    height: 388px;
    width: 245px;
}

.stats-header {
    display: flex;
    width: 245px;
    padding: 10px 10px 11px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid rgba(27, 59, 120, 0.08);
    background: rgb(4 56 127 / 6%);
}

.stats-header > h3 {
    color: rgb(33, 44, 59);
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.search-container {
    display: flex;
    align-items: center;
    position: relative;
    gap: 6px;
}

.search-icon {
    margin-right: 0px;
    flex-shrink: 0;
}
.search-container {
    gap: 6px;
}
.search-container input {
    background: transparent;
    border: none;
    outline: none;
    color: #9FAABA;
    font-size: 14px;
    padding: 0;
}

.search-container input::placeholder {
    color: #9FAABA;
}

.card-header h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: white;
    margin: 0;
}

.machine-info-btn {
    background: rgba(79, 195, 247, 0.2);
    border: 1px solid rgba(79, 195, 247, 0.3);
    color: #4fc3f7;
    padding: 0.25rem 0.75rem;
    border-radius: 4px;
    font-size: 0.75rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.machine-info-btn:hover {
    background: rgba(79, 195, 247, 0.3);
}

.card-content {
    flex: 1;
    margin-bottom: 1rem;
}

.card-description {
    font-size: 0.8rem;
    line-height: 1.4;
    color: #d0dbec;
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* Log list styles */
.log-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.log-item {
    display: flex;
    margin-bottom: 10px;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    padding: 12px 16px;
    -webkit-box-align: center;
    align-items: center;
    gap: 32px;
    border-radius: 10px;
    border: 1px solid rgba(226, 232, 255, 0.12);
    background: rgba(226, 232, 255, 0.01);
    box-shadow: rgba(226, 232, 255, 0.12) 0px -12px 20px 0px inset;
}

.log-item.warning {
    border-left-color: #ff9800;
    background: rgba(255, 152, 0, 0.1);
}

.log-item.critical {
    border-left-color: #f44336;
    background: rgba(244, 67, 54, 0.1);
}

.log-item.success {
    border-left-color: #4caf50;
    background: rgba(76, 175, 80, 0.1);
}

.time {
    color: #4fc3f7;
    font-weight: 500;
    font-family: monospace;
    min-width: 80px;
}

.message {
    color: #d0dbec;
    flex: 1;
}

.status {
    color: #d0dbec;
    font-size: 0.75rem;
}

/* Device info styles */
.device-info {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}.machine-content {
    padding: 20px;
}.detail-right {
    display: flex;
    align-items: center;
}
.machine-header {
    display: flex;
    padding: 10px 10px 11px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid rgb(255 255 255 / 8%);
}
.device-name {
    color: rgb(226, 232, 255);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.detail-value {
    color: rgb(226, 232, 255);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.device-details {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 15px 0px;
}.detail-item {
    display: grid;
}
.detail-label {
    color: rgba(226, 232, 255, 0.55);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.alert-summary {
    font-size: 0.75rem;
    color: #d0dbec;
}

.critical-count {
    color: #f44336;
    font-weight: 600;
}

/* Status styles */
.status-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
}

.status-item.success .status-dot {
    background: #4caf50;
}

.status-item.warning .status-dot {
    background: #ff9800;
}

.status-item.critical .status-dot {
    background: #f44336;
}

.log-item.success .status-dot {
    background: #4caf50;
}

.log-item.warning .status-dot {
    background: #ff9800;
}

.log-item.critical .status-dot {
    background: #f44336;
}

/* Usage stats */
.usage-stats {
    margin: 1rem 0;
}

.stat-item {
    display: flex;
    margin-bottom: 10px;
    padding: 12px 16px;
    -webkit-box-align: center;
    align-items: center;
    gap: 32px;
    border-radius: 10px;
    border: 1px solid rgba(226, 232, 255, 0.12);
    background: rgba(226, 232, 255, 0.01);
    box-shadow: rgba(226, 232, 255, 0.12) 0px -12px 20px 0px inset;
}
.stat-item:last-child {
    margin-bottom: 0px;
}
.stat-label {
    width: 86px;
    color: rgb(226, 232, 255);
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}.status-text {
    width: 35px;
    color: rgba(226, 232, 255, 0.55);
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    display: flex
;
    align-items: center;
}.stat-value {
    width: 35px;
    color: rgba(226, 232, 255, 0.55);
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-right: 30px;
}.stat-right {
    display: flex;
    align-items: center;
}

/* Placeholder styles */
.status-placeholder {
    width: 100%;
    height: 60px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 6px;
    margin-bottom: 1rem;
}

.discovery-placeholder,
.network-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 120px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    color: #d0dbec;
}


.database-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
}

.db-symbol {
    width: 60px;
    height: 60px;
    background: rgba(79, 195, 247, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #4fc3f7;
}

/* Recent logs section */
.recent-logs {
    margin-top: 1rem;
}

.recent-logs h4 {
    font-size: 14px;
    color: #E2E8FF;
    margin-bottom: 14px;
    font-weight: 400;
}
.log-right {
    display: flex;
    gap: 15px;
}.log-text {
    width: max-content;
    color: rgba(226, 232, 255, 0.55);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-right: 30px;
}.log-time {
    color: rgb(226, 232, 255);
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
/* Check list styles */
.check-list {
    display: flex;
    flex-direction: column;
}

.check-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem;
    font-size: 0.8rem;
    color: #d0dbec;
}

.check-item.analyzing .icon {
    color: #4fc3f7;
    animation: spin 2s linear infinite;
}

.check-item.success .icon {
    color: #4caf50;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Discovery list styles */
.discovery-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.discovery-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 6px;
    font-size: 0.8rem;
    color: #d0dbec;
}

.discovery-item.warning {
    border-left: 3px solid #ff9800;
}

.code {
    background: rgba(79, 195, 247, 0.2);
    padding: 0.2rem 0.4rem;
    border-radius: 3px;
    font-family: monospace;
    font-size: 0.7rem;
}
.security-radar > .grid-card-content {
    padding: 0px !important;
}
.network-icon > .grid-card-content {
    padding: 0px !important;
}
.radar-circle {
    width: 80px;
    height: 80px;
    border: 2px solid rgba(79, 195, 247, 0.3);
    border-radius: 50%;
    position: relative;
    background: radial-gradient(circle, rgba(79, 195, 247, 0.1) 0%, transparent 70%);
}

.radar-dot {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #ff4444;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.2); }
}


.connection {
    position: absolute;
    width: 2px;
    height: 20px;
    background: rgba(79, 195, 247, 0.5);
    transform-origin: bottom center;
}

.connection:nth-child(1) { transform: rotate(0deg); }
.connection:nth-child(2) { transform: rotate(60deg); }
.connection:nth-child(3) { transform: rotate(120deg); }
.connection:nth-child(4) { transform: rotate(180deg); }
.connection:nth-child(5) { transform: rotate(240deg); }
.connection:nth-child(6) { transform: rotate(300deg); }

/* Responsive design for monitoring */
@media (max-width: 1024px) {
    .monitoring-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .monitoring-grid {
        grid-template-columns: 1fr;
    }
    
    .monitoring h2 {
        font-size: 2rem;
    }
}

/* Dashboard section */
.dashboard {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.2);
}

.dashboard::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at center, rgba(79, 195, 247, 0.08) 0%, transparent 70%);
    z-index: -1;
}

.dashboard-content {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.dashboard .badge {
    display: inline-block;
    background: #333;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

.dashboard h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.dashboard p {
    font-size: 1.1rem;
    margin-bottom: 3rem;
    opacity: 0.9;
    color: #d0dbec;
}

.dashboard-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.dashboard-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 1.5rem;
    padding-bottom: 32px !important;
    text-align: left;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    min-height: 500px;
    display: flex;
    flex-direction: column;
}
.dashboard-card > .card-text {
    padding-bottom: 0px !important;
    padding-top: 32px;
}.card-text > p {
    text-align: left;
    color: rgb(181, 188, 217);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
}.card-text > h3 {
    color: #DDE1EE;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.dashboard-card-content[number-id="2"] {
    padding: 32px;
    background: linear-gradient(360deg, rgb(255 255 255 / 3%), #ffffff00);
    box-shadow: inset 0 -28px 84px -24px rgb(226 232 255 / 12%);
    border-radius: 14px;
}
.dashboard-card .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dashboard-card .card-header h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: white;
    margin: 0;
}

.dashboard-card .machine-info-btn {
    background: rgba(79, 195, 247, 0.2);
    border: 1px solid rgba(79, 195, 247, 0.3);
    color: #4fc3f7;
    padding: 0.25rem 0.75rem;
    border-radius: 4px;
    font-size: 0.75rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dashboard-card .machine-info-btn:hover {
    background: rgba(79, 195, 247, 0.3);
}

.dashboard-card .card-content {
    flex: 1;
    margin-bottom: 1rem;
}

.dashboard-card .card-description {
    font-size: 0.8rem;
    line-height: 1.4;
    color: #d0dbec;
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* Responsive design for dashboard */
@media (max-width: 1024px) {
    .dashboard-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .dashboard h2 {
        font-size: 2rem;
    }
}

/* Footer */
footer {
    background: transparent;
    padding: 3rem 0 2rem 0;
    margin-top: 4rem;
    font-family: 'Inter', sans-serif;
}

/* Footer Top Section */
.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2rem;
    padding-bottom: 4rem;
}

.footer-left {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
}
.logo-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    background: linear-gradient(rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 100%) text;
    -webkit-text-fill-color: transparent;
}

.social-media {
    display: flex;
    gap: 20px;
}

.social-icon {
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: opacity 0.2s ease;
}

.social-icon:hover {
    opacity: 0.5;
}

.footer-navigation {
    display: flex;
    gap: 140px;
}

.nav-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.nav-column h1 {
    color: rgba(181, 188, 217, 0.7);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.nav-column a {
    color: rgb(181, 188, 217);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    transition: 0.2s all;
    text-decoration: none;
    cursor: pointer;
}

.nav-column a:hover {
    opacity: 0.7;
}

/* Footer Bottom Section */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.copyright p {
    color: rgba(181, 188, 217, 0.7);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.legal-links {
    display: flex;
    gap: 20px;
}
.footer-divider {
    width: 100%;
    height: 1px;
    margin-bottom: 60px;
    background: linear-gradient(90deg, rgb(255 255 255 / 0%), hsl(0deg 0% 100% / 10%), rgb(255 255 255 / 0%));
}
.legal-links a {
    color: rgba(181, 188, 217, 0.7);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.legal-links a:hover {
    opacity: 0.8;
}

/* Responsive design */
@media (max-width: 768px) {
    .navbar ul {
        gap: 1rem;
    }
    
    .hero h1 {
        font-size: 2rem;
    }
    
    .footer-logos {
        gap: 2rem;
    }
    
    /* Footer Mobile Styles */
    .footer-top {
        flex-direction: row;
		padding: 0px 16px;
        gap: 2rem;
        text-align: center;
    }
    
    .footer-left {
        align-items: center;
    }
    
    .footer-navigation {
        gap: 2rem;
        justify-content: center;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .legal-links {
        justify-content: center;
    }
}
.dashboard-card-content {
    border: 1px solid hsl(0deg 0% 100% / 20%);
    border-radius: 14px;
    height: 388px;
    overflow: hidden;
}
.footer-container {
    max-width: 995px;
    margin: auto;
}

/* Hero Background Effect */
.hero {
    position: relative;
    overflow: hidden;
}

/* Background Effect in Features Sections */
.features {
    position: relative;
    overflow: hidden;
}

.connected-background-lights {
    position: absolute;
    top: 50%;
    right: 0;
    width: 300px;
    height: 200px;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: -1;
}

.lazy-image {
    display: block;
    transition: 1s cubic-bezier(.6,.6,0,1) opacity;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0.3;
    pointer-events: none;
}

.lazy-image-loaded {
    opacity: 1;
}
.stats-section {
    display: flex;
    flex-direction: column;
}
.stats-section {
    opacity: 0.50;
    padding: 20px 24px;
    padding-right: 0px;
    width: 245px;
    overflow: hidden;
    height: 345px;
}
.machine-header > h3 {
    color: rgb(255 255 255);
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}.device-pretitle {
    color: rgba(226, 232, 255, 0.55);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}
.dashboard-right {
    backdrop-filter: blur(50px);
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.02);
    width: -webkit-fill-available;
}
/* Dashboard Light Overlay */
.dashboard-light-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    pointer-events: none;
    opacity: 0.3;
}

/* Log Entry Console Font */
.log-entry {
    font-family: 'Fira Code', 'Consolas', 'Monaco', monospace;
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 4px;
    white-space: nowrap;
}

.log-text {
    color: #e0e0e0;
    font-weight: 400;
}

.log-text.log-warning {
    color: #ffc107;
}

.log-text.log-alert {
    color: #dc3545;
}

/* Device Info Section */
.device-info-section {
    display: flex;
    gap: 20px;
    margin-bottom: 4px;
}
.dashboard-card-content[number-id="3"] > .dashboard-left {
    height: 151px;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 5;
    padding: 16px;
}
.device-image-placeholder {
    width: 190px;
    height: 135px;
    background: rgb(226 232 255 / 5%);
    border-radius: 8px;
    flex-shrink: 0;
}
.device-info-section > .machine-content {
    width: -webkit-fill-available;
    padding: 0px !important;
}
.device-details {
    flex: 1;
}


.detail-value.warning {
    color: #ffc107;
}

.alert-tag {
    background: #3a3a3a;
    color: #ffffff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    display: inline-block;
}

/* Recent Logs Section */
.recent-logs-section {
    margin-bottom: 20px;
}

.recent-logs-section h3 {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 12px;
}

.log-entry-box {
    background: #2a2a2a;
    border-radius: 6px;
    padding: 12px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.log-left {
    flex: 1;
    color: #e0e0e0;
    font-size: 14px;
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.log-center {
    flex: 0 0 100px;
    text-align: center;
    color: rgb(226 232 255 / 50%);
    font-size: 14px;
}

.log-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
}


.commit-content {
    display: flex;
    padding: 2px 6px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    text-align: left;
    width: max-content;
    color: #E2E8FF;
    border-radius: 4px;
    background: rgba(226, 232, 255, 0.12);
}
.stats-content {
    width: 300px;
}

/* Status Dots */
.status-dot {
    width: 5px;
    min-width: 5px;
    height: 5px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
}

.status-dot.warning {
    background-color: #FFB020;
    box-shadow: 0 0 0px 2px #ffb0202e;
}

.status-dot.critical {
    background-color: #FF625A;
    box-shadow: 0 0 0px 2px #ff625a2e;
}

.status-dot.normal {
    background-color: #67CD7F;
    box-shadow: 0 0 0px 2px #67cd7f2e;
}

.status-dot.error {
    background-color: #FF625A;
    box-shadow: 0 0 0px 2px #ff625a2e;
}.dashboard-card-content[number-id="1"] > .dashboard-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}.dashboard-card-content[number-id="3"] > .dashboard-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}.dashboard-card-content[number-id="3"] > .dashboard-header > .dashboard-left {
    height: 167px;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 5;
    padding: 16px;
}

.dashboard-card-content[number-id="1"] > .dashboard-header > .dashboard-left {
    height: 167px;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 5;
    padding: 16px;
}

.dashboard-card-content[number-id="1"] > .dashboard-header > .dashboard-right {
    z-index: 999;
    position: relative;
}



.status-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: 20px;
}
.status-item {
    text-align: center;
    padding: 12px;
    background: linear-gradient(0deg, #ffffff1f, #ffffff00);
    border: 1px solid rgb(255 255 255 / 20%);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.status-item > h3 {
    font-size: 16px;
    color: #E2E8FF;
    font-weight: 400;
}

.status-item > h2 {
    font-size: 12px;
    color: rgb(226 232 255 / 55%);
    font-weight: 400;
}


.status-radar-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.status-radar-title > h3 {
    color: rgb(226, 232, 255);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.status-radar-pretitle {
    color: rgba(226, 232, 255, 0.55);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}.status-radar-item {
    height: 5px;
    background: #966cf8;
    margin: 10px 0px;
    border-radius: 10px;
}

/* Light Effect */
.light-effect {
    position: absolute;
    top: -200px;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 400px;
    background: radial-gradient(ellipse at center, 
        rgba(138, 43, 226, 0.3) 0%, 
        rgba(75, 0, 130, 0.2) 30%, 
        rgba(25, 25, 112, 0.1) 60%, 
        transparent 100%);
    border-radius: 50%;
    filter: blur(60px);
    z-index: -1;
    pointer-events: none;
    animation: lightPulse 4s ease-in-out infinite;
}

@keyframes lightPulse {
    0%, 100% {
        opacity: 0.6;
        transform: translateX(-50%) scale(1);
    }
    50% {
        opacity: 0.9;
        transform: translateX(-50%) scale(1.1);
    }
}

/* Tablet responsive adjustments */
@media (max-width: 1024px) and (min-width: 769px) {
    .dropdown-content {
        min-width: 420px;
    }
    
    .dropdown-grid {
        gap: 14px;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .light-effect {
        width: 400px;
        height: 300px;
        top: -150px;
    }
}

/* AI section Tasks/Alerts cards - left gradient bar */
.grid-2x2 > .grid-item-content > .card[ai-section="yes"] {
    position: relative;
}

.grid-2x2 > .grid-item-content > .card[ai-section="yes"]::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,
        rgba(83, 246, 255, 0.03) 0%,
        rgba(180, 146, 242, 0.06) 20%,
        rgba(169, 111, 194, 0.18) 50%,
        rgba(236, 170, 75, 0.12) 75%,
        rgba(253, 249, 189, 0.09) 100%
    );
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
    pointer-events: none;
    z-index: 2;
}

.title-general {
	font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 56px;
    background: linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgb(255, 255, 255) 100%) text;
    -webkit-text-fill-color: transparent;
    position: relative;
    font-family: Inter, sans-serif;
    margin: auto;
    margin-bottom: 16px;
    text-align: center;
}