

:root {
    
    --color-primary: #0B2339;
    
    --color-secondary: #0F8587;

    --color-turquoise-deep: #087074;
    --color-turquoise-soft: #72DED8;
    --color-turquoise-mist: #E8F5F4;
    
    --color-accent-red: #ef4444;
    --color-accent-green: #25D366;

    
    --text-main: #1D3344;
    --text-muted: #607384;
    --bg-main: #ffffff;
    --bg-slate: #F3F7FA;
    --border-soft: rgba(15, 133, 135, 0.14);

    
    --shadow-apple: 0 12px 32px rgba(0, 0, 0, 0.05);
    --shadow-hover: 0 20px 40px rgba(0, 0, 0, 0.08);

    
    --grid-gap: 30px;
    --grid-gap-mobile: 20px;
}

/* 2026-07 corporate impact consolidation and restrained interactions */
.reg-new-section .reg-image-card img[src*="resmi_gazete_oed"],
.reg-new-section .reg-image-card img[src*="oed_net_guide"] {
    background: transparent !important;
    filter: none !important;
    mix-blend-mode: normal !important;
    opacity: 1 !important;
}

.reg-new-section .reg-image-card:has(img[src*="resmi_gazete_oed"]),
.reg-new-section .reg-image-card:has(img[src*="oed_net_guide"]) {
    background: #fff !important;
    box-shadow: none !important;
}

/* Cards move by two pixels at most; imagery never scales on hover. */
.feature-card:hover,
.chic-glass-card:hover,
.t-highlight:hover,
.bento-card:hover,
.showcase-item:hover,
.product-card-elite:hover,
.value-card-glass:hover,
.biltek-post-card:hover,
.faq-contact-card:hover,
.video-preview-card:hover,
.m-item:hover,
.ticker-track span:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 28px rgba(11, 35, 57, 0.07) !important;
    border-color: rgba(15, 133, 135, 0.24) !important;
}

.showcase-item:hover .showcase-img,
.showcase-item:hover .showcase-img img,
.product-card-elite:hover .pc-image img,
.chic-glass-card:hover .glass-logo img,
.bento-card:hover .bento-bg-icon,
.video-preview-card:hover .play-button-outer,
.about-image-wrapper:hover img,
.floating-wa:hover,
.showcase-share .share-btn:hover,
.product-next:hover,
.product-prev:hover {
    transform: none !important;
}

/* Homepage product showcase: fixed three-column grid instead of a slider. */
.home .productSwiper-container {
    padding: 0 !important;
}

.home .productSwiper {
    margin: 0 !important;
    padding: 20px 0 0 !important;
    overflow: visible !important;
}

.home .productSwiper .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    width: 100% !important;
    height: auto !important;
    transform: none !important;
}

.home .productSwiper .swiper-slide {
    display: flex;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
}

.home .productSwiper .showcase-item {
    width: 100%;
    height: 100%;
    margin: 0 !important;
}

.home .productSwiper-container > .product-prev,
.home .productSwiper-container > .product-next,
.home .productSwiper .product-pagination {
    display: none !important;
}

@media (max-width: 1024px) {
    .home .productSwiper .swiper-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }
}

@media (max-width: 640px) {
    .home .productSwiper .swiper-wrapper {
        grid-template-columns: minmax(0, 1fr);
        gap: 20px;
    }
}

.btn-primary:hover,
.btn-nav-teklif:hover,
.btn-cta-primary:hover,
.btn-reg-primary:hover,
.showcase-btn:hover,
.filter-btn:hover,
.btn-whatsapp:hover {
    transform: none !important;
    box-shadow: none !important;
}

/* 2026-07-20: one petroleum/turquoise system replaces the remaining legacy navy. */
:root {
    --color-primary: #07545b;
    --biltek-deep: #06474e;
    --biltek-deep-2: #07636a;
    --biltek-turquoise: #0f8587;
    --biltek-mint: #72ded8;
    --biltek-ink: #0a3d44;
}

