/* ============================================================
   SUV MARINE — Home (index)
   Hero: full-bleed marina photo in a rounded shell, tight
   expanded wordmark fitted edge-to-edge via JS, copy bottom-left,
   liquid-glass + bento info cards bottom-right.
   ============================================================ */

/* ------------------------------------------------------------
   Hero shell
   ------------------------------------------------------------ */
.hero {
    position: relative;
    display: block;
    height: calc(100svh - (var(--page-gutter) * 2));
    min-height: 620px;
    margin: var(--page-gutter);
    border-radius: var(--radius-xl);
    overflow: hidden;
    isolation: isolate;
    background: #0a1626;
}

/* Media + scrims */
.hero-media {
    position: absolute;
    inset: -16% 0 0 0;
    z-index: 1;
    will-change: transform;
}

.hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 70%;
}

/* video sits above the still frame, fades in once actually playing */
.hero-bg--video {
    z-index: 1;
    opacity: 0;
    transition: opacity 1.4s ease 0.15s;
}

.hero-bg--video.isReady {
    opacity: 1;
}

.hero-media::before,
.hero-media::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

/* top scrim: nav + wordmark legibility */
.hero-media::before {
    background: linear-gradient(
        180deg,
        rgba(4, 12, 26, 0.58) 0%,
        rgba(4, 12, 26, 0.24) 26%,
        rgba(4, 12, 26, 0) 46%
    );
}

/* bottom scrim: copy + cards legibility */
.hero-media::after {
    background: linear-gradient(
        180deg,
        rgba(4, 12, 26, 0) 48%,
        rgba(4, 12, 26, 0.32) 76%,
        rgba(4, 12, 26, 0.62) 100%
    );
}

/* ------------------------------------------------------------
   Giant wordmark — tight expanded block, JS fits it edge-to-edge
   ------------------------------------------------------------ */
.hero-wordmark {
    position: absolute;
    z-index: 2;
    top: clamp(88px, 13vh, 152px);
    left: 0;
    right: 0;
    padding: 0 var(--pad-inline);
    text-align: center;
    color: #fff;
    font-weight: 720;
    font-stretch: 125%;
    font-size: 100px; /* recalculated by fitWordmark() in home.js */
    line-height: 0.9;
    user-select: none;
    pointer-events: none;
}

.hero-wordmark-line {
    display: inline-flex;
    align-items: flex-start;
    white-space: nowrap;
}

.hero-wordmark-line span {
    display: block;
    overflow: hidden;
}

.hero-wordmark-line span i {
    display: block;
    will-change: transform;
    /* İlk boyamadan maskenin altında gizli, saf CSS ile yukarı süzülür
       (GSAP/ticker'a bağlı değil — her koşulda sorunsuz çalışır) */
    transform: translateY(120%);
    animation: wordmarkRise 1.1s cubic-bezier(0.16, 1, 0.3, 1) both;
}

/* Harf harf gecikme (span 4 = boşluk, harf değil) */
.hero-wordmark-line span:nth-child(1) i  { animation-delay: 0.35s; }
.hero-wordmark-line span:nth-child(2) i  { animation-delay: 0.40s; }
.hero-wordmark-line span:nth-child(3) i  { animation-delay: 0.45s; }
.hero-wordmark-line span:nth-child(5) i  { animation-delay: 0.50s; }
.hero-wordmark-line span:nth-child(6) i  { animation-delay: 0.55s; }
.hero-wordmark-line span:nth-child(7) i  { animation-delay: 0.60s; }
.hero-wordmark-line span:nth-child(8) i  { animation-delay: 0.65s; }
.hero-wordmark-line span:nth-child(9) i  { animation-delay: 0.70s; }
.hero-wordmark-line span:nth-child(10) i { animation-delay: 0.75s; }

@keyframes wordmarkRise {
    from { transform: translateY(120%); }
    to   { transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
    .hero-wordmark-line span i {
        animation: none;
        transform: translateY(0);
    }
}

.hero-wordmark-gap {
    width: 0.26em;
}

/* ------------------------------------------------------------
   Content row (bottom)
   ------------------------------------------------------------ */
.hero-content {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: clamp(24px, 4vw, 64px);
    padding: var(--pad-inline);
    padding-top: 0;
}

/* Copy — left */
.hero-copy {
    color: #fff;
    max-width: 660px;
}

.hero-eyebrow {
    margin-bottom: 20px;
}

.hero-kicker {
    max-width: 430px;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 450;
    color: rgba(255, 255, 255, 0.86);
    margin-bottom: 22px;
}

.hero-title {
    font-size: clamp(42px, 5.4vw, 88px);
    line-height: 0.98;
    font-weight: 680;
    font-stretch: 108%;
    letter-spacing: -0.012em;
    text-transform: uppercase;
    color: #fff;
}

.hero-title .maskLine {
    display: block;
    overflow: hidden;
    padding-bottom: 0.06em;
    margin-bottom: -0.06em;
}

.hero-title .maskLine i {
    display: block;
    will-change: transform;
}

/* "GÜÇ" — vivid green base, a soft light sheen drifts across slowly */
.hero-title .shimmer {
    background-image: linear-gradient(
        100deg,
        #2df08f 0%,
        #2df08f 36%,
        #d9ffee 50%,
        #2df08f 64%,
        #2df08f 100%
    );
    background-size: 320% 100%;
    background-position: 160% 0;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: energyShimmer 9s linear infinite;
}

@keyframes energyShimmer {
    from { background-position: 160% 0; }
    to   { background-position: -160% 0; }
}

/* Inline badge inside the title — liquid glass disc, green bolt */
.hero-titleBadge {
    display: inline-grid;
    place-items: center;
    width: 0.56em;
    height: 0.56em;
    margin-left: 0.16em;
    border-radius: 50%;
    vertical-align: 0.07em;
    background:
        radial-gradient(150% 160% at 20% -12%, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.07) 55%, rgba(255, 255, 255, 0.02) 78%),
        linear-gradient(rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.03));
    backdrop-filter: blur(14px) saturate(190%) brightness(1.14);
    -webkit-backdrop-filter: blur(14px) saturate(190%) brightness(1.14);
    box-shadow:
        inset 0 1px 2px rgba(255, 255, 255, 0.55),
        inset 0 -5px 12px rgba(2, 8, 18, 0.10),
        0 10px 30px rgba(4, 12, 24, 0.25);
}

