:root {
    --navy: #0b1f3a;
    --navy-2: #102c50;
    --navy-3: #163b66;
    --gold: #d89a21;
    --gold-2: #f0b53e;
    --ink: #132033;
    --muted: #617086;
    --line: #dfe6ee;
    --surface: #f5f7fa;
    --white: #fff;
    --radius-sm: 12px;
    --radius: 16px;
    --radius-lg: 22px;
    --shadow-sm: 0 10px 30px rgba(11, 31, 58, .08);
    --shadow: 0 18px 50px rgba(11, 31, 58, .13);
    --container: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body.mobile-menu-visible { overflow: hidden; }
a { color: var(--navy); text-decoration: none; transition: color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease; }
a:hover { color: var(--gold); text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; height: auto; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; color: var(--navy); font-weight: 800; line-height: 1.16; letter-spacing: -.025em; }
p { margin: 0 0 18px; }
::selection { color: var(--white); background: var(--gold); }
.clearfix::after { display: block; clear: both; content: ""; }
.auto-container { width: min(100% - 40px, var(--container)); margin-inline: auto; }
.page-wrapper { min-width: 320px; overflow: clip; }
.centered, .text-center { text-align: center; }
.pull-left { float: left; }
.pull-right { float: right; }
.beyazbg { background: var(--white) !important; }
.min-h-70, .min-h-90 { min-height: 0 !important; }

/* Buttons */
.theme-btn, .submit-btn, .read-more-btn, .cart-btn, .btn-style-one, .btn-style-two, .btn-style-three, .btn-style-four { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 10px; padding: 12px 22px; border: 1px solid transparent; border-radius: 999px; color: var(--white) !important; background: var(--navy); font-size: 13px; font-weight: 800; line-height: 1; letter-spacing: .02em; cursor: pointer; box-shadow: 0 9px 24px rgba(11, 31, 58, .16); }
.theme-btn:hover, .submit-btn:hover, .read-more-btn:hover, .cart-btn:hover { transform: translateY(-2px); background: var(--gold); box-shadow: 0 12px 28px rgba(216, 154, 33, .25); }
.btn-style-one { color: var(--navy) !important; background: var(--gold); }
.btn-style-one:hover { color: var(--white) !important; background: var(--navy-2); }
.btn-style-two { color: var(--white) !important; border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.1); backdrop-filter: blur(7px); }
.btn-style-two:hover { border-color: var(--gold); background: var(--gold); }
.arrow { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; }