.top-bar {
    background: linear-gradient(105deg, #06474e 0%, #087074 58%, #0f8587 100%) !important;
}

body.home .hero-static-section,
.hero-overlay-section {
    background-color: #06474e !important;
}

body.home .hero-dark-overlay {
    background:
        radial-gradient(circle at 76% 34%, rgba(114, 222, 216, 0.12), transparent 34%),
        linear-gradient(90deg, rgba(4, 61, 67, 0.95) 0%, rgba(5, 82, 87, 0.76) 48%, rgba(6, 99, 102, 0.48) 100%) !important;
}

body.home .corporate-impact-intro {
    background: linear-gradient(112deg, #06474e 0%, #087074 58%, #0f8587 100%) !important;
}

body.home .cta-home-section,
.cta-section,
.footer {
    background-color: #06474e !important;
    background-image:
        radial-gradient(circle at 82% 12%, rgba(114, 222, 216, 0.16), transparent 32%),
        linear-gradient(118deg, #06474e 0%, #07636a 52%, #0f8587 118%) !important;
}

.biltek-blog-hero {
    isolation: isolate;
    z-index: 30;
    overflow: visible !important;
    background-color: #06474e !important;
    background-image:
        radial-gradient(circle at 82% 15%, rgba(114, 222, 216, 0.2), transparent 34%),
        linear-gradient(135deg, #06474e 0%, #087074 62%, #0f8587 100%) !important;
}

.biltek-blog-hero .container,
.biltek-blog-page {
    overflow: visible !important;
}

.biltek-live-search {
    z-index: 120;
}

.biltek-live-search-results {
    z-index: 9999 !important;
}

.biltek-blog-layout,
.featured-products-section {
    position: relative;
    z-index: 1;
}

.btn-primary,
.btn-nav-teklif,
.btn-cta-primary,
.btn-reg-primary,
.cinematic-actions .btn-primary,
.hero-actions .btn-primary,
.glass-actions .btn-primary,
.biltek-live-search-form button[type='submit'] {
    background: linear-gradient(135deg, #07545b 0%, #087074 58%, #0f8587 100%) !important;
}

body.home .section-header h2,
body.home .corporate-partners-heading h3,
body.home .showcase-text h3,
body.home .reg-content h2 {
    color: #0a3d44 !important;
}

/* Products page: keep mobile cards readable in a single, balanced column. */
@media (max-width: 700px) {
    body.page-id-20 .catalog-grid {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 18px !important;
        margin-top: 26px !important;
    }

    body.page-id-20 .product-card-elite {
        width: 100% !important;
        border-radius: 20px !important;
    }

    body.page-id-20 .product-card-elite .pc-image {
        height: 250px !important;
        margin: 12px 12px 0 !important;
        padding: 14px !important;
    }

    body.page-id-20 .product-card-elite .pc-content {
        padding: 18px 18px 10px !important;
    }

    body.page-id-20 .product-card-elite .pc-rating {
        margin-bottom: 9px !important;
    }

    body.page-id-20 .product-card-elite .pc-rating i {
        margin: 0 2px !important;
        font-size: 12px !important;
    }

    body.page-id-20 .product-card-elite .pc-content h3 {
        min-height: 0 !important;
        margin-bottom: 9px !important;
        font-size: 18px !important;
        line-height: 1.35 !important;
    }

    body.page-id-20 .product-card-elite .pc-content p {
        display: -webkit-box !important;
        margin: 0 !important;
        overflow: hidden;
        color: #475569;
        font-size: 13.5px !important;
        line-height: 1.6 !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    body.page-id-20 .product-card-elite .pc-footer {
        padding: 12px 18px 18px !important;
        gap: 10px !important;
    }

    body.page-id-20 .product-card-elite .pc-price {
        margin-bottom: 0 !important;
        font-size: 14px !important;
    }

    body.page-id-20 .product-card-elite .btn-pc-detail {
        width: 100% !important;
        min-height: 50px !important;
        padding: 13px 16px !important;
        font-size: 13px !important;
    }

    body.page-id-20 .product-card-elite .pc-badge,
    body.page-id-20 .product-card-elite .pc-status-badge {
        top: 10px !important;
        padding: 5px 9px !important;
        font-size: 9px !important;
    }

    body.page-id-20 .product-card-elite .pc-badge {
        left: 10px !important;
    }

    body.page-id-20 .product-card-elite .pc-status-badge {
        right: 10px !important;
    }
}

/* 2026-08-06: homepage reliability and responsive consolidation.
   These rules deliberately sit at the end of the legacy stylesheet so older,
   overlapping tablet/mobile declarations cannot reintroduce the regressions. */

/* A regulation card must remain visible even if the optional carousel cannot
   initialise. Swiper takes over normally once it adds .swiper-initialized. */
.regSwiper:not(.swiper-initialized) .swiper-slide:first-child {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.regSwiper:not(.swiper-initialized) .swiper-slide:not(:first-child) {
    display: none !important;
}

/* Restore the cinematic typewriter treatment without the recently introduced
   turquoise underline. The dark multi-layer shadow keeps the accent readable
   on both bright and dark video frames. */
body.home .hero-static-section #typewriter-text,
body.home .hero-static-section .title-bold > span[style*="color"] {
    padding-inline: 0 !important;
    color: #82e9df !important;
    -webkit-text-fill-color: #82e9df !important;
    -webkit-text-stroke: .25px rgba(225, 255, 252, .32);
    box-shadow: none !important;
    text-shadow:
        0 2px 3px rgba(1, 25, 29, .94),
        0 8px 24px rgba(1, 25, 29, .78) !important;
}

body.home .hero-static-section #typewriter-text {
    border-right-color: #82e9df !important;
}

/* Keep the real hero content inside the viewport even when WordPress content
   contains unexpected text nodes around the video. Server-side cleanup removes
   those nodes; this is the defensive layout layer. */
@media (max-width: 1100px) {
    body.home .hero-static-section > .hero-grid-center {
        flex: 1 1 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        padding-right: 28px !important;
        padding-left: 28px !important;
    }

    body.home .hero-static-section .hero-cinematic-content,
    body.home .hero-static-section .hero-text-block,
    body.home .hero-static-section .hero-content-box {
        width: 100% !important;
        max-width: 760px !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    /* Mobile/tablet footer navigation now contains the same two link groups as
       desktop. The QR card remains optional and compact below the menus. */
    .footer .footer-grid > div:nth-child(2),
    .footer .footer-grid > .hide-mobile {
        display: flex !important;
    }

    .footer .footer-grid > .hide-mobile {
        grid-column: 1 / -1;
        align-items: flex-start !important;
    }

    .footer .footer-grid > .footer-about,
    .footer .footer-grid > .footer-contact-info {
        grid-column: 1 / -1;
    }

    .footer .footer-grid {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        align-items: start !important;
        gap: 28px 30px !important;
        margin-bottom: 34px !important;
        text-align: left !important;
    }

    .footer .footer-grid > .footer-about,
    .footer .footer-grid > .footer-links,
    .footer .footer-grid > .footer-contact-info {
        width: 100% !important;
        max-width: none !important;
        padding: 0 !important;
        align-items: flex-start !important;
        text-align: left !important;
    }

    .footer .footer-links h4::after {
        left: 0 !important;
        transform: none !important;
    }

    .footer .footer-links ul {
        align-items: flex-start !important;
    }

    .footer .footer-contact-info ul li a {
        flex-direction: row !important;
        align-items: flex-start !important;
        text-align: left !important;
    }

    .footer .footer-qr {
        width: min(100%, 250px) !important;
    }
}

/* Normalize large accumulated gaps between the homepage blocks. */
body.home .featured-products-section {
    padding-top: clamp(42px, 4vw, 58px) !important;
    padding-bottom: clamp(28px, 3vw, 42px) !important;
}

body.home .home-discovery-section {
    padding-bottom: clamp(34px, 4vw, 52px) !important;
}

body.home .reg-new-section {
    padding-top: clamp(28px, 3vw, 40px) !important;
    padding-bottom: clamp(28px, 3vw, 40px) !important;
}

body.home .regSwiper {
    padding-bottom: 16px !important;
}

@media (max-width: 768px) {
    body.home .hero-static-section {
        min-height: 500px !important;
        padding: 68px 0 42px !important;
    }

    body.home .hero-static-section > .hero-grid-center {
        padding-right: 18px !important;
        padding-left: 18px !important;
    }

    body.home .hero-static-section .cinematic-title {
        font-size: clamp(34px, 10.2vw, 44px) !important;
        line-height: 1.08 !important;
    }

    body.home .featured-products-section,
    body.home .corporate-impact-section {
        padding-top: 38px !important;
        padding-bottom: 38px !important;
    }

    body.home .home-discovery-section {
        padding-bottom: 28px !important;
    }

    body.home .reg-new-section {
        padding-top: 22px !important;
        padding-bottom: 26px !important;
    }

    body.home .reg-card-new {
        padding: 24px 18px !important;
    }

    .footer {
        padding: 44px 18px 28px !important;
    }

    .footer .footer-grid {
        gap: 26px 18px !important;
    }

    .footer .footer-grid > .footer-about {
        padding-bottom: 22px !important;
        border-bottom: 1px solid rgba(255, 255, 255, .12) !important;
    }
}

@media (max-width: 480px) {
    .footer .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 24px 14px !important;
    }

    .footer .footer-links h4 {
        margin-bottom: 14px !important;
        font-size: 15px !important;
    }

    .footer .footer-links a,
    .footer .footer-contact-info a {
        font-size: 11.5px !important;
        line-height: 1.55 !important;
    }

    .footer .footer-grid > .hide-mobile {
        display: flex !important;
    }
}

/* In the signed-in mobile preview the WordPress profile group can wrap onto
   the site header and intercept the menu button. Keep it inside the admin bar. */
@media screen and (max-width: 782px) {
    #wpadminbar #wp-admin-bar-top-secondary {
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        height: 46px !important;
        margin: 0 !important;
    }
}

/* Defibrilatör ürün sayfası — desktop/tablet/mobile yerleşim düzeltmeleri. */
.page-id-21 .product-detail-container {
    padding: 32px 0 !important;
}

.page-id-21 .product-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr) !important;
    gap: clamp(36px, 4vw, 60px) !important;
}

.page-id-21 .product-grid > *,
.page-id-21 .product-gallery,
.page-id-21 .product-info,
.page-id-21 .product-short-desc,
.page-id-21 .product-actions,
.page-id-21 .product-share {
    min-width: 0 !important;
    max-width: 100%;
    box-sizing: border-box;
}

.page-id-21 .product-info {
    padding: 12px 0 0 !important;
}

.page-id-21 .product-actions .btn {
    box-sizing: border-box !important;
}

.page-id-21 .product-tabs-section {
    padding: 36px 0 40px !important;
}

.page-id-21 .reg-new-section {
    padding: 24px 0 !important;
}

.page-id-21 .regSwiper {
    padding-bottom: 24px !important;
}

.page-id-21 .corporate-partners-section {
    padding: 44px 0 !important;
}

.page-id-21 .regSwiper .swiper-slide-active {
    opacity: 1 !important;
}

.page-id-21 .regSwiper .swiper-slide:not(.swiper-slide-active) {
    opacity: 0 !important;
}

@media (max-width: 1100px) {
    .page-id-21 .product-detail-container {
        padding: 24px 0 32px !important;
    }

    .page-id-21 .product-grid {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 32px !important;
        width: 100% !important;
    }

    .page-id-21 .product-gallery,
    .page-id-21 .product-info {
        width: 100% !important;
        max-width: 760px !important;
        margin-inline: auto !important;
    }

    .page-id-21 .product-gallery .main-image {
        width: 100% !important;
        height: min(68vw, 600px) !important;
    }

    .page-id-21 .product-info {
        padding-top: 0 !important;
    }

    .page-id-21 .product-title {
        max-width: 720px;
        margin-inline: auto;
        text-align: center !important;
    }

    .page-id-21 .product-meta {
        flex-wrap: wrap !important;
        justify-content: center !important;
    }

    .page-id-21 .product-short-desc {
        margin-inline: auto !important;
    }

    .page-id-21 .product-actions {
        align-items: center;
    }

    .page-id-21 .product-actions .btn {
        width: 100% !important;
        max-width: 480px !important;
        margin: 0 !important;
    }

    .page-id-21 .product-share {
        justify-content: center;
    }
}

@media (max-width: 699px) {
    .page-id-21 .product-detail-container {
        padding: 14px 0 26px !important;
    }

    .page-id-21 .product-grid {
        gap: 26px !important;
    }

    .page-id-21 .product-gallery,
    .page-id-21 .product-info {
        width: 100% !important;
        max-width: 100% !important;
    }

    .page-id-21 .product-gallery {
        gap: 12px !important;
    }

    .page-id-21 .product-gallery .main-image {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 1 / 1.04;
    }

    .page-id-21 .product-gallery .main-image img {
        padding: 12px !important;
    }

    .page-id-21 .product-gallery .thumbnail-list {
        width: 100% !important;
        gap: 8px !important;
        padding-bottom: 6px !important;
        overscroll-behavior-inline: contain;
    }

    .page-id-21 .product-gallery .thumbnail {
        flex: 0 0 72px !important;
        width: 72px !important;
        height: 72px !important;
        padding: 4px !important;
    }

    .page-id-21 .product-brand {
        margin-bottom: 10px !important;
    }

    .page-id-21 .product-title {
        margin-bottom: 16px !important;
        font-size: clamp(28px, 8.4vw, 34px) !important;
        line-height: 1.16 !important;
        overflow-wrap: anywhere;
    }

    .page-id-21 .product-meta {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 8px !important;
        width: 100% !important;
        margin-bottom: 24px !important;
        padding-bottom: 20px !important;
    }

    .page-id-21 .stock-status,
    .page-id-21 .product-info .meta-item {
        width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
        justify-content: center !important;
    }

    .page-id-21 .product-short-desc {
        margin-bottom: 24px !important;
        font-size: 15.5px !important;
        line-height: 1.72 !important;
    }

    .page-id-21 .product-info .showcase-feature-bar {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        width: 100% !important;
        max-width: none !important;
        margin: 22px 0 26px !important;
        gap: 8px !important;
    }

    .page-id-21 .product-info .s-feature {
        min-width: 0 !important;
        padding: 10px 7px !important;
    }

    .page-id-21 .product-actions {
        width: 100% !important;
        gap: 10px !important;
        margin-bottom: 24px !important;
    }

    .page-id-21 .product-actions .btn {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 14px 18px !important;
    }

    .page-id-21 .product-share {
        width: 100% !important;
        padding-top: 20px !important;
    }

    .page-id-21 .product-tabs-section {
        padding: 28px 0 32px !important;
    }

    .page-id-21 .tabs-header {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 6px !important;
        width: 100% !important;
        margin-bottom: 30px !important;
    }

    .page-id-21 .tabs-header .tab-btn {
        min-width: 0 !important;
        min-height: 54px;
        padding: 8px 4px !important;
        font-size: 13px !important;
        line-height: 1.25 !important;
        text-align: center !important;
        white-space: normal !important;
    }

    .page-id-21 .tab-pane h2,
    .page-id-21 .tab-pane h3,
    .page-id-21 .tab-pane h4,
    .page-id-21 .tab-pane p {
        text-align: left !important;
    }

    .page-id-21 .tab-pane h3 {
        font-size: 24px !important;
        line-height: 1.25 !important;
    }

    .page-id-21 .tab-pane p {
        line-height: 1.72 !important;
    }

    .page-id-21 .info-alert-box {
        padding: 18px !important;
    }

    .page-id-21 .reg-new-section {
        padding: 28px 0 !important;
    }

    .page-id-21 .regSwiper {
        padding-bottom: 18px !important;
    }

    .page-id-21 .reg-card-new {
        gap: 20px !important;
        padding: 18px 14px !important;
    }

    .page-id-21 .reg-image-card img {
        max-height: 320px !important;
        object-fit: contain !important;
    }

    .page-id-21 .reg-content h2 {
        font-size: 29px !important;
        line-height: 1.18 !important;
    }

    .page-id-21 .reg-btns-row {
        gap: 8px !important;
    }

    .page-id-21 .reg-btns-row .btn {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        margin: 0 !important;
    }

    .page-id-21 .corporate-partners-section {
        padding: 30px 0 !important;
    }

    .page-id-21 .corporate-partners {
        padding: 26px 18px !important;
    }

    .page-id-21 .corporate-partners-heading {
        margin-bottom: 18px !important;
    }

    .page-id-21 footer.footer {
        padding: 44px 0 28px !important;
    }

    .page-id-21 .footer .footer-grid {
        gap: 28px !important;
        margin-bottom: 32px !important;
    }

    .page-id-21 .footer .footer-grid > .footer-about {
        padding-bottom: 24px !important;
        margin-bottom: 0 !important;
    }

    .page-id-21 .footer-logo {
        margin-bottom: 16px !important;
    }

    .page-id-21 .footer .footer-links h4 {
        margin-bottom: 16px !important;
        padding-bottom: 8px !important;
    }

    .page-id-21 .footer .footer-links ul {
        gap: 9px !important;
    }

    .page-id-21 .footer .footer-links ul li {
        margin-bottom: 0 !important;
    }

    .page-id-21 .footer .footer-contact-info {
        padding-top: 28px !important;
    }

    .page-id-21 .footer .footer-contact-info ul li a {
        gap: 6px !important;
    }

    .page-id-21 .footer-bottom {
        padding-top: 22px !important;
    }
}

/* Narrow tablet bridge: keep 700–768px devices out of the phone footer stack. */
@media (min-width: 700px) and (max-width: 768px) {
    .footer {
        padding: 52px 0 32px !important;
    }

    .footer .footer-grid {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        align-items: start !important;
        gap: 28px 32px !important;
        margin-bottom: 34px !important;
        text-align: left !important;
    }

    .footer .footer-grid > .footer-about {
        grid-column: 1 / -1;
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 0 22px !important;
        align-items: flex-start !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
        text-align: left !important;
    }

    .footer .footer-grid > .footer-links,
    .footer .footer-grid > .footer-contact-info {
        display: flex !important;
        width: 100% !important;
        max-width: none !important;
        padding: 0 !important;
        align-items: flex-start !important;
        border: 0 !important;
        text-align: left !important;
    }

    .footer .footer-grid > div:nth-child(2),
    .footer .footer-grid > .hide-mobile {
        display: none !important;
    }

    .footer .footer-links h4::after {
        left: 0 !important;
        transform: none !important;
    }

    .footer .footer-links ul {
        align-items: flex-start !important;
        gap: 10px !important;
    }

    .footer .footer-contact-info ul li a {
        flex-direction: row !important;
        align-items: flex-start !important;
        text-align: left !important;
    }

    .biltek-post-body h2 {
        font-size: 23px !important;
        line-height: 1.3 !important;
        text-align: left !important;
    }
}

/* Footer typography uses one consistent, regular weight. */
.footer :is(h1, h2, h3, h4, h5, h6, p, a, span, strong, em, li, small, address, button) {
    font-weight: 400 !important;
}

/* Keep every corporate metric on the same graphic color system. */
.corporate-metric,
.corporate-metric + .corporate-metric,
.corporate-metric:nth-child(2),
.corporate-metric:nth-child(3),
.corporate-metrics > .corporate-metric:nth-child(1),
.corporate-metrics > .corporate-metric:nth-child(2),
.corporate-metrics > .corporate-metric:nth-child(3) {
    background: linear-gradient(155deg, rgba(228, 251, 249, 0.15), rgba(61, 151, 167, 0.09)) !important;
}

.corporate-metric::before {
    background:
        radial-gradient(circle, #0b5967 0 54%, transparent 57%),
        conic-gradient(#72ded8 0 315deg, rgba(255, 255, 255, 0.14) 315deg 360deg) !important;
}

.corporate-metric:nth-child(2)::before {
    background:
        radial-gradient(circle, #0b5967 0 54%, transparent 57%),
        conic-gradient(#72ded8 0 332deg, rgba(255, 255, 255, 0.14) 332deg 360deg) !important;
}

.corporate-metric:nth-child(3)::before {
    background:
        radial-gradient(circle, #0b5967 0 54%, transparent 57%),
        conic-gradient(#72ded8 0 292deg, rgba(255, 255, 255, 0.14) 292deg 360deg) !important;
}

.corporate-metric::after,
.corporate-metric:nth-child(2)::after,
.corporate-metric:nth-child(3)::after {
    background: #72ded8 !important;
}

/* Reveal the hero video while retaining a light readability veil. */
body.home .hero-video-bg {
    opacity: 0.98 !important;
    filter: saturate(0.96) contrast(1.03) brightness(1.02) !important;
}

body.home .hero-dark-overlay {
    background:
        radial-gradient(circle at 74% 34%, rgba(114, 222, 216, 0.02), transparent 34%),
        linear-gradient(90deg, rgba(3, 38, 42, 0.55) 0%, rgba(4, 48, 52, 0.22) 48%, rgba(4, 38, 42, 0.04) 100%) !important;
}

/* Tablet stability layer: 769–1100px must not mix desktop and phone layouts. */
@media (min-width: 769px) and (max-width: 1100px) {
    html,
    body {
        width: 100% !important;
        overflow-x: hidden !important;
    }

    .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-right: 28px !important;
        padding-left: 28px !important;
    }

    .top-bar {
        display: none !important;
    }

    .header-inner,
    .header-glass.scrolled .header-inner {
        height: 72px !important;
        padding-right: 28px !important;
        padding-left: 28px !important;
        gap: 12px !important;
    }

    .header-inner .logo img {
        max-height: 40px !important;
    }

    nav.desktop-nav,
    .header-inner > div.desktop-nav {
        display: none !important;
    }

    .mobile-toggle {
        display: block !important;
        flex: 0 0 44px;
        margin-left: auto !important;
    }

    .hero-static-section {
        height: auto !important;
        min-height: clamp(540px, 68vh, 620px) !important;
        padding: 92px 0 56px !important;
    }

    .hero-grid-center {
        grid-template-columns: 1fr !important;
        justify-items: center !important;
        text-align: center !important;
    }

    .hero-text-block,
    .hero-content-box {
        width: 100% !important;
        max-width: 760px !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .cinematic-title {
        font-size: clamp(38px, 5.2vw, 48px) !important;
        line-height: 1.08 !important;
        text-align: center !important;
    }

    .cinematic-title .title-light {
        font-size: 19px !important;
    }

    .cinematic-desc {
        max-width: 680px !important;
        margin-right: auto !important;
        margin-left: auto !important;
        padding-left: 0 !important;
        border-left: 0 !important;
        text-align: center !important;
    }

    .cinematic-actions,
    .hero-actions {
        width: auto !important;
        max-width: none !important;
        flex-flow: row wrap !important;
        justify-content: center !important;
    }

    .cinematic-actions .btn,
    .hero-actions .btn {
        width: auto !important;
        min-width: 170px !important;
    }

    .section-header h2,
    .corporate-impact-copy h2,
    .home-discovery-copy h2,
    .catalog-modern-copy h1,
    .about-text .elite-h2,
    .reg-content h2,
    .faq-info h2,
    .contact-form-heading h2,
    .contact-info-wrapper h2 {
        font-size: clamp(30px, 4.2vw, 38px) !important;
        line-height: 1.16 !important;
    }

    .corporate-impact-intro {
        gap: 28px !important;
        padding: 40px 34px !important;
    }

    .corporate-metrics {
        width: 100% !important;
        max-width: 720px !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .corporate-solutions-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        padding: 24px !important;
    }

    .catalog-grid,
    .products-grid,
    .product-showcase-row {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 20px !important;
    }

    .product-card-elite,
    .showcase-item {
        min-width: 0 !important;
    }

    .catalog-grid .pc-image {
        height: 260px !important;
        padding: 28px 18px 12px !important;
    }

    .biltek-blog-layout,
    .biltek-blog-layout.container {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 32px !important;
    }

    .biltek-blog-sidebar {
        position: static !important;
        width: 100% !important;
    }

    .biltek-post-body h2 {
        margin-bottom: 12px !important;
        font-size: clamp(21px, 3.2vw, 25px) !important;
        line-height: 1.28 !important;
        text-align: left !important;
    }

    .contact-grid {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 0 !important;
        border-radius: 24px !important;
    }

    .contact-form-wrapper,
    .contact-info-wrapper {
        padding: 34px 30px !important;
    }

    .footer {
        padding: 56px 0 34px !important;
    }

    .footer .footer-grid {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        align-items: start !important;
        gap: 30px 36px !important;
        margin-bottom: 38px !important;
        text-align: left !important;
    }

    .footer .footer-grid > .footer-about {
        grid-column: 1 / -1;
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 0 24px !important;
        align-items: flex-start !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
        text-align: left !important;
    }

    .footer .footer-grid > .footer-links,
    .footer .footer-grid > .footer-contact-info {
        display: flex !important;
        width: 100% !important;
        max-width: none !important;
        padding: 0 !important;
        align-items: flex-start !important;
        border: 0 !important;
        text-align: left !important;
    }

    .footer .footer-grid > div:nth-child(2),
    .footer .footer-grid > .hide-mobile {
        display: none !important;
    }

    .footer .footer-links h4 {
        margin-bottom: 18px !important;
        padding-bottom: 10px !important;
    }

    .footer .footer-links h4::after {
        left: 0 !important;
        width: 32px !important;
        transform: none !important;
    }

    .footer .footer-links ul {
        align-items: flex-start !important;
        gap: 10px !important;
    }

    .footer .footer-contact-info ul li a {
        flex-direction: row !important;
        align-items: flex-start !important;
        gap: 10px !important;
        text-align: left !important;
    }
}

/* July 2026 usability pass: footer contrast, complete mobile navigation,
   contained information cards and a calmer trust-metric palette. */
.footer p,
.footer a,
.footer li,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer strong,
.footer-bottom,
.footer-bottom p,
.footer-contact-info,
.footer-contact-info a,
.footer-links a {
    color: #fff !important;
}

.footer a:hover,
.footer-links a:hover {
    color: #d8fffb !important;
}

.footer-qr {
    border-color: rgba(255, 255, 255, 0.22) !important;
    background: rgba(255, 255, 255, 0.1) !important;
}

.footer-qr span {
    color: #fff !important;
}

.biltek-blog-layout.container {
    width: min(calc(100% - 40px), 1320px) !important;
    max-width: 1320px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.corporate-metric,
.corporate-metric + .corporate-metric {
    background: linear-gradient(155deg, rgba(228, 251, 249, 0.15), rgba(61, 151, 167, 0.09)) !important;
}

.corporate-metric:nth-child(2),
.corporate-metric:nth-child(2) + .corporate-metric {
    background: linear-gradient(155deg, rgba(111, 202, 211, 0.18), rgba(41, 117, 145, 0.12)) !important;
}

.corporate-metric:nth-child(3) {
    background: linear-gradient(155deg, rgba(126, 188, 216, 0.2), rgba(38, 96, 132, 0.12)) !important;
}

.corporate-metric::before {
    background:
        radial-gradient(circle, #0b5967 0 54%, transparent 57%),
        conic-gradient(#72ded8 0 315deg, rgba(255, 255, 255, 0.14) 315deg 360deg) !important;
}

.corporate-metric:nth-child(2)::before {
    background:
        radial-gradient(circle, #0b5967 0 54%, transparent 57%),
        conic-gradient(#55bdcc 0 332deg, rgba(255, 255, 255, 0.14) 332deg 360deg) !important;
}

.corporate-metric:nth-child(3)::before {
    background:
        radial-gradient(circle, #0b5967 0 54%, transparent 57%),
        conic-gradient(#7ebcd8 0 292deg, rgba(255, 255, 255, 0.14) 292deg 360deg) !important;
}

.corporate-metric::after {
    background: #72ded8 !important;
}

.corporate-metric:nth-child(2)::after {
    background: #55bdcc !important;
}

.corporate-metric:nth-child(3)::after {
    background: #7ebcd8 !important;
}

@media (max-width: 768px) {
    body .mobile-menu {
        height: 100dvh !important;
        max-height: 100dvh !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        overscroll-behavior: contain;
    }

    .mobile-header {
        min-height: 68px;
        padding: 16px 20px !important;
        flex: 0 0 auto !important;
    }

    .mobile-nav {
        padding: 10px 14px 12px !important;
        gap: 3px !important;
        flex: 0 0 auto !important;
        overflow: visible !important;
    }

    .mobile-nav a {
        min-height: 42px;
        margin-bottom: 2px !important;
        padding: 10px 14px !important;
        font-size: 13.5px !important;
    }

    .mobile-footer {
        margin-top: 0 !important;
        padding: 18px 20px 24px !important;
        flex: 0 0 auto !important;
    }

    .biltek-blog-layout.container {
        width: min(calc(100% - 28px), 1200px) !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

/* Homepage discovery console: editorial, asymmetric and intentionally unlike a card grid. */
.home-discovery-section {
    position: relative;
    z-index: 18;
    padding: 0 0 clamp(62px, 7vw, 94px);
    overflow: visible;
    background:
        linear-gradient(180deg, #eef7f6 0%, #f8fcfb 72%, #ffffff 100%);
}

.home-discovery-shell {
    position: relative;
    display: grid;
    grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
    min-height: 330px;
    overflow: visible;
    border: 1px solid rgba(8, 112, 116, 0.18);
    border-radius: 30px;
    background: #f4fbfa;
    box-shadow: 0 22px 60px rgba(7, 84, 91, 0.09);
}

.home-discovery-copy {
    position: relative;
    display: flex;
    padding: clamp(34px, 4vw, 52px);
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    border-radius: 29px 0 0 29px;
    color: #fff;
    background:
        radial-gradient(circle, rgba(114, 222, 216, 0.22) 1.25px, transparent 1.5px) calc(100% - 28px) 28px / 16px 16px,
        linear-gradient(145deg, #06474e 0%, #087074 76%, #0f8587 100%);
}

.home-discovery-copy::after {
    position: absolute;
    right: -52px;
    bottom: -82px;
    width: 230px;
    height: 230px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    content: '';
    box-shadow: 0 0 0 28px rgba(255, 255, 255, 0.045), 0 0 0 58px rgba(255, 255, 255, 0.025);
}

.home-discovery-coordinate {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 13px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .16em;
}

.home-discovery-coordinate span:first-child {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;
    color: #fff;
    letter-spacing: 0;
}

.home-discovery-copy h2 {
    position: relative;
    z-index: 1;
    max-width: 440px;
    margin: 30px 0 15px;
    color: #fff !important;
    font-size: clamp(32px, 3.25vw, 49px);
    line-height: 1.02;
    letter-spacing: -.045em;
}

.home-discovery-copy h2 em {
    color: #9ef1ea;
    font-style: normal;
    font-weight: inherit;
}

.home-discovery-copy p {
    position: relative;
    z-index: 1;
    max-width: 470px;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.65;
}

.home-discovery-route {
    position: relative;
    z-index: 1;
    display: flex;
    margin-top: 34px;
    align-items: center;
    gap: 9px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
}

.home-discovery-route i {
    width: clamp(12px, 2vw, 34px);
    height: 1px;
    background: rgba(255, 255, 255, 0.26);
}

.home-discovery-console {
    position: relative;
    display: flex;
    min-width: 0;
    padding: clamp(34px, 4vw, 54px);
    flex-direction: column;
    justify-content: center;
}

.home-discovery-console::before {
    display: none;
}

.home-discovery-engine-title {
    position: relative;
    display: flex;
    width: 100%;
    margin-bottom: 26px;
    padding-bottom: 15px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    line-height: 1;
    text-align: center;
}

.home-discovery-engine-title::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 58px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #087074, #72ded8);
    content: '';
    transform: translateX(-50%);
}

.biltek-engine-wordmark {
    display: inline-block;
    background: linear-gradient(100deg, #07545b 0%, #0f8587 55%, #3aaec1 100%);
    background-clip: text;
    color: transparent;
    font-size: clamp(27px, 2.25vw, 34px);
    font-weight: 850;
    letter-spacing: -.055em;
    line-height: 1;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.biltek-engine-descriptor {
    color: #294f54;
    font-size: clamp(24px, 2vw, 30px);
    font-weight: 720;
    letter-spacing: -.045em;
}

@media (max-width: 520px) {
    .home-discovery-engine-title {
        gap: 7px;
    }

    .biltek-engine-wordmark {
        font-size: 25px;
    }

    .biltek-engine-descriptor {
        font-size: 22px;
    }
}

.biltek-live-search--home {
    width: 100%;
    margin: 0;
}

.biltek-live-search--home .biltek-live-search-form {
    min-height: 68px;
    border-color: rgba(8, 112, 116, .18);
    border-radius: 18px;
    box-shadow: none;
}

.biltek-live-search--home:focus-within .biltek-live-search-form {
    box-shadow: 0 0 0 4px rgba(114, 222, 216, .16);
}

.biltek-live-search--home .biltek-live-search-results {
    top: calc(100% + 12px);
    max-height: min(520px, 58vh);
}

.home-discovery-presets {
    display: flex;
    margin-top: 15px;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
}

.home-discovery-presets > span {
    margin-right: 4px;
    color: #71878a;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.home-discovery-presets button {
    min-height: 32px;
    padding: 6px 11px;
    border: 1px solid rgba(8, 112, 116, .15);
    border-radius: 999px;
    background: rgba(255, 255, 255, .84);
    color: #365d61;
    box-shadow: none;
    font: inherit;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
}

.home-discovery-presets button:hover,
.home-discovery-presets button:focus-visible {
    border-color: rgba(15, 133, 135, .38);
    background: #e5f5f3;
    color: #07545b;
    box-shadow: none;
    outline: none;
    transform: none;
}

@media (max-width: 900px) {
    .home-discovery-shell {
        grid-template-columns: 1fr;
    }

    .home-discovery-copy {
        border-radius: 29px 29px 0 0;
    }
}

@media (max-width: 720px) {
    .home-discovery-section {
        padding-bottom: 54px;
    }

    .home-discovery-shell {
        border-radius: 22px;
    }

    .home-discovery-copy {
        padding: 30px 23px;
        border-radius: 21px 21px 0 0;
    }

    .home-discovery-console {
        padding: 28px 18px 32px;
    }

    .home-discovery-route {
        display: none;
    }

    .home-discovery-presets > span {
        width: 100%;
    }
}

/* Native WordPress block/widget bridge. Widget markup stays neutral so each
   section keeps the active Biltek design unless an editor intentionally adds
   its own Custom HTML layout. */
.biltek-section-widgets {
    position: relative;
    z-index: 2;
    width: 100%;
}

.biltek-section-widgets:empty,
.biltek-block-widget:empty {
    display: none;
}

.biltek-section-widgets > .widget,
.biltek-section-widgets > .biltek-block-widget {
    margin: 0;
}

.biltek-widget-only-section > .biltek-section-widgets {
    min-height: 1px;
}

.biltek-section-widgets img {
    max-width: 100%;
    height: auto;
}

/* Keep decorative section labels out of the final corporate layout. */
.section-header > .header-badge,
.section-header > .section-badge,
.biltek-blog-eyebrow {
    display: none !important;
}

/* Clean section hierarchy: remove decorative eyebrow boxes from content headings. */
.section-header > .header-badge,
.section-header > .section-badge,
.biltek-blog-eyebrow {
    display: none !important;
}

/* Bilgilendirme search experience: calm, corporate and keyboard accessible. */
.biltek-blog-hero {
    padding: clamp(58px, 7vw, 88px) 0 clamp(70px, 8vw, 102px) !important;
    overflow: visible;
}

.biltek-blog-hero::after {
    pointer-events: none;
}

.biltek-blog-hero .container {
    text-align: center;
}

.biltek-blog-hero h1 {
    margin: 0 !important;
    font-size: clamp(38px, 5vw, 60px);
    letter-spacing: -.045em;
}

.biltek-live-search {
    position: relative;
    z-index: 6;
    width: min(100%, 980px);
    margin: clamp(26px, 4vw, 40px) auto 0;
    color: #0b2339;
    text-align: left;
}

.biltek-live-search-form {
    display: grid;
    grid-template-columns: 54px minmax(180px, 1fr) auto auto;
    min-height: 72px;
    align-items: center;
    padding: 7px 8px 7px 0;
    border: 1px solid rgba(11, 35, 57, .12);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(4, 29, 49, .18);
}

.biltek-live-search:focus-within .biltek-live-search-form {
    border-color: rgba(53, 183, 168, .72);
    box-shadow: 0 18px 48px rgba(4, 29, 49, .18), 0 0 0 4px rgba(114, 222, 216, .13);
}

.biltek-live-search-icon {
    display: grid;
    align-self: stretch;
    place-items: center;
    color: #0f8587;
    font-size: 18px;
}

.biltek-live-search-form input[type='search'] {
    width: 100%;
    min-width: 0;
    height: 56px;
    padding: 0 14px 0 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #0b2339 !important;
    box-shadow: none !important;
    font: inherit;
    font-size: 16px;
    font-weight: 600;
    outline: 0;
}

.biltek-live-search-form input[type='search']::placeholder {
    color: #748594;
    opacity: 1;
}

.biltek-live-search-form select {
    min-width: 138px;
    height: 46px;
    margin-right: 8px;
    padding: 0 36px 0 14px !important;
    border: 1px solid #dbe7e8 !important;
    border-radius: 13px !important;
    background-color: #f3f8f8 !important;
    color: #315061 !important;
    box-shadow: none !important;
    font: inherit;
    font-size: 13px;
    font-weight: 750;
    cursor: pointer;
}

.biltek-live-search-form button[type='submit'] {
    display: inline-flex;
    height: 56px;
    padding: 0 22px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 16px;
    background: linear-gradient(135deg, #0b3550 0%, #087074 100%);
    color: #fff;
    box-shadow: none;
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
}

.biltek-live-search-form button[type='submit']:hover,
.biltek-live-search-form button[type='submit']:focus-visible {
    background: linear-gradient(135deg, #0d5264 0%, #0f8587 100%);
    box-shadow: none;
    transform: none;
}

.biltek-live-search-results {
    position: absolute;
    z-index: 30;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    max-height: min(560px, 62vh);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px;
    border: 1px solid rgba(11, 83, 99, .15);
    border-radius: 20px;
    background: rgba(255, 255, 255, .985);
    box-shadow: 0 24px 64px rgba(4, 29, 49, .2);
}

.biltek-live-search-results[hidden] {
    display: none !important;
}

.biltek-search-results-heading {
    padding: 9px 12px 10px;
    color: #69808e;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .045em;
    text-transform: uppercase;
}

.biltek-search-result {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    gap: 12px;
    min-height: 76px;
    padding: 12px;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 14px;
    color: #0b2339;
    text-decoration: none;
}

.biltek-search-result:hover,
.biltek-search-result:focus-visible,
.biltek-search-result.is-active {
    border-color: rgba(15, 133, 135, .15);
    background: #eef7f6;
    color: #0b2339;
    box-shadow: none;
    outline: none;
    transform: none;
}

.biltek-search-result-icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 12px;
    background: #e2f2f1;
    color: #087074;
    font-size: 16px;
}

.biltek-search-result-body {
    display: block;
    min-width: 0;
}

.biltek-search-result-body strong,
.biltek-search-result-body > span {
    display: block;
}

.biltek-search-result-body strong {
    overflow: hidden;
    margin-bottom: 4px;
    color: #0b2339;
    font-size: 14px;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.biltek-search-result-body > span {
    overflow: hidden;
    color: #607482;
    font-size: 12px;
    line-height: 1.45;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.biltek-search-result-type {
    padding: 6px 9px;
    border-radius: 999px;
    background: #f2f6f7;
    color: #557080;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .035em;
    white-space: nowrap;
    text-transform: uppercase;
}

.biltek-search-message {
    display: flex;
    min-height: 76px;
    padding: 18px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #5a7180;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

.biltek-search-spinner {
    width: 18px;
    height: 18px;
    border: 2px solid #cde4e3;
    border-top-color: #0f8587;
    border-radius: 50%;
    animation: biltek-search-spin .7s linear infinite;
}

.biltek-search-view-all {
    width: 100%;
    min-height: 44px;
    margin-top: 6px;
    border: 0;
    border-radius: 12px;
    background: #0b2339;
    color: #fff;
    box-shadow: none;
    font: inherit;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
}

.biltek-search-view-all:hover,
.biltek-search-view-all:focus-visible {
    background: #0d5264;
    box-shadow: none;
    outline: 2px solid rgba(114, 222, 216, .55);
    outline-offset: 2px;
    transform: none;
}

@keyframes biltek-search-spin {
    to { transform: rotate(360deg); }
}

@media (max-width: 720px) {
    .biltek-blog-hero {
        padding: 48px 0 64px !important;
    }

    .biltek-live-search-form {
        grid-template-columns: 46px minmax(0, 1fr) auto;
        min-height: 64px;
        border-radius: 18px;
    }

    .biltek-live-search-form select {
        grid-column: 1 / -1;
        grid-row: 2;
        width: calc(100% - 16px);
        margin: 4px 8px 2px;
    }

    .biltek-live-search-form button[type='submit'] {
        width: 50px;
        height: 50px;
        padding: 0;
        border-radius: 14px;
    }

    .biltek-live-search-form button[type='submit'] span {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
    }

    .biltek-search-result {
        grid-template-columns: 40px minmax(0, 1fr);
        min-height: 70px;
        padding: 10px;
    }

    .biltek-search-result-type {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .biltek-search-spinner {
        animation: none;
    }
}

/* Keep every interactive surface stable; color and borders carry the hover state. */
.feature-card:hover,
.chic-glass-card:hover,
.t-highlight:hover,
.bento-card:hover,
.showcase-item:hover,
.product-card-elite:hover,
.value-card-glass:hover,
.biltek-post-card:hover,
.faq-contact-card:hover,
.video-preview-card:hover,
.m-item:hover,
.ticker-track span:hover,
.corporate-logo-card:hover,
.info-card:hover {
    transform: none !important;
    box-shadow: none !important;
}

/* Absolute final hover reset: corporate surfaces stay stable and shadow-free. */
.feature-card:hover,
.chic-glass-card:hover,
.t-highlight:hover,
.bento-card:hover,
.showcase-item:hover,
.product-card-elite:hover,
.value-card-glass:hover,
.biltek-post-card:hover,
.faq-contact-card:hover,
.video-preview-card:hover,
.m-item:hover,
.ticker-track span:hover,
.corporate-logo-card:hover,
.info-card:hover {
    transform: none !important;
    box-shadow: none !important;
}

.btn-primary:hover,
.btn-nav-teklif:hover,
.btn-cta-primary:hover,
.btn-reg-primary:hover,
.showcase-btn:hover,
.filter-btn:hover,
.btn-whatsapp:hover,
.product-next:hover,
.product-prev:hover,
.showcase-share .share-btn:hover,
.floating-wa:hover {
    transform: none !important;
    box-shadow: none !important;
}

/* Absolute final hover reset: corporate surfaces stay stable and shadow-free. */
.feature-card:hover,
.chic-glass-card:hover,
.t-highlight:hover,
.bento-card:hover,
.showcase-item:hover,
.product-card-elite:hover,
.value-card-glass:hover,
.biltek-post-card:hover,
.faq-contact-card:hover,
.video-preview-card:hover,
.m-item:hover,
.ticker-track span:hover,
.corporate-logo-card:hover,
.info-card:hover {
    transform: none !important;
    box-shadow: none !important;
}

.btn-primary:hover,
.btn-nav-teklif:hover,
.btn-cta-primary:hover,
.btn-reg-primary:hover,
.showcase-btn:hover,
.filter-btn:hover,
.btn-whatsapp:hover,
.product-next:hover,
.product-prev:hover,
.showcase-share .share-btn:hover,
.floating-wa:hover {
    transform: none !important;
    box-shadow: none !important;
}

/* 2026-07-19: unified inner pages, product catalog and corporate references. */
.page-header,
.breadcrumb,
.biltek-single-breadcrumb {
    display: none !important;
}

.footer .footer-logo,
.footer img.footer-logo {
    display: block;
    padding: 10px 14px !important;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 12px;
    background: #fff !important;
    box-shadow: none !important;
}

.catalog-section {
    padding: 58px 0 92px !important;
    background:
        radial-gradient(circle at 92% 2%, rgba(15, 133, 135, 0.1), transparent 26%),
        linear-gradient(180deg, #f7fbfb 0%, #eef6f6 100%) !important;
}

.catalog-modern-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
    gap: 46px;
    align-items: end;
    margin-bottom: 24px;
    padding: 44px 48px;
    overflow: hidden;
    border: 1px solid rgba(15, 133, 135, 0.16);
    border-radius: 24px;
    color: #fff;
    background:
        radial-gradient(circle at 94% 12%, rgba(114, 222, 216, 0.22), transparent 30%),
        linear-gradient(120deg, #0b2339 0%, #0d5264 58%, #0f8587 100%);
}

.catalog-kicker {
    display: block;
    margin-bottom: 10px;
    color: #8fe2de;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.catalog-modern-intro h1 {
    max-width: 760px;
    margin: 0 0 13px;
    color: #fff !important;
    font-size: clamp(31px, 3vw, 46px);
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.catalog-modern-intro p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.73);
    font-size: 15px;
    line-height: 1.7;
}

.catalog-intro-points {
    display: grid;
    gap: 9px;
}

.catalog-intro-points span {
    display: flex;
    min-height: 43px;
    padding: 10px 13px;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.88);
    background: rgba(255, 255, 255, 0.07);
    font-size: 13px;
    font-weight: 700;
}

.catalog-intro-points i {
    color: #8fe2de;
}

.catalog-filter-bar {
    margin-bottom: 24px !important;
    padding: 12px 14px !important;
    border: 1px solid rgba(15, 133, 135, 0.13) !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, 0.88) !important;
    box-shadow: none !important;
    backdrop-filter: blur(10px);
}

.filter-groups {
    gap: 8px !important;
}

.filter-btn {
    min-height: 40px;
    padding: 9px 18px !important;
    border-color: rgba(11, 35, 57, 0.12) !important;
    border-radius: 11px !important;
    background: #fff !important;
    box-shadow: none !important;
    color: #415568 !important;
    font-size: 11px !important;
    letter-spacing: 0.035em;
}

.filter-btn:hover {
    border-color: rgba(15, 133, 135, 0.32) !important;
    background: #f0f8f7 !important;
    color: #087074 !important;
    transform: none !important;
}

.filter-btn.active {
    border-color: #0d5264 !important;
    color: #fff !important;
    background: #0d5264 !important;
    box-shadow: none !important;
}

.catalog-stats {
    padding: 9px 13px;
    border-radius: 11px;
    color: #52697a;
    background: #eef7f6;
    font-size: 12px;
}

.catalog-grid {
    gap: 22px !important;
}

.product-card-elite {
    overflow: hidden;
    border: 1px solid rgba(15, 133, 135, 0.14) !important;
    border-radius: 20px !important;
    background: #fff !important;
    box-shadow: none !important;
    transition: border-color 0.22s ease, background-color 0.22s ease !important;
}

.product-card-elite:hover {
    border-color: rgba(15, 133, 135, 0.38) !important;
    background: #fbfefe !important;
    box-shadow: none !important;
    transform: none !important;
}

.product-card-elite .pc-image {
    height: 260px !important;
    border-bottom: 1px solid rgba(15, 133, 135, 0.1);
    background: linear-gradient(145deg, #fbfdfd 0%, #edf7f6 100%) !important;
    box-shadow: none !important;
}

.product-card-elite .pc-image img,
.product-card-elite:hover .pc-image img {
    max-width: 82% !important;
    max-height: 78% !important;
    object-fit: contain !important;
    mix-blend-mode: multiply !important;
    transform: none !important;
}

.product-card-elite .pc-content {
    padding: 23px !important;
}

.product-card-elite .pc-rating {
    display: none !important;
}

.product-card-elite h3 {
    margin: 0 0 9px !important;
    color: #0b2339 !important;
    font-size: 18px !important;
    line-height: 1.28 !important;
    letter-spacing: -0.018em;
}

.product-card-elite p {
    color: #667989 !important;
    font-size: 13px !important;
    line-height: 1.62 !important;
}

.product-card-elite .pc-footer {
    margin-top: 20px !important;
    padding-top: 16px !important;
    border-top: 1px solid rgba(15, 133, 135, 0.1);
}

.product-card-elite .pc-price {
    color: #087074 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 0.035em;
    text-transform: uppercase;
}

.product-card-elite .btn-pc-detail {
    min-height: 39px;
    padding: 9px 16px !important;
    border-radius: 10px !important;
    background: #0d5264 !important;
    box-shadow: none !important;
}

.product-card-elite .btn-pc-detail:hover {
    background: #0f8587 !important;
    box-shadow: none !important;
    transform: none !important;
}

.corporate-partners {
    position: relative;
    border-top: 1px solid rgba(15, 133, 135, 0.12);
    background:
        radial-gradient(circle at 8% 4%, rgba(114, 222, 216, 0.16), transparent 28%),
        linear-gradient(180deg, rgba(245, 251, 250, 0.94), #eef7f6);
}

.corporate-partners-heading h3 {
    color: #0b2339 !important;
}

.corporate-logo-track {
    gap: 16px !important;
    animation-duration: 38s !important;
}

.corporate-logo-card,
.corporate-logo-card:hover {
    position: relative;
    flex-basis: 216px !important;
    width: 216px !important;
    height: 106px !important;
    overflow: hidden;
    border: 1px solid rgba(15, 133, 135, 0.15) !important;
    border-radius: 18px !important;
    background: linear-gradient(145deg, #fff 0%, #f8fcfc 100%) !important;
    box-shadow: none !important;
}

.corporate-logo-card::before {
    position: absolute;
    top: 0;
    right: 18px;
    left: 18px;
    height: 3px;
    border-radius: 0 0 8px 8px;
    background: linear-gradient(90deg, #0d5264, #0f8587, #72ded8);
    content: '';
    opacity: 0.76;
}

.corporate-logo-card:hover {
    border-color: rgba(15, 133, 135, 0.4) !important;
    background: #fff !important;
    box-shadow: none !important;
    transform: none !important;
}

.corporate-logo-card img,
.corporate-logo-card:hover img {
    width: 100% !important;
    max-width: 150px !important;
    height: 54px !important;
    object-fit: contain !important;
    filter: none !important;
    opacity: 1 !important;
    transform: none !important;
}

/* No hover-triggered shadows anywhere in the shared visual system. */
.btn:hover,
.btn-primary:hover,
.btn-cyan:hover,
.btn-outline:hover,
.btn-outline-light:hover,
.btn-nav-teklif:hover,
.btn-whatsapp:hover,
.btn-pc-detail:hover,
.showcase-btn:hover,
.filter-btn:hover,
.desktop-nav ul a:hover,
.mobile-nav a:hover,
.feature-card:hover,
.chic-glass-card:hover,
.t-highlight:hover,
.bento-card:hover,
.showcase-item:hover,
.showcase-item:hover .showcase-img,
.product-card-elite:hover,
.value-card-glass:hover,
.biltek-post-card:hover,
.faq-contact-card:hover,
.video-preview-card:hover,
.m-item:hover,
.ticker-track span:hover,
.corporate-logo-card:hover,
.corporate-solution:hover,
.share-btn:hover {
    box-shadow: none !important;
}

@media (max-width: 900px) {
    .catalog-modern-intro {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 36px 30px;
    }

    .catalog-intro-points {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .catalog-section {
        padding: 34px 0 68px !important;
    }

    .catalog-modern-intro {
        padding: 28px 22px;
        border-radius: 19px;
    }

    .catalog-modern-intro h1 {
        font-size: 29px;
    }

    .catalog-intro-points {
        grid-template-columns: 1fr;
    }

    .catalog-filter-bar {
        padding: 12px !important;
    }

    .filter-groups {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
    }

    .filter-btn {
        width: 100%;
        padding: 8px 9px !important;
    }

    .catalog-stats {
        width: 100%;
        margin-top: 8px;
        text-align: center;
    }

    .product-card-elite .pc-image {
        height: 230px !important;
    }

    .corporate-logo-card {
        flex-basis: 180px !important;
        width: 180px !important;
        height: 92px !important;
    }
}

.corporate-impact-section {
    padding: 78px 0;
    background:
        radial-gradient(circle at 94% 4%, rgba(15, 133, 135, 0.1), transparent 28%),
        linear-gradient(180deg, #f7fbfb 0%, #eef7f6 100%);
}

.corporate-impact-shell {
    overflow: hidden;
    border: 1px solid rgba(15, 133, 135, 0.15);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 18px 54px rgba(11, 35, 57, 0.07);
}

.corporate-impact-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.75fr);
    gap: 56px;
    align-items: end;
    padding: 56px;
    color: #fff;
    background:
        linear-gradient(115deg, rgba(11, 35, 57, 0.98), rgba(13, 82, 100, 0.97) 58%, rgba(15, 133, 135, 0.94));
}

.corporate-kicker {
    display: block;
    margin-bottom: 12px;
    color: #0f8587;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
    line-height: 1.4;
}

.corporate-impact-intro .corporate-kicker {
    color: #8fe2de;
}

.corporate-impact-copy h2 {
    max-width: 760px;
    margin: 0 0 16px;
    color: #fff !important;
    font-size: clamp(30px, 3vw, 48px);
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.corporate-impact-copy p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 16px;
    line-height: 1.75;
}

.corporate-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
}

.corporate-metric {
    min-width: 0;
    padding: 22px 14px;
    text-align: center;
}

.corporate-metric + .corporate-metric {
    border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.corporate-metric strong,
.corporate-metric span {
    display: block;
}

.corporate-metric strong {
    margin-bottom: 4px;
    color: #fff;
    font-size: 25px;
    line-height: 1;
}

.corporate-metric span {
    color: rgba(255, 255, 255, 0.68);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.corporate-solutions-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    padding: 28px;
}

.corporate-solution {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    min-height: 148px;
    padding: 22px;
    border: 1px solid rgba(15, 133, 135, 0.13);
    border-radius: 17px;
    background: #fff;
    transition: border-color 0.22s ease, background-color 0.22s ease, transform 0.22s ease;
}

.corporate-solution:hover {
    transform: translateY(-2px);
    border-color: rgba(15, 133, 135, 0.32);
    background: #fbfefe;
}

.corporate-solution-icon {
    display: grid;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 11px;
    color: #0f8587;
    background: #e8f5f4;
    font-size: 16px;
}

.corporate-solution h3 {
    margin: 1px 0 7px;
    color: #0b2339;
    font-size: 16px;
    line-height: 1.25;
}

.corporate-solution p {
    margin: 0;
    color: #637684;
    font-size: 13px;
    line-height: 1.55;
}

.corporate-partners {
    padding: 42px 28px 34px;
}

.corporate-partners-heading {
    display: flex;
    gap: 30px;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 22px;
    padding: 0 6px;
}

.corporate-partners-heading h3 {
    margin: 0;
    color: #0b2339;
    font-size: clamp(23px, 2.3vw, 34px);
    letter-spacing: -0.025em;
}

.corporate-partners-heading p {
    max-width: 360px;
    margin: 0;
    color: #6b7b88;
    font-size: 14px;
    text-align: right;
}

.corporate-logo-marquee {
    overflow: hidden;
    padding: 4px 0;
    mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.corporate-logo-track {
    display: flex;
    gap: 14px;
    width: max-content;
    animation: corporate-logo-flow 34s linear infinite;
    will-change: transform;
}

.corporate-logo-marquee:hover .corporate-logo-track {
    animation-play-state: running;
}

.corporate-logo-card {
    display: grid;
    flex: 0 0 200px;
    width: 200px;
    height: 94px;
    padding: 18px 25px;
    place-items: center;
    border: 1px solid rgba(11, 35, 57, 0.1);
    border-radius: 15px;
    background: #fff;
    transition: border-color 0.22s ease, background-color 0.22s ease;
}

.corporate-logo-card:hover {
    border-color: rgba(15, 133, 135, 0.34);
    background: #fbfefe;
}

.corporate-logo-card img {
    display: block;
    width: 100%;
    max-width: 142px;
    height: 48px;
    object-fit: contain;
    filter: grayscale(1);
    opacity: 0.72;
    transition: filter 0.22s ease, opacity 0.22s ease;
}

.corporate-logo-card:hover img {
    filter: grayscale(0);
    opacity: 1;
}

@keyframes corporate-logo-flow {
    from { transform: translate3d(0, 0, 0); }
    to { transform: translate3d(calc(-50% - 7px), 0, 0); }
}

@media (max-width: 1100px) {
    .corporate-impact-intro {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 44px;
    }

    .corporate-solutions-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .corporate-impact-section {
        padding: 48px 0;
    }

    .corporate-impact-shell {
        border-radius: 20px;
    }

    .corporate-impact-intro {
        padding: 30px 22px;
    }

    .corporate-impact-copy h2 {
        font-size: 29px;
    }

    .corporate-metrics {
        grid-template-columns: 1fr;
    }

    .corporate-metric {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        padding: 15px 18px;
        text-align: left;
    }

    .corporate-metric + .corporate-metric {
        border-top: 1px solid rgba(255, 255, 255, 0.14);
        border-left: 0;
    }

    .corporate-solutions-grid {
        grid-template-columns: 1fr;
        padding: 18px 16px;
    }

    .corporate-solution {
        min-height: 0;
    }

    .corporate-partners {
        padding: 34px 16px 26px;
    }

    .corporate-partners-heading {
        display: block;
    }

    .corporate-partners-heading p {
        margin-top: 8px;
        text-align: left;
    }

    .corporate-logo-card {
        flex-basis: 170px;
        width: 170px;
        height: 82px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .corporate-logo-track {
        animation: corporate-logo-flow 80s linear infinite !important;
    }
}

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


body {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: var(--text-main);
    background-color: #ffffff;
    line-height: 1.75;
    
    font-size: 16px;
    font-weight: 400;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #0f172a;
    
    line-height: 1.2;
    margin-bottom: 0.5em;
}

h1 {
    font-weight: 800;
    font-size: clamp(2.5rem, 5vw, 4rem);
    letter-spacing: -0.04em;
}

h2 {
    font-weight: 800;
    font-size: clamp(2rem, 4vw, 2.75rem);
    letter-spacing: -0.03em;
}

h3 {
    font-weight: 700;
    font-size: clamp(1.5rem, 3vw, 1.75rem);
    letter-spacing: -0.02em;
}

h4 {
    font-weight: 600;
    font-size: 1.25rem;
    letter-spacing: -0.01em;
}


p {
    color: #475569;
    
    font-size: 1.05rem;
    line-height: 1.75;
    letter-spacing: 0.015em;
}


.showcase-brand,
.bento-badge,
.filter-btn,
.s-feature span {
    font-family: 'Plus Jakarta Sans', sans-serif;
    letter-spacing: 0.05em;
}


.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 32px;
    border-radius: 99px;
    
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
    border: none;
    text-decoration: none;
}

.btn-primary {
    background: var(--color-primary);
    color: #fff;
    box-shadow: 0 10px 25px rgba(0, 44, 83, 0.2);
}

.btn-primary:hover {
    background: var(--color-secondary);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0, 119, 182, 0.3);
}

.btn-outline {
    background: transparent;
    color: var(--color-primary);
    border: 2px solid var(--border-soft);
}

.btn-outline:hover {
    border-color: var(--color-secondary);
    color: var(--color-secondary);
    background: rgba(0, 119, 182, 0.05);
    transform: translateY(-3px);
}


.top-bar {
    background: linear-gradient(135deg, #001a33 0%, #002C53 50%, #004080 100%);
    color: #fff;
    padding: 12px 0;
    font-size: 13.5px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    overflow: hidden;
}

.top-bar::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    animation: topBarShimmer 6s infinite linear;
}

@keyframes topBarShimmer {
    0% {
        left: -100%;
    }

    100% {
        left: 200%;
    }
}

.top-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar-left span {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.top-bar-left span i {
    color: #fff;
    font-size: 14px;
}

.top-bar-right a {
    margin-left: 20px;
    color: #fff;
    font-weight: 600;
    transition: 0.3s;
}

.top-bar-right a:hover {
    color: #fff;
    transform: translateY(-1px);
}

.header-glass {
    position: sticky;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: 2000 !important;
    
    pointer-events: auto !important;
    border-bottom: 1px solid var(--border-soft);
}

.header-inner {
    height: 90px;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}


.hero-static-section {
    position: relative;
    height: 100vh;
    min-height: 700px;
    display: flex;
    align-items: center;
    background: #0f172a;
    overflow: hidden;
}

.hero-video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
    opacity: 0.7;
}

.hero-dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(15, 23, 42, 0.7) 0%, rgba(15, 23, 42, 0.4) 50%, rgba(15, 23, 42, 0.7) 100%);
    z-index: 2;
}

.hero-grid-center {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: center;
}

.hero-content-box {
    max-width: 850px;
    padding: 40px 0;
}

.hero-pre-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 25px;
    color: var(--color-secondary);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 13px;
}

.hero-pre-title i {
    font-size: 16px;
}

.hero-title-group h2 {
    color: #fff;
    font-size: 38px;
    font-weight: 400;
    margin-bottom: 5px;
    opacity: 0.9;
    letter-spacing: -1px;
}

.hero-title-group h1 {
    color: #fff;
    font-size: 82px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 35px;
    letter-spacing: -3px;
    position: relative;
}

.hero-title-group h1 span {
    color: var(--color-secondary);
    position: relative;
}

.hero-title-group h1 span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 6px;
    background: var(--color-secondary);
    opacity: 0.4;
}

.hero-badges-row {
    display: flex;
    gap: 15px;
    margin-bottom: 35px;
}


/* Redundant footer styles removed */

.h-badge {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
}

.mobile-nav {
    display: flex;
    flex-direction: column;
    padding: 20px 25px;
    gap: 15px;
}

.mobile-nav a {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-primary);
    text-decoration: none;
    transition: 0.3s;
}

.mobile-footer {
    margin-top: auto;
    padding: 30px 25px;
    background: #f8fafc;
    border-top: 1px solid var(--border-soft);
}

.mobile-contact-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}

.m-contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    color: var(--color-primary);
    font-weight: 600;
    font-size: 15px;
}

.m-contact-item i {
    width: 36px;
    height: 36px;
    background: rgba(0, 44, 83, 0.05);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-secondary);
    font-size: 16px;
}

.mobile-socials {
    display: flex;
    gap: 15px;
}

.mobile-socials a {
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid var(--border-soft);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
    font-size: 16px;
    transition: 0.3s;
}

.mobile-socials a:hover {
    background: var(--color-primary);
    color: #fff;
}

.h-badge i {
    color: var(--color-secondary);
    font-size: 14px;
}

.cinematic-desc {
    font-size: 20px;
    line-height: 1.8;
    color: #ffffff;
    opacity: 1;
    margin-bottom: 45px;
    max-width: 600px;
    border-left: 3px solid var(--color-secondary);
    padding-left: 25px;
}


.hero-cinematic-content {
    position: relative;
    z-index: 10;
}

.cinematic-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.page-header .header-badge {
    display: inline-block;
    background: #fff;
    color: var(--color-primary);
    padding: 7px 24px;
    border-radius: 99px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
    .page-header {
        text-align: center !important;
    }

    .page-header .header-badge {
        margin-left: auto !important;
        margin-right: auto !important;
        display: table !important;
    }
}

.cinematic-badge i {
    color: var(--color-secondary);
}

.cinematic-title {
    color: #ffffff !important;
    font-size: 72px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 30px;
    letter-spacing: -2px;
}

.cinematic-title .title-light {
    display: block;
    font-weight: 400;
    opacity: 0.9;
    font-size: 38px;
    margin-bottom: 5px;
    letter-spacing: -1px;
}

.cinematic-title .title-bold {
    display: block;
}

.hero-meta-row {
    display: flex;
    gap: 25px;
    margin-bottom: 40px;
}

.hero-meta-row .meta-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 700;
}

.hero-meta-row .meta-item i {
    color: var(--color-secondary);
    font-size: 18px;
}


.cinematic-actions {
    display: flex;
    gap: 20px;
}


@media (max-width: 1440px) {
    .hero-title-group h1 {
        font-size: 58px;
        line-height: 1.2;
        letter-spacing: -2px;
    }

    .hero-title-group h2 {
        font-size: 28px;
    }

    .cinematic-desc {
        font-size: 17px;
        line-height: 1.6;
    }

    .hero-grid-center {
        gap: 40px;
    }

    .hero-content-box {
        max-width: 700px;
    }
}

@media (max-width: 1024px) {
    .hero-grid-center {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
    }

    .hero-pre-title {
        justify-content: center;
    }

    .hero-badges-row {
        justify-content: center;
    }

    .cinematic-desc {
        border-left: none;
        padding-left: 0;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .cinematic-actions {
        justify-content: center;
    }

    .hero-title-group h1 {
        font-size: 52px;
    }

    .hero-title-group h2 {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .hero-static-section {
        height: auto;
        min-height: 600px;
        padding: 120px 0 60px;
    }

    .cinematic-title {
        font-size: 38px !important;
        line-height: 1.1 !important;
        margin-bottom: 25px !important;
    }

    .cinematic-title .title-light {
        font-size: 18px !important;
        font-weight: 500 !important;
        margin-bottom: 10px !important;
        opacity: 1 !important;
        display: block;
    }

    .hero-meta-row {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .cinematic-badge {
        font-size: 11px !important;
        letter-spacing: 2px !important;
        margin-bottom: 15px !important;
    }

    .hero-meta-row .meta-item {
        font-size: 14px !important;
    }

    .cinematic-actions {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        max-width: 300px !important;
        margin: 35px auto 0 !important;
        gap: 15px !important;
    }

    .cinematic-actions .btn {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }

    .hero-title-group h1 {
        font-size: 42px;
    }

    .hero-title-group h2 {
        font-size: 20px;
    }

    .hero-badges-row {
        justify-content: center;
    }

    .h-badge {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
}

.header-glass.scrolled {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 10px 30px rgba(0, 44, 83, 0.08);
}

.header-glass.scrolled .header-inner {
    height: 70px;
}

@media (max-width: 1024px) {
    .header-inner {
        height: 70px !important;
        padding: 0 !important;
        gap: 8px !important;
        justify-content: space-between !important;
    }

    .btn-nav-teklif {
        display: none !important;
    }
}

.logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.logo img {
    max-height: 55px !important;
    width: auto;
    object-fit: contain;
    transition: all 0.4s ease;
}

@media (max-width: 1024px) {
    .logo img {
        max-height: 38px !important;
    }
}

.desktop-nav ul {
    display: flex;
    gap: 40px;
}

.desktop-nav a {
    font-size: 15px;
    font-weight: 700;
    color: var(--color-primary);
}

.desktop-nav a.active {
    color: var(--color-secondary);
    position: relative;
}

.desktop-nav a.active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--color-secondary);
    border-radius: 2px;
}

.btn-nav-teklif {
    background: var(--color-primary);
    color: #fff !important;
    padding: 12px 28px;
    border-radius: 99px;
    font-size: 14px;
    font-weight: 800;
}

.mobile-toggle {
    display: none;
    font-size: 28px;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--color-primary);
    transition: 0.3s;
}

@media (max-width: 768px) {
    .mobile-toggle {
        display: block !important;
    }
}


.reg-new-section {
    padding: 40px 0;
    background: #f8fafc;
}

.reg-card-new {
    background: #fff;
    border-radius: 40px;
    padding: 60px 80px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.05);
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: center;
}

.reg-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff5f5;
    color: #e03131;
    padding: 6px 14px;
    border-radius: 99px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 24px;
}

.reg-badge i {
    font-size: 8px;
}

.reg-content h2 {
    font-size: 52px;
    line-height: 1.1;
    color: var(--color-primary);
    margin-bottom: 30px;
    font-weight: 900;
}

.reg-content h2 span.highlight {
    color: #e03131;
    display: block;
}

.reg-content p {
    font-size: 16px;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 500px;
}

.reg-btns-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 35px;
}

.btn-reg-outline,
.btn-reg-solid {
    height: 50px;
    padding: 0 25px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
}

.btn-reg-outline {
    background: #f8fafc;
    border: 1px solid rgba(0, 44, 83, 0.08);
    color: var(--color-primary);
}

.btn-reg-outline:hover {
    background: #fff;
    border-color: var(--color-secondary);
    color: var(--color-secondary);
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.btn-reg-solid {
    background: var(--color-primary);
    color: #fff !important;
    box-shadow: 0 10px 20px rgba(0, 44, 83, 0.15);
}

.btn-reg-solid:hover {
    background: var(--color-secondary);
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(0, 119, 182, 0.25);
}

.reg-visual-box {
    position: relative;
}

.reg-image-card {
    background: #333;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.reg-image-card img {
    border-radius: 20px;
    width: 100%;
}

.reg-zorunlu-badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 90px;
    height: 90px;
    background: #e03131;
    color: #fff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    font-size: 12px;
    box-shadow: 0 10px 20px rgba(224, 49, 49, 0.4);
    border: 4px solid #fff;
    text-transform: uppercase;
}

.reg-zorunlu-badge i {
    font-size: 20px;
    margin-top: 5px;
}

@media (max-width: 992px) {
    .reg-card-new {
        grid-template-columns: 1fr;
        padding: 40px;
        text-align: center;
    }

    .reg-badge {
        justify-content: center;
    }

    .reg-content p {
        margin: 0 auto 40px;
    }

    .reg-btns-row {
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }

    .btn-reg-outline,
    .btn-reg-solid {
        width: 100%;
        justify-content: center;
    }

    .reg-visual-box {
        margin-top: 40px;
    }
}


.page-header {
    padding: 60px 0 40px;
    background: var(--color-primary);
    color: white;
    text-align: center;
}

.page-header h1,
.page-header h2 {
    color: white;
    font-size: 48px;
}

.content-section {
    padding: 80px 0;
    background: white;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

@media (max-width: 992px) {
    .about-grid {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
        text-align: center;
    }

    .about-image {
        order: -1;
        
    }

    .about-text h2 {
        font-size: 28px !important;
    }

    
    .about-text div[style*="display: grid"] {
        grid-template-columns: 1fr !important;
    }
}


.contact-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 60px;
}

@media (max-width: 992px) {
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

.bg-light-alternate {
    background: #f8fafc !important;
}

.bg-light-gray {
    background: #f1f5f9 !important;
}

.contact-form {
    background: var(--bg-slate);
    padding: 40px;
    border-radius: 20px;
    border: 1px solid var(--border-soft);
}

@media (max-width: 768px) {
    .contact-form {
        padding: 25px;
    }
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: var(--color-primary);
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border-radius: 10px;
    border: 1px solid var(--border-soft);
    font-family: inherit;
    font-size: 15px;
}

.form-group textarea {
    height: 150px;
    resize: none;
}

.contact-info-cards {
    display: grid;
    gap: 20px;
}

.info-card {
    background: white;
    padding: 25px;
    border-radius: 15px;
    box-shadow: var(--shadow-apple);
    border: 1px solid var(--border-soft);
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.info-card i {
    font-size: 24px;
    color: var(--color-secondary);
    margin-top: 5px;
}

.info-card h4 {
    margin-bottom: 8px;
}

.info-card p {
    color: var(--text-muted);
    font-size: 14px;
}

.map-container {
    margin-top: 60px;
    border-radius: 20px;
    overflow: hidden;
    height: 400px;
    border: 1px solid var(--border-soft);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}


h1,
h2,
h3,
h4 {
    color: var(--color-primary);
    font-weight: 700;
    letter-spacing: -0.02em;
}

.text-gradient {
    background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    border-radius: 99px;
    font-size: 15px;
    font-weight: 700;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
    border: none;
    gap: 10px;
    box-shadow: 0 4px 12px rgba(0, 44, 83, 0.05);
    
}

.btn-primary {
    background: var(--color-primary);
    color: #fff !important;
}

.btn-primary:hover {
    transform: translateY(-3px);
    background: #001a33;
    box-shadow: 0 10px 25px rgba(0, 44, 83, 0.15);
    
}

.btn-cyan {
    background: var(--color-primary);
    
    color: #fff !important;
    box-shadow: 0 8px 20px rgba(0, 44, 83, 0.2);
}

.btn-cyan:hover {
    background: var(--color-secondary);
    box-shadow: 0 12px 25px rgba(0, 119, 182, 0.25);
}

.btn-outline-light {
    background: transparent;
    color: #fff !important;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.btn-outline-light:hover {
    background: #fff;
    color: var(--color-primary) !important;
    border-color: #fff;
}

.btn-nav-teklif {
    padding: 10px 24px;
    font-size: 14px;
    background: var(--color-primary);
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(0, 44, 83, 0.15);
}

.btn-nav-teklif:hover {
    background: var(--color-secondary);
}



.urgency-banner {
    background: var(--color-accent-red);
    color: white;
    padding: 16px 20px;
    text-align: center;
    border-radius: 12px;
    margin: 20px auto;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    box-shadow: 0 8px 24px rgba(239, 68, 68, 0.25);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.4);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(239, 68, 68, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0);
    }
}


.hero {
    padding: 80px 0;
    background: var(--bg-main);
    overflow: hidden;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(0, 174, 239, 0.1);
    color: var(--color-secondary);
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 24px;
}

.hero h1 {
    font-size: 48px;
    line-height: 1.1;
    margin-bottom: 24px;
}

.hero p {
    font-size: 18px;
    color: var(--text-muted);
    margin-bottom: 32px;
    max-width: 500px;
}

.hero-image {
    position: relative;
}

.hero-image img {
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.1));
}


.features-section {
    padding: 80px 0;
    background: var(--bg-slate);
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-header h2 {
    font-size: 36px;
    margin-bottom: 16px;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.feature-card {
    background: var(--bg-main);
    padding: 32px 24px;
    border-radius: 20px;
    text-align: center;
    box-shadow: var(--shadow-apple);
    transition: all 0.3s ease;
    border: 1px solid var(--border-soft);
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-hover);
}

.feature-icon {
    width: 60px;
    height: 60px;
    background: rgba(0, 44, 83, 0.05);
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: var(--color-primary);
    margin: 0 auto 20px;
}

.feature-card h3 {
    font-size: 18px;
    margin-bottom: 12px;
}

.feature-card p {
    font-size: 14px;
    color: var(--text-muted);
}


.specs-section {
    padding: 80px 0;
    background: var(--bg-main);
}

.specs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.specs-table {
    width: 100%;
    border-collapse: collapse;
}

.specs-table tr {
    border-bottom: 1px solid var(--border-soft);
}

.specs-table td {
    padding: 16px 0;
    font-size: 15px;
}

.specs-table td:first-child {
    font-weight: 600;
    color: var(--color-primary);
    width: 40%;
}

.specs-table td:last-child {
    color: var(--text-muted);
}


.floating-wa {
    position: fixed;
    bottom: 24px;
    right: 24px;
    background: var(--color-accent-green);
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    z-index: 999;
    box-shadow: 0 10px 24px rgba(37, 211, 102, 0.3);
    transition: transform 0.3s ease;
}

.floating-wa:hover {
    transform: scale(1.1);
}


.footer {
    background: #0f172a;
    
    color: #fff;
    padding: 100px 0 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr 0.8fr;
    gap: 40px;
    margin-bottom: 60px;
}

@media (max-width: 1024px) {
    .footer {
        padding: 60px 0 40px !important;
    }

    .footer-grid {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 50px !important;
    }

    /* Hide Corporate (Kurumsal) */
    .footer-grid > div:nth-child(2) {
        display: none !important;
    }

    .footer-about, 
    .footer-links, 
    .footer-contact-info {
        width: 100% !important;
        max-width: 600px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .footer-about {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
        padding-bottom: 40px !important;
        margin-bottom: 10px !important;
    }

    .footer-logo {
        height: 50px !important;
        width: auto !important;
        margin: 0 auto 20px auto !important;
        display: block !important;
    }

    .footer-links h4 {
        font-size: 18px !important;
        margin-bottom: 25px !important;
        position: relative !important;
        padding-bottom: 12px !important;
        display: inline-block !important;
    }

    .footer-links h4::after {
        content: '';
        position: absolute;
        left: 50% !important;
        transform: translateX(-50%) !important;
        bottom: 0;
        width: 35px !important;
        height: 2px !important;
        background: var(--color-secondary) !important;
    }

    .footer-links ul {
        list-style: none !important;
        padding: 0 !important;
        margin: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 15px !important;
    }

    .footer-contact-info {
        border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
        padding-top: 50px !important;
    }

    .footer-contact-info ul li a {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 10px !important;
        text-align: center !important;
    }

    .footer-contact-info i {
        color: var(--color-secondary) !important;
        font-size: 20px !important;
        margin-bottom: 5px !important;
    }
}

.footer-logo {
    height: 50px;
    width: auto;
    object-fit: contain;
    margin-bottom: 25px;
}

.footer p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    line-height: 1.8;
}

.footer-links h4, .footer-contact-info h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
    margin-top: 0 !important; 
    padding-top: 10px !important; 
}

.footer h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: var(--color-secondary);
}

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

.footer a {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    transition: color 0.3s;
}

.footer a:hover {
    color: var(--color-secondary);
    padding-left: 5px;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}





body .mobile-menu {
    position: fixed !important;
    top: 0 !important;
    right: -100% !important;
    width: 100% !important;
    max-width: 320px !important;
    height: 100vh !important;
    background: #ffffff !important;
    z-index: 10000 !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 0 !important;
    margin: 0 !important;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
    box-shadow: -15px 0 40px rgba(0, 0, 0, 0.1) !important;
}

body .mobile-menu.active {
    right: 0 !important;
}

.mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 25px;
    background: #fff !important;
}

.mobile-header img {
    max-height: 32px;
    width: auto;
}

.mobile-nav {
    display: flex;
    flex-direction: column;
    padding: 20px 25px;
    gap: 10px;
    flex-grow: 1;
}

.mobile-nav a {
    display: block;
    padding: 15px 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-primary);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    transition: 0.3s;
}

.mobile-nav a:last-child {
    border-bottom: none;
}

.mobile-nav a.active,
.mobile-nav a:hover {
    color: var(--color-secondary);
    padding-left: 8px;
}


.mobile-footer {
    margin-top: auto;
    padding: 40px 30px;
    background: #f8fafc;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.mobile-contact-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
}

.m-contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 15px;
    font-weight: 700;
    color: var(--color-primary);
}

.m-contact-item i {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-primary);
    font-size: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.m-contact-item.wa-item {
    color: #25D366;
}

.m-contact-item.wa-item i {
    background: #25D366;
    color: #fff;
}

.mobile-socials {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.mobile-socials a {
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-primary);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    font-size: 18px;
    transition: 0.3s;
}

.mobile-socials a:hover {
    background: var(--color-primary);
    color: #fff;
    transform: translateY(-5px);
}

.m-contact-item:hover {
    color: var(--color-secondary);
}

.mobile-socials {
    display: flex;
    gap: 12px;
}

.mobile-socials a {
    width: 44px;
    height: 44px;
    background: #fff;
    border: 1px solid var(--border-soft);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-primary);
    transition: 0.3s;
}

.mobile-socials a:hover {
    background: var(--color-primary);
    color: #fff;
    transform: translateY(-3px);
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.4);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 1500;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    
    transition: all 0.4s ease;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    
}


.product-detail-container {
    padding: 60px 0;
    background: var(--bg-main);
}

.product-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: start;
}


.product-gallery {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.main-image {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    background: var(--bg-slate);
    border: 1px solid var(--border-soft);
}

.main-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    
    aspect-ratio: 4/3;
    background: #fff;
    
    transition: transform 0.3s ease;
}

.thumbnail-list {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 8px;
}

.thumbnail {
    width: 100px;
    height: 100px;
    border-radius: 12px;
    cursor: pointer;
    border: 2px solid transparent;
    overflow: hidden;
    opacity: 0.6;
    transition: all 0.3s ease;
}

.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #fff;
}

.thumbnail.active,
.thumbnail:hover {
    border-color: var(--color-primary);
    opacity: 1;
}


.product-info {
    padding: 20px 0;
}

.breadcrumb {
    font-size: 13px;
    color: var(--text-muted);
    margin-bottom: 24px;
}

.breadcrumb a {
    color: var(--color-primary);
    font-weight: 500;
}

.breadcrumb span {
    margin: 0 8px;
}

.product-brand {
    font-size: 15px;
    font-weight: 900;
    color: var(--color-primary);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.product-brand::before,
.product-brand::after {
    content: '';
    width: 20px;
    height: 2px;
    background: var(--color-secondary);
    display: block;
}

.product-title {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 16px;
    color: var(--text-main);
}

.product-meta {
    display: flex;
    flex-wrap: nowrap;
    
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--border-soft);
}

.stock-status,
.product-info .meta-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 38px;
    
    padding: 0 15px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    border: 1px solid rgba(0, 44, 83, 0.05);
}

.stock-status {
    color: var(--color-accent-green);
    background: rgba(37, 211, 102, 0.1);
    border-color: rgba(37, 211, 102, 0.1);
}

.product-info .meta-item {
    color: var(--color-primary);
    background: var(--bg-slate);
}

@media (max-width: 768px) {
    .product-meta {
        flex-wrap: wrap;
        justify-content: center;
    }

    .stock-status,
    .product-info .meta-item {
        width: 100%;
        justify-content: center;
    }
}

.product-short-desc {
    font-size: 16px;
    color: var(--text-muted);
    line-height: 1.8;
    margin-bottom: 30px;
}


.product-info .showcase-feature-bar {
    justify-content: flex-start;
    margin: 25px 0 35px 0;
    gap: 10px;
}

.product-info .s-feature {
    padding: 8px 14px;
    background: var(--bg-slate);
    border: 1px solid var(--border-soft);
    box-shadow: none;
}

.product-info .s-feature span {
    color: var(--color-primary);
    font-size: 12px;
}

.product-info .s-feature i {
    color: var(--color-secondary);
}


.product-actions {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 35px;
}

.product-actions .btn {
    width: 100%;
    max-width: 400px;
    justify-content: center;
    border-radius: 14px;
    font-weight: 800;
}

.btn-whatsapp {
    background: var(--color-accent-green);
    color: white;
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.3);
}

.btn-whatsapp:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}


.product-tabs-section {
    padding: 60px 0;
    background: var(--bg-main);
    border-top: 1px solid var(--border-soft);
}

.tabs-header {
    display: flex;
    gap: 32px;
    border-bottom: 1px solid var(--border-soft);
    margin-bottom: 40px;
}

.tab-btn {
    background: none;
    border: none;
    padding: 16px 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--text-muted);
    cursor: pointer;
    position: relative;
}

.tab-btn.active {
    color: var(--color-primary);
}

.tab-btn.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--color-primary);
    border-radius: 3px 3px 0 0;
}

.tab-pane {
    display: none;
    animation: fadeIn 0.4s ease;
}

.tab-pane.active {
    display: block;
}

.tab-pane h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.tab-pane p {
    color: var(--text-muted);
    margin-bottom: 16px;
    line-height: 1.8;
}


.feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--grid-gap);
    margin-top: 40px;
}