.hero-titleBadge svg {
    width: 48%;
    height: 48%;
}

.hero-cta {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 14px;
}

/* real-spec micro chips under the CTA */
.hero-specs {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

/* ------------------------------------------------------------
   Info cards — right (bento)
   ------------------------------------------------------------ */
.hero-cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: clamp(290px, 24vw, 350px);
    flex-shrink: 0;
}

.heroCard {
    border-radius: 22px;
    padding: 24px;
    position: relative;
    display: block;
}

.heroCard-value {
    display: block;
    font-size: 30px;
    font-weight: 700;
    font-stretch: 114%;
    letter-spacing: -0.01em;
    line-height: 1.02;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.heroCard-text {
    font-size: 13.5px;
    line-height: 1.55;
    font-weight: 450;
    opacity: 0.82;
}

/* Liquid glass stat card */
.heroCard--glass {
    color: #fff;
}

.heroCard--glass .heroCard-text {
    max-width: 30ch;
}

/* Bento product card — white, paint swash + oversized product,
   only the upper half of the pedestal stays in frame */
.heroCard--product {
    background: #fff;
    color: var(--text-dark);
    overflow: hidden;
    min-height: 232px;
    box-shadow: 0 26px 70px rgba(4, 12, 24, 0.26);
    transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.45s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.heroCard--product:hover {
    transform: translateY(-4px);
    box-shadow: 0 32px 84px rgba(4, 12, 24, 0.32);
}

/* soft white fade keeps the copy readable over the paint */
.heroCard--product::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        92deg,
        rgba(255, 255, 255, 0.97) 34%,
        rgba(255, 255, 255, 0.68) 52%,
        rgba(255, 255, 255, 0) 76%
    );
}

.heroCard--product .heroCard-value,
.heroCard--product .heroCard-text,
.heroCard--product .heroCard-more {
    position: relative;
    z-index: 3;
}

.heroCard--product .heroCard-value {
    font-size: 27px;
    font-weight: 800;
    letter-spacing: -0.015em;
    max-width: 56%;
    margin-bottom: 12px;
}

.heroCard--product .heroCard-text {
    max-width: 50%;
}

/* watercolor energy swash — soft, low presence, behind the product */
.heroCard-paint {
    position: absolute;
    z-index: 0;
    right: -20%;
    top: -12%;
    width: 88%;
    max-width: none;
    opacity: 0.5;
    pointer-events: none;
    transform: rotate(-10deg);
}

/* oversized pedestal — rises to the card top, bottom half out of frame */
.heroCard-product {
    position: absolute;
    z-index: 2;
    right: -36px;
    bottom: -200px;
    height: 420px;
    width: auto;
    filter: drop-shadow(0 16px 26px rgba(5, 10, 20, 0.24));
    pointer-events: none;
    transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.heroCard--product:hover .heroCard-product {
    transform: translateY(-10px);
}

/* tiny action hint inside product card */
.heroCard-more {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: auto;
    padding-top: 16px;
    font-size: 12.5px;
    font-weight: 600;
    color: var(--text-dark);
    align-self: flex-start;
}

.heroCard-more svg {
    width: 11px;
    height: 11px;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.heroCard--product:hover .heroCard-more svg {
    transform: translate(2px, -2px);
}

/* ------------------------------------------------------------
   Products — flagship card + model cards
   ------------------------------------------------------------ */
.products {
    padding-block: clamp(56px, 7.5vh, 92px);
}

.products .sectionHead {
    gap: 14px;
    margin-bottom: clamp(24px, 3.2vw, 42px);
}

.products-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr;
    gap: 12px;
}

/* Kademeli duruş: 2. kart biraz, 3. kart biraz daha aşağıda.
   Transform olduğu için GSAP reveal bittiğinde kartlar buraya oturur. */
@media (min-width: 1181px) {
    .products-grid {
        padding-bottom: 36px; /* aşağı kayan kartlar için nefes payı */
    }

    .products-grid > .productCard:nth-child(2) {
        transform: translateY(18px);
    }

    .products-grid > .productCard:nth-child(3) {
        transform: translateY(36px);
    }
}

.productCard {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-xl);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s ease;
}

.productCard:hover {
    transform: translateY(-5px);
}

.productCard-tag {
    margin-bottom: 20px;
    position: relative;
    z-index: 3;
}

.productCard-title {
    font-size: clamp(24px, 2.1vw, 33px);
    font-weight: 690;
    font-stretch: 106%;
    letter-spacing: -0.016em;
    line-height: 1.08;
    max-width: 17ch;
    margin-bottom: 14px;
    position: relative;
    z-index: 3;
}

.productCard-text {
    font-size: 14.5px;
    line-height: 1.62;
    font-weight: 450;
    max-width: 34ch;
    opacity: 0.76;
    position: relative;
    z-index: 3;
}

.productCard-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 22px;
    position: relative;
    z-index: 3;
    max-width: 62%;
}

.productCard-action {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-size: 13.5px;
    font-weight: 600;
    position: relative;
    z-index: 3;
}

/* — Flagship card (SM-P01, light) — */
.productCard--feature {
    background: #fff;
    color: var(--text-dark);
    padding: clamp(28px, 3.2vw, 46px);
    min-height: 500px;
    box-shadow: 0 24px 70px rgba(4, 12, 24, 0.10);
}

.productCard--feature:hover {
    box-shadow: 0 32px 84px rgba(4, 12, 24, 0.16);
}

.productCard-paint {
    position: absolute;
    z-index: 1;
    right: -14%;
    top: -10%;
    width: 74%;
    max-width: none;
    opacity: 0.38;
    pointer-events: none;
    transform: rotate(-6deg);
}

.productCard--feature .productCard-visual {
    position: absolute;
    z-index: 2;
    right: clamp(8px, 2.6vw, 44px);
    bottom: 0;
    height: 84%;
    width: auto;
    filter: drop-shadow(0 30px 34px rgba(5, 10, 20, 0.20));
    pointer-events: none;
}

.productCard--feature .productCard-title,
.productCard--feature .productCard-text {
    max-width: 46%;
}

