/* TUM-AS site overrides */
html, body {
    background: #000 !important;
    color: #fff;
}

/* Kategori proje listesi: arka plan beyaz */
html:has(body.project-category-list),
body.project-category-list {
    background: #fff !important;
}

/* Kategori grid: 4 sütun, daha geniş kullanılabilir alan */
body.project-category-list {
    padding: 32px 20px 48px 280px !important;
}

body.project-category-list .fullscreen_block {
    padding-left: 0 !important;
    min-height: 0 !important;
    height: auto !important;
}

body.project-category-list .project-category-page-heading {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 10px 14px;
    max-width: 1780px;
    margin: 0 0 22px 0;
    padding: 18px 22px;
    background: linear-gradient(135deg, #0d1115 0%, #1a232d 55%, #152028 100%);
    border-radius: 10px;
    border: 1px solid rgba(0, 216, 255, 0.12);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}

body.project-category-list .project-category-page-title {
    margin: 0;
    font-size: clamp(22px, 2.5vw, 36px);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.15;
}

body.project-category-list .project-category-page-meta {
    font-size: clamp(14px, 1.25vw, 17px);
    color: rgba(255, 255, 255, 0.82);
    font-weight: 500;
    white-space: nowrap;
}

body.project-category-list .project-category-page-meta-sep {
    opacity: 0.55;
    margin-right: 4px;
}

body.project-category-list .fs_blog_module.fw_port_module {
    margin: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px 22px;
    max-width: 1780px;
    min-height: 0 !important;
}

body.project-category-list .fullscreen_block .blogpost_preview_fw,
body.project-category-list .fullscreen_block .fw-portPreview {
    width: auto !important;
    max-width: none !important;
    min-height: 0 !important;
    float: none !important;
    display: block !important;
    vertical-align: unset !important;
}

body.project-category-list .fw-portPreview-wrapper.mas_style1 {
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
}

body.project-category-list .fw-portPreview-wrapper a {
    border-radius: 4px;
    overflow: hidden;
    min-height: 0 !important;
    max-height: none !important;
}

body.project-category-list .fw_featured_image {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    vertical-align: top;
}

body.project-category-list .fw-portPreview-fadder {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.35) 42%, rgba(0, 0, 0, 0.15) 100%) !important;
    opacity: 1 !important;
}

body.project-category-list .fw-portPreview-content {
    top: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    transform: none !important;
    padding: 14px 16px 16px !important;
    text-align: center;
}

body.project-category-list .fw-portPreview-title {
    font-size: clamp(13px, 1.05vw, 17px) !important;
    line-height: 1.3 !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.95);
    margin: 0 !important;
}

