.navbar .logo {
    display: flex;
    align-items: center;
}
.navbar .logo .logo-text {
    font-size: 24px;
    font-weight: 700;
    margin-left: 12px;
    color: black;
}
.banner .start-for-free {
    text-align: center;
    margin: 160px 0;
    position: relative;
    z-index: 2;
}
.btn-cta {
    display: inline-block;
    text-decoration: none;
    background-color: #09A9FD;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 24px;
    font-weight: 700;
    padding: 16px 32px;
    border-radius: 8px;
}
.btn-cta:hover {
    background-color: #29C9FF;
}
.feature.services {
    text-align: center;
    padding: 0 12.5%;
    margin-top: 60px;
}
.tabs {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin-bottom: 0;
    border-bottom: 1px solid #e2e8f0;
}

.tab-link {
    background-color: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    padding: 15px 25px;
    transition: all 0.2s ease-in-out;
    font-size: 22px;
    margin: 0 15px -1px 15px;
    color: #6c757d;
    font-weight: 600;
}

.tab-link:hover {
    background-color: transparent;
    color: #2d3748;
}

.tab-link.active {
    background-color: transparent;
    border-bottom-color: #09A9FD;
    color: #2d3748;
    font-weight: 700;
}

.tab-content {
    display: none;
    padding: 40px;
    border-radius: 0 8px 8px 8px;
    background-color: white;
    opacity: 1;
    text-align: left;
    border: 1px solid #e2e8f0;
    border-top: none;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.tab-content h3 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 30px;
}
.tab-content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
}

.tab-content h4:first-child {
    margin-top: 0;
}

.tab-content a {
    color: #09A9FD;
    text-decoration: none;
}
.tab-content a:hover {
    text-decoration: underline;
}
.tab-content p {
    line-height: 1.6;
    margin-bottom: 1rem;
}

.tab-content .content-wrapper {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.tab-content .text-content {
    flex: 1;
    min-width: 300px;
    padding-top: 24px;
}

.tab-content .code-content {
    flex: 1.5;
}

#image-generation .column h4 {
    margin-bottom: 1rem;
}
#image-generation .column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#image-generation .column li {
    margin-bottom: 1rem;
    line-height: 1.5;
}

#llm-api .text-content p {
    font-size: 16px;
    margin-bottom: 0;
}

#video-generation .coming-soon-content {
    text-align: center;
    padding: 80px 40px;
    max-width: 600px;
    margin: 0 auto;
}
#video-generation .coming-soon-content h3 {
    font-size: 26px;
    margin-bottom: 1rem;
}
#video-generation .coming-soon-content p {
    font-size: 18px;
    color: #666;
}

pre {
    background-color: #1e293b;
    border: 1px solid #334155;
    border-radius: 8px;
    padding: 24px;
    overflow-x: auto;
    color: #cbd5e1;
    font-size: 14px;
    line-height: 1.6;
}

pre code.hljs {
    background: transparent;
    padding: 0;
}

code {
    font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
    white-space: pre-wrap;
    word-break: break-all;
}

.feature.highlights, .feature.use-cases {
    text-align: center;
    margin-top: 128px;
}
.feature.highlights > .title, .feature.use-cases > .title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 64px;
}
.feature.use-cases .items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    width: 75%;
    margin: 0 auto;
}
.feature.highlights .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 75%;
    margin: 0 auto;
    flex-direction: column;
    gap: 48px;
}
.feature.highlights .items .item {
    display: flex;
    align-items: flex-start;
    gap: 60px;
}
.feature.highlights .item:nth-child(2) .item-content {
    text-align: right;
}
.feature.highlights .item-content {
    flex: 1;
    text-align: left;
}
.feature.highlights .item-content h4 {
    color: #1e293b;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 2rem;
}
.feature.highlights .item-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.feature.highlights .item-content li {
    padding-left: 0;
    margin-bottom: 1.5rem;
    font-size: 18px;
    line-height: 1.6;
    color: #475569;
}
.feature.highlights .item:nth-child(2) .item-content li {
    padding-right: 0;
}
.feature.highlights .item-content li:last-child {
    margin-bottom: 0;
}
.feature.highlights .item:nth-child(2) .item-content li::before {
    left: auto;
    right: 0;
}
.feature.highlights .item-image-placeholder {
    flex-basis: 300px;
    height: 300px;
    border-radius: 12px;
}
.feature.use-cases .items .item {
     background-color: white;
     opacity: 0.8;
     border-radius: 16px;
     padding: 32px 40px;
     text-align: left;
}
.feature.use-cases .items .item:last-child {
    grid-column: 1 / -1;
}
.feature.use-cases .items .item h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 32px;
}

.feature.use-cases .items .item ul {
    list-style-position: outside;
    padding-left: 20px;
    margin-top: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #475569;
}

.feature.use-cases .items .item li {
    margin-bottom: 1rem;
}

.feature.use-cases .items .item li:last-child {
    margin-bottom: 0;
}

.feature.cta-block {
    text-align: center;
    padding: 80px 0;
}

.feature.cta-block .title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px;
}

.feature.cta-block p {
    font-size: 18px;
    color: #475569;
    margin-bottom: 40px;
}

.section-bg {
    background-color: #f8fafc;
    padding: 80px 0;
    margin-top: 80px;
}

.feature.integrations {
    text-align: center;
    padding: 80px 12.5%;
    margin-top: 80px;
}

.feature.integrations .title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 24px;
}

.feature.integrations .description {
    font-size: 18px;
    color: #475569;
    max-width: 800px;
    margin: 0 auto 64px auto;
    line-height: 1.6;
}

.feature.integrations .integration-logos {
    display: flex;
    justify-content: center;
    gap: 80px;
    flex-wrap: wrap;
}

.integration-link {
    text-decoration: none;
}

.feature.integrations .integration-logo-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.feature.integrations .logo-container {
    position: relative;
    height: 120px;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature.integrations .logo-container img {
    height: 120px;
    width: auto;
    max-width: 250px;
    object-fit: contain;
    position: absolute;
    transition: opacity 0.3s ease-in-out;
}

.feature.integrations .logo-container .logo-color {
    opacity: 0;
}

.feature.integrations .integration-link:hover .logo-container .logo-gray {
    opacity: 0;
}

.feature.integrations .integration-link:hover .logo-container .logo-color {
    opacity: 1;
}

.feature.integrations .integration-logo-item span {
    font-size: 22px;
    font-weight: 600;
    color: #6c757d;
    transition: color 0.3s ease-in-out;
}

.feature.integrations .integration-link:hover .integration-logo-item span {
    color: #09A9FD;
}
