/* Paylaşılan bölüm yapısı — tema CSS dosyaları görünümü belirler */
.announcement-bar {
    text-align: center;
    padding: 1rem 1.5rem;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.site-footer {
    padding: 5rem 1.5rem;
    border-top: 1px solid var(--color-base-background-2);
    text-align: center;
    margin-top: auto;
}

.site-footer p {
    margin: 0;
    font-size: 1.4rem;
    color: var(--color-base-text-opacity-85);
}

/* Hero */
.hero-banner {
    position: relative;
    background-size: cover;
    background-position: center;
    color: #fff;
    overflow: hidden;
}

.hero-banner__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.hero-banner__content {
    position: relative;
    z-index: 2;
}

.hero-banner__title {
    margin: 0 0 2rem;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.hero-banner__subtitle {
    margin: 0 0 3rem;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
    line-height: 1.6;
}

/* Featured products */
.section-featured {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.section-featured__title {
    margin-bottom: 4rem;
}

.section-featured__cta {
    margin-top: 5rem;
}

/* Rich text */
.section-rich-text {
    padding: 6rem 0;
    text-align: center;
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.section-rich-text__inner {
    max-width: 80rem;
    margin: 0 auto;
}

.section-rich-text__title {
    margin: 0 0 2rem;
}

.section-rich-text__body {
    font-size: 1.6rem;
    line-height: 1.7;
    color: var(--color-base-text-opacity-85);
}

/* Testimonials */
.section-testimonials {
    padding: 6rem 0;
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.section-testimonials__title {
    margin: 0 0 3rem;
    text-align: center;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.testimonial-card {
    padding: 2rem;
    background: #fff;
}

.testimonial-card__quote {
    font-size: 1.5rem;
    line-height: 1.6;
    margin: 0 0 1rem;
}

.testimonial-card__author {
    color: var(--color-base-text-opacity-85);
}

/* Newsletter */
.section-newsletter {
    padding: 6rem 0;
    text-align: center;
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.section-newsletter__inner {
    max-width: 60rem;
    margin: 0 auto;
}

.section-newsletter__title {
    margin: 0 0 2rem;
}

.newsletter-form {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.newsletter-form__input {
    flex: 1;
    min-width: 240px;
    padding: 1.2rem 1.6rem;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: var(--theme-corner-radius);
    font-size: 1.4rem;
    font-family: inherit;
}

/* Image with text */
.section-image-text {
    margin-top: 5rem;
    margin-bottom: 5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
    align-items: center;
}

.section-image-text--reverse {
    flex-direction: row-reverse;
}

.section-image-text__media {
    flex: 1;
    min-width: 30rem;
}

.section-image-text__media img {
    width: 100%;
    object-fit: cover;
    display: block;
}

.section-image-text__placeholder {
    width: 100%;
    height: 30rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c9cccf;
    background: var(--color-base-background-2);
}

.section-image-text__body {
    flex: 1;
    min-width: 30rem;
}

.section-image-text__title {
    margin: 0 0 2rem;
}

.section-image-text__text {
    font-size: 1.6rem;
    line-height: 1.7;
    color: var(--color-base-text-opacity-85);
    margin: 0 0 3rem;
}

/* Video */
.section-video {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.section-video__inner {
    max-width: 96rem;
    margin: 0 auto;
}

.section-video__title {
    margin: 0 0 3rem;
    text-align: center;
}

.section-video__frame {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    background: var(--color-base-background-2);
    border-radius: var(--theme-corner-radius);
    overflow: hidden;
}

.section-video__frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.section-video__placeholder {
    min-height: 30rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    color: #c9cccf;
    background: var(--color-base-background-2);
    border-radius: var(--theme-corner-radius);
    text-align: center;
    padding: 2rem;
}

.section-video__placeholder p {
    margin: 0;
    font-size: 1.4rem;
    color: var(--color-base-text-opacity-85);
}

/* Slideshow */
.section-slideshow {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
}

.slideshow__viewport {
    position: relative;
    overflow: hidden;
}

.slideshow__track {
    position: relative;
}

.slideshow__slide {
    display: none;
}

.slideshow__slide.is-active {
    display: block;
}

.slideshow__media {
    position: relative;
    min-height: 42rem;
    background-size: cover;
    background-position: center;
    background-color: var(--color-base-background-2);
}

@media screen and (min-width: 750px) {
    .slideshow__media {
        min-height: 56rem;
    }
}

.slideshow__overlay {
    position: absolute;
    inset: 0;
    background: #000;
}

.slideshow__content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem 1.5rem;
}

.slideshow__content--left {
    align-items: flex-start;
    text-align: left;
}

.slideshow__content--center {
    align-items: center;
    text-align: center;
}

.slideshow__content--right {
    align-items: flex-end;
    text-align: right;
}

.slideshow__title {
    margin: 0 0 1.5rem;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
    max-width: 72rem;
}

.slideshow__subtitle {
    margin: 0 0 2.5rem;
    font-size: 1.8rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.92);
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
    max-width: 60rem;
}

.slideshow__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 4.4rem;
    height: 4.4rem;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: var(--color-base-text);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.slideshow__arrow i {
    font-size: 2.4rem;
}

.slideshow__arrow--prev {
    left: 1.5rem;
}

.slideshow__arrow--next {
    right: 1.5rem;
}

.slideshow__dots {
    position: absolute;
    left: 50%;
    bottom: 2rem;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    gap: 0.8rem;
}

.slideshow__dot {
    width: 1rem;
    height: 1rem;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.45);
    cursor: pointer;
    padding: 0;
}

.slideshow__dot.is-active {
    background: #fff;
    transform: scale(1.15);
}

/* FAQ */
.section-faq {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.section-faq__inner {
    max-width: 80rem;
    margin: 0 auto;
}

.section-faq__title {
    margin: 0 0 3rem;
    text-align: center;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.faq-item {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: var(--theme-corner-radius);
    background: var(--color-base-background-1);
    overflow: hidden;
}

.faq-item__question {
    list-style: none;
    cursor: pointer;
    padding: 1.6rem 2rem;
    font-size: 1.6rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.faq-item__question::-webkit-details-marker {
    display: none;
}

.faq-item__question::after {
    content: '+';
    font-size: 2rem;
    font-weight: 400;
    color: var(--color-base-text-opacity-85);
    flex-shrink: 0;
}

.faq-item[open] .faq-item__question::after {
    content: '−';
}

.faq-item__answer {
    padding: 0 2rem 1.6rem;
    font-size: 1.5rem;
    line-height: 1.7;
    color: var(--color-base-text-opacity-85);
}

/* Extended sections */
.image-banner {
    position: relative;
    background-size: cover;
    background-position: center;
    color: #fff;
    min-height: 32rem;
}

.image-banner--sm { min-height: 24rem; }
.image-banner--lg { min-height: 48rem; }

.image-banner__overlay {
    position: absolute;
    inset: 0;
    background: #000;
}

.image-banner__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: inherit;
    padding: 4rem 1.5rem;
}

.image-banner__content--center { align-items: center; text-align: center; }
.image-banner__content--left { align-items: flex-start; text-align: left; }
.image-banner__content--right { align-items: flex-end; text-align: right; }

.featured-product-card {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    align-items: center;
    max-width: 90rem;
    margin: 0 auto;
}

.featured-product-card__media { flex: 1; min-width: 28rem; }
.featured-product-card__media img { width: 100%; display: block; }
.featured-product-card__body { flex: 1; min-width: 28rem; }

.collage-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem;
}

.collage-item { display: block; overflow: hidden; border-radius: var(--theme-corner-radius); }
.collage-item img { width: 100%; height: 100%; object-fit: cover; display: block; }
.collage-item--lg { grid-column: span 4; grid-row: span 2; min-height: 28rem; }
.collage-item--sm { grid-column: span 2; min-height: 14rem; }
.collage-item:not(.collage-item--lg):not(.collage-item--sm) { grid-column: span 3; min-height: 20rem; }

.multicolumn-grid,
.collection-grid,
.blog-grid,
.icon-bar-grid,
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(var(--cols, 3), 1fr);
    gap: 2rem;
}

.multicolumn-item__img { width: 100%; margin-bottom: 1rem; }
.section-multicolumn,
.section-collection-list,
.section-collage,
.section-featured-product,
.section-contact,
.section-blog,
.section-tabs,
.section-icon-bar,
.section-pricing,
.section-comparison,
.section-results,
.section-featured-on,
.section-bundle,
.section-before-after,
.section-track-order,
.section-shoppable,
.section-music,
.section-color-changer,
.section-social-videos,
.section-generic {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.collection-card {
    display: block;
    text-decoration: none;
    color: inherit;
    border-radius: var(--theme-corner-radius);
    overflow: hidden;
}

.collection-card img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.collection-card__title { display: block; padding: 1rem; text-align: center; font-weight: 600; }

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 48rem;
    margin: 2rem auto 0;
}

.contact-form input,
.contact-form textarea {
    padding: 1.2rem 1.4rem;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: var(--theme-corner-radius);
    font: inherit;
}

.content-tabs__nav { display: flex; gap: .5rem; flex-wrap: wrap; margin-bottom: 2rem; }
.content-tabs__btn {
    border: 1px solid rgba(0,0,0,.15);
    background: #fff;
    padding: .8rem 1.4rem;
    border-radius: var(--theme-corner-radius);
    cursor: pointer;
    font: inherit;
}
.content-tabs__btn.is-active { background: var(--color-base-accent-1, #121212); color: #fff; }
.content-tabs__panel { display: none; line-height: 1.7; }
.content-tabs__panel.is-active { display: block; }

.section-ticker { overflow: hidden; padding: 1rem 0; color: #fff; }
.ticker-track { display: flex; gap: 3rem; animation: ticker-scroll 30s linear infinite; }
.ticker--vertical .ticker-track { flex-direction: column; animation: ticker-vertical 8s linear infinite; }
.ticker-item a { color: inherit; text-decoration: none; white-space: nowrap; }

@keyframes ticker-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.pricing-card {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: var(--theme-corner-radius);
    padding: 2rem;
    text-align: center;
}

.pricing-card--highlight {
    border-color: var(--color-base-accent-1, #121212);
    box-shadow: 0 8px 24px rgba(0,0,0,.08);
}

.pricing-card__price { font-size: 2.4rem; font-weight: 700; margin: 1rem 0; }
.pricing-card__features { list-style: none; padding: 0; margin: 0 0 2rem; text-align: left; }
.pricing-card__features li { padding: .4rem 0; }

.comparison-grid { display: grid; grid-template-columns: repeat(var(--cols, 3), 1fr); gap: 1.5rem; }
.comparison-col { border: 1px solid rgba(0,0,0,.1); border-radius: var(--theme-corner-radius); padding: 1.5rem; }
.comparison-col ul { padding-left: 1.2rem; }

.results-grid { display: flex; flex-wrap: wrap; gap: 2rem; justify-content: center; }
.result-item { text-align: center; min-width: 12rem; }
.result-item__value { display: block; font-size: 3rem; }

.logo-bar { display: flex; flex-wrap: wrap; gap: 2rem; align-items: center; justify-content: center; opacity: .7; }
.logo-bar__item { max-height: 4rem; }

.section-divider--çizgi { border-top: 1px solid var(--divider-color, #e1e3e5); }
.section-divider--nokta { border-top: 2px dotted var(--divider-color, #e1e3e5); }

.before-after { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.before-after img { width: 100%; border-radius: var(--theme-corner-radius); }

.shoppable-image { position: relative; }
.shoppable-image img { width: 100%; display: block; }
.shoppable-hotspot {
    position: absolute;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #121212;
    transform: translate(-50%, -50%);
}

.parallax-hero {
    min-height: 50rem;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    color: #fff;
}

.parallax-hero__content { text-align: center; width: 100%; }

.icon-bar-item { text-align: center; }
.icon-bar-item__icon { font-size: 3rem; display: block; margin-bottom: 1rem; }

.text-muted { color: var(--color-base-text-opacity-85); }
.center { text-align: center; }

@media (max-width: 749px) {
    .collage-grid { grid-template-columns: 1fr 1fr; }
    .collage-item--lg { grid-column: span 2; }
    .multicolumn-grid,
    .collection-grid,
    .blog-grid,
    .icon-bar-grid,
    .pricing-grid,
    .comparison-grid { grid-template-columns: 1fr; }
    .before-after { grid-template-columns: 1fr; }
    .featured-product-card { flex-direction: column; }
}