@media (max-width: 1400px) {
    body.project-category-list .fs_blog_module.fw_port_module {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) {
    body.project-category-list {
        padding: 24px 16px 40px 280px !important;
    }

    body.project-category-list .fs_blog_module.fw_port_module {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px 16px;
    }
}

@media (max-width: 820px) {
    body.project-category-list {
        padding: 72px 16px 36px 16px !important;
    }

    body.project-category-list .project-category-page-heading {
        padding: 14px 16px;
        margin-bottom: 16px;
    }

    body.project-category-list .fs_blog_module.fw_port_module {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

/* Ensure main_header is always visible (theme sets it via custom.css but let's be safe) */
.main_header {
    background: rgba(0, 0, 0, 0.85) !important;
}

/* Fix custom_bg so it's truly fullscreen behind everything */
.custom_bg {
    background-color: #000;
}

/* Remove default Bootstrap body padding that might conflict */
body {
    padding: 40px 40px 40px 280px;
    margin: 0;
}

/* ================================================================
   DESKTOP
   ================================================================ */
@media (min-width: 761px) {
    .header_scroll {
        height: 100%;
    }

    .main_header {
        padding-bottom: 82px !important;
    }

    .footer_wrapper {
        position: absolute !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        padding: 10px 25px 22px !important;
        background: rgba(0, 0, 0, 0.85);
        border-top: 1px solid rgba(255, 255, 255, 0.07);
    }

    .socials_list .social-linkedin,
    .socials_list .social-linkedin a {
        width: 28px !important;
        height: 28px !important;
    }

    .socials_list .social-linkedin a::before {
        content: '\f08c' !important;
        font-family: 'FontAwesome' !important;
        font-size: 20px !important;
        line-height: 28px !important;
        color: rgba(255, 255, 255, 0.65) !important;
        background: none !important;
        text-align: center !important;
        transition: color 0.25s !important;
        opacity: 1 !important;
    }

    .socials_list .social-linkedin a:hover::before {
        color: #0a66c2 !important;
    }

    .socials_list .social-facebook,
    .socials_list .social-facebook a {
        width: 28px !important;
        height: 28px !important;
    }

    .socials_list .social-facebook a::before {
        content: '\f09a' !important;
        font-family: 'FontAwesome' !important;
        font-size: 20px !important;
        line-height: 28px !important;
        color: rgba(255, 255, 255, 0.65) !important;
        background: none !important;
        text-align: center !important;
        transition: color 0.25s !important;
        opacity: 1 !important;
    }

    .socials_list .social-facebook a:hover::before {
        color: #1877f2 !important;
    }
}

/* ================================================================
   MOBİL (≤760px): Kompakt üst bar + hamburger açılır menü
   Slider/içerik arkada normal görünür, menü üste açılır
   ================================================================ */
@media (max-width: 760px) {

    /* ── Body: header çubuğu kadar üst padding ── */
    body {
        padding: 56px 0 0 0 !important;
        margin: 0 !important;
    }

    /* ── Header: üstte sabit ince çubuk ── */
    header.main_header,
    .fullscreen_page header.main_header,
    .fullscreen_page .main_header {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        padding: 0 14px !important;
        margin: 0 !important;
        z-index: 10050 !important;
        background: rgba(0, 0, 0, 0.95) !important;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        box-sizing: border-box !important;
        overflow: visible !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    /* Tema before/after gölgeleri: kaldır */
    .main_header::before,
    .main_header::after {
        display: none !important;
    }

    /* header_scroll: tüm yükseklik/overflow temizle */
    header.main_header .header_scroll,
    .main_header .header_scroll,
    .main_header .jspContainer,
    .main_header .jspPane {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        overflow: visible !important;
        position: static !important;
        top: auto !important;
        width: 100% !important;
    }

    .main_header .jspVerticalBar,
    .main_header .jspHorizontalBar {
        display: none !important;
    }

    /* header_wrapper: logo solda, hamburger sağda — tam ortalı tek satır */
    header.main_header .header_wrapper,
    .main_header .header_wrapper {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 0 !important;
        margin: 0 !important;
        min-height: 56px !important;
        height: 56px !important;
        position: relative !important;
    }

    /* Logo */
    header.main_header .logo,
    .fullscreen_page header.main_header .logo {
        flex: 0 1 auto !important;
        margin: 0 !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        height: 56px !important;
    }

    .main_header .logo img {
        max-height: 38px !important;
        width: auto !important;
        display: block !important;
    }

    /* Desktop nav, widget, footer: gizle — flex boşluk yemesin */
    .main_header nav,
    .main_header .widget_area,
    .main_header .footer_wrapper {
        display: none !important;
    }

    /* ── Hamburger: pseudo-element ile 3 çizgi ── */
    .menu_toggler {
        background: none !important;
        background-image: none !important;
        width: 44px !important;
        height: 44px !important;
        display: block !important;
        position: absolute !important;
        right: 0 !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        left: auto !important;
        margin: 0 !important;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
        padding: 0 !important;
        box-sizing: border-box !important;
    }

    /* Orta çizgi */
    .menu_toggler::before {
        content: '' !important;
        display: block !important;
        position: absolute !important;
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 22px !important;
        height: 2px !important;
        background: #fff !important;
        border-radius: 1px !important;
        box-shadow: 0 -7px 0 #fff, 0 7px 0 #fff !important;
    }

    /* Açıkken: X */
    .main_header.opened .menu_toggler::before {
        box-shadow: none !important;
        transform: translate(-50%, -50%) rotate(45deg) !important;
    }

    .main_header.opened .menu_toggler::after {
        content: '' !important;
        display: block !important;
        position: absolute !important;
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%) rotate(-45deg) !important;
        width: 22px !important;
        height: 2px !important;
        background: #fff !important;
        border-radius: 1px !important;
    }

    /* ── Mobil menü: hamburger'e tıkınca açılır ── */
    .mobile_menu_wrapper {
        position: fixed !important;
        top: 57px !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 10051 !important;
        background: rgba(8, 10, 14, 0.98) !important;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding: 12px 20px 20px !important;
        max-height: calc(100vh - 57px) !important;
        max-height: calc(100dvh - 57px) !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
    }

    /* Menü yazıları */
    ul.mobile_menu {
        padding: 0 !important;
        margin: 0 !important;
    }

    ul.mobile_menu li a,
    ul.mobile_menu li a span {
        font-size: 15px !important;
        line-height: 1.5 !important;
        color: rgba(255, 255, 255, 0.85) !important;
    }

    ul.mobile_menu li a:active,
    ul.mobile_menu li a:active span {
        color: #fff !important;
    }

    ul.mobile_menu > li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    }

    ul.mobile_menu > li:last-child {
        border-bottom: none !important;
    }

    ul.mobile_menu > li > a {
        padding: 12px 24px 12px 0 !important;
        margin: 0 !important;
        position: relative !important;
    }

    /* Sağ ok: dikey ortalı */
    ul.mobile_menu > li > a::before {
        top: 50% !important;
        transform: translateY(-50%) !important;
        right: 0 !important;
        font-size: 14px !important;
        color: rgba(255, 255, 255, 0.35) !important;
    }

    ul.mobile_menu .sub-menu li a,
    ul.mobile_menu .sub-menu li a span {
        font-size: 13px !important;
        color: rgba(255, 255, 255, 0.55) !important;
    }

    /* ── Mobil sosyaller: ortalı, simetrik ── */
    .mobile-socials {
        display: flex !important;
        justify-content: center;
        align-items: center;
        gap: 12px;
        padding: 18px 0 8px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin-top: 10px;
    }

    .mobile-socials a {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        gap: 8px;
        color: rgba(255, 255, 255, 0.65) !important;
        font-size: 13px !important;
        text-decoration: none !important;
        padding: 10px 20px;
        border-radius: 8px;
        border: 1px solid rgba(255, 255, 255, 0.12);
        min-width: 120px;
        text-align: center;
    }

    .mobile-socials a::before {
        content: '\f08c';
        font-family: 'FontAwesome';
        font-size: 17px;
        line-height: 1;
        width: 17px;
        text-align: center;
    }

    .mobile-socials a.ms-facebook::before {
        content: '\f09a';
    }

    /* control_toggle mobilde gereksiz — gizle */
    .control_toggle {
        display: none !important;
    }

    /* Slider başlıkları: tam genişlik */
    .fs_title_wrapper {
        left: 12px !important;
        right: 12px !important;
        width: auto !important;
        max-width: none !important;
        top: 66px !important;
        box-sizing: border-box !important;
    }

    .fs_title_wrapper h1.fs_title {
        font-size: clamp(18px, 5.5vw, 30px) !important;
        line-height: 1.2 !important;
    }

    .fs_title_wrapper h3.fs_descr {
        font-size: clamp(12px, 3.2vw, 15px) !important;
        line-height: 1.45 !important;
    }
}

/*
 * Tam ekran galeri (fs_gallery): tema tüm viewport'u kullanıyor; sol sabit menü açıkken
 * görüntü menünün altında kalıyor ve ortalama yanlış görünüyor. İçerik alanına sığdır.
 */
@media (min-width: 761px) {
    html.fullscreen:not(.hide_controls) .fs_gallery_container {
        left: 280px;
        right: 40px;
        top: 40px;
        bottom: 40px;
        width: auto !important;
        height: auto !important;
    }

    html.fullscreen.hide_controls .fs_gallery_container {
        left: 0 !important;
        right: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        width: auto !important;
        height: auto !important;
    }

    html.fullscreen:not(.hide_controls) .custom_bg {
        left: 280px;
        right: 40px;
        top: 40px;
        bottom: 40px;
        width: auto !important;
        height: auto !important;
    }

    html.fullscreen.hide_controls .custom_bg {
        left: 0 !important;
        right: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        width: auto !important;
        height: auto !important;
    }
}

/* Başlık: her zaman görünür, sabit */
.fs_title_wrapper {
    opacity: 1 !important;
    top: 75px !important;
    transition: none !important;
}

.hide_controls .fs_title_wrapper,
.fs_title_wrapper.hide_me {
    opacity: 1 !important;
    top: 75px !important;
}

.pag-hided .fs_title_wrapper {
    opacity: 1 !important;
}

html.fullscreen:not(.hide_controls) .fs_title_wrapper {
    opacity: 1 !important;
    padding: 14px 18px 16px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.28);    
    box-sizing: border-box; 
}

html.fullscreen:not(.hide_controls) .fs_title_wrapper.fs_title_empty {
    background: transparent !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

html.fullscreen:not(.hide_controls) .fs_title_wrapper.fs_title_empty h1.fs_title,
html.fullscreen:not(.hide_controls) .fs_title_wrapper.fs_title_empty h3.fs_descr {
    display: none !important;
}

html.fullscreen:not(.hide_controls) .fs_title_wrapper h1.fs_title,
html.fullscreen:not(.hide_controls) .fs_title_wrapper h3.fs_descr {
    color: #ffffff !important;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
    text-align: center !important;
}

html.fullscreen:not(.hide_controls) .fs_title_wrapper {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
}

html.fullscreen:not(.hide_controls) .fs_title_wrapper h1.fs_title {
    font-size: clamp(22px, 3.2vw, 30px) !important;
    line-height: 1.15 !important;
    margin: 0 !important;
    flex: 1 !important;
}

html.fullscreen:not(.hide_controls) .fs_title_wrapper h3.fs_descr {
    display: none !important;
}

/* Tam ekran slider: oklar tema varsayılanında hover olmadan görünmüyor; koyu zeminde belirgin */
.controls_wrapper a.fs_slider_prev,
.controls_wrapper a.fs_slider_next {
    opacity: 0.92 !important;
    width: 52px;
    height: 52px;
    margin-top: -26px !important;
    border-radius: 50%;
    background-color: #ffffff !important;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.28);
}

.controls_wrapper:hover a.fs_slider_prev,
.controls_wrapper:hover a.fs_slider_next {
    opacity: 1 !important;
}

.controls_wrapper a.fs_slider_prev:before,
.controls_wrapper a.fs_slider_next:before {
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -8px;
}

.controls_wrapper a#fs_play-pause {
    opacity: 0.92 !important;
    width: 44px;
    height: 44px;
    margin-top: -22px !important;
    border-radius: 50%;
    box-shadow: 0 0 0 12px #ffffff, 0 4px 18px rgba(0, 0, 0, 0.32);
}

.controls_wrapper:hover a#fs_play-pause {
    opacity: 1 !important;
}