/* — Model cards (SM-B01 / SM-T01, cutouts on soft light panels) — */
.productCard--model {
    background: #f7f8f6;
    color: var(--text-dark);
    padding: 24px;
    min-height: 500px;
    box-shadow: 0 24px 70px rgba(4, 12, 24, 0.08);
}

.productCard--model:hover {
    box-shadow: 0 30px 80px rgba(4, 12, 24, 0.14);
}

/* ghost model code — quiet depth behind the product */
.productCard-modelGhost {
    position: absolute;
    z-index: 0;
    top: 10px;
    right: 16px;
    font-size: clamp(72px, 6.4vw, 104px);
    font-weight: 760;
    font-stretch: 125%;
    letter-spacing: -0.02em;
    line-height: 1;
    color: rgba(14, 18, 22, 0.045);
    pointer-events: none;
    user-select: none;
}

/* light watercolor accent — quieter than the flagship card */
.productCard-modelPaint {
    position: absolute;
    z-index: 0;
    top: -10%;
    right: -20%;
    width: 72%;
    max-width: none;
    opacity: 0.16;
    transform: rotate(14deg);
    pointer-events: none;
}

.productCard--modelAlt .productCard-modelPaint {
    right: auto;
    left: -20%;
    transform: rotate(-12deg) scaleX(-1);
    filter: hue-rotate(-16deg) saturate(0.9);
}