.feature-card {
    background: #fff;
    padding: 30px 20px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid var(--border-soft);
    transition: 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-apple);
    border-color: var(--color-secondary);
}

.feature-icon {
    width: 60px;
    height: 60px;
    background: var(--bg-slate);
    color: var(--color-primary);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    margin: 0 auto 20px;
}

.feature-card h3 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 12px;
    color: var(--color-primary);
}

.feature-card p {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.6;
}

@media (max-width: 1024px) {
    .feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .feature-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .feature-card {
        padding: 40px 20px;
    }

    .feature-card h3 {
        font-size: 20px;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}




.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

@media (max-width: 1024px) {
    .container {
        padding: 0 20px;
    }
}


@media (max-width: 992px) {
    .hero-overlay-section {
        height: auto !important;
        min-height: 520px !important;
        padding: 20px 0 50px !important;
        background-color: #020617 !important;
        
    }

    .overlay-slide {
        background-position: center center;
    }

    .slide-dark-overlay {
        
        background: linear-gradient(to bottom, rgba(2, 6, 23, 0.4) 0%, rgba(2, 6, 23, 0.9) 70%, #020617 100%);
    }

    .overlay-grid {
        padding-top: 0;
        padding-bottom: 30px;
    }

    .page-header h1,
    .page-header h2,
    .glass-content h2,
    h1,
    h2 {
        letter-spacing: normal !important;
        line-height: 1.2 !important;
        font-size: 26px !important;
        margin-bottom: 15px !important;
        text-align: center;
    }

    .glass-content p {
        text-align: center;
        margin: 0 auto 25px !important;
        font-size: 14px;
        line-height: 1.6;
        color: rgba(255, 255, 255, 0.8);
    }

    
    .glass-panel-unified {
        display: flex !important;
        flex-direction: column !important;
        padding: 30px 20px !important;
        gap: 30px !important;
        backdrop-filter: blur(25px) !important;
        -webkit-backdrop-filter: blur(25px) !important;
        border-radius: 28px !important;
        background: rgba(2, 6, 23, 0.6) !important;
        width: 100% !important;
        margin: 0 auto;
        opacity: 1 !important;
        transform: none !important;
    }

    .glass-content {
        flex: 0 0 auto;
        width: 100%;
        padding-right: 0;
        text-align: center;
        order: 2;
    }

    .glass-visual {
        flex: 0 0 auto;
        width: 100%;
        order: 1;
        margin-bottom: 0;
    }

    .hero-device {
        max-height: 220px !important;
        width: auto !important;
        margin: 0 auto;
        opacity: 1 !important;
        transform: none !important;
    }

    
    .glass-actions {
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
    }

    .btn {
        width: 100% !important;
        min-width: unset !important;
        padding: 14px 24px !important;
        font-size: 14px !important;
    }

    .top-bar {
        display: none !important;
    }

    .desktop-nav {
        display: none !important;
    }

    .mobile-toggle {
        display: block !important;
    }

    .btn-nav-teklif {
        display: none !important;
    }

    .header-inner {
        height: 70px;
        padding: 0 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .logo img {
        max-height: 34px !important;
        
    }

    
    .floating-wa {
        bottom: 25px !important;
        right: 20px !important;
        width: 55px;
        height: 55px;
        z-index: 9999;
        box-shadow: 0 15px 30px rgba(37, 211, 102, 0.4) !important;
    }

    
    .service-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }

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

    .product-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    
    .reg-new-section {
        padding: 30px 0 !important;
    }

    .reg-card-new {
        grid-template-columns: 1fr;
        padding: 25px 20px !important;
        text-align: center;
        gap: 25px !important;
        border-radius: 20px;
    }

    .reg-visual-box {
        order: 1;
        margin-bottom: 0 !important;
    }

    .reg-content {
        order: 2;
    }

    .reg-content h2 {
        font-size: 28px !important;
        margin-bottom: 12px !important;
    }

    .reg-btns-row {
        flex-direction: column;
        width: 100%;
        gap: 10px !important;
    }

    .reg-pagination {
        margin-top: 10px !important;
    }
}

@media (max-width: 768px) {
    .service-cards {
        grid-template-columns: 1fr;
    }

    
    .cta-btns {
        flex-direction: column;
        width: 100%;
        gap: 16px;
    }

    .btn-cta-white,
    .btn-cta-outline {
        width: 100%;
        min-width: auto;
        max-width: 400px;
        margin: 0 auto;
    }

    .cta-home-section h2 {
        font-size: 32px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 16px;
    }

    .slide-content h2 {
        font-size: 28px;
    }

    .slide-content p {
        font-size: 15px;
    }

    .reg-content h2 {
        font-size: 24px;
    }

    .btn {
        width: 100%;
        padding: 14px 20px;
    }
}


.studio-glass-authority {
    padding: 120px 0;
    background: radial-gradient(circle at center, #ffffff 0%, #f1f5f9 100%);
    position: relative;
    overflow: hidden;
}

.studio-glass-authority::before {
    content: '';
    position: absolute;
    top: -10%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(0, 174, 239, 0.03) 0%, transparent 70%);
    pointer-events: none;
}

.glass-auth-header {
    text-align: center;
    margin-bottom: 80px;
}

.chic-badge {
    display: inline-block;
    padding: 8px 20px;
    background: #fff;
    border: 1px solid var(--color-secondary);
    color: var(--color-secondary);
    border-radius: 100px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 25px;
    box-shadow: 0 5px 15px rgba(0, 174, 239, 0.1);
}

.glass-auth-header h2 {
    font-size: 42px;
    font-weight: 900;
    color: var(--color-primary);
    letter-spacing: -1.5px;
}

.glass-auth-header h2 span {
    color: var(--color-secondary);
}

.glass-brand-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--grid-gap);
}