.controls_wrapper a.fs_play,
.controls_wrapper a.fs_pause {
    background-position: center center !important;
}

/* Galeri alt gösterge: minimal sayaç + çizgi dot'lar */
.fs_thmb_viewport {
    background: none !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
    height: auto !important;
    padding: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    bottom: 28px !important;
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    overflow: visible !important;
    width: auto !important;
}

.fs_thmb_viewport .thmb-left,
.fs_thmb_viewport .thmb-right {
    display: none !important;
}

.fs_thmb_viewport .fs_thmb_wrapper {
    height: auto !important;
    overflow: visible !important;
}

.fs_thmb_viewport .fs_thmb_list {
    position: static !important;
    width: auto !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    float: none !important;
}

.fs_thmb_viewport .fs_thmb_list li {
    width: 28px !important;
    height: 4px !important;
    border-radius: 3px !important;
    float: none !important;
    display: block !important;
    background: rgba(255, 255, 255, 0.4) !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4) !important;
    border: none !important;
    cursor: pointer;
    transition: background 0.3s, width 0.3s, box-shadow 0.3s !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.fs_thmb_viewport .fs_thmb_list li img,
.fs_thmb_viewport .fs_thmb_list li .fs_thmb_fadder {
    display: none !important;
}

.fs_thmb_viewport .fs_thmb_list li:hover:not(.current-slide) {
    background: rgba(255, 255, 255, 0.6) !important;
}