.productCard-modelImg {
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 84px;
    height: 66%;
    width: auto;
    max-width: none;
    transform: translateX(-50%);
    filter: drop-shadow(0 24px 28px rgba(5, 10, 20, 0.18));
    pointer-events: none;
    transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.productCard--model:hover .productCard-modelImg {
    transform: translateX(-50%) translateY(-8px);
}

.productCard-modelFoot {
    margin-top: auto;
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.productCard-modelName {
    font-size: 13.5px;
    font-weight: 600;
}

/* — Wide SOS / fire cabinet band (deep navy) — */
.productCard--wide {
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: stretch;
    gap: clamp(24px, 3.4vw, 56px);
    background: linear-gradient(135deg, #0c2140 0%, #071528 100%);
    color: #fff;
    padding: clamp(28px, 3.2vw, 46px);
    min-height: 420px;
}

.productCard--wide .productCard-text {
    opacity: 0.68;
}

.productCard--wide::before {
    content: "";
    position: absolute;
    z-index: 0;
    right: -12%;
    top: -40%;
    width: 68%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(closest-side, rgba(224, 49, 57, 0.20), rgba(224, 49, 57, 0) 72%);
    pointer-events: none;
}

.productCard-wideContent {
    position: relative;
    z-index: 2;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 560px;
}

.productCard-wideContent .productCard-pills {
    max-width: 100%;
}

.productCard-wideMedia {
    position: relative;
    z-index: 2;
    flex: 0 0 clamp(240px, 26vw, 350px);
    border-radius: var(--radius-lg);
    overflow: hidden;
}

.productCard-wideMedia img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Footer CTA under the grid */
.products-footer {
    margin-top: 28px;
    display: flex;
    justify-content: center;
}

/* ------------------------------------------------------------
   Tech / Özellikler — video feature card + twin capability cards
   ------------------------------------------------------------ */
.tech {
    padding-block: clamp(56px, 7.5vh, 92px);
}

.tech .sectionHead {
    gap: 14px;
    margin-bottom: clamp(24px, 3.2vw, 42px);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 12px;
}

.featureCard {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-xl);
    background: #fff;
    color: var(--text-dark);
    box-shadow: 0 24px 70px rgba(4, 12, 24, 0.08);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: clamp(26px, 3vw, 42px);
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s ease;
}

.featureCard:hover {
    transform: translateY(-4px);
    box-shadow: 0 30px 80px rgba(4, 12, 24, 0.13);
}

.featureCard-title {
    font-size: clamp(22px, 2vw, 30px);
    font-weight: 860;
    font-stretch: 106%;
    letter-spacing: -0.016em;
    line-height: 1.08;
    margin-bottom: 12px;
    max-width: 16ch;
    position: relative;
    z-index: 2;
}

/* açık zemin için yeşil enerji parıltısı — hero'daki shimmer'ın kardeşi */
.textShine {
    background-image: linear-gradient(
        100deg,
        #0ca86a 0%,
        #0ca86a 36%,
        #7df5c0 50%,
        #0ca86a 64%,
        #0ca86a 100%
    );
    background-size: 320% 100%;
    background-position: 160% 0;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: energyShimmer 7s linear infinite;
}

/* mavi varyant — su teması */
.textShine--blue {
    background-image: linear-gradient(
        100deg,
        #0b57a8 0%,
        #0b57a8 36%,
        #5fb6ff 50%,
        #0b57a8 64%,
        #0b57a8 100%
    );
}

.featureCard-text {
    font-size: 14.5px;
    line-height: 1.62;
    font-weight: 450;
    color: var(--text-dark-low);
    max-width: 36ch;
    position: relative;
    z-index: 2;
}

.featureCard-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
    position: relative;
    z-index: 2;
}

.featureCard-action {
    margin-top: 28px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-size: 13.5px;
    font-weight: 600;
    position: relative;
    z-index: 2;
}

/* — Elektrik: gerçek bağlantı videosu solda, tam taşma — */
.featureCard--power {
    grid-column: span 9;
    display: grid;
    grid-template-columns: 1.02fr 1fr;
    gap: 0;
    padding: 0;
    align-items: stretch;
}

.featureCard-media {
    position: relative;
    overflow: hidden;
    background: #f2f3f1;
    aspect-ratio: 1 / 1; /* video karesi — sıfır kırpım */
    min-height: 0;
}

/* İlk kare posteri — sequence yüklenene dek görünür, geçiş hissedilmez */
.featureCard-mediaPoster {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.plugSequence {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.plugSequence .image-sequence__canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
}

/* Segmented plug control — attached buttons, sliding active state */
.plugControl {
    position: absolute;
    left: 16px;
    bottom: 16px;
    z-index: 2;
    display: flex;
    background: #fff;
    border-radius: 12px;
    padding: 4px;
    box-shadow: 0 14px 36px rgba(5, 10, 20, 0.18);
}

.plugControl-indicator {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    width: calc(50% - 4px);
    background: var(--text-dark);
    border-radius: 9px;
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.plugControl[data-state="out"] .plugControl-indicator {
    transform: translateX(100%);
}

.plugControl button {
    position: relative;
    z-index: 1;
    min-width: 104px;
    padding: 10px 16px;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: var(--text-dark);
    transition: color 0.3s ease;
    white-space: nowrap;
}

.plugControl button.isActive {
    color: #fff;
}

.featureCard--power .featureCard-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: clamp(24px, 2.6vw, 42px);
}

.featureCard--power .featureCard-title {
    font-size: clamp(27px, 2.5vw, 40px);
    max-width: 15ch;
}

/* — SOS: dar dikey kart — derinlikli kırmızı sahne, ürün alta yapışık.
     Aynı-ton ayrışması spot ışığıyla: ürünün arkası aydınlanır. — */
.featureCard--sos {
    grid-column: span 3;
    align-items: center;
    text-align: center;
    color: #fff;
    background:
        radial-gradient(150% 86% at 16% -14%, rgba(255, 196, 168, 0.30), rgba(255, 196, 168, 0) 56%),
        radial-gradient(130% 70% at 50% 118%, rgba(52, 5, 2, 0.45), rgba(52, 5, 2, 0) 58%),
        linear-gradient(178deg, #c72d22 0%, #a3190f 56%, #7f1109 100%);
}

/* spot: ürünün arkasında yükselen ışık */
.featureCard--sos::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    bottom: -10%;
    transform: translateX(-50%);
    width: 118%;
    aspect-ratio: 1 / 0.82;
    border-radius: 50%;
    background: radial-gradient(closest-side, rgba(255, 235, 225, 0.26), rgba(255, 235, 225, 0) 66%);
    pointer-events: none;
}

/* dev hayalet SOS — derin katman, üzerinden çok hafif beyaz parıltı geçer */
.featureCard-sosGhost {
    position: absolute;
    z-index: 0;
    top: 34%;
    left: 50%;
    transform: translateX(-50%);
    font-size: clamp(88px, 8.6vw, 128px);
    font-weight: 760;
    font-stretch: 125%;
    line-height: 1;
    letter-spacing: 0.02em;
    background-image: linear-gradient(
        100deg,
        rgba(255, 255, 255, 0.09) 0%,
        rgba(255, 255, 255, 0.09) 40%,
        rgba(255, 255, 255, 0.22) 50%,
        rgba(255, 255, 255, 0.09) 60%,
        rgba(255, 255, 255, 0.09) 100%
    );
    background-size: 320% 100%;
    background-position: 160% 0;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: energyShimmer 9s linear infinite;
    pointer-events: none;
    user-select: none;
}

.featureCard--sos .chip {
    background: #fff;
    color: #a3170f;
}

.featureCard--sos .featureCard-title {
    max-width: none;
    position: relative;
    z-index: 2;
    color: #fff;
    font-weight: 840;
}

.featureCard--sos .featureCard-text {
    color: rgba(255, 255, 255, 0.78);
    max-width: 22ch;
    margin-inline: auto;
}

/* köşe oku — kartın tamamı link */
.featureCard-sosOrb {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 3;
    color: #a3170f;
}

/* ürün: alta yapışık, spot içinde */
.featureCard-sosImg {
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: -6px;
    height: 60%;
    width: auto;
    max-width: none;
    transform: translateX(-50%);
    filter: drop-shadow(0 20px 28px rgba(46, 5, 2, 0.5));
    pointer-events: none;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.featureCard--sos:hover .featureCard-sosImg {
    transform: translateX(-50%) translateY(-6px);
}

/* — İkiz kartlar: Su / Ekran & Yazılım — */
.featureCard--half {
    grid-column: span 6;
    min-height: 460px;
    background: #f7f8f6;
}

.featureCard--half::after {
    content: "";
    position: absolute;
    z-index: 0;
    right: -12%;
    bottom: -18%;
    width: 64%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(closest-side, rgba(0, 40, 119, 0.07), rgba(0, 40, 119, 0) 72%);
    pointer-events: none;
}

.featureCard--half .featureCard-title,
.featureCard--half .featureCard-text {
    max-width: 56%;
}

.featureCard--half .featureCard-chips {
    max-width: 58%;
}

.featureCard-visual {
    position: absolute;
    z-index: 1;
    right: clamp(10px, 1.8vw, 30px);
    bottom: 0;
    height: 80%;
    width: auto;
    max-width: none;
    filter: drop-shadow(0 24px 30px rgba(5, 10, 20, 0.18));
    pointer-events: none;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.featureCard--half:hover .featureCard-visual {
    transform: translateY(-8px);
}

/* — Ekran & Yazılım: ekranlı model marina sahnesinde, sol beyaza erir — */
.featureCard--screen {
    background: #fff;
}

.featureCard--screen::after {
    display: none;
}

.featureCard-screenScene {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
}

.featureCard-screenScene img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
}

/* — Su kartı: geniş video sağa tam oturur, beyaz kenarı karta erir — */
.featureCard--water {
    background: #fff;
}

.featureCard--water::after {
    display: none;
}

.featureCard--water .featureCard-title,
.featureCard--water .featureCard-text {
    max-width: 48%;
}

.featureCard--water .featureCard-chips {
    max-width: 50%;
}

.featureCard-waterMedia {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
}

.featureCard-waterMedia video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
}

/* ------------------------------------------------------------
   Hakkımızda — açık zeminde satır satır editoryal akış:
   etiket+manifesto, çıplak rakam bandı, foto vitrini, değerler
   ------------------------------------------------------------ */
.about {
    padding-block: clamp(56px, 7vh, 88px);
}

/* Manifesto solda, destek metni + aksiyon sağda: iki sütun da dolu */
.about-intro {
    display: grid;
    grid-template-columns: 1.55fr 1fr;
    gap: clamp(28px, 4vw, 72px);
    align-items: end;
}

/* Manifesto: iki tonlu tipografi + satır içi görsel pill'ler */
.about-statement {
    font-size: clamp(24px, 2.9vw, 46px);
    font-weight: 680;
    font-stretch: 103%;
    letter-spacing: -0.022em;
    line-height: 1.18;
    color: rgba(14, 18, 22, 0.4);
}

.about-statement strong {
    font-weight: 820;
    color: var(--text-dark);
}

.about-inlineMedia {
    display: inline-block;
    width: clamp(46px, 4.6vw, 80px);
    height: 0.78em;
    border-radius: 999px;
    overflow: hidden;
    vertical-align: -0.09em;
    margin-inline: 0.05em;
    box-shadow: 0 10px 24px rgba(4, 12, 24, 0.18);
}

.about-inlineMedia img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-aside {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 6px;
}

.about-sub {
    font-size: 14.5px;
    line-height: 1.65;
    color: var(--text-dark-low);
    max-width: 46ch;
}

.about-aside .btn {
    margin-top: 20px;
}

/* Rakam kartları — kısa bento: rakam + etiket, köşede hayalet ikon overlay.
   Sitenin ghost tipografi dilinin (model kodları, SOS) rakam bandı sürümü. */
.about-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-block: clamp(28px, 3.4vw, 48px);
}

/* Kademeli duruş: soldan sağa yukarıdan aşağıya akış */
@media (min-width: 1101px) {
    .about-stats {
        padding-bottom: 30px; /* aşağı kayan kartlar için nefes payı */
    }

    .about-stats > .statCard:nth-child(2) {
        transform: translateY(10px);
    }

    .about-stats > .statCard:nth-child(3) {
        transform: translateY(20px);
    }

    .about-stats > .statCard:nth-child(4) {
        transform: translateY(30px);
    }
}

.statCard {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
    border-radius: var(--radius-lg);
    padding: clamp(20px, 1.8vw, 26px);
    box-shadow: 0 20px 60px rgba(4, 12, 24, 0.06);
    transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.45s ease;
}

.statCard:hover {
    transform: translateY(-4px);
    box-shadow: 0 28px 74px rgba(4, 12, 24, 0.11);
}

/* sağ üst köşede suluboya ikon — hem anlamlı ikon hem paint bg-asset dokusu */
.statCard-wash {
    position: absolute;
    top: clamp(-6px, -0.4vw, 0px);
    right: clamp(-6px, -0.4vw, 2px);
    width: clamp(84px, 8vw, 112px);
    height: auto;
    pointer-events: none;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.statCard:hover .statCard-wash {
    transform: scale(1.07) rotate(-3deg);
}

.statCard-value {
    position: relative;
    z-index: 1;
    font-size: clamp(30px, 2.6vw, 40px);
    font-weight: 850;
    font-stretch: 110%;
    letter-spacing: -0.03em;
    line-height: 0.95;
    color: var(--text-dark);
}

.statCard-value em {
    font-style: normal;
    color: var(--primary-color);
}

.statCard-label {
    position: relative;
    z-index: 1;
    margin-top: 12px;
    font-size: 13.5px;
    font-weight: 780;
    letter-spacing: -0.005em;
    color: var(--text-dark);
}

.statCard-desc {
    position: relative;
    z-index: 1;
    margin-top: 6px;
    font-size: 12.5px;
    line-height: 1.5;
    color: var(--text-dark-low);
    max-width: 24ch;
}

/* İki sütun anlatı — solda başlık+özellik listesi+buton, sağda medya */
.about-why {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(28px, 3.5vw, 64px);
    align-items: stretch;
    margin-top: clamp(48px, 6vw, 84px);
}

.about-whyText {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-block: clamp(4px, 1vw, 16px);
}

.about-miniKicker {
    display: inline-block;
    font-size: 12px;
    font-weight: 720;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--primary-color);
}

.about-whyTitle {
    margin-top: 16px;
    font-size: clamp(24px, 2.5vw, 38px);
    font-weight: 760;
    font-stretch: 104%;
    letter-spacing: -0.02em;
    line-height: 1.16;
    color: var(--text-dark);
}

.about-whyTitle-mute {
    color: var(--text-dark-low);
    font-weight: 540;
}

.about-whyList {
    list-style: none;
    margin-top: clamp(26px, 3.2vw, 42px);
    display: flex;
    flex-direction: column;
    gap: clamp(12px, 1.4vw, 16px);
    width: 100%;
}

/* Değer maddeleri — dinlenirken hafif dolgu, hover'da beyaza kalkan kart */
.whyItem {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 16px;
    align-items: start;
    padding: clamp(15px, 1.5vw, 20px) clamp(16px, 1.6vw, 22px);
    border-radius: var(--radius-lg);
    background: rgba(14, 18, 22, 0.03);
    transition:
        transform 0.45s cubic-bezier(0.16, 1, 0.3, 1),
        background-color 0.35s ease,
        box-shadow 0.45s ease;
}

.whyItem:hover {
    transform: translateY(-3px);
    background: #fff;
    box-shadow: 0 22px 54px rgba(4, 12, 24, 0.10);
}

.whyItem:hover .iconOrb {
    transform: rotate(45deg);
}

.whyItem-title {
    display: block;
    font-size: clamp(15px, 1.4vw, 17px);
    font-weight: 800;
    letter-spacing: -0.01em;
}

.whyItem-text {
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.55;
    color: var(--text-dark-low);
    max-width: 42ch;
}

.about-whyBtn {
    margin-top: clamp(28px, 3.4vw, 44px);
}

/* Sağ sütun: tam yükseklik altyazılı medya */
.about-whyMedia {
    position: relative;
    border-radius: var(--radius-xl);
    overflow: hidden;
    min-height: clamp(420px, 42vw, 600px);
}

.about-whyMedia img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-whyMedia:hover img {
    transform: scale(1.03);
}

.about-whyMedia::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(4, 10, 20, 0) 46%, rgba(4, 10, 20, 0.64) 100%);
    pointer-events: none;
}