.chic-glass-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 35px;
    padding: 2px;
    
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.4) 100%);
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 20px 40px rgba(0, 44, 83, 0.04);
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.chic-glass-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 30px 60px rgba(0, 174, 239, 0.1);
    border-color: var(--color-secondary);
}

.glass-card-inner {
    padding: 50px 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.glass-logo {
    height: 60px;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.glass-logo img {
    max-height: 100%;
    width: auto;
    object-fit: contain;
    transition: 0.4s;
}

.chic-glass-card:hover .glass-logo img {
    transform: scale(1.1);
}

.glass-status {
    display: block;
    font-size: 11px;
    font-weight: 800;
    color: var(--color-secondary);
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.glass-line {
    width: 40px;
    height: 3px;
    background: var(--color-primary);
    margin: 0 auto 20px;
    border-radius: 10px;
    opacity: 0.2;
    transition: 0.4s;
}

.chic-glass-card:hover .glass-line {
    width: 60px;
    opacity: 1;
    background: var(--color-secondary);
}

.glass-info p {
    font-size: 16px;
    font-weight: 700;
    color: var(--color-primary);
    margin: 0;
}

@media (max-width: 992px) {
    .glass-brand-grid {
        grid-template-columns: 1fr;
        max-width: 450px;
        margin: 0 auto;
    }

    .glass-auth-header h2 {
        font-size: 32px;
    }
}


.trust-highlights-bar {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 50px;
    background: transparent;
    padding: 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.t-highlight {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 44, 83, 0.05);
    padding: 25px 20px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: var(--shadow-apple);
    transition: 0.3s ease;
}

.t-highlight:hover {
    transform: translateY(-5px);
    border-color: var(--color-secondary);
    box-shadow: var(--shadow-hover);
}

.t-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff !important;
    flex-shrink: 0;
}

.t-text {
    display: flex;
    flex-direction: column;
}

.t-text strong {
    font-size: 16px;
    color: var(--color-primary);
    font-weight: 800;
    line-height: 1.2;
}

.t-text span {
    font-size: 12px;
    color: var(--text-muted);
    font-weight: 500;
    margin-top: 2px;
}


@media (max-width: 992px) {
    .trust-highlights-bar {
        display: grid !important;
        grid-template-columns: 1fr;
        gap: 16px;
        
        padding: 0 5px !important;
        margin: 0 0 50px !important;
        width: 100%;
    }

    .t-highlight {
        flex: none;
        width: 100%;
        background: #fff;
        border: 1px solid rgba(0, 44, 83, 0.08);
        border-left: 4px solid var(--color-primary);
        
        padding: 20px 15px;
        box-shadow: 0 4px 15px rgba(0, 44, 83, 0.04);
        border-radius: 16px;
    }

    .t-icon {
        width: 42px;
        height: 42px;
        font-size: 16px;
    }

    .t-text strong {
        font-size: 15px;
    }

    .t-text span {
        font-size: 12px;
    }
}

.trust-impact-section {
    background: #fff;
    padding: 60px 0 80px;
    
    border-bottom: 1px solid var(--border-soft);
}


.featured-products-section .container {
    max-width: 1320px;
    
    padding: 0 40px;
}

.productSwiper {
    padding: 20px 0 60px;
    margin: 0 -10px;
    overflow: hidden;
    position: relative;
}

.productSwiper .swiper-wrapper {
    display: flex;
}

.productSwiper .swiper-slide {
    height: auto;
    display: flex;
    flex-shrink: 0;
    width: auto;
}

.product-pagination .swiper-pagination-bullet {
    background: var(--color-primary);
    opacity: 0.2;
}

.product-pagination .swiper-pagination-bullet-active {
    background: var(--color-secondary);
    opacity: 1;
    width: 25px;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .featured-products-section {
        padding: 30px 0;
    }

    .featured-products-section .container {
        padding: 0 !important;
        
        max-width: 100% !important;
    }

    .showcase-item {
        margin: 0 10px;
        border-radius: 20px;
        
    }

    .showcase-img {
        height: 220px !important;
        margin-bottom: 15px;
    }

    .showcase-text {
        padding: 20px !important;
    }

    .showcase-text h3 {
        font-size: 1.3rem !important;
        margin-bottom: 8px;
    }

    .showcase-text p {
        font-size: 0.9rem !important;
        margin-bottom: 15px;
    }

    .s-feature {
        height: 42px !important;
        font-size: 0.65rem !important;
        padding: 5px !important;
    }

    .product-pagination {
        margin-top: 20px !important;
    }
}


.product-next,
.product-prev {
    width: 55px !important;
    height: 55px !important;
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 44, 83, 0.1);
    border-radius: 50%;
    color: var(--color-primary) !important;
    box-shadow: 0 10px 30px rgba(0, 44, 83, 0.15);
    transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 100;
    top: 60% !important;
    
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute !important;
}

.product-next {
    right: -70px !important;
}

.product-prev {
    left: -70px !important;
}

@media (max-width: 1500px) {
    .product-next {
        right: -20px !important;
    }

    .product-prev {
        left: -20px !important;
    }
}

@media (max-width: 1200px) {

    .product-next,
    .product-prev {
        display: none !important;
        
    }
}

.product-next:hover,
.product-prev:hover {
    background: var(--color-primary) !important;
    color: #fff !important;
    transform: scale(1.1);
    box-shadow: 0 15px 35px rgba(0, 183, 194, 0.3);
}

.product-next:hover i {
    transform: translateX(3px);
}

.product-prev:hover i {
    transform: translateX(-3px);
}


.product-filter-tabs {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 12px 32px;
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 100px;
    color: #475569;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    transition: 0.3s all ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.filter-btn:hover {
    border-color: var(--color-secondary);
    color: var(--color-secondary);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 174, 239, 0.15);
}

.filter-btn.active {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff;
    box-shadow: 0 10px 25px rgba(0, 44, 83, 0.25);
}



.productSwiper-container {
    position: relative;
    padding: 0 60px;
}

@media (max-width: 1024px) {
    .productSwiper-container {
        padding: 0;
    }
}

.product-pagination {
    position: relative !important;
    margin-top: 25px !important;
    bottom: 0 !important;
}

.featured-products-section {
    padding: 60px 0 30px;
    background: #f8fafc;
    border-top: 1px solid #edf2f7;
    border-bottom: 1px solid #edf2f7;
}

.reg-new-section {
    padding: 30px 0;
}

.productSwiper .swiper-slide {
    height: auto;
    display: flex;
    flex-shrink: 0;
    width: auto;
    align-items: stretch;
    
    overflow: hidden !important;
}

.showcase-item {
    text-align: center;
    padding: 25px;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
    
    background: #ffffff;
    border-radius: 32px;
    overflow: hidden;
    border: 1px solid rgba(0, 44, 83, 0.03);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02), 0 10px 30px -3px rgba(0, 44, 83, 0.06);
}

.showcase-text {
    padding: 10px 10px 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    
    min-height: 380px;
    
}

.showcase-text h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: var(--color-primary);
    height: 60px;
    
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}

.showcase-text p {
    font-size: 0.95rem;
    margin-bottom: 25px;
    color: #64748b;
    height: 50px;
    
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.showcase-feature-bar {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
    margin: auto 0 20px !important;
    
    height: 110px;
    
}

.s-feature {
    background: #f1f5f9;
    padding: 6px 10px !important;
    border-radius: 12px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 8px;
    font-size: 0.72rem !important;
    line-height: 1.1;
    font-weight: 700;
    color: var(--color-primary);
    transition: 0.3s;
    width: 100%;
    height: 48px !important;
    
}

.s-feature span {
    display: block;
    word-break: break-word;
}

.s-feature i {
    color: var(--color-secondary);
    font-size: 1rem;
}



.showcase-item:hover {
    transform: translateY(-10px);
}

.showcase-img {
    background: #ffffff;
    border-radius: 30px;
    margin-bottom: 30px;
    height: 350px;
    
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--border-soft);
    transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
    position: relative;
    padding: 0;
}

.showcase-img::after {
    display: none;
}

.showcase-item:hover .showcase-img {
    transform: scale(1.02);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    border-color: var(--color-secondary);
}

.showcase-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 30px;
    
    transition: 0.8s ease;
    z-index: 1;
}

.showcase-item:hover .showcase-img img {
    transform: scale(1.05);
}

.showcase-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 2px;
    color: var(--color-primary);
    margin-bottom: 12px;
    text-transform: uppercase;
}

.showcase-brand::before,
.showcase-brand::after {
    content: '';
    width: 8px;
    height: 8px;
    background: var(--color-secondary);
    border-radius: 50%;
}

.showcase-text h3 {
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 15px;
    color: var(--color-primary);
    letter-spacing: -1px;
    line-height: 1.2;
}

.showcase-text p {
    font-size: 16px;
    color: var(--text-muted);
    margin-bottom: 35px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}


.showcase-feature-bar {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 35px;
    background: none;
    padding: 0;
}

.s-feature {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: #f1f5f9;
    
    border-radius: 99px;
    border: 1px solid rgba(0, 44, 83, 0.05);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.s-feature:hover {
    background: #fff;
    border-color: var(--color-secondary);
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 44, 83, 0.05);
}

.s-feature i {
    font-size: 14px;
    color: var(--color-secondary);
}

.s-feature span {
    font-size: 13px;
    font-weight: 700;
    color: var(--color-primary);
}

.showcase-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 16px;
    margin-top: 5px;
    background: #f8fafc;
    color: var(--color-primary);
    border-radius: 20px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    border: 1px solid rgba(0, 44, 83, 0.05);
}

.showcase-btn:hover {
    background: var(--color-primary);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 44, 83, 0.15);
}