.fs_thmb_viewport .fs_thmb_list li.current-slide {
    background: #fff !important;
    width: 44px !important;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.5), 0 2px 6px rgba(0, 0, 0, 0.4) !important;
}

/* Sayaç — başlığın sağında */
.slide-counter {
    font-size: 15px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 2px;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
    flex-shrink: 0;
}

/* Proje detay sağ alt: kapat / önceki / sonraki — beyaz daire, ikonlar siyah (sprite koyu zemine göreydi) */
.gallery_post_controls div a,
.gallery_post_controls .gallery_post_close {
    background: #ffffff !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.28);
}

.gallery_post_controls div.fleft a:before,
.gallery_post_controls div.fright a:before,
.gallery_post_controls .gallery_post_close:before {
    filter: brightness(0);
}

/* ========== İletişim (/iletisim) ========== */
body.page-contact .contact-layout {
    box-sizing: border-box;
}

body.page-contact .contact-page {
    max-width: 1100px;
    margin: 0 auto;
    padding: 8px 8px 56px;
}

body.page-contact .contact-page__hero {
    margin-bottom: 28px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(0, 216, 255, 0.22);
}

body.page-contact .contact-page__title {
    margin: 0 0 12px 0;
    font-size: clamp(28px, 3.5vw, 42px);
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
}