.about-whyCaption {
    position: absolute;
    z-index: 2;
    left: clamp(22px, 2.4vw, 34px);
    right: clamp(22px, 2.4vw, 34px);
    bottom: clamp(20px, 2.2vw, 30px);
}

.about-whyCaption-kicker {
    display: block;
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: 720;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
}

.about-whyCaption-text {
    display: block;
    font-size: clamp(16px, 1.5vw, 22px);
    font-weight: 720;
    letter-spacing: -0.012em;
    line-height: 1.32;
    color: #fff;
    max-width: 36ch;
}

/* ------------------------------------------------------------
   Responsive — hakkımızda
   ------------------------------------------------------------ */
@media (max-width: 1100px) {
    .about-intro {
        grid-template-columns: 1fr;
        gap: 24px;
        align-items: start;
    }

    .about-stats {
        grid-template-columns: 1fr 1fr;
    }

    .about-why {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .about-whyMedia {
        min-height: clamp(320px, 60vw, 460px);
    }
}

@media (max-width: 560px) {
    .about-stats {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 380px) {
    .about-stats {
        grid-template-columns: 1fr;
    }
}

/* ------------------------------------------------------------
   Responsive — tech
   ------------------------------------------------------------ */
@media (max-width: 1220px) {
    .featureCard--power {
        grid-column: 1 / -1;
    }

    .featureCard--sos {
        grid-column: span 5;
    }

    .featureCard--half {
        grid-column: span 7;
    }

    .featureCard--half:last-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 980px) {
    .features-grid {
        grid-template-columns: 1fr;
    }

    .featureCard--power,
    .featureCard--sos,
    .featureCard--half,
    .featureCard--half:last-child {
        grid-column: auto;
    }

    .featureCard--power {
        grid-template-columns: 1fr;
    }

    .featureCard-media {
        aspect-ratio: 1 / 1;
    }

    .featureCard--power .featureCard-body {
        padding: clamp(20px, 4vw, 30px);
    }

    .featureCard--sos {
        min-height: 500px;
    }

    .featureCard-sosImg {
        height: 56%;
        bottom: -6px;
    }

    .featureCard--half {
        min-height: 0;
        padding-bottom: clamp(280px, 54vw, 360px);
    }

    .featureCard-visual {
        height: clamp(260px, 50vw, 340px);
    }

    .featureCard-waterMedia {
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: clamp(240px, 48vw, 320px);
    }

    .featureCard-screenScene {
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        height: clamp(240px, 48vw, 320px);
    }

    .featureCard--half .featureCard-title,
    .featureCard--half .featureCard-text,
    .featureCard--half .featureCard-chips,
    .featureCard-title,
    .featureCard-text {
        max-width: 100%;
    }
}

/* ------------------------------------------------------------
   Responsive — products
   ------------------------------------------------------------ */
@media (max-width: 1180px) {
    .products-grid {
        grid-template-columns: 1fr 1fr;
    }

    .productCard--feature {
        grid-column: 1 / -1;
        min-height: 460px;
    }

    .productCard--model {
        min-height: 460px;
    }
}

@media (max-width: 900px) {
    .productCard--wide {
        flex-direction: column;
    }

    .productCard-wideMedia {
        flex: 0 0 auto;
        width: 100%;
        height: clamp(280px, 52vw, 380px);
    }

    .productCard-wideMedia img {
        object-position: center 30%;
    }
}

@media (max-width: 700px) {
    .products-grid {
        grid-template-columns: 1fr;
    }

    .productCard--feature {
        min-height: 0;
        padding-bottom: clamp(270px, 56vw, 360px);
    }

    .productCard--feature .productCard-title,
    .productCard--feature .productCard-text {
        max-width: 100%;
    }

    .productCard--feature .productCard-visual {
        height: clamp(250px, 50vw, 340px);
        right: clamp(4px, 4vw, 36px);
    }

    .productCard-pills {
        max-width: 100%;
    }

    .productCard--model {
        min-height: 430px;
    }

    .productCard-modelImg {
        height: 60%;
        bottom: 80px;
    }

    .productCard-action {
        margin-top: 26px;
    }
}

/* ------------------------------------------------------------
   Responsive
   ------------------------------------------------------------ */
@media (max-width: 1180px) {
    .hero-title {
        font-size: clamp(40px, 5.8vw, 72px);
    }

    .hero-cards {
        width: clamp(270px, 27vw, 320px);
    }
}

@media (max-width: 900px) {
    .hero {
        height: auto;
        min-height: calc(100svh - (var(--page-gutter) * 2));
    }

    .hero-wordmark {
        top: clamp(92px, 14vh, 130px);
    }

    .hero-content {
        position: relative;
        flex-direction: column;
        align-items: stretch;
        padding-top: clamp(240px, 42vh, 360px);
    }

    .hero-copy {
        max-width: 100%;
    }

    .hero-cards {
        width: 100%;
        flex-direction: row;
    }

    .heroCard {
        flex: 1 1 0;
    }

    .heroCard--product {
        min-height: 200px;
    }

    .heroCard-product {
        height: 360px;
        bottom: -172px;
        right: -30px;
    }
}

@media (max-width: 640px) {
    .hero-cards {
        flex-direction: column;
    }

    .hero-title {
        font-size: clamp(38px, 11.4vw, 52px);
    }

    .hero-kicker {
        font-size: 14px;
    }

    .hero-cta .btn {
        width: 100%;
        justify-content: space-between;
    }

    .heroCard--product {
        min-height: 208px;
    }

    .heroCard-product {
        height: 384px;
        bottom: -184px;
        right: -32px;
    }
}

/* ============================================================
   HABERLER — bento haber ızgarası (farklı kart boyutları,
   hero kartta InvertedRadius köşe oyuğu)
   ============================================================ */
.news-head {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.news-head .sectionHead-title {
    margin-top: 18px;
}

.news-headBtn {
    flex-shrink: 0;
    margin-bottom: 4px;
}

/* Üst bento: solda tam yükseklik hero, sağda iki kart */
.news-top {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: clamp(196px, 20vw, 268px);
    gap: 12px;
}

.newsCard-title {
    font-weight: 820;
    font-stretch: 104%;
    letter-spacing: -0.016em;
    line-height: 1.1;
}

.newsCard-date {
    font-size: 12px;
    font-weight: 650;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--text-dark-low);
}

/* --- A · Hero: tam görsel + overlay + köşe oyuğu --- */
.newsCard--hero {
    position: relative;
    grid-column: span 7;
    grid-row: span 2;
    border-radius: var(--radius-xl);
}

.newsCard-media {
    position: absolute;
    inset: 0;
    border-radius: var(--radius-xl);
    overflow: hidden;
}

.newsCard-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.newsCard--hero:hover .newsCard-media img {
    transform: scale(1.04);
}

.newsCard-media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(4, 10, 20, 0.28) 0%, rgba(4, 10, 20, 0) 34%, rgba(4, 10, 20, 0.72) 100%);
}