@media (max-width: 1024px) {
    .product-showcase-row {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .showcase-img {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .product-showcase-row {
        grid-template-columns: 1fr;
        gap: 60px;
        margin-top: 40px;
    }

    .showcase-item {
        padding: 0 0 40px 0;
        border-bottom: 1px solid var(--border-soft);
    }

    .showcase-item:last-child {
        border-bottom: none;
    }

    .showcase-img {
        height: auto;
        min-height: 250px;
        padding: 0;
        border-radius: 24px;
        margin-bottom: 25px;
    }

    .showcase-text h3 {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .showcase-text p {
        font-size: 15px;
        padding: 0;
        margin-bottom: 30px;
    }

    .showcase-feature-bar {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 6px !important;
        padding: 0 !important;
        width: 100% !important;
        background: transparent !important;
        margin: 15px 0 30px 0 !important;
    }
}



.catalog-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr !important;
    
    gap: 30px !important;
    margin-top: 40px !important;
    width: 100% !important;
}

@media (max-width: 1024px) {
    .catalog-grid {
        gap: 15px !important;
    }
}

@media (max-width: 768px) {
    .catalog-grid {
        grid-template-columns: 1fr 1fr !important;
        
        gap: 15px !important;
    }

    .product-card-elite {
        border-radius: 16px !important;
    }

    .pc-image {
        height: 140px !important;
        padding: 20px 10px 5px !important; 
    }

    .pc-content {
        padding: 10px !important;
    }

    .pc-rating {
        margin-bottom: 5px !important;
    }

    .pc-rating i {
        font-size: 10px !important; 
        margin: 0 1px !important;
    }

    .pc-content h3 {
        font-size: 13px !important;
        margin-bottom: 6px !important;
        min-height: 34px !important;
        line-height: 1.3 !important;
    }

    .pc-content p {
        display: none !important;
    }

    .pc-footer {
        padding: 10px !important;
        flex-direction: column !important;
        gap: 6px !important;
        align-items: stretch !important;
        text-align: center !important;
    }

    .pc-price {
        font-size: 13px !important;
        font-weight: 800 !important;
        margin-bottom: 5px !important;
    }

    .btn-pc-detail {
        padding: 10px 15px !important;
        font-size: 12px !important;
        width: 100% !important;
    }

    .pc-badge,
    .pc-status-badge {
        font-size: 8px !important;
        padding: 3px 6px !important;
        top: 6px !important; 
        letter-spacing: 0.5px !important;
    }

    .pc-badge {
        left: 6px !important;
    }

    .pc-status-badge {
        right: 6px !important;
    }
}

.product-card-elite {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--border-soft);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    height: 100%;
}

.product-card-elite:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 44, 83, 0.08);
    border-color: var(--color-secondary);
}

.pc-image {
    position: relative;
    height: 280px;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    overflow: hidden;
}

.pc-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: 0.5s ease;
}

.product-card-elite:hover .pc-image img {
    transform: scale(1.08);
}

.pc-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--color-primary);
    color: #fff;
    padding: 6px 14px;
    border-radius: 100px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    z-index: 2;
}

.pc-status-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #ef4444;
    color: #fff;
    padding: 6px 14px;
    border-radius: 100px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    z-index: 2;
}

.pc-status-badge.blue {
    background: var(--color-secondary);
}

.pc-status-badge.green {
    background: #10b981;
}

.pc-content {
    padding: 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.pc-rating {
    display: flex;
    gap: 4px;
    margin-bottom: 15px;
    color: #fbbf24;
    font-size: 12px;
}

.pc-content h3 {
    font-size: 20px;
    font-weight: 800;
    color: var(--color-primary);
    margin-bottom: 15px;
    line-height: 1.3;
}

.pc-content p {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pc-footer {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid var(--border-soft);
}

.pc-price {
    font-weight: 800;
    color: var(--color-primary);
    font-size: 16px;
}

.btn-pc-detail {
    background: var(--bg-slate);
    color: var(--color-primary);
    padding: 10px 20px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
}

.btn-pc-detail:hover {
    background: var(--color-primary);
    color: #fff;
}

.catalog-filter-bar {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 15px 25px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 44, 83, 0.04);
}

.filter-groups {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}

@media (max-width: 992px) {
    .catalog-filter-bar {
        flex-direction: column;
        gap: 15px;
        padding: 10px;
        background: transparent;
        box-shadow: none;
        align-items: center;
    }

    .filter-groups {
        width: 100%;
        gap: 10px;
        justify-content: center;
        padding: 10px 0;
    }

    .filter-btn {
        flex: 0 1 auto;
        
        padding: 12px 20px !important;
        font-size: 13px !important;
        white-space: nowrap !important;
        border-radius: 50px !important;
        min-width: 100px;
    }

    .catalog-stats {
        font-size: 13px;
        color: var(--text-muted);
        text-align: center;
        width: 100%;
        margin-top: 10px;
    }
}


.services-bento-section {
    padding: 120px 0;
    background: #fff;
}

.header-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 16px;
    background: rgba(0, 44, 83, 0.05);
    color: var(--color-primary);
    border-radius: 100px;
    font-size: 12.5px;
    font-weight: 800;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    text-transform: uppercase;
    border: 1px solid rgba(0, 44, 83, 0.1);
}

.faq-info-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media (max-width: 992px) {
    .faq-info-column {
        align-items: center;
        text-align: center;
        margin-bottom: 40px;
    }
}

.services-bento-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 240px;
    gap: var(--grid-gap);
    margin-top: 60px;
}

.bento-card {
    position: relative;
    background: var(--bg-slate);
    border-radius: 28px;
    padding: 40px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    border: 1px solid transparent;
}

.bento-card:hover {
    background: #fff;
    transform: translateY(-8px);
    box-shadow: var(--shadow-hover);
    border-color: var(--border-soft);
}

.bento-wide {
    grid-column: span 2;
}

.bento-icon {
    width: 54px;
    height: 54px;
    background: #fff;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: var(--color-primary);
    box-shadow: var(--shadow-apple);
    margin-bottom: 24px;
    z-index: 2;
    transition: 0.4s;
}

.bento-card:hover .bento-icon {
    background: var(--color-primary);
    color: #fff;
}

.bento-content {
    position: relative;
    z-index: 2;
}

.bento-content h4 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 12px;
    color: var(--color-primary);
}

.bento-content p {
    font-size: 15px;
    color: var(--text-muted);
    line-height: 1.6;
    max-width: 90%;
}

.bento-bg-icon {
    position: absolute;
    top: 40px;
    right: -20px;
    font-size: 160px;
    color: var(--color-primary);
    opacity: 0.03;
    transition: 0.5s;
    z-index: 1;
}

.bento-card:hover .bento-bg-icon {
    transform: scale(1.1) rotate(-10deg);
    opacity: 0.06;
}

@media (max-width: 1024px) {
    .services-bento-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 280px;
    }

    .bento-wide {
        grid-column: span 2;
    }
}

@media (max-width: 768px) {
    .services-bento-section {
        padding: 80px 0;
    }

    .services-bento-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }

    .bento-wide {
        grid-column: span 1;
    }

    .bento-card {
        padding: 30px;
        min-height: 250px;
    }

    .bento-bg-icon {
        font-size: 120px;
    }
}


.references-marquee-section {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid rgba(0, 44, 83, 0.05);
}

.marquee-wrapper {
    margin-top: 50px;
    background: transparent;
    padding: 30px 0;
    position: relative;
    display: flex;
    overflow: hidden;
}

.marquee-wrapper::before,
.marquee-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.marquee-wrapper::before {
    left: 0;
    background: linear-gradient(to right, #f1f5f9, rgba(241, 245, 249, 0));
}

.marquee-wrapper::after {
    right: 0;
    background: linear-gradient(to left, #f1f5f9, rgba(241, 245, 249, 0));
}

.marquee-content {
    display: flex;
    width: max-content;
    white-space: nowrap;
    animation: marquee 40s linear infinite;
    
}

.m-item {
    font-size: 15px;
    font-weight: 800;
    color: var(--color-primary);
    background: #fff;
    padding: 15px 35px;
    border-radius: 12px;
    
    box-shadow: 0 4px 12px rgba(0, 44, 83, 0.04);
    white-space: nowrap;
    transition: 0.4s;
    cursor: default;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border: 1px solid rgba(0, 44, 83, 0.05);
    margin: 0 10px;
    display: flex;
    align-items: center;
    opacity: 1;
    
}

.m-item:hover {
    opacity: 1;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 44, 83, 0.08);
    border-color: var(--color-secondary);
}


.m-dot {
    width: 8px;
    height: 8px;
    background: var(--color-secondary);
    border-radius: 50%;
    align-self: center;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}


.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 80px;
    align-items: flex-start;
}

.faq-contact-card {
    margin-top: 40px;
    background: #fff;
    padding: 30px;
    border-radius: 25px;
    box-shadow: 0 15px 40px rgba(0, 44, 83, 0.08);
    display: flex;
    gap: 20px;
    align-items: center;
    border: 1px solid rgba(0, 183, 194, 0.1);
    transition: 0.4s;
}

.faq-contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 44, 83, 0.12);
}

.f-card-icon {
    width: 60px;
    height: 60px;
    background: var(--color-secondary);
    color: #fff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.f-card-content h4 {
    color: var(--color-primary);
    margin-bottom: 5px;
}

.f-card-content p {
    font-size: 0.9rem !important;
    margin-bottom: 10px !important;
}

.f-card-link {
    color: var(--color-secondary);
    font-weight: 700;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

@media (max-width: 991px) {
    .faq-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
}



.accordion-item {
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(0, 44, 83, 0.05);
    margin-bottom: 16px;
    overflow: hidden;
    transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.accordion-item.active {
    border-color: rgba(0, 183, 194, 0.3);
    box-shadow: 0 20px 40px rgba(0, 44, 83, 0.08);
}

.accordion-header {
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
}

.accordion-header span {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--color-primary);
}

.accordion-header i {
    color: var(--color-secondary);
    transition: 0.4s;
    font-size: 14px;
}

.accordion-item.active .accordion-header i {
    transform: rotate(45deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: 0.5s cubic-bezier(0, 1, 0, 1);
    background: #fcfdfe;
}

.accordion-item.active .accordion-content {
    max-height: 500px;
    transition: 0.5s cubic-bezier(1, 0, 1, 0);
}

.accordion-content p {
    padding: 0 30px 30px;
    margin: 0 !important;
    color: #64748b;
    line-height: 1.7;
    font-size: 0.95rem;
}

@media (max-width: 991px) {
    .faq-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
}



.page-header {
    position: relative;
    padding: 60px 0;
    background: linear-gradient(135deg, #020b1c 0%, #0f172a 100%);
    overflow: hidden;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.page-header::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: radial-gradient(circle at 50% 50%, rgba(59, 130, 246, 0.05), transparent);
    z-index: 1;
}

.page-header .container {
    position: relative;
    z-index: 10;
}

.page-header .header-badge, .page-header .chic-badge {
    display: none !important;
}

.page-header h1,
.page-header h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 12px;
    letter-spacing: -1.5px;
    line-height: 1.1;
}

.page-header p {
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    max-width: 600px;
    margin: 0 auto;
}


.page-header .breadcrumb {
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5) !important; 
}

.page-header .breadcrumb a {
    color: #fff !important;
    opacity: 0.8;
    text-decoration: none;
    transition: 0.3s;
}

.page-header .breadcrumb a:hover {
    color: var(--color-secondary) !important;
    opacity: 1;
}

.page-header .breadcrumb span {
    margin: 0 10px;
}

@media (max-width: 768px) {
    .page-header {
        padding: 50px 20px;
    }
    .page-header h1,
    .page-header h2 {
        font-size: 32px;
    }
    .page-header p {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .faq-modern-section {
        padding: 80px 0;
    }

    .faq-modern-header {
        padding: 20px 24px;
    }

    .faq-modern-header h4 {
        font-size: 16px;
    }
}


.cta-home-section {
    padding: 140px 0 !important;
    
    background: #0f172a;
    color: #fff;
    text-align: center;
}

.cta-home-section h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 24px;
    letter-spacing: -1.5px;
}

.cta-home-section p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 50px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.cta-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.btn-cta-white {
    background: #fff;
    color: #0f172a !important;
    padding: 18px 45px;
    font-size: 16px;
    font-weight: 800;
    border-radius: 999px;
    
    min-width: 260px;
}

.btn-cta-outline {
    background: transparent;
    color: #fff !important;
    border: 2px solid rgba(255, 255, 255, 0.2);
    padding: 18px 45px;
    font-size: 16px;
    font-weight: 800;
    border-radius: 999px;
    
    min-width: 260px;
}

.btn-cta-outline:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.05);
}

@media (max-width: 768px) {
    .cta-home-section {
        padding: 80px 20px;
    }

    .cta-home-section h2 {
        font-size: 32px;
    }

    .cta-btns {
        flex-direction: column;
    }

    .btn-cta-white,
    .btn-cta-outline {
        width: 100%;
        min-width: auto;
    }
}


.footer {
    padding: 80px 0 40px;
    background: #0f172a;
    color: #fff;
}

.footer-logo {
    background: #fff;
    padding: 15px 25px;
    border-radius: 16px;
    display: inline-block;
    margin-bottom: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.footer-qr {
    margin-top: 15px;
    background: #fff;
    padding: 10px;
    border-radius: 12px;
    display: inline-block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-qr img {
    width: 90px;
    height: 90px;
    display: block;
}

.footer-qr span {
    display: block;
    font-size: 9px;
    color: #0f172a;
    font-weight: 800;
    margin-top: 6px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 992px) {
    .hide-mobile {
        display: none !important;
    }
}

.footer h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 12px;
}

.footer h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: var(--color-secondary);
    border-radius: 10px;
}

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

.footer-links a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    transition: 0.3s;
}

.footer-links a:hover {
    color: var(--color-secondary);
    padding-left: 5px;
}

@media (max-width: 992px) {

    
    .showcase-img {
        height: 260px !important;
        margin-bottom: 20px !important;
    }

    .showcase-brand::before,
    .showcase-brand::after {
        width: 6px !important;
        height: 6px !important;
    }

    .product-next,
    .product-prev {
        display: none !important;
    }

    .showcase-text {
        text-align: center !important;
        padding: 25px 15px !important;
        min-height: auto !important;
    }

    .showcase-text h3 {
        height: auto !important;
        font-size: 20px !important;
    }

    .showcase-text p {
        height: auto !important;
        font-size: 14px !important;
        margin-bottom: 20px !important;
    }

    .showcase-feature-bar {
        height: auto !important;
        margin-bottom: 20px !important;
    }

    
    .showcase-text h3,
    .glass-title,
    h1,
    h2,
    h3 {
        letter-spacing: normal !important;
        line-height: 1.3 !important;
        margin-bottom: 15px !important;
        text-align: center !important;
    }

    
    .showcase-feature-bar {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: var(--grid-gap-mobile) !important;
        background: transparent !important;
        padding: 0 !important;
        margin: 25px auto !important;
        max-width: 340px !important;
        border: none !important;
    }

    .s-feature {
        background: #fff !important;
        border: 1px solid rgba(0, 44, 83, 0.05);
        border-radius: 12px !important;
        padding: 12px 10px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03) !important;
        margin: 0 !important;
    }

    .s-feature i {
        font-size: 18px !important;
        margin-bottom: 5px !important;
        color: var(--color-secondary) !important;
    }

    .s-feature span {
        font-size: 12px !important;
        font-weight: 700 !important;
    }

    
    .showcase-btn,
    .btn {
        width: auto !important;
        min-width: 240px !important;
        max-width: 300px !important;
        margin: 20px auto 0 !important;
        display: flex !important;
        justify-content: center !important;
        padding: 15px 30px !important;
        border-radius: 99px !important;
        font-size: 14px !important;
    }

    
    .floating-wa {
        bottom: 25px !important;
        right: 20px !important;
    }

    
    .trust-impact-section,
    .reg-new-section,
    .services-bento-section,
    .faq-modern-section,
    .studio-glass-authority {
        padding: 50px 0 !important;
    }
}


@media (max-width: 1024px) {
    .btn-nav-teklif {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }
}


.elite-sub-badge {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(0, 119, 182, 0.1);
    color: var(--color-secondary);
    border-radius: 100px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
}

.elite-h2 {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    color: var(--color-primary);
    margin-bottom: 30px;
}

.text-gradient {
    background: linear-gradient(90deg, var(--color-primary), var(--color-secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.elite-p {
    font-size: 17px;
    color: var(--text-muted);
    margin-bottom: 25px;
    line-height: 1.8;
}

.elite-values-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
}

.value-card-glass {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 44, 83, 0.05);
    padding: 30px;
    border-radius: 24px;
    transition: 0.4s;
}

.value-card-glass:hover {
    transform: translateY(-10px);
    background: #fff;
    box-shadow: var(--shadow-apple);
}

.v-icon {
    width: 50px;
    height: 50px;
    background: var(--bg-slate);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: var(--color-secondary);
    font-size: 20px;
    margin-bottom: 20px;
}

.about-image-wrapper {
    position: relative;
}

.elite-img {
    border-radius: 40px;
    box-shadow: var(--shadow-hover);
    width: 100%;
    object-fit: cover;
}

.experience-badge {
    position: absolute;
    bottom: 30px;
    left: -30px;
    background: var(--color-primary);
    color: #fff;
    padding: 25px;
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(0, 44, 83, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 140px;
}

.exp-num {
    font-size: 32px;
    font-weight: 900;
    line-height: 1;
}

.exp-txt {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 5px;
    opacity: 0.8;
}

.stats-section {
    background: #f8fafc;
    padding: 100px 0;
    color: var(--color-primary);
    border-top: 1px solid var(--border-soft);
    border-bottom: 1px solid var(--border-soft);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    text-align: center;
}

.stat-num {
    font-size: 56px;
    font-weight: 900;
    margin-bottom: 10px;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -2px;
}

.stat-label {
    font-size: 13px;
    font-weight: 700;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

@media (max-width: 992px) {
    .elite-h2 {
        font-size: 32px;
    }

    .elite-values-grid {
        grid-template-columns: 1fr;
    }

    .experience-badge {
        position: relative;
        left: 0;
        bottom: 0;
        margin-top: -30px;
        margin-left: auto;
        margin-right: auto;
        padding: 15px 25px !important;
        min-width: 120px !important;
    }

    .exp-num {
        font-size: 24px !important;
    }

    .exp-txt {
        font-size: 10px !important;
    }

    .stats-grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
}


.mobile-header {
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0, 44, 83, 0.05);
}

.close-menu {
    background: transparent;
    border: none;
    font-size: 24px;
    color: var(--color-primary);
    cursor: pointer;
    transition: 0.3s;
    opacity: 0.6;
}

.close-menu:hover {
    opacity: 1;
    color: var(--color-secondary);
}

.mobile-nav {
    padding: 30px 15px;
    flex: 1;
    overflow-y: auto;
}

.mobile-nav a {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 700;
    color: var(--color-primary);
    border-radius: 12px;
    
    transition: 0.3s;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.mobile-nav a i {
    margin-left: auto;
    font-size: 10px;
    opacity: 0.2;
}

.mobile-nav a:active,
.mobile-nav a.active {
    background: rgba(0, 174, 239, 0.08);
    color: var(--color-secondary);
}

.mobile-nav a:active i {
    opacity: 1;
    transform: translateX(5px);
}

.mobile-footer {
    background: #f8fafc;
    padding: 25px;
    border-top: 1px solid rgba(0, 44, 83, 0.05);
}

.m-contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    text-decoration: none;
    color: var(--color-primary);
    font-weight: 600;
    font-size: 13px;
}

.m-contact-item i {
    color: var(--color-secondary);
    font-size: 14px;
}

.mobile-socials {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    justify-content: center;
}


.mobile-socials {
    display: flex;
    gap: 15px;
    padding: 0 25px 30px;
}


.product-share {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid rgba(0, 44, 83, 0.05);
    display: flex;
    align-items: center;
    gap: 20px;
}

.share-label {
    font-size: 13px;
    font-weight: 800;
    color: var(--color-primary);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.share-links {
    display: flex;
    gap: 12px;
}

.share-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    color: var(--color-primary);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    font-size: 15px;
    text-decoration: none;
    border: 1px solid rgba(0, 44, 83, 0.03);
}

.share-btn:hover {
    background: var(--color-primary);
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 44, 83, 0.1);
}

.share-btn.s-whatsapp:hover {
    background: #25D366;
    border-color: #25D366;
}

.share-btn.s-linkedin:hover {
    background: #0077b5;
    border-color: #0077b5;
}

.share-btn.s-copy:hover {
    background: var(--color-secondary);
    border-color: var(--color-secondary);
}


.share-btn {
    position: relative;
}

.share-btn::before {
    content: " Kopyala";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
    padding: 5px 10px;
    background: var(--color-primary);
    color: #fff;
    font-size: 10px;
    border-radius: 4px;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    white-space: nowrap;
}

.share-btn:hover::before {
    opacity: 1;
    transform: translateX(-50%) translateY(-5px);
}


.showcase-img {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.showcase-share {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 10;
    opacity: 0;
    transform: translateX(20px);
}

.showcase-item:hover .showcase-share {
    opacity: 1;
    transform: translateX(0);
}

.showcase-share .share-btn {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
    font-size: 14px;
    transition: 0.3s;
}

.showcase-share .share-btn:hover {
    background: var(--color-primary);
    color: #fff;
    transform: scale(1.1);
}

@media (max-width: 1024px) {
    .showcase-share {
        opacity: 1;
        transform: translateX(0);
    }
}


.regSwiper {
    padding-bottom: 50px !important;
    overflow: visible !important;
}

.regSwiper .swiper-slide {
    opacity: 0;
    transition: opacity 0.5s ease;
}

.regSwiper .swiper-slide-active {
    opacity: 1;
}

.reg-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: var(--color-primary);
    opacity: 0.2;
    transition: all 0.3s ease;
}

.reg-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    width: 30px;
    border-radius: 6px;
    background: var(--color-secondary);
}

.reg-next,
.reg-prev {
    display: none !important;
}


.references-ticker-section {
    padding: 120px 0;
    background: #ffffff;
    border-top: 1px solid rgba(0, 44, 83, 0.05);
    overflow: hidden;
}

.ticker-header {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

.ticker-header h2 {
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 900;
    color: var(--color-primary);
    margin: 20px 0;
    line-height: 1.1;
    letter-spacing: -1px;
}

.ticker-header p {
    font-size: 18px;
    color: var(--text-muted);
    line-height: 1.6;
    max-width: 650px;
}

.ticker-wrapper {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding: 50px 0;
    background: #f8fafc;
    border-top: 1px solid rgba(0, 44, 83, 0.03);
    border-bottom: 1px solid rgba(0, 44, 83, 0.03);
}


.ticker-wrapper::before,
.ticker-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.ticker-wrapper::before {
    left: 0;
    background: linear-gradient(to right, #f8fafc, rgba(248, 250, 252, 0));
}

.ticker-wrapper::after {
    right: 0;
    background: linear-gradient(to left, #f8fafc, rgba(248, 250, 252, 0));
}

.ticker-track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: ticker-scroll 50s linear infinite;
    
}

.ticker-track span {
    font-size: 15px;
    font-weight: 800;
    color: var(--color-primary);
    background: #fff;
    padding: 15px 35px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 44, 83, 0.04);
    white-space: nowrap;
    transition: 0.4s;
    cursor: default;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border: 1px solid rgba(0, 44, 83, 0.05);
    margin: 0 10px;
    display: flex;
    align-items: center;
    opacity: 1;
}

.ticker-track span:hover {
    opacity: 1;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 44, 83, 0.08);
    border-color: var(--color-secondary);
    color: var(--color-primary);
}

.ticker-dot {
    display: none !important;
}

@keyframes ticker-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 992px) {
    .references-ticker-section {
        padding: 80px 0;
    }

    .ticker-header h2 {
        font-size: 28px;
    }

    .ticker-header p {
        font-size: 15px;
        padding: 0 20px;
    }

    .ticker-wrapper {
        padding: 35px 0;
    }

    .ticker-track span {
        font-size: 17px;
        padding: 0 35px;
    }

    .ticker-wrapper::before,
    .ticker-wrapper::after {
        width: 15vw;
    }
}

@media (max-width: 768px) {
    .references-ticker-section {
        padding: 60px 0;
    }

    .ticker-header {
        margin-bottom: 40px;
    }

    .ticker-header h2 {
        font-size: 24px;
    }

    .ticker-track span {
        font-size: 15px;
        padding: 0 25px;
    }
}



.video-preview-card {
    position: relative;
    width: 100%;
    max-width: 1000px;
    height: 450px;
    margin: 0 auto;
    border-radius: 30px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 25px 50px -12px rgba(0, 44, 83, 0.25);
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.video-preview-card:hover {
    transform: translateY(-10px) scale(1.02);
}

.video-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
    transition: filter 0.5s ease;
}

.video-preview-card:hover .video-bg-img {
    filter: brightness(0.5);
}

.play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 2;
}

.play-button-outer {
    width: 90px;
    height: 90px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.play-button-inner {
    width: 64px;
    height: 64px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
    font-size: 24px;
    padding-left: 5px;
    
}

.video-preview-card:hover .play-button-outer {
    transform: scale(1.1);
    background: rgba(255, 255, 255, 0.3);
}

.video-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 26, 51, 0.95);
    backdrop-filter: blur(10px);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    padding: 20px;
}

.video-modal.active {
    display: flex;
}

.video-modal-content {
    position: relative;
    width: 100%;
    max-width: 1000px;
    aspect-ratio: 16/9;
    background: #000;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
}

.close-video-modal {
    position: absolute;
    top: -50px;
    right: 0;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    background: none;
    border: none;
}

@media (max-width: 768px) {
    .video-preview-card {
        height: 300px;
    }

    .play-button-outer {
        width: 70px;
        height: 70px;
    }

    .play-button-inner {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }
}


.about-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 80px;
    align-items: center;
}

.elite-h2 {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    color: var(--color-primary);
    margin-bottom: 30px;
}

.elite-p {
    font-size: 17px;
    line-height: 1.8;
    color: var(--text-main);
    margin-bottom: 25px;
    text-align: justify;
}

.elite-values-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 40px;
}

.value-card-glass {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    border: 1px solid var(--border-soft);
    padding: 30px;
    border-radius: 20px;
    transition: all 0.4s ease;
}

.value-card-glass:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-apple);
    background: #fff;
    border-color: var(--color-secondary);
}

.value-card-glass .v-icon {
    width: 50px;
    height: 50px;
    background: rgba(0, 44, 83, 0.05);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--color-secondary);
    margin-bottom: 20px;
}

.value-card-glass h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--color-primary);
}