/* Header */
.main-header { position: relative; z-index: 1000; width: 100%; background: var(--white); box-shadow: 0 8px 24px rgba(11,31,58,.08); }
.header-top { color: rgba(255,255,255,.82); background: linear-gradient(90deg, #07182e, var(--navy-2)); font-size: 13px; }
.header-top .auto-container > .clearfix { display: flex; min-height: 42px; align-items: center; justify-content: space-between; gap: 22px; }
.header-top .auto-container > .clearfix::after, .header-upper > .auto-container::after, .header-upper .nav-outer::after, .header-upper .outer-box::after, .sticky-header .auto-container::after { display: none !important; content: none !important; }
.header-top .info-list, .top-header-sociall { display: flex; align-items: center; gap: 20px; }
.header-top .info-list li { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.header-top .info-list .icon, .top-availability i { color: var(--gold-2); }
.top-slogan { color: rgba(255,255,255,.7); font-weight: 700; letter-spacing: .01em; }
.header-top a { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.86); }
.header-top a:hover { color: var(--gold-2); }
.header-top .top-right { display: flex; align-items: center; gap: 14px; }
.top-availability { display: inline-flex; align-items: center; gap: 7px; color: rgba(255,255,255,.72); font-weight: 700; }
.top-header-sociall { gap: 5px; }
.top-header-sociall { padding-left: 12px; border-left: 1px solid rgba(255,255,255,.16); }
.top-header-sociall a { width: 28px; height: 28px; justify-content: center; border-radius: 50%; }
.top-header-sociall a:hover { color: var(--navy); background: var(--gold); }
.header-upper { background: rgba(255,255,255,.98); }
.header-upper > .auto-container { display: flex; min-height: 96px; align-items: center; gap: 24px; }
.logo-box { flex: 0 0 auto; }
.logo-box .logo img { width: 226px; max-height: 70px; object-fit: contain; }
.nav-outer { display: flex; flex: 1 1 auto; align-items: center; justify-content: flex-end; gap: 14px; margin-left: auto; }
.main-menu .navigation { display: flex; align-items: center; gap: 4px; }
.main-menu .navigation > li { position: relative; }
.header-upper .main-menu .dropdown-btn, .sticky-header .main-menu .dropdown-btn { display: none !important; }
.main-menu .navigation > li > a { display: flex; min-height: 96px; align-items: center; padding: 0 11px; color: var(--navy); font-size: 14px; font-weight: 850; letter-spacing: -.005em; white-space: nowrap; }
.main-menu .navigation > li > a::after { position: absolute; right: 11px; bottom: 16px; left: 11px; height: 3px; border-radius: 99px; background: var(--gold); content: ""; transform: scaleX(0); transition: transform .2s ease; }
.main-menu .navigation > li:hover > a, .main-menu .navigation > li.current > a { color: var(--gold); }
.main-menu .navigation > li:hover > a::after, .main-menu .navigation > li.current > a::after { transform: scaleX(1); }
.main-menu .navigation li > ul { position: absolute; top: calc(100% - 10px); left: 0; z-index: 10; width: 265px; padding: 10px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(10px); transition: .2s ease; }
.main-menu .navigation li:hover > ul { opacity: 1; visibility: visible; transform: translateY(0); }
.main-menu .navigation li > ul li { position: relative; }
.main-menu .navigation li > ul a { display: block; padding: 11px 13px; border-radius: 10px; color: var(--ink); font-size: 14px; font-weight: 700; }
.main-menu .navigation li > ul a:hover { color: var(--navy); background: #fff7e7; }
.main-menu .navigation li > ul ul { top: 0; left: calc(100% + 10px); }
.outer-box { display: flex; flex: 0 0 auto; align-items: center; gap: 9px; }
.search-box-btn { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--navy); font-size: 16px; cursor: pointer; }
.search-box-btn:hover { color: var(--white); border-color: var(--gold); background: var(--gold); }
.header-quote-btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; padding: 0 19px; border-radius: 11px; color: var(--white); background: var(--navy); font-size: 13px; font-weight: 850; white-space: nowrap; box-shadow: 0 9px 22px rgba(11,31,58,.16); }
.header-quote-btn:hover { color: var(--navy); background: var(--gold); transform: translateY(-1px); }
.mobile-header-call, .mobile-nav-toggler { display: none; width: 46px; height: 46px; place-items: center; border: 0; border-radius: 12px; cursor: pointer; }
.mobile-header-call { color: var(--navy); border: 1px solid var(--line); background: var(--white); font-size: 17px; }
.mobile-nav-toggler { color: var(--white); background: var(--navy); font-size: 22px; }
.mobile-header-call:hover { color: var(--white); border-color: var(--gold); background: var(--gold); }
.sticky-header { position: fixed; top: 0; right: 0; left: 0; z-index: 999; padding: 0; border-top: 3px solid var(--gold); background: rgba(255,255,255,.98); box-shadow: 0 12px 30px rgba(11,31,58,.12); backdrop-filter: blur(12px); opacity: 0; visibility: hidden; transform: translateY(-100%); transition: .25s ease; }
.fixed-header .sticky-header { opacity: 1; visibility: visible; transform: translateY(0); }
.sticky-header .auto-container { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 24px; }
.sticky-header .logo { flex: 0 0 auto; }
.sticky-header .logo img { width: 210px; height: 62px; object-fit: contain; }
.sticky-header .pull-right { display: flex; flex: 1 1 auto; align-items: center; justify-content: flex-end; gap: 14px; }
.sticky-header .navbar-collapse.collapse { display: block !important; }
.sticky-header .main-menu .navigation { flex-wrap: nowrap; }
.sticky-header .main-menu .navigation > li > a { min-height: 82px; padding-inline: 10px; font-size: 14px; }
.sticky-header .outer-box { margin-left: 6px; }
.sticky-phone { display: inline-flex; min-height: 44px; align-items: center; gap: 8px; padding: 0 13px; border: 1px solid var(--line); border-radius: 10px; color: var(--navy); font-size: 13px; font-weight: 850; white-space: nowrap; }
.sticky-phone i { color: var(--gold); }
.sticky-phone:hover { color: var(--white); border-color: var(--navy); background: var(--navy); }
.sticky-phone:hover i { color: var(--gold-2); }

/* Mobile menu */
.mobile-menu { position: fixed; inset: 0; z-index: 9999; pointer-events: none; visibility: hidden; }
.mobile-menu-visible .mobile-menu { pointer-events: auto; visibility: visible; }
.menu-backdrop { position: absolute; inset: 0; background: rgba(3,14,29,.72); opacity: 0; transition: opacity .25s ease; }
.mobile-menu-visible .menu-backdrop { opacity: 1; }
.menu-box { position: absolute; top: 0; right: 0; width: min(90vw, 400px); height: 100%; height: 100dvh; overflow-y: auto; padding: 26px 24px 38px; background: var(--white); box-shadow: -20px 0 55px rgba(3,14,29,.2); transform: translateX(100%); transition: transform .28s ease; }
.mobile-menu-visible .menu-box { transform: translateX(0); }
.mobile-menu .close-btn { position: absolute; top: 18px; right: min(calc(90vw - 21px), 379px); z-index: 2; display: grid; width: 42px; height: 42px; place-items: center; border: 2px solid var(--white); border-radius: 50%; color: var(--white); background: var(--gold); box-shadow: 0 8px 22px rgba(3,14,29,.2); cursor: pointer; opacity: 0; }
.mobile-menu-visible .close-btn { opacity: 1; }
.mobile-menu .nav-logo { display: flex; min-height: 82px; align-items: center; padding: 0 0 20px; border-bottom: 1px solid var(--line); }
.mobile-menu .nav-logo img { width: 220px; max-height: 66px; object-fit: contain; }
.mobile-menu .navigation { display: block; padding-top: 16px; }
.mobile-menu .navigation li { position: relative; border-bottom: 1px solid #edf1f5; }
.mobile-menu .navigation li a { display: block; padding: 15px 48px 15px 2px; color: var(--navy); font-size: 15px; font-weight: 800; }
.mobile-menu .navigation li.dropdown .dropdown-btn { position: absolute; top: 8px; right: 0; display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--line); border-radius: 9px; color: var(--navy); background: var(--surface); cursor: pointer; transition: .2s ease; }
.mobile-menu .navigation li.dropdown.submenu-open > .dropdown-btn { color: var(--white); border-color: var(--gold); background: var(--gold); transform: rotate(180deg); }
.mobile-menu .navigation li ul { display: none; padding-left: 14px; }
.mobile-menu .navigation li.submenu-open > ul { display: block; }
.mobile-menu .navigation li ul li a { font-size: 14px; font-weight: 650; }
.mobile-menu-contact { margin-top: 28px; padding: 20px; border-radius: 15px; color: var(--white); background: linear-gradient(145deg, var(--navy), var(--navy-3)); }
.mobile-menu-contact strong { display: block; color: var(--white); font-size: 17px; line-height: 1.3; }
.mobile-menu-contact > span { display: block; margin-top: 7px; color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.5; }
.mobile-menu-contact__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 15px; }
.mobile-menu-contact__actions a { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; gap: 7px; border-radius: 9px; color: var(--navy); background: var(--gold); font-size: 12px; font-weight: 850; }
.mobile-menu-contact__actions a:last-child { color: #072116; background: #31cf76; }

/* Hero */
.banner-section { position: relative; background: var(--navy); }
.banner-section .slide { position: relative; min-height: 570px; display: flex; align-items: center; background-position: center; background-size: cover; }
.banner-section .slide::before { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,20,39,.88) 0%, rgba(5,20,39,.60) 52%, rgba(5,20,39,.12) 100%); content: ""; }
.banner-section .auto-container { position: relative; z-index: 2; }
.banner-section .content-column { flex: 0 0 62%; max-width: 62%; padding-block: 76px 110px; }
.banner-section .content-column .inner-column { position: relative; max-width: 760px; padding: 36px 40px 38px; overflow: hidden; border: 1px solid rgba(255,255,255,.17); border-left: 4px solid var(--gold); border-radius: 18px; background: linear-gradient(135deg, rgba(5,20,39,.88), rgba(11,42,76,.70)); box-shadow: 0 24px 64px rgba(2,12,25,.32); backdrop-filter: blur(4px); }
.hero-kicker { display: flex; align-items: center; gap: 10px; margin-bottom: 15px; color: var(--gold-2); font-size: 13px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.hero-kicker span { width: 34px; height: 3px; border-radius: 99px; background: var(--gold); }
.banner-section h1, .banner-section .slide-title { max-width: 700px; color: var(--white); font-size: clamp(54px, 4.35vw, 72px); line-height: 1.02; letter-spacing: -.045em; text-wrap: balance; }
.banner-section .text { max-width: 640px; margin-top: 20px; color: rgba(255,255,255,.9); font-size: clamp(18px, 1.45vw, 20px); font-weight: 500; line-height: 1.62; }
.banner-section .btns-box { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.banner-section .theme-btn { min-height: 54px; padding-inline: 27px; font-size: 14px; }
.banner-section .owl-nav button { position: absolute; top: 50%; z-index: 4; display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(255,255,255,.35) !important; border-radius: 50%; color: var(--white) !important; background: rgba(11,31,58,.3) !important; transform: translateY(-50%); }
.banner-section .owl-prev { left: 22px; }
.banner-section .owl-next { right: 22px; }
.banner-section .owl-dots { position: absolute; right: 0; bottom: 26px; left: 0; z-index: 3; text-align: center; }
.banner-section .owl-dot { width: 9px; height: 9px; margin: 0 5px; border-radius: 50%; background: rgba(255,255,255,.5) !important; }
.banner-section .owl-dot.active { width: 28px; border-radius: 99px; background: var(--gold) !important; }
.trust-strip { position: relative; z-index: 6; margin-top: -42px; }
.trust-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid rgba(255,255,255,.5); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.trust-strip__item { display: flex; min-height: 76px; align-items: center; gap: 12px; padding: 14px 20px; border-right: 1px solid var(--line); }
.trust-strip__item:last-child { border-right: 0; }
.trust-strip__icon { display: grid; flex: 0 0 44px; width: 44px; height: 44px; place-items: center; border-radius: 12px; color: var(--navy); background: #fff4da; font-size: 19px; }
.trust-strip__item strong { display: block; color: var(--navy); font-size: 14px; }
.trust-strip__item span { display: block; color: var(--muted); font-size: 12px; line-height: 1.35; }

/* Sections */
.business-section, .services-section, .news-section, .story-section, .team-section, .testimonial-section, .cases-page-section, .team-page-section, .career-page-section, .price-page-section, .faq-page-section, .blog-page-section, .contact-page-section, .sidebar-page-container, .shop-page, .shop-detail-section, .related-shop-section { position: relative; padding: 72px 0; background-color: var(--surface); background-image: none !important; }
.business-section:nth-of-type(even), .news-section, .contact-page-section { background-color: var(--white); }
.sec-title { margin-bottom: 30px; }
.sec-title.centered { max-width: 780px; margin-right: auto; margin-left: auto; }
.sec-title .title { margin-bottom: 10px; color: var(--gold); font-size: 13px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.sec-title .title h2, .sec-title h2 { color: var(--navy); font-size: clamp(30px, 3.4vw, 43px); letter-spacing: -.035em; text-transform: none; }
.sec-title p { margin-top: 16px; color: var(--muted); }

/* Cards */
.team-block, .news-block, .shop-item, .career-block { margin-bottom: 22px; }
.team-block .inner-box, .news-block .inner-box, .shop-item .inner-box, .career-block .inner-box, .case-detail .inner-box, .news-detail .inner-box { height: 100%; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.team-block .inner-box:hover, .news-block .inner-box:hover, .shop-item .inner-box:hover { border-color: rgba(216,154,33,.45); transform: translateY(-7px); box-shadow: var(--shadow); }
.team-block .image, .news-block .image, .shop-item .image { position: relative; overflow: hidden; aspect-ratio: 16 / 10; background: #e9eef4; }
.team-block .image img, .news-block .image img, .shop-item .image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.team-block .inner-box:hover .image img, .news-block .inner-box:hover .image img, .shop-item .inner-box:hover .image img { transform: scale(1.045); }
.team-block .image::after, .news-block .image::after { position: absolute; right: 0; bottom: 0; left: 0; height: 42%; background: linear-gradient(transparent, rgba(11,31,58,.42)); content: ""; pointer-events: none; }
.team-block .lower-content, .news-block .lower-content, .shop-item .lower-content { padding: 18px 20px 20px; }
.team-block h4, .news-block h4 { font-size: 19px; }
.team-block h4 a, .news-block h4 a, .shop-item h6 a { color: var(--navy); }
.team-block h4 a:hover, .news-block h4 a:hover { color: var(--gold); }
.news-block .category { margin-bottom: 10px; color: var(--gold); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.news-block .text { display: -webkit-box; overflow: hidden; margin-top: 10px; color: var(--muted); font-size: 14px; line-height: 1.6; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.news-block .lower-arrows { margin-top: 14px; padding-top: 13px; border-top: 1px solid var(--line); }
.news-block .arrow { color: var(--navy); font-size: 13px; }
.news-block .arrow:hover { color: var(--gold); }
.services-section .price { margin: 12px 0; color: var(--gold); font-size: 18px; font-weight: 900; }
.services-section .price .discount { margin-right: 8px; color: var(--muted); text-decoration: line-through; }
.label { position: absolute; top: 14px; left: 14px; z-index: 2; padding: 7px 11px; border-radius: 999px; color: var(--navy); background: var(--gold); font-size: 11px; font-weight: 900; }
.label.discount { right: 14px; left: auto; color: var(--white); background: #d54141; }

/* About, references, testimonials */
.business-section .upper-section .content-column .inner-column { padding-right: 38px; }
.business-section .upper-section .title { margin-bottom: 10px; color: var(--gold); font-size: 13px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.business-section .upper-section h2 { margin-bottom: 20px; font-size: clamp(32px,4vw,50px); }
.business-section .upper-section p { color: var(--muted); }
.business-section .upper-section .image { overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.business-section .upper-section .image img { width: 100%; min-height: 360px; object-fit: cover; }
.sponsors-section { padding: 50px 0; border-bottom: 1px solid var(--line); background: var(--white); }
.sponsors-section .outer-container { width: min(100% - 40px, 1320px); margin: auto; }
.sponsors-section .image-box { display: grid; min-height: 90px; place-items: center; padding: 15px; filter: grayscale(1); opacity: .72; transition: .2s ease; }
.sponsors-section .image-box:hover { filter: none; opacity: 1; }
.sponsors-section img { max-width: 145px; max-height: 58px; object-fit: contain; }
.testimonial-section { color: var(--white); background: var(--navy); }
.testimonial-section h2, .testimonial-section h4, .testimonial-section .name { color: var(--white); }
.testimonial-block, .testimonial-block-two { padding: 32px; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); background: rgba(255,255,255,.07); }
.testimonial-block .text, .testimonial-block-two .text { color: rgba(255,255,255,.78); }
.story-section .inner-container { overflow: hidden; border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow); }
.story-section .image-column .image img { width: 100%; min-height: 460px; object-fit: cover; }
.story-section .content-column .inner-column { padding: 50px; }
.fact-counter-two { padding: 36px 0; color: var(--white); background: var(--navy); }
.fact-counter-two .inner { padding: 20px; text-align: center; }
.fact-counter-two .count-outer { color: var(--gold); font-size: 40px; font-weight: 900; }
.fact-counter-two .counter-title { color: rgba(255,255,255,.8); }

/* Page title */
.page-title { position: relative; display: flex; min-height: 275px; align-items: center; padding: 72px 0; color: var(--white); background-color: var(--navy); background-position: center; background-size: cover; }
.page-title::before { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,20,39,.96), rgba(5,20,39,.62)); content: ""; }
.page-title .auto-container { position: relative; z-index: 1; }
.page-title h1 { max-width: 850px; margin-bottom: 18px; color: var(--white); font-size: clamp(35px,5vw,56px); }
.page-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; color: rgba(255,255,255,.72); font-size: 13px; font-weight: 700; }
.page-breadcrumb li:not(:last-child)::after { margin-left: 9px; color: var(--gold); content: "/"; }
.page-breadcrumb a { color: var(--white); }
.page-breadcrumb a:hover { color: var(--gold); }

/* Details and sidebar */
.sidebar-page-container .content-side, .sidebar-page-container .sidebar-side { margin-bottom: 28px; }
.case-detail .image, .news-detail .image { overflow: hidden; aspect-ratio: 16/9; background: #e8edf3; }
.case-detail .image img, .news-detail .image img { width: 100%; height: 100%; object-fit: cover; }
.case-detail .lower-content, .news-detail .lower-content { padding: clamp(24px,4vw,42px); }
.case-detail .lower-content h2, .case-detail .lower-content h3, .news-detail h2, .news-detail h3 { margin-bottom: 20px; font-size: clamp(26px,3vw,38px); }
.case-detail .lower-content p, .news-detail p, .blog-content p { color: #4f6075; }
.case-detail .lower-content ul:not(.social-box), .news-detail .lower-content ul:not(.social-box), .blog-content ul { margin: 18px 0 24px; padding-left: 20px; list-style: disc; }
.case-detail .lower-content img, .news-detail .lower-content img, .blog-content img { border-radius: var(--radius-sm); }
.news-detail .lower-content { min-width: 0; }
.news-detail .lower-content > * { max-width: 100%; }
.news-detail .lower-content iframe { display: block; width: 100% !important; max-width: 100%; height: auto !important; border: 0; border-radius: var(--radius-sm); aspect-ratio: 16/9; }
.news-detail .lower-content table { display: block; width: 100%; overflow-x: auto; border-collapse: collapse; }
.news-detail .lower-content a { overflow-wrap: anywhere; }
.detail-gallery { margin-top: 38px; padding-top: 30px; border-top: 1px solid var(--line); }
.detail-gallery h3 { margin-bottom: 20px; font-size: clamp(23px,2.2vw,30px); }
.detail-gallery .row { row-gap: 18px; }
.detail-gallery__item { margin-bottom: 0; }
.detail-gallery__card { overflow: hidden; height: 100%; padding: 6px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--white); box-shadow: 0 8px 24px rgba(11,31,58,.08); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.detail-gallery__card:hover { border-color: rgba(216,154,33,.55); transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.detail-gallery__card a { position: relative; display: block; overflow: hidden; border-radius: 9px; background: var(--surface); aspect-ratio: 3/2; }
.detail-gallery__card img { width: 100%; height: 100%; object-fit: cover; border-radius: 0 !important; transition: transform .35s ease; }
.detail-gallery__card:hover img { transform: scale(1.04); }
.detail-gallery__card a::after { position: absolute; right: 10px; bottom: 10px; display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: var(--white); background: rgba(11,31,58,.82); content: "+"; font-size: 20px; font-weight: 500; }
.related-links { margin-top: 34px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.related-links h3 { margin-bottom: 17px; font-size: 22px !important; }
.news-detail .lower-content .related-links ul { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 9px; margin: 0; padding: 0; list-style: none; }
.related-links li { min-width: 0; }
.related-links a { display: flex; min-height: 44px; align-items: center; justify-content: space-between; gap: 8px; padding: 10px 13px; border: 1px solid var(--line); border-radius: 10px; color: var(--navy); background: var(--white); font-size: 12px; font-weight: 750; line-height: 1.35; }
.related-links a::after { flex: 0 0 auto; color: var(--gold); content: "↗"; font-size: 14px; }
.related-links a:hover { color: var(--gold); border-color: rgba(216,154,33,.55); transform: translateY(-1px); }
.post-share-options { margin-top: 32px; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.post-share-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.post-share-options .tags a { display: inline-block; margin: 4px; padding: 5px 10px; border-radius: 999px; color: var(--muted); background: var(--surface); font-size: 12px; }
.more-posts { margin-top: 28px; }
.more-posts > .clearfix { display: flex; align-items: stretch; justify-content: space-between; gap: 15px; }
.prev-post, .next-post { display: block; max-width: 290px; padding: 15px 18px; border: 1px solid var(--line); border-radius: var(--radius-sm); color: var(--navy); font-weight: 800; }
.prev-post i, .next-post i { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; font-style: normal; font-weight: 500; }
.sidebar { position: sticky; top: 92px; }
.sidebar-widget, .faq-contact-widget { overflow: hidden; margin-bottom: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); }
.sidebar-widget .widget-content { padding: 26px; }
.sidebar-title { margin-bottom: 18px; }
.sidebar-title h5 { font-size: 21px; }
.area-post + .area-post { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line); }
.area-post .post-inner { display: grid; grid-template-columns: 92px minmax(0,1fr); align-items: center; gap: 13px; }
.area-post .image { overflow: hidden; width: 92px; aspect-ratio: 4/3; border-radius: 9px; background: var(--surface); }
.area-post .image img { width: 100%; height: 100%; object-fit: cover; }
.area-post .lower-box { min-width: 0; }
.area-post .lower-box h6 { font-size: 14px; line-height: 1.35; }
.area-post .lower-box h6 a { display: -webkit-box; overflow: hidden; color: var(--navy); -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.area-post .lower-box .arrow { margin-top: 7px; color: var(--gold); }
.area-post .post-inner.is-image-missing { grid-template-columns: 1fr; }
.blog-cat li + li { border-top: 1px solid var(--line); }
.blog-cat a { display: flex; align-items: center; justify-content: space-between; padding: 13px 2px; color: var(--ink); font-size: 14px; font-weight: 700; }
.blog-cat a::after { color: var(--gold); content: "›"; font-size: 22px; }
.blog-cat li.active a, .blog-cat a:hover { color: var(--gold); }
.faq-contact-widget .widget-content { position: relative; padding: 30px; color: var(--white); background: var(--navy) !important; background-image: none !important; }
.faq-contact-widget h4 { margin-bottom: 12px; color: var(--white); font-size: 25px; }
.faq-contact-widget p { color: rgba(255,255,255,.8); }

/* Forms */
.default-form, .callback-form, .contact-page-form, .faq-widget-form, .emailed-form { width: 100%; }
.form-group { position: relative; margin-bottom: 18px; }
.form-group input:not([type="checkbox"]):not([type="radio"]), .form-group textarea, .form-group select, .default-form input, .default-form textarea { width: 100%; min-height: 54px; padding: 14px 17px; border: 1px solid var(--line); border-radius: var(--radius-sm); color: var(--ink); background: var(--white); outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.form-group textarea, .default-form textarea { min-height: 140px; resize: vertical; }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(216,154,33,.12); }
.form-group > .icon { position: absolute; top: 18px; left: 17px; z-index: 1; color: var(--gold); }
.form-group > .icon + input, .form-group > .icon + textarea { padding-left: 48px !important; }
.callback-section { position: relative; padding: 72px 0; background: var(--white); }
.callback-section .inner-container { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--navy); box-shadow: var(--shadow); }
.callback-section .inner-container > .row { min-height: 500px; }
.callback-section .image-column { position: relative; display: flex; overflow: hidden; background: var(--navy); }
.callback-section .image-column .inner-column { position: relative; display: flex; width: 100%; min-height: 100%; flex-direction: column; align-items: stretch; justify-content: flex-end; padding: 0; }
.callback-section .image-column .image { position: absolute; inset: 0; display: block; width: 100%; }
.callback-section .image-column .image::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,20,39,.08) 20%, rgba(5,20,39,.9) 100%); content: ""; }
.callback-section .image-column .image img { display: block; width: 100%; height: 100%; max-height: none; object-fit: cover; object-position: center; }
.callback-trust-copy { position: relative; z-index: 2; max-width: 520px; margin: 0; padding: 42px; text-align: left; }
.callback-trust-copy::before { display: block; width: 42px; height: 4px; margin-bottom: 17px; border-radius: 99px; background: var(--gold); content: ""; }
.callback-trust-copy strong { display: block; color: var(--white); font-size: 27px; line-height: 1.2; }
.callback-trust-copy span { display: block; margin-top: 10px; color: rgba(255,255,255,.82); font-size: 16px; line-height: 1.6; }
.callback-section .form-column { display: flex; align-items: center; background: linear-gradient(145deg, var(--navy), var(--navy-3)); }
.callback-section .form-column .inner-column { width: 100%; padding: clamp(38px,4vw,56px); }
.callback-section .sec-title-three { margin-bottom: 24px; }
.callback-section .sec-title-three h2 { font-size: clamp(28px,3vw,40px); }
.callback-section .form-group { margin-bottom: 14px; }
.callback-section .form-group input:not([type="hidden"]), .callback-section .form-group textarea { border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.98); }
.callback-section .form-group textarea { min-height: 112px; }
.callback-section .submit-btn { min-height: 52px; padding-inline: 27px; color: var(--navy) !important; background: var(--gold); font-size: 14px; box-shadow: 0 12px 28px rgba(3,14,29,.24); }
.callback-section .submit-btn:hover { color: var(--white) !important; background: #b87d0d; }
.callback-section h2, .callback-section h3, .callback-section .title { color: var(--white); }
.callback-section .text { color: rgba(255,255,255,.72); }

/* Contact */
.contact-info-block { margin-bottom: 24px; }
.contact-info-block .inner-box { height: 100%; padding: 28px 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); }
.contact-info-block .icon-box { display: grid; width: 48px; height: 48px; margin-bottom: 18px; place-items: center; border-radius: 14px; color: var(--navy); background: #fff3d6; font-size: 22px; }
.contact-info-block h6 { margin-bottom: 10px; font-size: 18px; }
.contact-info-block li { color: var(--muted); font-size: 14px; }
.contact-page-section .lower-section { margin-top: 35px; padding: clamp(28px,5vw,52px); border-radius: var(--radius-lg); background: var(--surface); }
.contact-page-form { padding: 26px; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); }
.map-outer { overflow: hidden; border-radius: var(--radius); background: #e8edf3; }
.map-outer iframe { display: block; width: 100% !important; min-height: 360px; border: 0; }
.social-box { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.social-box li a { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; color: var(--navy); background: var(--white); }

/* FAQ and gallery */
.accordion-box .block { overflow: hidden; margin-bottom: 12px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--white); }
.accordion-box .acc-btn { position: relative; padding: 18px 52px 18px 20px; color: var(--navy); font-weight: 800; cursor: pointer; }
.accordion-box .icon-outer { position: absolute; top: 15px; right: 15px; display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: var(--navy); background: #fff3d6; }
.accordion-box .acc-content { display: none; padding: 0 20px 20px; color: var(--muted); }
.accordion-box .block.active-block .acc-content { display: block; }
.referanslar .inner-box, .belgeler .inner-box { display: grid; min-height: 150px; place-items: center; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); }
.referanslar img, .belgeler img { max-height: 100px; object-fit: contain; }
.all-videos iframe { width: 100%; aspect-ratio: 16/9; border: 0; border-radius: var(--radius); }
.card.card-active { position: relative; height: 100%; overflow: hidden; margin-bottom: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); transition: transform .25s ease, box-shadow .25s ease; }
.card.card-active:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.card .blog-img { overflow: hidden; aspect-ratio: 16/10; background: #e8edf3; }
.card .blog-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.card:hover .blog-img img { transform: scale(1.04); }
.card .blog-body { padding: 22px; }
.card .blog-title { font-size: 20px; }
.card .blog-title a { color: var(--navy); }
.card .iconset { position: absolute; top: 14px; right: 14px; z-index: 2; display: grid; width: 40px; height: 40px; place-items: center; border-radius: 12px; color: var(--navy); background: var(--gold); box-shadow: var(--shadow-sm); }
.workers-col .card { padding: 20px; }
.workers-col .card img { max-width: 105px; max-height: 90px; object-fit: contain; }
.workers-col .blog-info { color: var(--muted); font-size: 14px; }
.workers-col .blog-info strong { color: var(--navy); overflow-wrap: anywhere; }
.turkey-map-drawing { position: relative; margin-bottom: 32px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-sm); text-align: center; }
.turkey-map-drawing svg { width: 100%; height: auto; }
.turkey-map-drawing path { fill: var(--navy); cursor: pointer; transition: fill .2s ease; }
.turkey-map-drawing g.is-completed path, .turkey-map-drawing path:hover { fill: var(--gold) !important; }
.turkey-map-name { position: absolute; z-index: 5; pointer-events: none; }
.turkey-map-name div { display: inline-block; padding: 7px 12px; border-radius: 8px; color: var(--white); background: var(--navy); font-size: 12px; font-weight: 800; box-shadow: var(--shadow-sm); }
.box.list .card { position: relative; display: block; width: 100%; margin-bottom: 18px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); }
.bayiler > .icon { position: absolute; top: 18px; right: 18px; display: grid; width: 38px; height: 38px; place-items: center; border: 2px solid currentColor; border-radius: 50%; color: var(--gold); opacity: .7; }
.box-header { margin-bottom: 22px; padding-right: 46px; }
.bayiler .title { margin: 0; color: var(--navy); font-size: 20px; font-weight: 850; }
.bayiler .title.small { color: var(--gold); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.bayiler .text { display: inline-flex; align-items: center; margin: 6px 12px 0 0; color: var(--muted); font-size: 13px; }
.box-footer .name { display: block; margin-bottom: 8px; color: var(--ink); font-size: 16px; font-weight: 750; }
.box-footer .text .icon { margin-right: 8px; color: var(--gold); }
.team-detail-section { padding: 90px 0; background: var(--surface); }
.profile-box, .product-details { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); }
.profile-box .image img { width: 100%; object-fit: cover; }
.profile-box .lower-box { padding: 26px; }
.profile-box h3 { font-size: 25px; }
.profile-box .designation { margin-top: 5px; color: var(--gold); font-weight: 750; }
.profile-list { margin-top: 18px; }
.profile-list li { padding: 9px 0; border-top: 1px solid var(--line); color: var(--muted); }
.profile-list span { color: var(--navy); font-weight: 750; }
.error-section { padding: 110px 0; text-align: center; }
.error-section h1 { color: var(--gold); font-size: clamp(90px,18vw,190px); line-height: .9; }
.error-section h2 { margin: 25px 0 14px; font-size: clamp(28px,4vw,44px); }
.alert { padding: 18px; border-radius: var(--radius-sm); }
.alert-warning { color: #76520c; border: 1px solid #f1d08b; background: #fff8e6; }
.styled-pagination { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; margin-top: 18px; }
.styled-pagination li { display: inline-flex; }
.styled-pagination a { display: grid; min-width: 42px; height: 42px; place-items: center; padding: 0 10px; border: 1px solid var(--line); border-radius: 10px; color: var(--navy); background: var(--white); font-weight: 800; }
.styled-pagination a:hover, .styled-pagination a.active { color: var(--white); border-color: var(--gold); background: var(--gold); }

/* Newsletter and footer */
.newsletter-section { padding: 56px 0 0; background: var(--white); }
.newsletter-section .content-box { position: relative; z-index: 2; overflow: hidden; margin: 0 28px -24px; padding: 34px 38px; border-radius: var(--radius-lg); color: var(--white); background: linear-gradient(125deg, var(--navy), var(--navy-3)); box-shadow: var(--shadow); }
.newsletter-section .box-inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(390px, 520px); align-items: end; gap: 38px; }
.newsletter-section .title { color: var(--gold); font-size: 13px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.newsletter-section h2 { margin: 8px 0; color: var(--white); }
.newsletter-section .text { color: rgba(255,255,255,.72); }
.emailed-form { width: 100%; max-width: 620px; margin: 0; }
.emailed-form .form-group { display: flex; gap: 10px; margin: 0; }
.emailed-form input { flex: 1; }
.main-footer { position: relative; margin-top: 56px; color: rgba(255,255,255,.7); background: var(--navy) !important; background-image: none !important; }
.newsletter-section + .main-footer { margin-top: 0; }
.main-footer .pattern-layer { display: none; }
.main-footer .widgets-section { padding: 56px 0 32px; }
.footer-column { margin-bottom: 28px; }
.main-footer .logo { display: inline-flex; padding: 8px 12px; border-radius: 12px; background: var(--white); }
.main-footer .logo img { width: 255px; max-height: 74px; object-fit: contain; }
.main-footer .logo-widget .text { max-width: 380px; margin-top: 20px; }
.footer-widget h4 { margin-bottom: 20px; color: var(--white); font-size: 21px; }
.footer-widget h6 { margin: 20px 0 10px; color: var(--gold); font-size: 14px; }
.footer-widget a { color: rgba(255,255,255,.75); }
.footer-widget a:hover { color: var(--gold); }
.list-link li + li { margin-top: 8px; }
.list-style-two li { position: relative; min-height: 28px; padding-left: 32px; }
.list-style-two li + li { margin-top: 12px; }
.list-style-two .icon { position: absolute; top: 2px; left: 0; color: var(--gold); }
.main-footer .social-box { margin-top: 22px; }
.main-footer .social-box .share { width: 100%; color: var(--white); font-size: 13px; font-weight: 800; }
.main-footer .social-box a { color: var(--navy); background: var(--gold); }
.footer-bottom { padding: 20px 0; border-top: 1px solid rgba(255,255,255,.1); text-align: center; font-size: 13px; }

/* Search and floating actions */
.search-popup { position: fixed; inset: 0; z-index: 99999; display: grid; place-items: center; padding: 20px; background: rgba(3,14,29,.94); opacity: 0; visibility: hidden; transition: .2s ease; }
.search-active .search-popup { opacity: 1; visibility: visible; }
.search-popup form { width: min(100%, 760px); }
.search-popup .form-group { display: flex; }
.search-popup input { height: 66px; border-radius: 16px 0 0 16px !important; font-size: 18px; }
.search-popup button[type="submit"] { width: 70px; border: 0; border-radius: 0 16px 16px 0; color: var(--navy); background: var(--gold); cursor: pointer; }
.close-search { position: absolute; top: 30px; right: 30px; display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; color: var(--white); background: var(--gold); cursor: pointer; }
.close-search.style-two { display: none; }
.scroll-to-top { position: fixed; right: 20px; bottom: 24px; z-index: 100; display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; color: var(--white); background: var(--navy); box-shadow: var(--shadow-sm); cursor: pointer; opacity: 0; visibility: hidden; }
.scroll-to-top.open { opacity: 1; visibility: visible; }
.telefon, .telegram, .whatsapp, .instagram { position: fixed; right: 24px; z-index: 900; }
.telefon { bottom: 242px; } .telegram { bottom: 188px; } .whatsapp { bottom: 134px; } .instagram { bottom: 80px; }
.telefon > a, .telegram > a, .whatsapp > a, .instagram > a { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 50%; color: var(--white); background: var(--navy); box-shadow: 0 10px 28px rgba(11,31,58,.22); }
.whatsapp > a { background: #16a75d; } .instagram > a { background: #c62d75; } .telegram > a { background: #218bc4; }
.tooltiptext { display: none; }
.mobile-contact-bar { display: none; transition: transform .25s ease; }
.native-share { display: inline-flex; align-items: center; gap: 6px; }
.native-share a, .native-share button { display: grid; width: 36px; height: 36px; place-items: center; border: 0; border-radius: 50%; color: var(--white); background: var(--navy); cursor: pointer; }
.native-share a:hover, .native-share button:hover, .native-share button.is-copied { color: var(--navy); background: var(--gold); }
.privacy-notice { position: fixed; right: 22px; bottom: 22px; z-index: 9997; display: flex; max-width: 470px; align-items: center; gap: 18px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; color: rgba(255,255,255,.82); background: rgba(11,31,58,.97); box-shadow: var(--shadow); font-size: 13px; backdrop-filter: blur(10px); }
.privacy-notice[hidden] { display: none; }
.privacy-notice a { color: var(--gold); text-decoration: underline; }
.privacy-notice button { flex: 0 0 auto; padding: 9px 15px; border: 0; border-radius: 999px; color: var(--navy); background: var(--gold); font-size: 12px; font-weight: 900; cursor: pointer; }
.modal-content, .remodal { overflow: hidden; border: 0; border-radius: var(--radius); box-shadow: var(--shadow); }
.remodal { padding: 28px; background: var(--white); }
.modal-header, .modal-footer { border-color: var(--line); }
.preloader { position: fixed; inset: 0; z-index: 999999; background: var(--white); }
.preloader::after { position: absolute; top: 50%; left: 50%; width: 44px; height: 44px; border: 4px solid #e6ebf0; border-top-color: var(--gold); border-radius: 50%; content: ""; animation: spin .7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 1199px) {
    .top-slogan { display: none !important; }
    .header-upper > .auto-container { gap: 14px; }
    .main-menu .navigation > li > a { padding-inline: 7px; font-size: 12.5px; }
    .logo-box .logo img { width: 198px; }
    .header-quote-btn { padding-inline: 13px; font-size: 12px; }
    .sticky-header .logo img { width: 190px; }
    .sticky-header .main-menu .navigation > li > a { padding-inline: 7px; font-size: 12.5px; }
    .sticky-phone { display: none; }
}
@media (max-width: 1099px) {
    .header-top .top-right { display: none; }
    .header-upper > .auto-container { min-height: 76px; }
    .logo-box .logo img { width: 210px; height: 62px; }
    .header-upper .main-menu, .header-upper .outer-box, .sticky-header { display: none !important; }
    .nav-outer { flex: 0 0 auto; gap: 9px; margin-left: auto; }
    .mobile-header-call, .mobile-nav-toggler { display: grid; }
}
@media (min-width: 992px) {
    .callback-section .image-column { flex: 0 0 50%; max-width: 50%; }
    .callback-section .form-column { flex: 0 0 50%; max-width: 50%; }
}
@media (max-width: 991px) {
    .auto-container { width: min(100% - 30px, var(--container)); }
    .header-top .top-right { display: none; }
    .header-upper > .auto-container { min-height: 76px; }
    .logo-box .logo img { width: 220px; height: 62px; }
    .header-upper .main-menu, .header-upper .outer-box, .sticky-header { display: none !important; }
    .nav-outer { flex: 0 0 auto; gap: 9px; margin-left: auto; }
    .mobile-header-call, .mobile-nav-toggler { display: grid; }
    .banner-section .slide { min-height: 540px; }
    .banner-section .content-column { padding-block: 68px 104px; }
    .banner-section .content-column { flex: 0 0 82%; max-width: 82%; }
    .banner-section .owl-nav { display: none; }
    .trust-strip__grid { grid-template-columns: repeat(2, 1fr); }
    .trust-strip__item:nth-child(2) { border-right: 0; }
    .trust-strip__item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .business-section, .services-section, .news-section, .story-section, .team-section, .testimonial-section, .cases-page-section, .team-page-section, .career-page-section, .price-page-section, .faq-page-section, .blog-page-section, .contact-page-section, .sidebar-page-container, .shop-page, .shop-detail-section, .related-shop-section { padding: 60px 0; }
    .business-section .upper-section .content-column .inner-column { padding: 0 0 30px; }
    .sidebar { position: static; }
    .news-detail .lower-content .related-links ul { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .callback-section .image-column { min-height: 360px; }
}
@media (max-width: 767px) {
    body { padding-bottom: 66px; font-size: 15px; }
    .header-top { display: none; }
    .header-upper > .auto-container { min-height: 70px; }
    .logo-box .logo img { width: 190px; height: 56px; }
    .banner-section .slide { min-height: 540px; background-position: 62% center; }
    .banner-section .slide::before { background: linear-gradient(90deg, rgba(5,20,39,.98) 0%, rgba(5,20,39,.88) 72%, rgba(5,20,39,.72) 100%); }
    .banner-section .content-column { flex: 0 0 100%; max-width: 100%; padding-block: 42px 90px; }
    .banner-section .content-column .inner-column { padding: 26px 22px 28px; border-left-width: 3px; border-radius: 15px; background: linear-gradient(135deg, rgba(5,20,39,.88), rgba(11,42,76,.76)); }
    .hero-kicker { margin-bottom: 12px; font-size: 11px; letter-spacing: .1em; }
    .hero-kicker span { width: 24px; }
    .banner-section h1, .banner-section .slide-title { font-size: clamp(38px, 10.5vw, 50px); line-height: 1.04; }
    .banner-section .text { margin-top: 16px; font-size: 17px; line-height: 1.55; }
    .banner-section .btns-box { flex-direction: column; align-items: stretch; }
    .banner-section .theme-btn { width: 100%; }
    .banner-section .owl-dots { display: none; }
    .trust-strip { margin-top: -34px; }
    .trust-strip__grid { grid-template-columns: 1fr 1fr; }
    .trust-strip__item { min-height: 92px; padding: 14px 12px; gap: 9px; }
    .trust-strip__icon { flex-basis: 38px; width: 38px; height: 38px; }
    .trust-strip__item strong { font-size: 12px; }
    .trust-strip__item > div > span { display: none; }
    .business-section, .services-section, .news-section, .story-section, .team-section, .testimonial-section, .cases-page-section, .team-page-section, .career-page-section, .price-page-section, .faq-page-section, .blog-page-section, .contact-page-section, .sidebar-page-container, .shop-page, .shop-detail-section, .related-shop-section { padding: 48px 0; }
    .sec-title { margin-bottom: 28px; }
    .team-block .lower-content, .news-block .lower-content, .shop-item .lower-content { padding: 20px; }
    .page-title { min-height: 220px; padding: 55px 0; }
    .news-detail .lower-content .related-links ul { grid-template-columns: 1fr; }
    .related-links { padding: 20px 16px; }
    .post-share-inner, .more-posts > .clearfix { align-items: stretch; flex-direction: column; }
    .prev-post, .next-post { max-width: none; }
    .callback-section { padding: 48px 0; }
    .callback-section .image-column { display: none; }
    .callback-section .inner-container > .row { min-height: 0; }
    .callback-section .form-column .inner-column { padding: 30px 22px; }
    .newsletter-section { padding-top: 42px; }
    .newsletter-section .content-box { margin: 0 12px -20px; padding: 28px 22px; }
    .newsletter-section .box-inner { grid-template-columns: 1fr; gap: 20px; }
    .emailed-form { max-width: none; }
    .emailed-form .form-group { flex-direction: column; }
    .emailed-form .theme-btn { width: 100%; }
    .main-footer { margin-top: 42px; }
    .telefon, .telegram, .whatsapp, .instagram, .scroll-to-top { display: none !important; }
    .privacy-notice { right: 12px; bottom: 76px; left: 12px; max-width: none; }
    .mobile-contact-bar { position: fixed; right: 0; bottom: 0; left: 0; z-index: 9998; display: grid; grid-template-columns: repeat(3, 1fr); min-height: 64px; padding-bottom: env(safe-area-inset-bottom); border-top: 1px solid rgba(255,255,255,.12); background: var(--navy); box-shadow: 0 -10px 28px rgba(11,31,58,.2); }
    .mobile-contact-bar a { display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--white); font-size: 12px; font-weight: 850; }
    .mobile-contact-bar a + a { border-left: 1px solid rgba(255,255,255,.12); }
    .mobile-contact-bar .is-whatsapp { color: #071f14; background: #31cf76; }
    body.mobile-menu-visible .mobile-contact-bar { pointer-events: none; transform: translateY(110%); }
}
@media (max-width: 480px) {
    .auto-container { width: min(100% - 24px, var(--container)); }
    .logo-box .logo img { width: 166px; }
    .mobile-header-call { width: 42px; height: 42px; }
    .mobile-nav-toggler { width: 46px; height: 46px; }
    .menu-box { width: 90vw; padding: 22px 20px 34px; }
    .mobile-menu .nav-logo img { width: 205px; }
    .banner-section h1, .banner-section .slide-title { font-size: 38px; }
    .banner-section .content-column .inner-column { padding: 24px 18px 26px; }
    .case-detail .lower-content, .news-detail .lower-content { padding: 22px 18px; }
    .contact-page-form { padding: 20px 16px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