.newsCard-top {
    position: absolute;
    z-index: 2;
    top: clamp(18px, 1.8vw, 26px);
    left: clamp(18px, 1.8vw, 26px);
    right: clamp(18px, 1.8vw, 26px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newsCard-top .newsCard-date {
    color: rgba(255, 255, 255, 0.82);
}

.newsCard-overlay {
    position: absolute;
    z-index: 2;
    left: clamp(20px, 2.2vw, 34px);
    right: clamp(72px, 8vw, 120px);
    bottom: clamp(20px, 2.2vw, 32px);
}

.newsCard--hero .newsCard-title {
    font-size: clamp(22px, 2.4vw, 34px);
    color: #fff;
}

.newsCard-excerpt {
    font-size: 13.5px;
    line-height: 1.55;
    color: var(--text-dark-low);
}

.newsCard--hero .newsCard-excerpt {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.78);
    max-width: 46ch;
}

/* Köşe oyuğu (InvertedRadius) + fallback konumu */
.newsCard-cut {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
    width: 92px;
    height: 92px;
}

.newsCard-cut .inverted-content {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    padding: 0;
}

.newsCard-cut .iconOrb {
    width: 54px;
    height: 54px;
}

/* --- B & C · Tam görsel + overlay kartlar --- */
.newsCard--tile {
    position: relative;
    grid-column: span 5;
    grid-row: span 1;
    border-radius: var(--radius-xl);
    overflow: hidden;
    display: block;
}

.newsCard--tile .newsCard-media {
    position: absolute;
    inset: 0;
    border-radius: 0;
}

.newsCard--tile .newsCard-title {
    font-size: clamp(17px, 1.5vw, 21px);
    color: #fff;
}

.newsCard--tile .newsCard-excerpt {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 40ch;
}

.newsCard--tile .newsCard-overlay {
    right: clamp(20px, 2.2vw, 28px);
    bottom: clamp(18px, 2vw, 24px);
}

/* --- D · Tam genişlik dolu lacivert bant --- */
.newsCard--band {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 0.92fr;
    gap: clamp(24px, 3vw, 52px);
    align-items: stretch;
    min-height: clamp(330px, 31vw, 440px);
    margin-top: 12px;
    border-radius: var(--radius-xl);
    overflow: hidden;
    padding: clamp(30px, 3.4vw, 52px);
    color: #fff;
    background:
        radial-gradient(80% 120% at 82% 110%, rgba(45, 240, 143, 0.16), transparent 54%),
        radial-gradient(110% 130% at -8% 120%, rgba(95, 182, 255, 0.2), transparent 58%),
        linear-gradient(150deg, #04306f 0%, var(--primary-color) 46%, #001742 100%);
    transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.newsCard--band:hover {
    transform: translateY(-3px);
}

.newsCard-bandText {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    max-width: 52ch;
}

.newsCard-kicker {
    font-size: 11.5px;
    font-weight: 720;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #6fe0b0;
}

.newsCard-bandTitle {
    margin-top: 14px;
    font-size: clamp(24px, 2.6vw, 38px);
    font-weight: 820;
    font-stretch: 104%;
    letter-spacing: -0.02em;
    line-height: 1.08;
    max-width: 16ch;
    color: #fff;
}

.newsCard-bandExcerpt {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.72);
    max-width: 46ch;
}

/* Yazılım özellik chip'leri — başlık ile buton arasında ek detay */
.newsCard-bandChips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

.newsCard-bandBtn {
    margin-top: 22px;
    flex-shrink: 0;
}

/* Sağ yarı: ürün ekranlı lead + cam spec karolar — zengin bento */
.bandGrid {
    position: relative;
    z-index: 1;
    align-self: stretch;
    display: grid;
    grid-template-columns: 1.12fr 0.88fr;
    grid-template-rows: repeat(3, 1fr);
    gap: 10px;
    min-height: clamp(300px, 29vw, 380px);
}

.bandTile {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 20px;
    padding: clamp(18px, 1.6vw, 24px);
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.bandTile:hover {
    transform: translateY(-3px);
}

/* — Lead karo: ürün ekranı görselli, 7'' vurgusu, üç satır yükseklik — */
.bandTile--lead {
    grid-column: 1;
    grid-row: 1 / span 3;
    justify-content: space-between;
    background:
        radial-gradient(120% 80% at 100% 0%, rgba(45, 240, 143, 0.18), transparent 56%),
        linear-gradient(160deg, #fff 0%, #eef2f0 100%);
}

/* metin okunurluğu için sol beyaz erime */
.bandTile--lead::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(96deg, rgba(255, 255, 255, 0.97) 30%, rgba(255, 255, 255, 0.62) 52%, rgba(255, 255, 255, 0) 80%);
    pointer-events: none;
}

/* ürün başı — sağ alta yaslı, hafif taşan */
.bandTile-shot {
    position: absolute;
    z-index: 0;
    right: clamp(-26px, -1.8vw, -12px);
    bottom: clamp(-16px, -1.2vw, -8px);
    height: 78%;
    width: auto;
    max-width: none;
    filter: drop-shadow(0 20px 30px rgba(5, 10, 20, 0.22));
    pointer-events: none;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.bandTile--lead:hover .bandTile-shot {
    transform: translateY(-6px);
}

.bandTile-tag {
    position: relative;
    z-index: 2;
    font-size: 11px;
    font-weight: 720;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #0ca86a;
}

.bandTile-leadFoot {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.bandTile-value {
    font-size: clamp(28px, 2.9vw, 46px);
    font-weight: 860;
    font-stretch: 110%;
    letter-spacing: -0.028em;
    line-height: 0.95;
    color: var(--primary-color);
}

.bandTile--lead .bandTile-value {
    font-size: clamp(46px, 4.6vw, 78px);
}

.bandTile-label {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 620;
    line-height: 1.4;
    color: var(--text-dark-low);
    max-width: 22ch;
}

.bandTile--lead .bandTile-label {
    font-size: 13px;
    max-width: 20ch;
}

/* — Spec karolar: navy üstünde liquid glass, mint aksan — */
.bandTile--spec {
    grid-column: 2;
    color: #fff;
    background:
        radial-gradient(150% 170% at 14% -16%, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.05) 52%, rgba(255, 255, 255, 0.015) 76%),
        linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
    backdrop-filter: blur(18px) saturate(180%);
    -webkit-backdrop-filter: blur(18px) saturate(180%);
    box-shadow:
        inset 0 1px 2px rgba(255, 255, 255, 0.34),
        inset 0 -6px 14px rgba(2, 8, 18, 0.10),
        0 12px 30px rgba(4, 12, 24, 0.18);
}

.bandTile--spec::before {
    content: '';
    position: absolute;
    top: clamp(16px, 1.4vw, 20px);
    left: clamp(18px, 1.6vw, 24px);
    width: 22px;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(90deg, #2df08f, #7ff5c4);
}

.bandTile--spec .bandTile-value {
    font-size: clamp(26px, 2.5vw, 38px);
    color: #fff;
}

.bandTile--spec .bandTile-label {
    color: rgba(255, 255, 255, 0.7);
}

/* ============================================================
   SSS — solda sabit başlık/CTA, sağda akordeon
   ============================================================ */
.faq-grid {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    gap: clamp(32px, 5vw, 88px);
    align-items: start;
}

.faq-aside {
    position: sticky;
    top: 108px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.faq-title {
    margin-top: 18px;
    font-size: clamp(30px, 3.4vw, 50px);
    font-weight: 680;
    font-stretch: 106%;
    letter-spacing: -0.022em;
    line-height: 1.05;
}

.faq-lead {
    margin-top: 18px;
    font-size: 14.5px;
    line-height: 1.65;
    color: var(--text-dark-low);
    max-width: 40ch;
}

/* Destek kartı — sol kolonu doldurur, gerçek iletişim bilgisi */
.faq-support {
    margin-top: clamp(28px, 3.4vw, 44px);
    width: 100%;
    max-width: 380px;
    background: #fff;
    border-radius: 22px;
    padding: clamp(20px, 1.8vw, 26px);
    box-shadow: 0 24px 70px rgba(4, 12, 24, 0.07);
}

.faq-supportTop {
    display: flex;
    align-items: center;
    gap: 14px;
}

.faq-supportTitle {
    display: block;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.faq-supportText {
    display: block;
    margin-top: 3px;
    font-size: 12.5px;
    color: var(--text-dark-low);
}

.faq-supportLinks {
    margin-top: 18px;
    padding-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: inset 0 1px 0 rgba(14, 18, 22, 0.08);
}

.faq-supportLink {
    font-size: 14.5px;
    font-weight: 720;
    letter-spacing: -0.01em;
    color: var(--text-dark);
    transition: color 0.25s ease;
}

.faq-supportLink:hover {
    color: var(--primary-color);
}

.faq-asideBtn {
    margin-top: 24px;
}

.faq-list {
    list-style: none;
    border-radius: var(--radius-xl);
    overflow: hidden;
    background: rgba(14, 18, 22, 0.08);
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.faqItem {
    background: var(--bg-color);
    transition: background-color 0.35s ease;
}

.faqItem.is-open {
    background: #fff;
}

.faqItem-head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: clamp(20px, 2.1vw, 28px) clamp(20px, 2.2vw, 30px);
    text-align: left;
    cursor: pointer;
    font-family: inherit;
}

.faqItem-q {
    font-size: clamp(15px, 1.45vw, 18px);
    font-weight: 760;
    letter-spacing: -0.01em;
    color: var(--text-dark);
}

/* Artı → çarpı ikonu (iki çizgi) */
.faqItem-icon {
    position: relative;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(14, 18, 22, 0.06);
    transition: background-color 0.3s ease;
}

.faqItem.is-open .faqItem-icon {
    background: var(--primary-color);
}

.faqItem-icon::before,
.faqItem-icon::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 2px;
    border-radius: 2px;
    background: var(--text-dark);
    transform: translate(-50%, -50%);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.3s ease;
}

.faqItem-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.faqItem.is-open .faqItem-icon::before,
.faqItem.is-open .faqItem-icon::after {
    background: #fff;
}

.faqItem.is-open .faqItem-icon::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

/* Panel: JS ile yükseklik animasyonu için grid-rows tekniği */
.faqItem-panel {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.faqItem.is-open .faqItem-panel {
    grid-template-rows: 1fr;
}

.faqItem-panel > .faqItem-a {
    overflow: hidden;
    min-height: 0;
}

.faqItem-a {
    padding: 0 clamp(20px, 2.2vw, 30px);
    font-size: 14px;
    line-height: 1.65;
    color: var(--text-dark-low);
    opacity: 0;
    transition: opacity 0.4s ease, padding 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.faqItem.is-open .faqItem-a {
    padding-bottom: clamp(22px, 2.2vw, 30px);
    opacity: 1;
}

.faqItem-a strong {
    font-weight: 780;
    color: var(--text-dark);
}

/* ============================================================
   Responsive — haberler + SSS
   ============================================================ */
@media (max-width: 1040px) {
    .news-top {
        grid-auto-rows: clamp(180px, 30vw, 240px);
    }

    .newsCard--hero {
        grid-column: 1 / -1;
        grid-row: span 2;
    }

    .newsCard--tile {
        grid-column: span 6;
    }

    .newsCard--band {
        grid-template-columns: 1fr;
        gap: 26px;
        min-height: 0;
    }

    .bandGrid {
        min-height: clamp(300px, 68vw, 380px);
    }

    .faq-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .faq-aside {
        position: static;
    }

    .faq-title br {
        display: none;
    }
}

@media (max-width: 720px) {
    .news-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

    .news-top {
        display: flex;
        flex-direction: column;
    }

    .newsCard--hero {
        min-height: clamp(380px, 90vw, 460px);
    }

    .newsCard--tile {
        min-height: clamp(300px, 70vw, 380px);
    }

    .newsCard--band {
        padding: clamp(22px, 5vw, 32px);
    }

    .bandGrid {
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 1fr;
    }

    .bandTile--lead {
        grid-column: 1 / -1;
        grid-row: auto;
        min-height: 180px;
    }

    .bandTile--spec {
        grid-column: auto;
    }
}