.value-card-glass p {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.6;
}

.about-image-wrapper {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 44, 83, 0.15);
}

.about-image-wrapper img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.about-image-wrapper:hover img {
    transform: scale(1.05);
}

.experience-badge {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: var(--color-primary);
    color: #fff;
    padding: 25px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.exp-num {
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
}

.exp-txt {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.4;
}

@media (max-width: 1200px) {
    .about-grid {
        gap: 40px;
        grid-template-columns: 1fr;
    }

    .about-image-wrapper img {
        height: 450px;
    }

    .elite-h2 {
        font-size: 32px;
    }
}


.nav-featured {
    font-weight: 800;
}

.showcase-item.featured-pro {
    
    box-shadow: 0 40px 80px rgba(0, 44, 83, 0.1);
}



.catalog-section {
    padding: 80px 0;
}

.btn-filter {
    padding: 10px 20px;
    border-radius: 99px;
    border: 1px solid var(--border-soft);
    background: transparent;
    color: var(--color-primary);
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
}

.btn-filter.active,
.btn-filter:hover {
    background: var(--color-primary);
    color: #fff;
    border-color: var(--color-primary);
}

.product-card-elite {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 44, 83, 0.05);
    border: 1px solid var(--border-soft);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
}

.product-card-elite:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 44, 83, 0.1);
}

.pc-image {
    position: relative;
    padding: 30px;
    background: #fcfcfc;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pc-image img {
    max-height: 100%;
    width: auto;
    object-fit: contain;
    transition: transform 0.5s ease;
}

.product-card-elite:hover .pc-image img {
    transform: scale(1.05);
}

.pc-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(0, 44, 83, 0.1);
    color: var(--color-primary);
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.pc-status-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #e03131;
    color: #fff;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 800;
}

.pc-status-badge.blue {
    background: #0077b6;
}

.pc-status-badge.green {
    background: #2b8a3e;
}

.pc-content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.pc-rating {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 15px;
}

.pc-rating i {
    color: #fab005;
    font-size: 14px;
}

.pc-rating span {
    color: #868e96;
    font-size: 14px;
    margin-left: 5px;
}

.pc-content h3 {
    font-size: 18px;
    margin-bottom: 12px;
    line-height: 1.4;
    color: var(--color-primary);
}

.pc-content p {
    font-size: 14px;
    color: #495057;
    margin-bottom: 20px;
    line-height: 1.6;
}

.pc-footer {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #f1f3f5;
}

.pc-price {
    font-weight: 800;
    color: var(--color-primary);
    font-size: 18px;
}

.btn-pc-detail {
    background: #f1f3f5;
    color: var(--color-primary);
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    transition: 0.3s;
}

.btn-pc-detail:hover {
    background: var(--color-primary);
    color: #fff;
}

@media (max-width: 768px) {
    .catalog-filter-bar {
        flex-direction: column;
        gap: 20px;
    }

    .filter-groups {
        width: 100%;
        overflow-x: auto;
        padding-bottom: 10px;
    }
}


@media (max-width: 768px) {
    .catalog-section {
        padding: 40px 0 !important;
    }

    .catalog-filter-bar {
        flex-direction: column !important;
        background: transparent !important;
        box-shadow: none !important;
        padding: 0 !important;
        margin-bottom: 30px !important;
        align-items: center !important;
        width: 100% !important;
    }

    .filter-groups {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 8px !important;
        width: 100% !important;
        margin: 0 auto !important;
        padding: 0 !important;
    }

    .btn-filter {
        flex: 0 1 auto !important;
        padding: 8px 16px !important;
        font-size: 13px !important;
        border-radius: 12px !important;
        background: #fff !important;
        border: 1px solid rgba(0, 0, 0, 0.08) !important;
        white-space: nowrap !important;
    }

    .btn-filter.active {
        background: var(--color-primary) !important;
        color: #fff !important;
        border-color: var(--color-primary) !important;
    }

    .catalog-stats {
        width: 100% !important;
        text-align: center !important;
        padding: 10px 0 !important;
        font-size: 13px !important;
        color: var(--text-muted) !important;
    }
}


.footer-qr {
    background: #fff;
    padding: 15px;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: fit-content;
    margin-top: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.footer-qr img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.footer-qr span {
    color: #0f172a;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .hide-mobile {
        display: none !important;
    }

    .footer-qr {
        margin: 0 auto !important;
    }
}





.cinematic-actions .btn-primary {
    color: #ffffff !important;
    background: var(--color-primary) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.cinematic-actions .btn-primary i {
    color: #ffffff !important;
}


.swiper-button-next::after,
.swiper-button-prev::after {
    display: none !important;
    
}

.product-prev,
.product-next {
    width: 50px !important;
    height: 50px !important;
    background: #ffffff !important;
    color: var(--color-primary) !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 100;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06) !important;
}

.product-prev {
    left: -70px !important;
}

.product-next {
    right: -70px !important;
}

/* =========================================
.references-marquee-section, .faq-section {
    background: #f8fafc !important;
    border-top: 1px solid #edf2f7;
    border-bottom: 1px solid #edf2f7;
}
.faq-contact-card {
    background: #ffffff !important;
    box-shadow: 0 15px 40px rgba(0, 44, 83, 0.05) !important;
}
.accordion-item {
    background: #ffffff !important;
}

.showcase-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 40px !important;
    background: var(--color-primary) !important;
    color: #ffffff !important;
    border-radius: 100px !important;
    font-weight: 800 !important;
    font-size: 15px !important;
    text-decoration: none !important;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
    box-shadow: 0 10px 30px rgba(0, 44, 83, 0.15) !important;
    margin-top: auto !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.showcase-btn:hover {
    background: var(--color-secondary) !important;
    transform: translateY(-5px) scale(1.02) !important;
    box-shadow: 0 15px 35px rgba(0, 119, 182, 0.25) !important;
    color: #ffffff !important;
}

.showcase-btn i {
    font-size: 12px;
    transition: transform 0.4s ease;
}

.showcase-btn:hover i {
    transform: translateX(5px);
}



.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 5px;
}

.form-row .form-group {
    flex: 1;
}

.contact-form select,
.contact-form input[type='number'] {
    width: 100%;
    padding: 14px 20px;
    border: 1px solid rgba(0, 44, 83, 0.1);
    border-radius: 12px;
    background: #f8fafc;
    font-family: inherit;
    font-size: 15px;
    transition: all 0.3s;
}

.contact-form select:focus,
.contact-form input[type='number']:focus {
    outline: none;
    border-color: var(--color-primary);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(0, 44, 83, 0.05);
}

@media (max-width: 768px) {
    .form-row {
        flex-direction: column;
        gap: 0;
    }
}


.form-row-product {
    display: flex;
    gap: 20px;
    align-items: flex-end;
}

.product-field {
    flex: 3;
}

.quantity-field {
    flex: 1;
}

@media (max-width: 768px) {
    .form-row-product {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .product-field,
    .quantity-field {
        flex: none;
        width: 100%;
    }
}



@media (max-width: 768px) {

    .header-badge,
    .chic-badge,
    .elite-sub-badge {
        margin-left: auto !important;
        margin-right: auto !important;
        display: flex !important;
        width: fit-content !important;
        justify-content: center !important;
    }

    .section-header,
    .page-header {
        text-align: center !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }
}



@media (max-width: 768px) {
    .showcase-img {
        height: 220px !important;
        
        padding: 15px !important;
    }

    .showcase-img img {
        object-fit: contain !important;
        max-height: 100% !important;
    }

    .showcase-text {
        padding: 20px !important;
        min-height: auto !important;
    }
}



html,
body {
    max-width: 100vw !important;
    overflow-x: hidden !important;
    position: relative;
}

* {
    box-sizing: border-box !important;
}

@media (max-width: 768px) {
    .container {
        width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        overflow-x: hidden !important;
    }

    
    .reg-card-new {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        flex-direction: column !important;
        padding: 20px !important;
    }

    .reg-visual-box {
        width: 100% !important;
        margin-top: 20px !important;
    }

    .showcase-feature-bar {
        grid-template-columns: 1fr 1fr !important;
        
        gap: 12px !important;
    }

    .s-feature {
        width: 100% !important;
        font-size: 11px !important;
        padding: 10px 5px !important;
    }

    
    .cinematic-title {
        font-size: 28px !important;
        line-height: 1.2 !important;
    }

    .cinematic-badge {
        font-size: 11px !important;
        padding: 8px 15px !important;
    }
}



/* Consolidated with 1024px block for better consistency */



@media (max-width: 768px) {

    
    .header-inner {
        padding: 0 30px !important;
        
        width: 100% !important;
        max-width: 100vw !important;
    }

    .mobile-toggle {
        margin-right: -5px !important;
        
        font-size: 24px !important;
    }

    
    html,
    body {
        overflow-x: hidden !important;
        width: 100% !important;
        -webkit-overflow-scrolling: touch;
    }

    section {
        overflow: hidden !important;
        max-width: 100% !important;
    }

    
    img,
    video,
    iframe {
        max-width: 100% !important;
        height: auto !important;
    }

    
    .reg-card-new {
        border-radius: 20px !important;
        padding: 25px 20px !important;
    }

    .reg-btns-row {
        flex-direction: column !important;
        gap: 12px !important;
    }

    .btn-reg-outline {
        width: 100% !important;
        justify-content: center !important;
        padding: 15px !important;
    }

    
    .footer {
        padding: 60px 20px 40px !important;
    }
}






.container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    width: 100% !important;
}

@media (max-width: 768px) {
    .container {
        padding: 0 20px !important;
    }
}


#typewriter-text {
    display: inline-block;
    min-height: 1.2em;
    vertical-align: bottom;
    border-right: 3px solid var(--color-secondary);
    padding-right: 5px;
    animation: blink-cursor 0.8s step-end infinite;
    color: var(--color-secondary);
    font-weight: 800;
}

@keyframes blink-cursor {

    from,
    to {
        border-color: transparent
    }

    50% {
        border-color: var(--color-secondary)
    }
}




html,
body {
    overflow-x: hidden !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}


@media (max-width: 992px) {
    .about-grid {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }

    .elite-values-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        margin-top: 30px !important;
    }

    .value-card-glass {
        padding: 30px 20px !important;
        text-align: center !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .value-card-glass .v-icon {
        margin: 0 auto 20px auto !important;
    }

    .value-card-glass p {
        text-align: center !important;
    }
}


.showcase-feature-bar {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    margin: 20px 0 !important;
    width: 100% !important;
}


.showcase-feature-bar {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 12px 10px !important;
    margin: 20px 0 !important;
}

.s-feature {
    display: flex !important;
    flex-direction: row !important; 
    align-items: center !important;
    gap: 10px !important;
    background: #f1f5f9 !important;
    padding: 10px 15px !important;
    border-radius: 100px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    color: var(--color-primary) !important;
    border: 1px solid rgba(0, 44, 83, 0.03) !important;
    min-height: 48px !important;
    transition: all 0.3s ease;
}

.s-feature i {
    font-size: 13px !important;
    color: var(--color-secondary) !important;
    flex-shrink: 0 !important;
}

.s-feature span {
    white-space: nowrap !important; 
    overflow: visible !important;
    line-height: 1.2 !important;
    text-align: left !important;
    display: block !important;
}

@media (max-width: 768px) {
    .showcase-text {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        padding: 25px 20px !important;
        width: 100% !important;
    }

    .showcase-feature-bar {
        grid-template-columns: 1fr 1fr !important;
        gap: 8px !important;
        margin: 15px auto !important;
        width: 100% !important;
        justify-items: center !important;
    }

    .s-feature {
        flex-direction: column !important;
        padding: 10px 5px !important;
        justify-content: center !important;
        text-align: center !important;
        min-height: 58px !important;
        border-radius: 12px !important;
        gap: 5px !important;
        width: 100% !important; 
    }
    
    .s-feature span {
        white-space: normal !important;
        font-size: 10px !important;
        line-height: 1.1 !important;
        text-align: center !important;
    }
    
    .s-feature i {
        font-size: 12px !important;
    }
}




.faq-section {
    padding: 140px 0 !important;
}

.cta-home-section {
    padding: 140px 0 !important;
}


.faq-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    align-items: flex-start !important;
    gap: 80px !important;
}

.faq-info {
    padding-top: 0 !important;
}

@media (max-width: 992px) {
    .faq-grid {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }
}

/* Removed global footer overrides that were breaking layout */

/* Removed conflicting footer overrides */




@media (max-width: 768px) {
    .cta-home-section {
        padding: 30px 20px 0 20px !important; 
    }
    
    .cta-btns {
        flex-direction: column !important;
        gap: 8px !important;
        align-items: center !important;
        margin-bottom: 5px !important;
    }

    .btn-cta-white, .btn-cta-outline {
        width: 100% !important;
        max-width: 300px !important;
        padding: 14px 20px !important;
        font-size: 14px !important;
        justify-content: center !important;
        border-radius: 100px !important;
    }
}



@media (max-width: 768px) {
    .products-grid {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 12px !important;
        padding: 0 10px !important;
    }

    .product-card {
        padding: 12px !important;
        border-radius: 12px !important;
        display: flex !important;
        flex-direction: column !important;
        height: 100% !important;
        text-align: center !important;
    }

    .product-card img {
        height: 100px !important;
        object-fit: contain !important;
        margin: 0 auto 10px auto !important;
    }

    .product-card h3 {
        font-size: 12px !important;
        line-height: 1.3 !important;
        min-height: 34px !important;
        max-height: 34px !important;
        overflow: hidden !important;
        margin-bottom: 8px !important;
    }

    .product-card .price {
        font-size: 14px !important;
    }

    .btn-pc-detail, .btn-pc-quote {
        padding: 8px 5px !important;
        font-size: 11px !important;
        width: 100% !important;
        min-width: auto !important;
    }
}

.form-notice {
    margin: 0 0 16px;
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 14px;
}

.form-notice-success {
    color: #0d5f3d;
    background: #e7f8ef;
}

.form-notice-info {
    color: #164b7b;
    background: #eaf4ff;
}

.form-notice-error {
    color: #8a2430;
    background: #fff0f1;
}




/* WordPress fidelity and compact responsive polish.
 * This block intentionally follows the imported legacy overrides.
 */
body.admin-bar {
    padding-top: 32px !important;
}

.admin-bar .header-glass {
    top: 32px;
}

.mobile-menu {
    overflow-y: auto !important;
    overscroll-behavior: contain;
}

@supports (height: 100dvh) {
    .mobile-menu {
        height: 100dvh !important;
    }
}

.admin-bar .mobile-menu {
    top: 32px !important;
    height: calc(100vh - 32px) !important;
}

@supports (height: 100dvh) {
    .admin-bar .mobile-menu {
        height: calc(100dvh - 32px) !important;
    }
}

@media (max-width: 1200px) {
    .product-prev,
    .product-next {
        display: none !important;
    }
}

@media (max-width: 782px) {
    body.admin-bar {
        padding-top: 46px !important;
    }

    .admin-bar .header-glass {
        top: 46px;
    }

    .admin-bar .mobile-menu {
        top: 46px !important;
        height: calc(100vh - 46px) !important;
    }

    @supports (height: 100dvh) {
        .admin-bar .mobile-menu {
            height: calc(100dvh - 46px) !important;
        }
    }
}

@media (max-width: 768px) {
    .hero-static-section {
        height: auto !important;
        min-height: 0 !important;
        padding: 96px 0 48px !important;
    }

    .hero-meta-row {
        margin-bottom: 28px !important;
    }

    .cinematic-desc {
        font-size: 16px !important;
        line-height: 1.65 !important;
        margin-bottom: 32px !important;
    }

    .cinematic-actions {
        gap: 12px !important;
        margin-top: 24px !important;
    }

    .featured-products-section {
        padding-top: 52px !important;
        padding-bottom: 36px !important;
    }

    .references-marquee-section,
    .faq-section {
        padding-top: 72px !important;
        padding-bottom: 72px !important;
    }
}

@media (max-width: 480px) {
    .header-inner {
        height: 64px !important;
    }

    .logo img {
        max-height: 34px !important;
    }

    .hero-static-section {
        padding-top: 84px !important;
        padding-bottom: 40px !important;
    }

    .cinematic-title {
        margin-bottom: 20px !important;
    }

    .cinematic-badge {
        max-width: 100%;
        justify-content: center;
        text-align: center;
    }

    .hero-meta-row .meta-item {
        font-size: 13px !important;
    }
}

/* On mobile the hidden top bar leaves the sticky header to provide the
 * admin-toolbar offset; extra body padding would create a second 46px gap. */
@media (max-width: 782px) {
    body.admin-bar {
        padding-top: 0 !important;
    }
}

.admin-bar .mobile-menu {
    top: 32px !important;
}

@media (max-width: 782px) {
    .admin-bar .mobile-menu {
        top: 46px !important;
    }
}

/* Bilgilendirme blogu, geniş içerik alanı ve güvenli tablo taşması. */
:root {
    --biltek-content-width: 1440px;
}

.container {
    max-width: var(--biltek-content-width) !important;
}

.desktop-nav ul {
    gap: clamp(18px, 2vw, 32px);
}

.biltek-table-scroll {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    border-radius: inherit;
}

.biltek-table-scroll > table {
    width: 100%;
    max-width: none;
}

.biltek-blog-page {
    background: #f7f9fc;
    min-height: 60vh;
}

.biltek-blog-hero {
    position: relative;
    padding: 82px 0 76px;
    overflow: hidden;
    color: #fff;
    background: radial-gradient(circle at 75% 20%, rgba(0, 174, 239, 0.2), transparent 36%), linear-gradient(135deg, #001e38 0%, #063b66 100%);
}

.biltek-blog-hero::after {
    content: '';
    position: absolute;
    inset: auto -8% -70% 45%;
    height: 300px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    transform: rotate(-10deg);
}

.biltek-blog-hero .container {
    position: relative;
    z-index: 1;
}

.biltek-blog-eyebrow {
    display: inline-flex;
    margin-bottom: 16px;
    padding: 7px 14px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    color: #8bdcff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.biltek-blog-hero h1 {
    margin: 0 0 16px;
    color: #fff;
    font-size: clamp(38px, 5vw, 58px);
    line-height: 1.05;
}

.biltek-blog-hero p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 18px;
    line-height: 1.7;
}

.biltek-blog-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 36px;
    align-items: start;
    padding-top: 64px;
    padding-bottom: 88px;
}

.biltek-blog-feed,
.biltek-post-list {
    min-width: 0;
}

.biltek-post-list {
    display: grid;
    gap: 24px;
}

.biltek-post-card {
    display: grid;
    grid-template-columns: minmax(220px, 34%) minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid #e4eaf1;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 14px 42px rgba(15, 42, 68, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.biltek-post-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 52px rgba(15, 42, 68, 0.1);
}

.biltek-post-card:not(:has(.biltek-post-image)) {
    grid-template-columns: 1fr;
}

.biltek-post-image {
    min-height: 240px;
    background: #eaf1f7;
}

.biltek-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.biltek-post-body {
    align-self: center;
    padding: 30px 32px;
}

.biltek-post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin-bottom: 12px;
    color: #718096;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.biltek-post-meta a {
    color: #008fd0;
}

.biltek-post-body h2 {
    margin: 0 0 12px;
    font-size: clamp(22px, 2.4vw, 30px);
    line-height: 1.22;
}

.biltek-post-body h2 a {
    color: #002c53;
}

.biltek-post-body p {
    margin: 0 0 20px;
    color: #64748b;
    line-height: 1.7;
}

.biltek-post-link {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: #007fbd;
    font-weight: 800;
}

.biltek-blog-sidebar {
    position: sticky;
    top: 96px;
    display: grid;
    gap: 20px;
    min-width: 0;
}

.biltek-sidebar-widget,
.biltek-blog-empty {
    padding: 28px;
    border: 1px solid #e4eaf1;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 36px rgba(15, 42, 68, 0.05);
}

.biltek-sidebar-widget .widget-title {
    margin: 0 0 18px;
    font-size: 20px;
}

.biltek-sidebar-widget ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.biltek-sidebar-widget a {
    color: #334155;
    font-weight: 650;
}

.biltek-sidebar-widget input,
.biltek-sidebar-widget select {
    width: 100%;
    max-width: 100%;
}

.biltek-sidebar-placeholder {
    border-style: dashed;
}

.biltek-sidebar-placeholder p {
    margin: 0;
    color: #64748b;
    line-height: 1.65;
}

.biltek-blog-empty {
    padding: 70px 36px;
    text-align: center;
}

.biltek-blog-empty i {
    margin-bottom: 20px;
    color: #00aeef;
    font-size: 40px;
}

.biltek-blog-empty h2 {
    margin-bottom: 10px;
}

.biltek-blog-empty p {
    margin: 0;
    color: #64748b;
}

.biltek-blog-feed .navigation.pagination {
    margin-top: 32px;
}

.biltek-blog-feed .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.biltek-blog-feed .page-numbers {
    display: inline-flex;
    min-width: 42px;
    height: 42px;
    padding: 0 13px;
    align-items: center;
    justify-content: center;
    border: 1px solid #dce5ee;
    border-radius: 10px;
    background: #fff;
    color: #25415d;
    font-weight: 750;
}

.biltek-blog-feed .page-numbers.current {
    border-color: #007fbd;
    background: #007fbd;
    color: #fff;
}

@media (max-width: 1100px) {
    .biltek-blog-layout {
        grid-template-columns: minmax(0, 1fr) 280px;
        gap: 28px;
    }

    .desktop-nav ul {
        gap: 18px;
    }

    .desktop-nav a {
        font-size: 14px;
    }
}

@media (max-width: 900px) {
    .biltek-blog-layout {
        grid-template-columns: 1fr;
    }

    .biltek-blog-sidebar {
        position: static;
    }
}

@media (max-width: 680px) {
    .biltek-blog-hero {
        padding: 58px 0 54px;
    }

    .biltek-blog-hero p {
        font-size: 16px;
    }

    .biltek-blog-layout {
        padding-top: 38px;
        padding-bottom: 60px;
    }

    .biltek-post-card {
        grid-template-columns: 1fr;
    }

    .biltek-post-image {
        min-height: 210px;
        max-height: 260px;
    }

    .biltek-post-body {
        padding: 24px;
    }

    .biltek-table-scroll > table {
        min-width: 640px;
    }
}

/* Site-wide turquoise palette v1.1, derived from the Bilgilendirme article theme. */
::selection {
    background: rgba(114, 222, 216, 0.42);
    color: #0B2339;
}

