body{
    font-family: Helvetica, sans-serif;
    color: #fff;
    scroll-behavior: smooth;
    background: #0a0e27;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

p{
    font-size: 1.1em; /* Açıklama metni büyütüldü */
    line-height: 25px;
    color: #a5a5a5;
}

/* Header stays the same */
header{
    min-height: 100vh;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    position: relative;
    z-index: 10;
}

header > div{
    min-height: 30em;
    overflow: hidden;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    padding: 2em;
    padding-bottom: 5vh;
    transition: 0.3s ease-in-out;
}

/* remove video-specific style usage; panels will use background images */

.cad-panel, .studio-panel, .tech-panel{
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cad-panel{ background-image: url('assests/solelunacad.png'); }
.studio-panel{ background-image: url('assests/soleluna-studio.png'); }
.tech-panel{ background-image: url('assests/solelunatech.png'); }

/* Site logo used on left/right panels (replaces videos on those panels) */
/* site-link used for clickable overlay; logos are not required as images when using bg images */
.site-link{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    z-index: 10; /* Ensure links are above overlay */
}

.site-logo{
    display: none; /* hide inline logo images because backgrounds are used */
}

/* Middle panel studio link */
.studio-panel{
    position: relative;
    cursor: pointer;
}

.studio-panel .article-link {
    cursor: pointer;
}

.studio-panel .text{
    position: relative;
}

header > div::before{
    content: '';
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; /* Let clicks pass through to links below */
}

header .text{
    position: relative;
    width: 100%;
    max-width: 600px;
}

.sub-heading b{
    color: #fff;
    margin-right: 0.5em;
}

.title{
    margin: 0.2em 0 0.7em 0;
    font-size: 3em; /* Başlık boyutu büyütüldü */
}

.sub-heading{
    position: relative;
    font-size: 1.2em; /* Alt başlık büyütüldü */
}

.sub-heading::before{
    content: '';
    background: #ffba52;
    position: absolute;
    top: -2em;
    left: 50%;
    transform: translateX(-50%);
    width: 3em;
    height: 4px;
}

.article-link{
    text-decoration: none;
    color: #fff;
    display: inline-block;
    margin: 5em 0 1em 0;
    font-weight: bold;
    font-size: 1.2em;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: 0.3s;
}

.article-link::before{
    content: '';
    background: #fff;
    position: absolute;
    width: 1px;
    height: 3em;
    top: -4em;
    left: 50%;
    transform: translateX(-50%);
}

.article-link:hover{
    color: #ccc;
}

header > div:hover .article-link{
    opacity: 1;
}

header > div:nth-child(1):hover::before{
    background: linear-gradient(0deg, rgba(20, 99, 142, 0.8), rgba(255, 187, 42,0));
}
header > div:nth-child(2):hover::before{
    background: linear-gradient(0deg, rgba(30, 133, 18, 0.8), rgba(255, 187, 42,0));
}
header > div:nth-child(3):hover::before{
    background: linear-gradient(0deg, rgba(194, 137, 31, 0.8), rgba(255, 187, 42,0));
}

header>div:hover p{
    color: #fff;
}

/* Responsive Design */

@media screen and (max-width: 900px) {
    html{
        font-size: 14px;
    }
}

@media screen and (max-width: 750px) {
    header{
        grid-template-columns: 1fr;
    }
    header > div{
        min-height: 40vh;
        padding-bottom: 6vh;
        background-position: center top;
    }
}

/* Video hover efektlerini kaldır */
video {
    pointer-events: auto !important;
    transform: none !important;
    transition: none !important;
}

.bringer-parallax-media video {
    transform: none !important;
    transition: none !important;
}

.bringer-parallax-media video:hover {
    transform: none !important;
}

.bringer-parallax-media {
    pointer-events: auto !important;
    transform: none !important;
    transition: none !important;
}

.bringer-parallax-media::before,
.bringer-parallax-media::after {
    display: none !important;
}

/* Parallax ve zoom efektlerini iptal et */
[data-appear] video,
[data-speed] video {
    transform: none !important;
}

.st-lazy-wrapper:has(video) {
    transform: none !important;
}

/* Studio panel - bigger and higher */
.studio-panel{
    justify-content: center !important;
    padding-bottom: 0 !important;
}

.studio-panel .text{
    transform: scale(1.2);
    margin-bottom: 3em;
}

/* Footer Styles */
.soleluna-footer {
    background: linear-gradient(180deg, rgba(10, 14, 39, 0) 0%, rgba(10, 14, 39, 1) 20%);
    padding: 80px 0 30px;
    margin-top: 100px;
    border-top: 1px solid rgba(255, 186, 82, 0.1);
}

.footer-content {
    color: #a5a5a5;
}

.footer-main {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 60px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 186, 82, 0.1);
    margin-bottom: 30px;
}

.footer-brand h3 {
    color: #fff;
    font-size: 1.8em;
    margin-bottom: 15px;
}

.footer-brand p {
    color: #a5a5a5;
    font-size: 1em;
    line-height: 1.6;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.footer-column h4 {
    color: #ffba52;
    font-size: 1.1em;
    margin-bottom: 20px;
    font-weight: 600;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 12px;
}

.footer-column ul li a {
    color: #a5a5a5;
    text-decoration: none;
    font-size: 0.95em;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-column ul li a:hover {
    color: #ffba52;
    padding-left: 5px;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
}

.footer-bottom p {
    color: #6b7280;
    font-size: 0.9em;
}

/* Footer Responsive */
@media screen and (max-width: 900px) {
    .footer-main {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .footer-links {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 600px) {
    .soleluna-footer {
        padding: 60px 0 20px;
        margin-top: 60px;
    }
    
    .footer-links {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .footer-brand h3 {
        font-size: 1.5em;
    }
}