body.page-contact .contact-page__lead {
    margin: 0; 
    font-size: 15px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.72);
}

body.page-contact .contact-page__alert {
    padding: 14px 18px;
    border-radius: 10px;
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 1.5;
}

body.page-contact .contact-page__alert--success {
    background: rgba(34, 139, 83, 0.22);
    border: 1px solid rgba(72, 199, 116, 0.55);
    color: #c8ffd9;
}

body.page-contact .contact-page__alert--danger {
    background: rgba(180, 48, 48, 0.2);
    border: 1px solid rgba(255, 120, 120, 0.45);
    color: #ffc9c9;
}

body.page-contact .contact-page__alert--danger ul {
    margin: 0;
    padding-left: 1.15rem;
}

body.page-contact .contact-page__info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 14px;
    margin-bottom: 32px;
}

body.page-contact .contact-page__info-card {
    padding: 18px 20px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}

body.page-contact .contact-page__info-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #00d8ff;
    margin-bottom: 10px;
}

body.page-contact .contact-page__info-text {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.88);
}

body.page-contact .contact-page__info-text a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 216, 255, 0.45);
    transition: border-color 0.2s;
}

body.page-contact .contact-page__info-text a:hover {
    border-bottom-color: #00d8ff;
}

body.page-contact .contact-page__columns {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 36px;
    align-items: start;
}

@media (max-width: 960px) {
    body.page-contact .contact-page__columns {
        grid-template-columns: 1fr;
    }
}

body.page-contact .contact-page__section-title {
    margin: 0 0 18px 0;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
}

body.page-contact .contact-page__form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

body.page-contact .contact-page__label {
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.65);
}

body.page-contact .contact-page__input,
body.page-contact .contact-page__textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(0, 0, 0, 0.35);
    color: #fff;
    font-size: 15px;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
}

body.page-contact .contact-page__input::placeholder,
body.page-contact .contact-page__textarea::placeholder {
    color: rgba(255, 255, 255, 0.35);
}

body.page-contact .contact-page__input:focus,
body.page-contact .contact-page__textarea:focus {
    border-color: rgba(0, 216, 255, 0.55);
    box-shadow: 0 0 0 3px rgba(0, 216, 255, 0.12);
}

body.page-contact .contact-page__textarea {
    resize: vertical;
    min-height: 140px;
}

body.page-contact .contact-page__field-error {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    color: #ff9e9e;
}

body.page-contact .contact-page__submit {
    align-self: flex-start;
    margin-top: 4px;
    padding: 14px 36px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #061018;
    background: linear-gradient(135deg, #00c6eb 0%, #00d8ff 50%, #33e1ff 100%);
    box-shadow: 0 6px 24px rgba(0, 216, 255, 0.28);
    transition: transform 0.15s, box-shadow 0.15s;
}

body.page-contact .contact-page__submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 28px rgba(0, 216, 255, 0.38);
}

body.page-contact .contact-page__map {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
    aspect-ratio: 4 / 3;
    background: rgba(0, 0, 0, 0.3);
}

body.page-contact .contact-page__map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}