.top-bar {
    background: linear-gradient(135deg, #0B2339 0%, #0D5264 58%, #087074 100%) !important;
}

.header-glass {
    border-bottom-color: rgba(15, 133, 135, 0.15) !important;
}

.header-glass.scrolled {
    box-shadow: 0 12px 34px rgba(8, 112, 116, 0.12) !important;
}

.desktop-nav a.active,
.mobile-nav a.active,
.desktop-nav .nav-featured,
.mobile-nav .nav-featured {
    color: #0F8587 !important;
}

.desktop-nav a.active::after {
    background: linear-gradient(90deg, #0F8587, #72DED8) !important;
}

.btn-primary,
.btn-nav-teklif,
.btn-cta-primary,
.btn-reg-primary,
.cinematic-actions .btn-primary,
.hero-actions .btn-primary,
.glass-actions .btn-primary {
    border-color: rgba(114, 222, 216, 0.22) !important;
    background: linear-gradient(135deg, #0B2339 0%, #0D5264 56%, #087074 100%) !important;
    box-shadow: 0 12px 28px rgba(8, 112, 116, 0.2) !important;
}

.btn-primary:hover,
.btn-nav-teklif:hover,
.btn-cta-primary:hover,
.btn-reg-primary:hover,
.cinematic-actions .btn-primary:hover,
.hero-actions .btn-primary:hover,
.glass-actions .btn-primary:hover {
    background: linear-gradient(135deg, #0D5264 0%, #087074 52%, #0F8587 100%) !important;
    box-shadow: 0 16px 34px rgba(15, 133, 135, 0.28) !important;
}

.btn-outline,
.btn-secondary,
.btn-reg-outline {
    border-color: rgba(15, 133, 135, 0.34) !important;
    color: #087074 !important;
}

.btn-outline:hover,
.btn-secondary:hover,
.btn-reg-outline:hover {
    border-color: #0F8587 !important;
    background: #E8F5F4 !important;
    color: #0B2339 !important;
}

.text-gradient,
.section-title .highlight,
.cinematic-title .highlight {
    background: linear-gradient(135deg, #0D5264 0%, #0F8587 58%, #72DED8 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.section-badge,
.header-badge,
.chic-badge,
.cinematic-badge,
.biltek-blog-eyebrow {
    border-color: rgba(15, 133, 135, 0.24) !important;
    background: rgba(232, 245, 244, 0.9) !important;
    color: #087074 !important;
}

.hero-static-section,
.hero-overlay-section,
.page-header,
.biltek-blog-hero {
    background-color: #0B2339 !important;
}

.page-header,
.biltek-blog-hero {
    background-image: radial-gradient(circle at 82% 15%, rgba(114, 222, 216, 0.18), transparent 34%), linear-gradient(135deg, #0B2339 0%, #0D5264 56%, #087074 100%) !important;
}

.biltek-blog-hero::after {
    background: rgba(114, 222, 216, 0.08) !important;
}

.cta-home-section,
.cta-section,
.footer {
    background-color: #0B2339 !important;
    background-image: radial-gradient(circle at 85% 10%, rgba(15, 133, 135, 0.2), transparent 35%), linear-gradient(145deg, #0B2339 0%, #123D57 58%, #087074 120%) !important;
}

.feature-card,
.showcase-item,
.info-card,
.biltek-post-card,
.biltek-sidebar-widget,
.biltek-single-post {
    border-color: rgba(15, 133, 135, 0.14) !important;
}

.feature-card:hover,
.showcase-item:hover,
.info-card:hover,
.biltek-post-card:hover {
    border-color: rgba(15, 133, 135, 0.38) !important;
    box-shadow: 0 20px 50px rgba(8, 112, 116, 0.13) !important;
}

.feature-icon,
.info-icon,
.product-icon,
.biltek-blog-empty i {
    color: #0F8587 !important;
}

.biltek-post-meta a,
.biltek-post-link,
.biltek-single-breadcrumb a,
.biltek-sidebar-widget a:hover {
    color: #087074 !important;
}

.biltek-blog-feed .page-numbers.current {
    border-color: #087074 !important;
    background: linear-gradient(135deg, #087074, #0F8587) !important;
}

.biltek-single-content blockquote {
    border-left-color: #0F8587 !important;
    background: linear-gradient(135deg, #F9FBFC 0%, #E8F5F4 100%) !important;
}

.biltek-single-content a:not(.btn) {
    color: #087074;
    text-decoration-color: rgba(15, 133, 135, 0.35);
}

.biltek-table-scroll {
    scrollbar-color: #0F8587 #E8F5F4;
}

input:focus,
textarea:focus,
select:focus {
    border-color: #0F8587 !important;
    box-shadow: 0 0 0 3px rgba(15, 133, 135, 0.12) !important;
    outline: none;
}

/* Compact desktop hero after removing the long regulatory description. */
@media (min-width: 993px) {
    .hero-static-section {
        height: 580px !important;
        min-height: 580px !important;
    }
}

/* Modern glass navigation: compact, clear and touch-friendly. */
@media (min-width: 993px) {
    .header-glass {
        background: rgba(248, 252, 252, 0.88) !important;
        -webkit-backdrop-filter: saturate(160%) blur(22px) !important;
        backdrop-filter: saturate(160%) blur(22px) !important;
        border-bottom: 1px solid rgba(15, 133, 135, 0.13) !important;
        box-shadow: 0 10px 34px rgba(11, 35, 57, 0.08) !important;
    }

    .header-glass.scrolled {
        background: rgba(255, 255, 255, 0.96) !important;
        box-shadow: 0 12px 38px rgba(8, 112, 116, 0.12) !important;
    }

    .header-inner,
    .header-glass.scrolled .header-inner {
        height: 78px !important;
        gap: 18px !important;
    }

    .header-inner .logo img {
        max-height: 47px !important;
    }

    nav.desktop-nav {
        display: flex;
        flex: 1 1 auto;
        justify-content: center;
        min-width: 0;
    }

    nav.desktop-nav ul {
        display: flex;
        gap: 4px !important;
        align-items: center;
        padding: 6px !important;
        border: 1px solid rgba(15, 133, 135, 0.13);
        border-radius: 18px;
        background: rgba(232, 245, 244, 0.64);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
    }

    nav.desktop-nav ul a {
        position: relative;
        display: inline-flex;
        min-height: 42px;
        padding: 0 15px !important;
        align-items: center;
        justify-content: center;
        border-radius: 13px;
        color: #29465A !important;
        font-size: 13.5px !important;
        font-weight: 750 !important;
        letter-spacing: -0.01em;
        white-space: nowrap;
        transition: color .22s ease, background-color .22s ease, transform .22s ease, box-shadow .22s ease !important;
    }

    nav.desktop-nav ul a:hover {
        transform: translateY(-1px);
        background: rgba(255, 255, 255, 0.9);
        color: #087074 !important;
        box-shadow: 0 7px 18px rgba(8, 112, 116, 0.11);
    }

    nav.desktop-nav ul a.active {
        background: #FFFFFF !important;
        color: #087074 !important;
        box-shadow: 0 8px 22px rgba(8, 112, 116, 0.14), inset 0 0 0 1px rgba(15, 133, 135, 0.12);
    }

    nav.desktop-nav ul a.active::after {
        display: none !important;
    }

    .header-inner > div.desktop-nav {
        flex: 0 0 auto;
    }

    .header-inner .btn-nav-teklif {
        min-height: 46px;
        padding: 0 21px !important;
        border-radius: 14px !important;
        letter-spacing: -0.01em;
        box-shadow: 0 10px 24px rgba(8, 112, 116, 0.2) !important;
    }
}

@media (min-width: 993px) and (max-width: 1180px) {
    .header-inner {
        gap: 10px !important;
    }

    nav.desktop-nav ul a {
        padding: 0 10px !important;
        font-size: 12.5px !important;
    }
}

.mobile-toggle {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(15, 133, 135, 0.16) !important;
    border-radius: 13px !important;
    background: #E8F5F4 !important;
    color: #087074 !important;
    box-shadow: 0 8px 20px rgba(8, 112, 116, 0.1);
}

.mobile-menu {
    background: rgba(250, 253, 253, 0.98) !important;
    box-shadow: -22px 0 60px rgba(11, 35, 57, 0.2) !important;
}

.mobile-nav {
    gap: 8px !important;
}

.mobile-nav a {
    padding: 14px 16px !important;
    border: 1px solid transparent;
    border-radius: 13px;
    color: #29465A !important;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}

.mobile-nav a:hover,
.mobile-nav a.active {
    transform: translateX(3px);
    border-color: rgba(15, 133, 135, 0.16);
    background: #E8F5F4 !important;
    color: #087074 !important;
}

.biltek-single-page {
    padding-top: 1px;
}

.biltek-single-breadcrumb {
    padding-top: 38px;
    padding-bottom: 0;
}

.biltek-single-breadcrumb a {
    color: #007fbd;
    font-weight: 800;
}

.biltek-single-layout {
    padding-top: 28px;
}

.biltek-single-post {
    overflow: hidden;
    border: 1px solid #e4eaf1;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 16px 48px rgba(15, 42, 68, 0.07);
}

.biltek-single-header {
    padding: clamp(30px, 5vw, 58px) clamp(24px, 5vw, 64px) 30px;
}

.biltek-single-header h1 {
    max-width: 880px;
    margin: 0;
    color: #002c53;
    font-size: clamp(34px, 4.8vw, 58px);
    line-height: 1.1;
}

.biltek-single-featured {
    margin: 0 clamp(24px, 5vw, 64px);
    overflow: hidden;
    border-radius: 18px;
}

.biltek-single-featured img {
    display: block;
    width: 100%;
    height: auto;
}

.biltek-single-content {
    padding: 38px clamp(24px, 5vw, 64px) 60px;
    color: #334155;
    font-size: 17px;
    line-height: 1.82;
}

.biltek-single-content > :first-child {
    margin-top: 0;
}

.biltek-single-content h2,
.biltek-single-content h3,
.biltek-single-content h4 {
    margin-top: 1.7em;
    margin-bottom: 0.65em;
    color: #002c53;
    line-height: 1.25;
}

.biltek-single-content h2 {
    font-size: clamp(27px, 3vw, 38px);
}

.biltek-single-content h3 {
    font-size: clamp(22px, 2.4vw, 30px);
}

.biltek-single-content p,
.biltek-single-content ul,
.biltek-single-content ol,
.biltek-single-content blockquote {
    margin-bottom: 1.35em;
}

.biltek-single-content ul,
.biltek-single-content ol {
    padding-left: 1.4em;
}

.biltek-single-content img,
.biltek-single-content iframe,
.biltek-single-content video {
    max-width: 100%;
    height: auto;
}

.biltek-single-content blockquote {
    margin-left: 0;
    padding: 20px 24px;
    border-left: 4px solid #00aeef;
    border-radius: 0 14px 14px 0;
    background: #eef8fd;
}

@media (max-width: 680px) {
    .biltek-single-breadcrumb {
        padding-top: 26px;
    }

    .biltek-single-layout {
        padding-top: 20px;
    }

    .biltek-single-post {
        border-radius: 18px;
    }

    .biltek-single-content {
        font-size: 16px;
    }
}

/* Site Identity: one responsive logo size across imported and native regions. */
.header-inner .logo img,
.mobile-header img,
.footer-logo,
.footer-logo img {
    width: var(--biltek-logo-width, 180px) !important;
    max-width: min(100%, var(--biltek-logo-width, 180px)) !important;
    max-height: none !important;
    height: auto !important;
    object-fit: contain;
    background: transparent !important;
}

@media (max-width: 992px) {
    .header-inner .logo img,
    .mobile-header img,
    .footer-logo,
    .footer-logo img {
        width: var(--biltek-logo-mobile-width, 150px) !important;
        max-width: min(100%, var(--biltek-logo-mobile-width, 150px)) !important;
    }
}

/* Product and brand media belong to the same mist-toned visual surface. */
.showcase-img,
.pc-image,
.product-gallery .main-image,
.product-gallery .thumbnail,
.reg-visual-box,
.glass-logo,
.elite-image-wrap {
    border-color: rgba(15, 133, 135, 0.12) !important;
    background: linear-gradient(145deg, #fbfdfd 0%, #edf7f6 100%) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.showcase-img img,
.pc-image img,
.product-gallery .main-image img,
.product-gallery .thumbnail img,
.reg-visual-box img,
.glass-logo img,
.elite-image-wrap img {
    background: transparent !important;
    mix-blend-mode: multiply;
}

/* Defibrilatör ürün galerisi: diğer ürün sayfalarıyla aynı nötr görsel sahnesi. */
.page-id-21 .product-gallery .main-image {
    height: 545px;
    border: 1px solid rgba(15, 133, 135, 0.12) !important;
    border-radius: 20px !important;
    background: linear-gradient(145deg, #f7fbfb 0%, #eef6f5 100%) !important;
}

.page-id-21 .product-gallery .main-image img {
    width: 100%;
    height: 100%;
    padding: 26px;
    box-sizing: border-box;
    object-fit: contain;
    object-position: center;
    background: transparent !important;
    mix-blend-mode: multiply;
}

.page-id-21 .product-gallery .thumbnail {
    flex: 0 0 96px;
    width: 96px;
    height: 96px;
    padding: 5px;
    opacity: 1 !important;
    border: 1px solid rgba(15, 133, 135, 0.12) !important;
    border-radius: 14px;
    background: linear-gradient(145deg, #fbfdfd 0%, #edf7f6 100%) !important;
}

.page-id-21 .product-gallery .thumbnail:hover,
.page-id-21 .product-gallery .thumbnail.active {
    opacity: 1 !important;
    border-color: #0f8587 !important;
}

.page-id-21 .product-gallery .thumbnail img {
    border-radius: 10px;
    object-fit: contain;
    opacity: 1 !important;
    filter: none !important;
    background: transparent !important;
    mix-blend-mode: multiply;
}

@media (max-width: 767px) {
    .page-id-21 .product-gallery .main-image {
        height: min(112vw, 460px);
    }

    .page-id-21 .product-gallery .main-image img {
        padding: 16px;
    }

    .page-id-21 .product-gallery .thumbnail {
        flex-basis: 78px;
        width: 78px;
        height: 78px;
    }
}

/* Compact, shared eyebrow treatment for homepage section headings. */
.section-header {
    margin-bottom: clamp(26px, 3vw, 38px) !important;
}

.section-header .header-badge,
.section-header .section-badge,
.header-badge,
.section-badge {
    display: none !important;
    min-height: 30px;
    margin-bottom: 12px !important;
    padding: 6px 11px !important;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid rgba(15, 133, 135, 0.16) !important;
    border-radius: 9px !important;
    background: linear-gradient(135deg, rgba(232, 245, 244, 0.98), rgba(239, 248, 249, 0.92)) !important;
    color: #087074 !important;
    box-shadow: none !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    line-height: 1.1;
    letter-spacing: .09em !important;
}

.section-header .header-badge::before,
.section-header .section-badge::before {
    width: 6px;
    height: 6px;
    flex: 0 0 6px;
    border-radius: 999px;
    background: #0f8587;
    box-shadow: 0 0 0 4px rgba(15, 133, 135, 0.09);
    content: '';
}

.section-header h2 {
    margin-bottom: 10px !important;
    color: #0b2339 !important;
    letter-spacing: -.035em;
}

.section-header p {
    max-width: 700px;
    margin-right: auto !important;
    margin-left: auto !important;
    color: #52697a !important;
    line-height: 1.65;
}

.trust-impact-section,
.featured-products-section {
    background: linear-gradient(180deg, #ffffff 0%, #f4f9f9 100%) !important;
}

.trust-impact-section + .featured-products-section {
    border-top: 1px solid rgba(15, 133, 135, 0.08);
}

@media (max-width: 680px) {
    .section-header {
        margin-bottom: 24px !important;
    }

    .section-header .header-badge,
    .section-header .section-badge,
    .header-badge,
    .section-badge {
        min-height: 28px;
        padding: 6px 9px !important;
        font-size: 9px !important;
    }
}

/* Premium contact panel: clearer hierarchy, calmer fields and visible trust cues. */
.contact-grid {
    align-items: start !important;
    gap: clamp(42px, 5vw, 76px) !important;
}

.contact-form-wrapper {
    position: relative;
    overflow: hidden;
    padding: clamp(28px, 4vw, 46px) !important;
    border: 1px solid rgba(15, 133, 135, 0.16) !important;
    border-radius: 30px !important;
    background:
        radial-gradient(circle at 100% 0%, rgba(15, 133, 135, 0.15), transparent 34%),
        linear-gradient(145deg, #f9fcfc 0%, #edf7f6 100%) !important;
    box-shadow: 0 24px 70px rgba(11, 35, 57, 0.08) !important;
}

.contact-form-wrapper::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 5px;
    background: linear-gradient(90deg, #0b3550, #0f8587 56%, #35b7a8);
    content: '';
}

.contact-form-heading,
.contact-form-wrapper .contact-form {
    position: relative;
    z-index: 1;
}

.contact-form-heading {
    margin-bottom: 26px;
}

.contact-form-kicker {
    display: inline-flex;
    min-height: 30px;
    margin-bottom: 14px;
    padding: 7px 11px;
    align-items: center;
    gap: 7px;
    border: 1px solid rgba(15, 133, 135, 0.17);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    color: #087074;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .1em;
}

.contact-form-heading h2 {
    margin: 0 0 12px !important;
    color: #0b2339;
    font-size: clamp(32px, 3.6vw, 48px);
    line-height: 1.08;
    letter-spacing: -.045em;
}

.contact-form-heading > p {
    max-width: 660px;
    margin: 0;
    color: #52697a;
    font-size: 15px;
    line-height: 1.72;
}

.contact-form-assurances {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.contact-form-assurances span {
    display: inline-flex;
    min-height: 32px;
    padding: 7px 10px;
    align-items: center;
    gap: 7px;
    border: 1px solid rgba(15, 133, 135, 0.13);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.82);
    color: #29465a;
    font-size: 11px;
    font-weight: 750;
}

.contact-form-assurances i {
    color: #0f8587;
}

.contact-form-wrapper .contact-form {
    display: block !important;
    padding: clamp(20px, 3vw, 30px) !important;
    border: 1px solid rgba(15, 133, 135, 0.12);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.9);
}

.contact-form-wrapper .form-row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px !important;
}

.contact-form-wrapper .form-row-product {
    grid-template-columns: minmax(0, 1fr) 120px;
}

.contact-form-wrapper .form-group {
    margin-bottom: 18px !important;
}

.contact-form-wrapper .form-group label {
    display: block;
    margin-bottom: 8px;
    color: #18384f;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: -.01em;
}

.contact-form-wrapper .contact-form input:not([type='hidden']),
.contact-form-wrapper .contact-form select,
.contact-form-wrapper .contact-form textarea {
    display: block !important;
    width: 100% !important;
    min-width: 0;
    border: 1px solid #d7e5e5 !important;
    border-radius: 13px !important;
    background-color: #fff !important;
    color: #18384f !important;
    font: inherit;
    font-size: 14px !important;
    box-shadow: none !important;
}

.contact-form-wrapper .contact-form input:not([type='hidden']),
.contact-form-wrapper .contact-form select {
    height: 50px !important;
    padding: 0 14px !important;
}

.contact-form-wrapper .contact-form select {
    cursor: pointer;
}

.contact-form-wrapper .contact-form textarea {
    min-height: 130px !important;
    padding: 14px !important;
    resize: vertical;
}

.contact-form-wrapper .contact-form input:focus,
.contact-form-wrapper .contact-form select:focus,
.contact-form-wrapper .contact-form textarea:focus {
    border-color: #0f8587 !important;
    outline: 3px solid rgba(15, 133, 135, 0.1) !important;
}

.contact-form-wrapper .contact-form .btn-primary {
    min-height: 54px;
    border: 0 !important;
    border-radius: 14px !important;
    background: linear-gradient(135deg, #0b3550, #0f8587) !important;
    color: #fff !important;
    font-weight: 800;
    letter-spacing: -.01em;
    box-shadow: none !important;
}

/* Shared corporate reference presentation on the homepage and Corporate page. */
.corporate-partners-page {
    padding: clamp(56px, 7vw, 92px) 0;
    background: linear-gradient(180deg, #f7fbfb 0%, #ffffff 100%);
}

.corporate-logo-marquee {
    padding: 6px 0 10px;
}

.corporate-logo-track {
    gap: 18px !important;
}

.corporate-logo-card,
.corporate-logo-card:hover {
    position: relative;
    display: flex !important;
    width: 232px !important;
    height: 124px !important;
    flex: 0 0 232px !important;
    padding: 20px !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: default !important;
    border: 1px solid transparent !important;
    border-radius: 20px !important;
    background:
        radial-gradient(circle at 50% 118%, rgba(15, 133, 135, 0.13), transparent 54%) padding-box,
        linear-gradient(145deg, #e8eef0 0%, #d9e3e6 100%) padding-box,
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(15, 133, 135, 0.46), rgba(11, 53, 80, 0.24)) border-box !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.94),
        inset 0 -1px 0 rgba(11, 53, 80, 0.07),
        0 8px 22px rgba(11, 35, 57, 0.055) !important;
    text-decoration: none !important;
    transform: none !important;
}

.corporate-logo-card::before {
    position: absolute;
    top: 0;
    right: 26px;
    left: 26px;
    height: 3px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, transparent, #0f8587, transparent);
    content: '';
}

.corporate-logo-card::after {
    position: absolute;
    inset: 6px;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, 0.58);
    border-radius: 14px;
    content: '';
}

.corporate-logo-card img {
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-width: 178px !important;
    max-height: 72px !important;
    object-fit: contain !important;
    filter:
        drop-shadow(0 1px 1px rgba(11, 35, 57, 0.3))
        drop-shadow(0 0 1px rgba(11, 35, 57, 0.16)) !important;
    opacity: 1 !important;
}

.corporate-logo-card--1 img { max-width: 136px !important; max-height: 76px !important; }
.corporate-logo-card--2 img { max-width: 76px !important; max-height: 76px !important; }
.corporate-logo-card--3 img { width: 178px !important; max-width: 178px !important; }
.corporate-logo-card--4 img { max-width: 76px !important; max-height: 78px !important; }
.corporate-logo-card--5 img { width: 178px !important; max-width: 178px !important; }
.corporate-logo-card--6 img { width: 178px !important; max-width: 178px !important; }

/* The official Borusan asset is white; recolor it for contrast on the light card. */
.corporate-logo-card--3 img {
    filter: brightness(0) saturate(100%) invert(22%) sepia(31%) saturate(1660%) hue-rotate(145deg) brightness(87%) contrast(94%) !important;
}

/* Stable per-brand sizing remains correct even when references are reordered. */
.corporate-logo-card--ref-partner-borusan img {
    width: 178px !important;
    max-width: 178px !important;
    filter: brightness(0) saturate(100%) invert(22%) sepia(31%) saturate(1660%) hue-rotate(145deg) brightness(87%) contrast(94%) !important;
}

.corporate-logo-card--ref-partner-tepe-holding img {
    max-width: 84px !important;
    max-height: 86px !important;
}

.corporate-logo-card--ref-partner-lezita img,
.corporate-logo-card--ref-partner-demisas img {
    max-height: 78px !important;
}

.corporate-logo-card--ref-partner-securitas img {
    width: 130px !important;
    max-width: 130px !important;
    max-height: 70px !important;
}

.contact-form-wrapper .contact-form label:has(input[type='checkbox']) {
    display: flex;
    margin: 2px 0 20px;
    align-items: flex-start;
    gap: 10px;
    color: #52697a;
    font-size: 11px;
    font-weight: 650;
    line-height: 1.55;
}

.contact-form-wrapper .contact-form input[type='checkbox'] {
    width: 19px !important;
    min-width: 19px !important;
    height: 19px !important;
    margin: 0 !important;
    padding: 0 !important;
    accent-color: #0f8587;
    border-radius: 5px !important;
    box-shadow: none !important;
}

@media (max-width: 760px) {
    .contact-grid {
        gap: 34px !important;
    }

    .contact-form-wrapper {
        padding: 24px 18px !important;
        border-radius: 24px !important;
    }

    .contact-form-wrapper .contact-form {
        padding: 18px 14px !important;
    }

    .contact-form-wrapper .form-row,
    .contact-form-wrapper .form-row-product {
        grid-template-columns: 1fr !important;
    }

    .corporate-logo-card {
        width: 196px !important;
        height: 108px !important;
        flex-basis: 196px !important;
        padding: 16px !important;
    }

    .corporate-logo-card img {
        max-width: 152px !important;
        max-height: 64px !important;
    }
}

/* Unified contact workspace: form and details read as one compact professional table. */
.content-section:has(.contact-grid) {
    padding: clamp(48px, 6vw, 76px) 0 !important;
    background: linear-gradient(180deg, #f8fbfb 0%, #eef5f5 100%) !important;
}

.contact-grid {
    position: relative;
    display: grid !important;
    grid-template-columns: minmax(0, 1.36fr) minmax(340px, .84fr) !important;
    gap: 0 !important;
    align-items: stretch !important;
    overflow: hidden;
    border: 1px solid rgba(11, 53, 80, 0.16);
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(11, 35, 57, 0.085);
}

.contact-grid::before {
    position: absolute;
    z-index: 4;
    top: 0;
    right: 0;
    left: 0;
    height: 5px;
    background: linear-gradient(90deg, #0b3550 0%, #0f8587 58%, #57d2c4 100%);
    content: '';
}

.contact-form-wrapper {
    min-width: 0;
    padding: clamp(30px, 3.6vw, 46px) !important;
    overflow: visible;
    border: 0 !important;
    border-radius: 0 !important;
    background:
        radial-gradient(circle at 100% 0%, rgba(15, 133, 135, 0.12), transparent 30%),
        linear-gradient(145deg, #fbfdfd 0%, #edf6f5 100%) !important;
    box-shadow: none !important;
}

.contact-form-wrapper::before {
    display: none !important;
}

.contact-form-heading {
    margin-bottom: 22px;
}

.contact-form-heading h2 {
    font-size: clamp(31px, 3vw, 43px);
}

.contact-form-heading > p {
    max-width: 620px;
}

.contact-form-wrapper .contact-form {
    padding: clamp(20px, 2.4vw, 26px) !important;
    border-color: rgba(11, 53, 80, 0.11) !important;
    border-radius: 18px !important;
    background: rgba(255, 255, 255, 0.78) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
}

.contact-form-wrapper .form-row {
    gap: 12px !important;
}

.contact-form-wrapper .form-group {
    margin-bottom: 14px !important;
}

.contact-form-wrapper .contact-form input:not([type='hidden']):not([type='checkbox']):not([type='radio']),
.contact-form-wrapper .contact-form select {
    height: 46px !important;
}

.contact-form-wrapper .contact-form textarea {
    height: 112px !important;
    min-height: 112px !important;
}

.contact-form-assurances {
    margin-top: 14px;
}

.contact-info-wrapper {
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100%;
    padding: clamp(34px, 3.7vw, 50px) !important;
    background:
        radial-gradient(circle at 100% 0%, rgba(87, 210, 196, 0.18), transparent 34%),
        linear-gradient(155deg, #0b2e46 0%, #0b5363 58%, #087074 115%) !important;
    color: #fff;
}

.contact-info-wrapper::after {
    display: block;
    margin-top: auto;
    padding: 17px 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.075);
    color: rgba(235, 248, 248, 0.82);
    font-size: 11px;
    font-weight: 650;
    line-height: 1.65;
    content: 'Satış, kurulum ve teknik destek talepleriniz aynı uzman ekip tarafından değerlendirilir.';
}

.contact-info-wrapper > h2 {
    max-width: 300px;
    margin: 0 0 22px !important;
    color: #fff !important;
    font-size: clamp(29px, 2.7vw, 40px);
    line-height: 1.08;
    letter-spacing: -.04em;
}

.contact-info-wrapper > h2::after {
    display: block;
    width: 46px;
    height: 3px;
    margin-top: 14px;
    border-radius: 999px;
    background: #57d2c4;
    content: '';
}

.contact-info-cards {
    display: grid !important;
    gap: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.contact-info-wrapper .info-card,
.contact-info-wrapper .info-card:hover {
    display: grid !important;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 15px !important;
    align-items: center !important;
    padding: 20px 0 !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
}

.contact-info-wrapper .info-card:last-child {
    border-bottom: 0 !important;
}

.contact-info-wrapper .info-card > i {
    display: flex;
    width: 44px;
    height: 44px;
    margin: 0 !important;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.09);
    color: #82ded4 !important;
    font-size: 18px !important;
}

.contact-info-wrapper .info-card h4 {
    margin: 0 0 5px !important;
    color: #fff !important;
    font-size: 15px;
    line-height: 1.25;
}

.contact-info-wrapper .info-card p {
    margin: 0 !important;
    color: rgba(235, 248, 248, 0.78) !important;
    font-size: 12px;
    line-height: 1.65;
    overflow-wrap: anywhere;
}

@media (max-width: 992px) {
    .contact-grid {
        grid-template-columns: 1fr !important;
        gap: 0 !important;
        border-radius: 24px;
    }

    .contact-info-wrapper {
        padding: 32px 26px !important;
    }
}

@media (max-width: 560px) {
    .contact-grid {
        border-radius: 20px;
    }

    .contact-form-wrapper,
    .contact-info-wrapper {
        padding: 26px 18px !important;
    }

    .contact-form-assurances {
        gap: 6px;
    }

    .contact-form-assurances span {
        flex: 1 1 calc(50% - 6px);
        justify-content: center;
    }
}

/* Lighter reference cards while keeping white marks legible. */
.corporate-logo-card,
.corporate-logo-card:hover {
    background:
        radial-gradient(circle at 50% 118%, rgba(15, 133, 135, 0.09), transparent 54%) padding-box,
        linear-gradient(145deg, #f4f7f8 0%, #e9eff1 100%) padding-box,
        linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(15, 133, 135, 0.38), rgba(11, 53, 80, 0.18)) border-box !important;
}

/* Products page: larger product presentation and homepage-style action buttons. */
.product-card-elite .pc-image {
    height: 310px !important;
    padding: 16px !important;
}

.product-card-elite .pc-image img,
.product-card-elite:hover .pc-image img {
    width: auto !important;
    height: auto !important;
    max-width: 88% !important;
    max-height: 88% !important;
}

.product-card-elite .btn-pc-detail,
.product-card-elite .btn-pc-detail:hover {
    display: inline-flex !important;
    min-height: 54px;
    padding: 15px 17px !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid rgba(0, 44, 83, 0.08) !important;
    border-radius: 18px !important;
    background: #f8fafc !important;
    color: #0b2339 !important;
    font-size: 14px !important;
    font-weight: 750 !important;
    line-height: 1;
    box-shadow: none !important;
    transform: none !important;
}

.product-card-elite .btn-pc-detail::after {
    color: #0f8587;
    font-family: 'Font Awesome 6 Free';
    font-size: 11px;
    font-weight: 900;
    content: '\f054';
}

.product-card-elite .btn-pc-detail:hover {
    border-color: rgba(15, 133, 135, 0.28) !important;
    background: #edf7f6 !important;
    color: #087074 !important;
}

/* Graphic corporate metrics: three measurable trust signals instead of a plain strip. */
.corporate-impact-intro {
    position: relative;
    align-items: center;
    overflow: hidden;
}

.corporate-impact-intro::before {
    position: absolute;
    top: -90px;
    right: -70px;
    width: 430px;
    height: 430px;
    pointer-events: none;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(117, 226, 216, 0.18) 1.5px, transparent 1.8px) 0 0 / 18px 18px;
    content: '';
    opacity: .55;
}

.corporate-impact-copy,
.corporate-metrics {
    position: relative;
    z-index: 1;
}

.corporate-metrics {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 11px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
}

.corporate-metric,
.corporate-metric + .corporate-metric {
    position: relative;
    display: flex !important;
    min-height: 152px;
    padding: 64px 12px 18px !important;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 18px;
    background: linear-gradient(155deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.065));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
    text-align: center;
}

.corporate-metric::before {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background:
        radial-gradient(circle, #0d6070 0 54%, transparent 57%),
        conic-gradient(#79ded4 0 315deg, rgba(255, 255, 255, 0.15) 315deg 360deg);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.055);
    content: '';
    transform: translateX(-50%);
}

.corporate-metric:nth-child(2)::before {
    background:
        radial-gradient(circle, #0d6070 0 54%, transparent 57%),
        conic-gradient(#79ded4 0 350deg, rgba(255, 255, 255, 0.15) 350deg 360deg);
}

.corporate-metric:nth-child(3)::before {
    background:
        radial-gradient(circle, #0d6070 0 54%, transparent 57%),
        conic-gradient(#79ded4 0 292deg, rgba(255, 255, 255, 0.15) 292deg 360deg);
}

.corporate-metric::after {
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #79ded4;
    box-shadow: 0 0 0 4px rgba(121, 222, 212, 0.09);
    content: '';
}

.corporate-metric strong {
    margin-bottom: 7px !important;
    color: #fff !important;
    font-size: clamp(27px, 2.2vw, 34px) !important;
    letter-spacing: -.04em;
}

.corporate-metric span {
    color: rgba(239, 250, 249, 0.75) !important;
    font-size: 10px !important;
    letter-spacing: .055em !important;
    text-transform: uppercase;
}

@media (max-width: 1100px) {
    .corporate-metrics {
        width: 100%;
        max-width: 720px;
    }
}

@media (max-width: 700px) {
    .corporate-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .corporate-metric,
    .corporate-metric + .corporate-metric {
        min-height: 136px;
        padding: 58px 12px 16px !important;
        justify-content: flex-end !important;
        border: 1px solid rgba(255, 255, 255, 0.18) !important;
        text-align: center !important;
    }

    .corporate-metric:nth-child(3) {
        grid-column: 1 / -1;
    }

    .product-card-elite .pc-image {
        height: 280px !important;
    }
}

/* Matched contact headings: one title and the same short accent rule on both sides. */
.contact-form-heading h2::after {
    display: block;
    width: 46px;
    height: 3px;
    margin-top: 14px;
    border-radius: 999px;
    background: #0f8587;
    content: '';
}

/* Unified premium product stage across the homepage and Products page. */
.showcase-item,
.product-card-elite,
.showcase-item:hover,
.product-card-elite:hover {
    border: 1px solid rgba(11, 83, 99, 0.16) !important;
    border-radius: 22px !important;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdfd 100%) !important;
    box-shadow: none !important;
    transform: none !important;
}

.showcase-img,
.product-card-elite .pc-image {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border: 1px solid rgba(11, 83, 99, 0.14) !important;
    border-radius: 18px !important;
    background:
        radial-gradient(circle at 50% 43%, rgba(255, 255, 255, 0.98) 0 24%, rgba(246, 250, 250, 0.96) 52%, rgba(232, 242, 242, 0.98) 100%) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.98),
        inset 0 -1px 0 rgba(11, 83, 99, 0.055) !important;
}

.showcase-img::after,
.product-card-elite .pc-image::after {
    position: absolute;
    z-index: 0;
    right: 20%;
    bottom: 18px;
    left: 20%;
    height: 18px;
    pointer-events: none;
    border-radius: 50%;
    background: radial-gradient(ellipse, rgba(11, 35, 57, 0.18) 0%, rgba(11, 35, 57, 0.06) 48%, transparent 74%);
    content: '';
    filter: blur(5px);
}

.showcase-img img,
.product-card-elite .pc-image img,
.showcase-item:hover .showcase-img img,
.product-card-elite:hover .pc-image img {
    position: relative;
    z-index: 1;
    display: block !important;
    object-fit: contain !important;
    object-position: center !important;
    background: transparent !important;
    mix-blend-mode: multiply !important;
    filter: none !important;
    transform: none !important;
}

/* Homepage sources have different transparent canvas margins; normalize optically. */
.showcase-img img {
    width: 92% !important;
    height: 92% !important;
    max-width: none !important;
    max-height: none !important;
}

.showcase-img img[src*='oed_ekranli'] {
    width: 116% !important;
    height: 116% !important;
}

.showcase-img img[src*='device2'] {
    width: 82% !important;
    height: 82% !important;
}

.showcase-img img[src*='sefam'] {
    width: 98% !important;
    height: 98% !important;
}

.showcase-img img[src*='metal_kabinet'] {
    width: 102% !important;
    height: 102% !important;
}

.showcase-img img[src*='ped'] {
    width: 104% !important;
    height: 104% !important;
}

.product-card-elite .pc-image {
    width: auto !important;
    height: 294px !important;
    margin: 16px 16px 0 !important;
    padding: 14px !important;
    border-bottom: 1px solid rgba(11, 83, 99, 0.14) !important;
}

.product-card-elite .pc-image img,
.product-card-elite:hover .pc-image img {
    width: 88% !important;
    height: 88% !important;
    max-width: 88% !important;
    max-height: 88% !important;
}

.product-card-elite .pc-image-link {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    cursor: pointer;
}

.product-card-elite .pc-image-link:focus-visible {
    outline: 3px solid rgba(15, 133, 135, 0.55);
    outline-offset: 3px;
}

/* AED 300 IoT'nin dikey ürün tuvalini iki vitrinde aynı optik ölçüye getir. */
.showcase-img img[src*='ASELSAN-HEARTLINE-Ekranli-Tam-Otomatik-Defibrilator-Cihazi-3'],
.product-card-elite .pc-image img[src*='ASELSAN-HEARTLINE-Ekranli-Tam-Otomatik-Defibrilator-Cihazi-3'],
.showcase-item:hover .showcase-img img[src*='ASELSAN-HEARTLINE-Ekranli-Tam-Otomatik-Defibrilator-Cihazi-3'],
.product-card-elite:hover .pc-image img[src*='ASELSAN-HEARTLINE-Ekranli-Tam-Otomatik-Defibrilator-Cihazi-3'] {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    padding: 6px !important;
    object-fit: contain !important;
    object-position: center !important;
    background: transparent !important;
    mix-blend-mode: multiply !important;
}

.pc-badge,
.pc-status {
    z-index: 3 !important;
}

@media (max-width: 700px) {
    .product-card-elite .pc-image {
        height: 270px !important;
        margin: 12px 12px 0 !important;
    }
}

/* Final interaction override: stable, shadow-free corporate interactions. */
.feature-card:hover,
.chic-glass-card:hover,
.t-highlight:hover,
.bento-card:hover,
.showcase-item:hover,
.product-card-elite:hover,
.value-card-glass:hover,
.biltek-post-card:hover,
.faq-contact-card:hover,
.video-preview-card:hover,
.m-item:hover,
.ticker-track span:hover {
    transform: none !important;
    box-shadow: none !important;
    border-color: rgba(15, 133, 135, 0.24) !important;
}

.showcase-item:hover .showcase-img,
.showcase-item:hover .showcase-img img,
.product-card-elite:hover .pc-image img,
.chic-glass-card:hover .glass-logo img,
.bento-card:hover .bento-bg-icon,
.video-preview-card:hover .play-button-outer,
.about-image-wrapper:hover img,
.floating-wa:hover,
.showcase-share .share-btn:hover,
.product-next:hover,
.product-prev:hover {
    transform: none !important;
}

.btn-primary:hover,
.btn-nav-teklif:hover,
.btn-cta-primary:hover,
.btn-reg-primary:hover,
.showcase-btn:hover,
.filter-btn:hover,
.btn-whatsapp:hover {
    transform: none !important;
    box-shadow: none !important;
}

/* Homepage product gallery: keep every source canvas inside one stable stage. */
body.home .showcase-img {
    display: flex !important;
    width: 100% !important;
    height: 350px !important;
    align-items: center !important;
    justify-content: center !important;
}

body.home .showcase-img > a {
    display: flex !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 0;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden;
    border-radius: inherit;
}

body.home .showcase-img img,
body.home .showcase-item:hover .showcase-img img,
body.home .showcase-img img[src*='ASELSAN-HEARTLINE-Ekranli-Tam-Otomatik-Defibrilator-Cihazi-3'],
body.home .showcase-item:hover .showcase-img img[src*='ASELSAN-HEARTLINE-Ekranli-Tam-Otomatik-Defibrilator-Cihazi-3'] {
    flex: 0 0 auto;
    width: 88% !important;
    height: 88% !important;
    max-width: 88% !important;
    max-height: 88% !important;
    padding: 0 !important;
    object-fit: contain !important;
    object-position: center !important;
}

@media (max-width: 1100px) {
    body.home .showcase-img {
        height: 310px !important;
    }
}

@media (max-width: 700px) {
    body.home .showcase-img {
        height: 270px !important;
    }
}

/* Final palette authority: no legacy navy may win through older declarations. */
.home-discovery-section,
.home-discovery-shell,
.home-discovery-console,
.biltek-blog-search-console {
    overflow: visible !important;
}

.biltek-blog-search-console {
    position: relative;
    z-index: 110;
    width: min(100%, 1040px);
    margin: clamp(25px, 3vw, 34px) auto 0;
    padding: clamp(26px, 3vw, 38px);
    border: 1px solid rgba(8, 112, 116, .16);
    border-radius: 28px;
    background: rgba(246, 251, 250, .98);
    box-shadow: 0 22px 58px rgba(5, 58, 62, .13);
    color: #0a3d44;
    text-align: left;
}

.biltek-blog-search-console .home-discovery-engine-title {
    margin-bottom: 24px;
}

.biltek-blog-search-console .biltek-live-search {
    width: 100%;
    margin: 0;
}

.biltek-blog-hero {
    padding: clamp(30px, 4vw, 44px) 0 clamp(38px, 5vw, 54px) !important;
}

.biltek-blog-search-console {
    width: min(100%, 960px);
    margin-top: 0;
    padding: clamp(24px, 2.6vw, 32px);
}

@media (max-width: 720px) {
    .home-discovery-section {
        z-index: 40;
    }

    .biltek-blog-search-console {
        margin-top: 0;
        padding: 21px 15px 18px;
        border-radius: 21px;
    }

    .biltek-blog-hero {
        padding: 24px 0 34px !important;
    }

    .biltek-live-search-form {
        position: relative;
        grid-template-columns: 44px minmax(0, 1fr) 50px !important;
        padding-right: 7px !important;
    }

    .biltek-live-search-icon,
    .biltek-live-search-form input[type='search'],
    .biltek-live-search-form select,
    .biltek-live-search-form button[type='submit'] {
        position: relative;
        z-index: 2;
    }

    .biltek-live-search-form input[type='search'] {
        grid-column: 2;
        padding-right: 7px !important;
    }

    .biltek-live-search-form button[type='submit'] {
        grid-column: 3;
    }

    .biltek-live-search-form select {
        position: relative;
        grid-column: 1 / -1;
        z-index: 2;
    }

    .biltek-live-search-results {
        z-index: 10050 !important;
        max-height: min(430px, 54vh) !important;
    }
}

.header-inner .btn-nav-teklif,
.header-inner .btn-nav-teklif:hover,
.header-inner .btn-nav-teklif:focus,
.header-inner .btn-nav-teklif:focus-visible {
    box-shadow: none !important;
}

.overlay {
    background-color: rgba(6, 71, 78, 0.4) !important;
}

.biltek-search-view-all {
    background: #07545b !important;
}

.biltek-search-view-all:hover,
.biltek-search-view-all:focus-visible {
    background: #087074 !important;
}

.btn-cta-white {
    color: #0a3d44 !important;
}

.filter-btn {
    border-color: rgba(8, 112, 116, 0.15) !important;
}

.top-bar {
    background: linear-gradient(105deg, #06474e 0%, #087074 58%, #0f8587 100%) !important;
}

body.home .hero-static-section,
.hero-overlay-section {
    background-color: #06474e !important;
}

body.home .hero-dark-overlay {
    background:
        radial-gradient(circle at 74% 34%, rgba(114, 222, 216, 0.045), transparent 34%),
        linear-gradient(90deg, rgba(4, 48, 53, 0.82) 0%, rgba(5, 58, 62, 0.48) 48%, rgba(5, 42, 45, 0.18) 100%) !important;
}

/* Keep the cinematic hero accents legible over every video frame. */
body.home .hero-static-section #typewriter-text,
body.home .hero-static-section .title-bold > span[style*="color"] {
    padding-inline: 0 !important;
    color: #82e9df !important;
    -webkit-text-fill-color: #82e9df !important;
    -webkit-text-stroke: .25px rgba(225, 255, 252, .32);
    box-shadow: none !important;
    text-shadow:
        0 2px 3px rgba(1, 25, 29, .94),
        0 8px 24px rgba(1, 25, 29, .78) !important;
}

body.home .hero-static-section #typewriter-text {
    border-right-color: #82e9df !important;
}

body.home .hero-static-section .title-bold > span[style*="color"] {
    box-shadow: none !important;
}

/* Final responsive authority after all legacy breakpoint declarations. */
@media (max-width: 1100px) {
    body.home .hero-static-section > .hero-grid-center {
        flex: 1 1 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        padding-right: 28px !important;
        padding-left: 28px !important;
    }

    body.home .hero-static-section .hero-cinematic-content,
    body.home .hero-static-section .hero-text-block,
    body.home .hero-static-section .hero-content-box {
        width: 100% !important;
        max-width: 760px !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    html body .footer .footer-grid > div:nth-child(2),
    html body .footer .footer-grid > .hide-mobile {
        display: flex !important;
    }

    .footer .footer-grid > .hide-mobile {
        grid-column: 1 / -1;
        align-items: flex-start !important;
    }

    .footer .footer-grid > .footer-about,
    .footer .footer-grid > .footer-contact-info {
        grid-column: 1 / -1;
    }

    .footer .footer-grid {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        align-items: start !important;
        gap: 28px 30px !important;
        margin-bottom: 34px !important;
        text-align: left !important;
    }

    .footer .footer-grid > .footer-about,
    .footer .footer-grid > .footer-links,
    .footer .footer-grid > .footer-contact-info {
        width: 100% !important;
        max-width: none !important;
        padding: 0 !important;
        align-items: flex-start !important;
        text-align: left !important;
    }

    .footer .footer-links h4::after {
        left: 0 !important;
        transform: none !important;
    }

    .footer .footer-links ul {
        align-items: flex-start !important;
    }

    .footer .footer-contact-info ul li a {
        flex-direction: row !important;
        align-items: flex-start !important;
        text-align: left !important;
    }

    .footer .footer-qr {
        width: min(100%, 250px) !important;
    }
}

body.home .featured-products-section {
    padding-top: clamp(42px, 4vw, 58px) !important;
    padding-bottom: clamp(28px, 3vw, 42px) !important;
}

body.home .home-discovery-section {
    padding-bottom: clamp(34px, 4vw, 52px) !important;
}

body.home .reg-new-section {
    padding-top: clamp(28px, 3vw, 40px) !important;
    padding-bottom: clamp(28px, 3vw, 40px) !important;
}

body.home .regSwiper {
    padding-bottom: 16px !important;
}

@media (max-width: 768px) {
    body.home .hero-static-section {
        min-height: 500px !important;
        padding: 68px 0 42px !important;
    }

    body.home .hero-static-section > .hero-grid-center {
        padding-right: 18px !important;
        padding-left: 18px !important;
    }

    body.home .hero-static-section .cinematic-title {
        font-size: clamp(34px, 10.2vw, 44px) !important;
        line-height: 1.08 !important;
    }

    body.home .featured-products-section,
    body.home .corporate-impact-section {
        padding-top: 38px !important;
        padding-bottom: 38px !important;
    }

    body.home .home-discovery-section {
        padding-bottom: 28px !important;
    }

    body.home .reg-new-section {
        padding-top: 22px !important;
        padding-bottom: 26px !important;
    }

    body.home .reg-card-new {
        padding: 24px 18px !important;
    }

    .footer {
        padding: 44px 18px 28px !important;
    }

    .footer .footer-grid {
        gap: 26px 18px !important;
    }

    .footer .footer-grid > .footer-about {
        padding-bottom: 22px !important;
        border-bottom: 1px solid rgba(255, 255, 255, .12) !important;
    }
}

@media (max-width: 480px) {
    .footer .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 24px 14px !important;
    }

    .footer .footer-links h4 {
        margin-bottom: 14px !important;
        font-size: 15px !important;
    }

    .footer .footer-links a,
    .footer .footer-contact-info a {
        font-size: 11.5px !important;
        line-height: 1.55 !important;
    }

    .footer .footer-grid > .hide-mobile {
        display: flex !important;
    }
}

body.home .hero-video-bg {
    opacity: .9 !important;
    filter: saturate(.82) contrast(1.08);
}

/* Keep the Biltek mark while the removed promotional copy stays absent. */
.footer .footer-brand-only {
    display: flex;
    min-width: 0;
    align-items: flex-start;
    justify-content: flex-start;
}

.footer .footer-brand-only .footer-logo {
    display: block !important;
    width: min(100%, 180px) !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 11px 14px !important;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 14px;
    background: #fff !important;
    object-fit: contain;
    box-shadow: none !important;
}

@media (min-width: 1101px) {
    html body .footer .footer-grid {
        grid-template-columns: .72fr .82fr 1.08fr 1.38fr .72fr !important;
        gap: clamp(34px, 3vw, 54px) !important;
    }
}

@media (max-width: 1100px) {
    .footer .footer-brand-only {
        grid-column: 1 / -1;
        align-items: center;
        justify-content: center;
        padding-bottom: 4px;
    }

    .footer .footer-brand-only .footer-logo {
        width: 168px !important;
        margin: 0 auto !important;
    }
}

@media (max-width: 480px) {
    .footer .footer-brand-only .footer-logo {
        width: 150px !important;
        padding: 9px 12px !important;
        border-radius: 12px;
    }
}

/* Compact opening sequence: hero, corporate references, then the lead form. */
body.home .hero-static-section {
    height: 480px !important;
    min-height: 480px !important;
}

body.home .home-hero-partners {
    position: relative;
    z-index: 4;
    overflow: hidden;
    padding: 14px 0 16px;
    border-bottom: 1px solid rgba(11, 83, 99, .1);
    background: linear-gradient(180deg, #fff 0%, #f7fbfb 100%);
}

body.home .home-hero-partners .container {
    width: min(100% - 32px, 1420px);
    max-width: 1420px;
}

body.home .home-hero-logo-marquee {
    padding: 0;
    mask-image: linear-gradient(90deg, transparent, #000 3.5%, #000 96.5%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 3.5%, #000 96.5%, transparent);
}

body.home .home-hero-partners .corporate-logo-track {
    gap: 12px !important;
}

body.home .home-hero-partners .corporate-logo-card,
body.home .home-hero-partners .corporate-logo-card:hover {
    width: 176px !important;
    height: 82px !important;
    flex: 0 0 176px !important;
    padding: 12px 18px !important;
    border-radius: 14px !important;
    box-shadow: none !important;
}

body.home .home-hero-partners .corporate-logo-card::before {
    right: 20px;
    left: 20px;
    height: 2px;
}

body.home .home-hero-partners .corporate-logo-card::after {
    inset: 4px;
    border-radius: 10px;
}

body.home .home-hero-partners .corporate-logo-card img,
body.home .home-hero-partners .corporate-logo-card:hover img {
    width: auto !important;
    height: auto !important;
    max-width: 132px !important;
    max-height: 50px !important;
}

@media (max-width: 1100px) {
    body.home .hero-static-section {
        height: 440px !important;
        min-height: 440px !important;
    }

    body.home .home-hero-partners {
        padding: 12px 0 14px;
    }

    body.home .home-hero-partners .corporate-logo-card,
    body.home .home-hero-partners .corporate-logo-card:hover {
        width: 158px !important;
        height: 76px !important;
        flex-basis: 158px !important;
    }
}

@media (max-width: 768px) {
    body.home .hero-static-section {
        height: 410px !important;
        min-height: 410px !important;
        padding: 48px 0 28px !important;
    }

    body.home .home-hero-partners {
        padding: 10px 0 12px;
    }

    body.home .home-hero-partners .container {
        width: min(100% - 20px, 1420px);
    }

    body.home .home-hero-partners .corporate-logo-card,
    body.home .home-hero-partners .corporate-logo-card:hover {
        width: 142px !important;
        height: 68px !important;
        flex-basis: 142px !important;
        padding: 10px 14px !important;
        border-radius: 12px !important;
    }

    body.home .home-hero-partners .corporate-logo-card img,
    body.home .home-hero-partners .corporate-logo-card:hover img {
        max-width: 110px !important;
        max-height: 42px !important;
    }
}

@media (max-width: 480px) {
    body.home .hero-static-section {
        height: 410px !important;
        min-height: 410px !important;
        padding: 56px 0 22px !important;
    }

    body.home .hero-static-section .cinematic-title {
        margin-bottom: 14px !important;
        font-size: 34px !important;
        line-height: 1.05 !important;
    }

    body.home .hero-static-section .cinematic-title .title-light {
        margin-bottom: 6px !important;
        font-size: 16px !important;
    }

    body.home .hero-static-section .hero-meta-row {
        gap: 8px !important;
        margin-bottom: 0 !important;
    }

    body.home .hero-static-section .cinematic-actions {
        gap: 10px !important;
        margin-top: 14px !important;
    }

    body.home .hero-static-section .cinematic-actions .btn {
        min-height: 48px !important;
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }
}

body.home .corporate-impact-intro {
    background: linear-gradient(112deg, #06474e 0%, #087074 58%, #0f8587 100%) !important;
}

body.home .cta-home-section,
.cta-section,
.footer {
    background-color: #06474e !important;
    background-image:
        radial-gradient(circle at 82% 12%, rgba(114, 222, 216, 0.16), transparent 32%),
        linear-gradient(118deg, #06474e 0%, #07636a 52%, #0f8587 118%) !important;
}

.biltek-blog-hero {
    isolation: isolate;
    z-index: 30;
    overflow: visible !important;
    background-color: #06474e !important;
    background-image:
        radial-gradient(circle at 82% 15%, rgba(114, 222, 216, 0.2), transparent 34%),
        linear-gradient(135deg, #06474e 0%, #087074 62%, #0f8587 100%) !important;
}

.biltek-blog-hero .container,
.biltek-blog-page {
    overflow: visible !important;
}

.biltek-live-search {
    z-index: 120;
}

.biltek-live-search-results {
    z-index: 9999 !important;
}

.biltek-blog-layout,
.featured-products-section {
    position: relative;
    z-index: 1;
}

.btn-primary,
.btn-nav-teklif,
.btn-cta-primary,
.btn-reg-primary,
.cinematic-actions .btn-primary,
.hero-actions .btn-primary,
.glass-actions .btn-primary,
.biltek-live-search-form button[type='submit'] {
    background: linear-gradient(135deg, #07545b 0%, #087074 58%, #0f8587 100%) !important;
}

body.home .section-header h2,
body.home .corporate-partners-heading h3,
body.home .showcase-text h3,
body.home .reg-content h2 {
    color: #0a3d44 !important;
}
