body { font-family: 'Oswald', sans-serif; font-weight: 300; font-size: 15px; color: #111111; background: #fff; line-height: 1.55; -webkit-font-smoothing: antialiased;}

#carouselBanner .carousel-item.background { min-height: 800px; max-width: 1920px; background: no-repeat center center scroll; background-size: cover; }
#carouselBanner .carousel-item.background.background-sub { height: 45vh; }
.carousel-control-next, .carousel-control-prev{ z-index: 11 }
#carouselBanner .carousel-caption { z-index: 10; bottom: 80px; font-weight: 700; font-style: italic; font-size: clamp(48px, 7vw, 96px); line-height: 1.02; letter-spacing: 0.005em; text-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);}
#banner-opacity { position: absolute; z-index: 9; left: 0; right: 0; top: 0; bottom: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.35) 40%, rgba(0, 0, 0, 0.75) 100%);}

#return-to-top { position: fixed; bottom: 20px; right: 20px; background:#1a2b4a; width: 40px; height: 40px; text-decoration: none; display: none; border-radius: 10px; z-index : 999; }
#return-to-top i { font-size: 25px; color: #fff; position: relative; margin: 0; left: 9px; top: 7px; }

/* Dropdown Submenu */
.dropdown-submenu { position: relative;}
.dropdown-submenu>.dropdown-menu { top: 0; left: 100%; margin-top: -6px; margin-left: -1px; border-radius: 0 6px 6px 6px; }
.dropdown-submenu:hover>.dropdown-menu { display: block;}
.dropdown-submenu>a:after { display: block; content: ''; float: right; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 5px 0 5px 5px; border-left-color: #444; margin-top: 7px; margin-right: -10px; }
.dropdown-submenu.pull-left { float: none; }
.dropdown-submenu.pull-left>.dropdown-menu { left: -100%; margin-left: 10px; border-radius: 6px 0 6px 6px; }
.dropdown-toggle::after { color: #aaa;}
.bg-dark:focus, .bg-dark:hover{ background-color: none!important; box-shadow: none!important;}

.navbar-scroll { position: relative}
.nav-sub { background: #1d2b4a!important; position: relative;}

/* Hamburger / Close */
.menu-toggle { background: none; border: none; cursor: pointer; display: flex; flex-direction: column; gap: 5px; padding: 6px; }
.menu-toggle span { display: block; width: 28px; height: 2px; background: #fff; border-radius: 2px; transition: transform .4s cubic-bezier(.77,0,.175,1), opacity .3s, width .3s;  transform-origin: center;}
.menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.active span:nth-child(2) { opacity: 0; width: 0; }
.menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── FULLSCREEN OVERLAY MENU */
.fullmenu { position: fixed; inset: 0; z-index: 200; display: grid; grid-template-columns: 1fr 340px; background: #1a2b4a;; opacity: 0; pointer-events: none; transition: opacity .45s cubic-bezier(.77,0,.175,1);}
.fullmenu.open { opacity: 1; pointer-events: all; }
.menu-left { display: flex; flex-direction: column; justify-content: center; padding: 100px 80px 80px;}
.menu-close { position: absolute; top: 28px; right: 48px; background: none; border: none; color: #fff; font-size: 14px; letter-spacing: 2px;  text-transform: uppercase;  cursor: pointer; display: flex; align-items: center; gap: 10px; opacity: .7; transition: opacity .2s;}
.menu-close:hover { opacity: 1; }
.menu-close svg { width:18px; height:18px; fill:none; stroke:currentColor; stroke-width:1.5; }
.menu-logo {  position: absolute; top: 28px; left: 48px; font-weight: 700; font-size: 22px; letter-spacing: 3px; text-transform: uppercase; color: #fff;}
.navbar .logo img { height: 50px; display: block;}
.navbar .menu-icon { color: #fff; font-size: 22px; cursor: pointer; background: none; border: none;}
.fullmenu.open ul li { transform: translateY(0); opacity: 1; }
.fullmenu.open ul li:nth-child(1) { transition-delay: .1s; }
.fullmenu.open ul li:nth-child(2) { transition-delay: .16s; }
.fullmenu.open ul li:nth-child(3) { transition-delay: .22s; }
.fullmenu.open ul li:nth-child(4) { transition-delay: .28s; }
.fullmenu.open ul li:nth-child(5) { transition-delay: .34s; }
.fullmenu.open ul li:nth-child(6) { transition-delay: .40s; }
ul.navbar-nav li { overflow: hidden; transform: translateY(40px); opacity: 0; transition: transform .5s cubic-bezier(.77,0,.175,1), opacity .4s;}
ul.navbar-nav li a { display: inline-block; font-weight: 600; font-size: clamp(36px, 5vw, 62px); line-height: 1.15; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,.18); text-decoration: none; transition: color .25s, letter-spacing .3s; position: relative;  }
ul.navbar-nav li a::after {content: ''; position: absolute; bottom: 4px; left: 0; width: 0; height: 2px; background: #1758ff; transition: width .3s cubic-bezier(.77,0,.175,1); }
ul.navbar-nav li a:hover { color: #fff; letter-spacing: 4px; }
ul.navbar-nav li a:hover::after { width: 100%; }
ul.navbar-nav li a.current { color: #fff;}

.menu-right { display: flex; flex-direction: column; justify-content: center; padding: 100px 48px 80px; background:#061228;}
.menu-right-block { margin-bottom: 44px; transform: translateX(30px); opacity: 0; transition: transform .5s cubic-bezier(.77,0,.175,1), opacity .4s}
.fullmenu.open .menu-right-block { transform: translateX(0); opacity: 1; }
.fullmenu.open .menu-right-block:nth-child(1) { transition-delay: .3s; }
.fullmenu.open .menu-right-block:nth-child(2) { transition-delay: .38s; }
.fullmenu.open .menu-right-block:nth-child(3) { transition-delay: .46s; }

.menu-right-block .label { font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: #6b6b6b; margin-bottom: 10px;}
.menu-right-block .value { font-weight: 600; font-size: 18px; letter-spacing: 1.5px; color: #fff; text-decoration: none; display: block; border-bottom: 1px solid var(--border); padding-bottom: 12px;}
.menu-right-block .cta-link { display: inline-flex; align-items: center; gap: 10px; font-weight: 600; font-size: 20px; letter-spacing: 2px; text-transform: uppercase; color: #fff; text-decoration: none; transition: color .2s, gap .25s;}
.menu-right-block .cta-link:hover { color:#1758ff; gap: 18px; }
.menu-right-block .cta-link svg { width:20px; height:20px; fill:none; stroke:currentColor; stroke-width:2; }

.menu-footer { position: absolute; bottom: 0; left: 0; right: 0; padding: 20px 48px 20px 80px; display: flex; align-items: center; justify-content: space-between;}
.menu-socials { display: flex; gap: 24px; }
.menu-socials a { color: #6b6b6b; transition: color .2s; font-size: 13px; letter-spacing: 1.5px; text-decoration: none; text-transform: uppercase;}
.menu-socials a:hover { color: #1758ff }

.menu-lang-row { display: flex; gap: 16px; }
.menu-lang-row a { background: none; border: none; cursor: pointer; font-size: 14px; letter-spacing: 2px; text-decoration: none; color: #6b6b6b; transition: color .2s; padding: 0;}
.menu-lang-row a:hover { color: #1758ff }
.nav-right { display: flex; align-items: center; gap: 28px; }

.nav-search-toggle{
	background:transparent;border:0;color:#fff;font-size:18px;
	width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;
	cursor:pointer;transition:opacity .2s;padding:0;
}
.nav-search-toggle:hover{opacity:.65;}

/* Header search drop-down panel */
.search-panel{
	position:fixed;top:0;left:0;right:0;z-index:1080;
	background:#fff;box-shadow:0 12px 40px rgba(0,0,0,.12);
	transform:translateY(-100%);transition:transform .35s ease;
	padding:24px 0;visibility:hidden;
}
.search-panel.open{transform:translateY(0);visibility:visible;}
.search-form{display:flex;align-items:center;gap:14px;}
.search-form > .search-ico{color:#111;font-size:20px;flex:none;}
.search-form input[type="search"]{
	flex:1;min-width:0;border:0;border-bottom:2px solid #e6e6e6;background:transparent;
	font-family:'Oswald',sans-serif;font-size:22px;padding:10px 4px;outline:none;color:#111;
}
.search-form input[type="search"]::placeholder{color:#b3b3b3;}
.search-form input[type="search"]:focus{border-bottom-color:#111;}
.search-form .search-submit{
	border:0;background:#111;color:#fff;border-radius:50px;
	font-family:'Oswald',sans-serif;text-transform:uppercase;letter-spacing:.04em;
	padding:11px 28px;cursor:pointer;flex:none;font-size:15px;
}
.search-form .search-submit:hover{background:#000;}
.search-form .search-close{
	border:0;background:transparent;color:#888;font-size:22px;
	width:42px;height:42px;cursor:pointer;flex:none;line-height:1;
}
.search-form .search-close:hover{color:#111;}
body.search-open{overflow:hidden;}

.btn-primary-pill { display: inline-block; background: #1758ff; color: #fff; border: none; padding: 11px 22px; border-radius: 999px; font-weight: 500; font-size: 14px; cursor: pointer; text-decoration: none; transition: background .2s ease, transform .2s ease;}
.btn-primary-pill:hover { background: #0b43d9; transform: translateY(-1px);}

.sub-titles { font-weight: 700; font-size: 34px; margin-bottom: 14px;}

.breadcrumb-item { font-size: 10px; letter-spacing: 2px; text-transform: uppercase;}
.breadcrumb-item a { color: #b0b0b0; text-decoration: none;}
.breadcrumb-item.active { color: #111}

.active>.page-link, .page-link.active { background: #1a2b4a; border-color: #1a2b4a; }
.page-link { color: #1a2b4a;}
.list-group-item.active { background: #1a2b4a; border-color: #1a2b4a; border-top-left-radius: 10px!important; border-top-right-radius: 10px!important;}

.page-hero { background: #1a2b4a; padding: 80px 60px 90px; position: relative; overflow: hidden;}
.page-hero-label { font-size: 10px; font-weight: 400; letter-spacing: 3.5px; text-transform: uppercase; color: rgba(255, 255, 255, 0.4); margin-bottom: 20px; display: flex; align-items: center; gap: 12px;}
.page-hero-title { font-size: clamp(52px, 6vw, 88px); font-weight: 700; text-transform: uppercase; letter-spacing: -1.5px;  line-height: 0.9; color: #fff; margin-bottom: 24px;}
.page-hero-tagline { font-size: 17px; font-weight: 300; font-style: italic; color: rgba(255, 255, 255, 0.55); line-height: 1.75;  max-width: 560px;}

.content-page-hero { position: relative; min-height: 70vh; background: #1a2b4a; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end;}
.page-hero-visual img { width: 100%; height: 100%; object-fit: cover; opacity: 0.38; display: block;}
.page-hero-visual-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,18,35,0.97) 0%, rgba(10,18,35,0.55) 55%, rgba(10,18,35,0.2) 100%);}
.page-hero-visual-content { position: absolute; bottom: 60px; right: 60px; text-align: right;}
.page-hero-visual-year { font-size: clamp(100px, 14vw, 200px); font-weight: 700; color: rgba(255,255,255,0.04); letter-spacing: -8px; line-height: 1; user-select: none; pointer-events: none; position: absolute; bottom: -20px; right: -10px;}
.page-hero-visual-label { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 10px;}
.page-hero-visual-quote { font-size: 16px; font-weight: 300; font-style: italic; color: rgba(255,255,255,0.55); line-height: 1.6; max-width: 320px; margin-left: auto;}

.page-hero-content { position: relative; z-index: 2; padding: 0 0 72px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: flex-end;}
.page-hero-visual { position: absolute; inset: 0;}
.page-hero-category { font-size: 10px; font-weight: 400; letter-spacing: 3.5px; text-transform: uppercase; color: #c6d4e8; margin-bottom: 20px; display: flex; align-items: center; gap: 12px;}
.page-hero-category::before { content: ''; width: 32px; height: 1px; background: #c6d4e8;}
/*.page-hero-title { font-size: clamp(72px, 9vw, 130px);  font-weight: 700; text-transform: uppercase; letter-spacing: -3px; line-height: 0.88; color: #fff; margin-bottom: 0;}*/
.page-hero-content-right { padding-bottom: 8px}
.page-hero-tagline { font-size: 17px; font-weight: 300; font-style: italic; color: rgba(255,255,255,0.65); line-height: 1.75; max-width: 460px; padding-bottom: 32px; border-bottom: 1px solid rgba(255,255,255,0.12); margin-bottom: 36px;}
.hero-stat-row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0;}
.hero-stat-item { padding: 0 0 0 24px; border-left: 1px solid rgba(255,255,255,0.15);}
.hero-stat-item:first-child { padding-left: 0; border-left: none; }
.hero-stat-number { font-size: 36px; font-weight: 700; color: #fff; letter-spacing: -1px; line-height: 1;}
.hero-stat-label { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-top: 4px;}

.product-topbar { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 40px; max-width: 1280px; margin: 0 auto 40px; padding: 0 32px;}
.product-card { position: relative; border-radius: 4px; overflow: hidden; padding: 44px 40px 36px; min-height: 485px; display: flex; flex-direction: column; justify-content: space-between;background: #f7f6f5; color: #111; transition: color .4s ease;}
.product-card::before { content: ''; position: absolute; inset: 0; background: rgba(0, 0, 0, 0.82); opacity: 0; transition: opacity .4s ease; pointer-events: none; z-index: 1;}
.product-card:hover::before { opacity: 1; }
.product-card:hover { color: #fff; }
.product-card:hover h3,
.product-card:hover p,
.product-card:hover .new-tag,
.product-card:hover .subtitle-serif { color: #fff; }
.product-card > * { position: relative; z-index: 2; }
.product-link{ display: grid; text-decoration:none; color:inherit;}

.new-tag { position: absolute; top: 30px; right: 32px; writing-mode: vertical-rl; transform: rotate(180deg); font-weight: 500; font-size: 15px; letter-spacing: 0.5em; color: #444;}

.product-card h3 { font-weight: 700; font-size: 55px; line-height: 0.95; margin-bottom: 18px; min-height: 183px;}
.product-card p { font-weight: 300; font-size: 18px; line-height: 1.4; color: rgba(0,0,0,0.8); max-width: 420px;}
.product-card .img-wrap { margin-top: auto; text-align: center; padding-top: 20px;}
.product-card .img-wrap img { max-width: 100%;  height: auto; max-height: 230px; object-fit: contain; }

.all-products { position: absolute; right: 32px; top: 10px; display: inline-flex; align-items: center; gap: 10px; color: #222; border: 1px solid #d8d8d8; font-size: 13.5px; text-decoration: none; background: #fff; transition: background .2s, transform .2s;}
.all-products:hover { background: #f3f3f3; transform: translateX(3px); border: 1px solid #d8d8d8;}

.category-tabs { justify-content: center; gap: 40px; max-width: 1280px; margin: 20px auto; padding: 0 32px;}
.category-tabs a.nav-link { background: #fff; border: 1px solid #eaeaea; border-radius:0; text-transform: uppercase; padding: 10px 20px; color: #5a5a5a; font-size: 13px; font-weight: 400; cursor: pointer; transition: .3s;}
.category-tabs a.active, .category-tabs a:hover { background: #1d2b4a!important; color: #fff!important;}

#about .col-lg-12:nth-child(2) { background: url(../images/about-bg.png) no-repeat; color: #fff; background-position: center center; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; padding: 120px 20px; text-align: center;}
#about .col-lg-12:nth-child(2) p { font-size: 18px}
#about .col-lg-12:nth-child(2) .badge { font-size: 13px; border: 1px solid #fff; font-weight: 300; border-radius: 0; padding: 9px 26px; margin-right: 10px;}

.project-tile { position: relative; aspect-ratio: 3/4; overflow: hidden; cursor: pointer;}
.project-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: opacity .5s ease, transform 1.2s ease; filter: grayscale(100%); }
.project-tile:hover img { transform: scale(1.04); filter: none; }
.project-tile .label { position: absolute;left: 22px; bottom: 22px; color: #fff; font-size: 13px; letter-spacing: 0.04em; font-weight: 600; z-index: 3; text-shadow: 0 2px 8px rgba(0,0,0,0.6); opacity: 0; transform: translateY(6px); transition: opacity .35s ease, transform .35s ease;}
.project-tile:hover .label { opacity: 1; transform: translateY(0);}

.project-bg { background: url('../images/banner-project.jpg') no-repeat; padding-top: 40vh;}

.hero-visual { position: relative; overflow: hidden;}
.hero-visual img { width: 100%; height: 100%; object-fit: cover; display: block;}
.hero-visual-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(26, 43, 74, 0.45) 0%, transparent 60%);}
.hero-content { padding: 72px 64px 56px; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid #ebebeb}
.hero-category { font-size: 10px; font-weight: 400; letter-spacing: 3.5px; text-transform: uppercase; color: #3a5fa0; margin-bottom: 18px; display: flex; align-items: center; gap: 12px;}
.hero-category::before { content: ''; width: 32px; height: 1px; background: #3a5fa0;}
.hero-title { font-size: clamp(54px, 5.5vw, 80px); font-weight: 700; text-transform: uppercase; font-style: italic; letter-spacing: -1px; line-height: 0.92; margin-bottom: 8px; text-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);}
.hero-sub { font-size: clamp(18px, 2vw, 26px); font-weight: 300; color: #243660; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 28px;}
.hero-tagline { font-size: 17px; font-weight: 300; font-style: italic; color: #444; line-height: 1.7; max-width: 440px; padding-bottom: 28px; border-bottom: 1px solid #ebebeb; margin-bottom: 28px;}
.hero-actions { display: flex; gap: 10px; }
.hero-actions .form-submit { flex: 1; padding: 15px 24px; color: #fff; font-size: 11px; font-weight: 500; letter-spacing: 3px;  text-transform: uppercase; border: none; cursor: pointer; transition: background .2s;}
.hero-actions .form-submit:hover { background: #2d4580 }
.hero-actions .btn-outline { flex: 1; padding: 15px 24px; background: transparent; color: #1a2b4a; font-size: 11px; font-weight: 500; letter-spacing: 3px; text-transform: uppercase; border: 1px solid #1a2b4a; cursor: pointer; transition: all .2s;}
.hero-actions .btn-outline:hover { background: #e8edf5 }

.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-bottom: 36px;}
.stat-item { padding: 0 0 0 20px; border-left: 2px solid #c6d4e8;}
.stat-item:first-child { padding-left: 0; border-left: none; }
.stat-number { font-size: 36px; font-weight: 700; color: #1a2b4a; letter-spacing: -1px; line-height: 1;}
.stat-label { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: #b0b0b0; margin-top: 4px;}

.section-nav { position: sticky; top: 0; z-index: 50; background: #fff; border-bottom: 1px solid #ebebeb; padding: 0 60px; display: flex; gap: 0; overflow-x: auto;}
.section-nav-item { padding: 16px 24px; font-size: 11px; font-weight: 400; letter-spacing: 2px; text-transform: uppercase; color: #b0b0b0; text-decoration: none; border-bottom: 2px solid transparent; transition: all .2s; white-space: nowrap;}
.section-nav-item:hover { color: #1a2b4a; }
.section-nav-item.active { color: #1a2b4a; border-bottom-color: #1a2b4a }

.aside-block { border-left: 3px solid #1a2b4a; padding: 20px 24px; margin-bottom: 20px; background: #e8edf5;}
.aside-block-title { font-size: 11px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; color: #1a2b4a; margin-bottom: 8px;}
#overview p { font-size: 18px; color: #444; font-weight: 300; line-height: 1.75; }

.scoring-highlight { background: #1a2b4a; color: #fff; padding: 100px 60px;}
.scoring-highlight .section-label { color: rgba(255,255,255,0.45); }
.scoring-highlight .section-label::before { background: rgba(255,255,255,0.3); }
.scoring-highlight .section-title { color: #fff }
.scoring-col { background: rgba(255,255,255,0.06); padding: 36px 30px; border-right: 1px solid #1a2b4a; border-top: 3px solid rgba(255,255,255,0.15); transition: background .25s, border-top-color .25s;}
.scoring-col:hover { background: rgba(255,255,255,0.11); border-top-color: rgba(255,255,255,0.5); }
.scoring-col-num { font-size: 11px; font-weight: 300; letter-spacing: 3px; color: rgba(255,255,255,0.35); margin-bottom: 20px;}
.scoring-col-title { font-size: 20px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 14px; color: #fff;}
.scoring-col-text { font-size: 14px; font-weight: 300; font-style: italic; color: rgba(255,255,255,0.65); line-height: 1.7;}
.scoring-col-list { list-style: none; margin-top: 18px; display: flex; flex-direction: column; gap: 8px;}
.scoring-col-list li { font-size: 12px; font-weight: 300; letter-spacing: 0.5px; color: rgba(255,255,255,0.6); padding-left: 16px; position: relative;}
.scoring-col-list li::before { content: '→'; position: absolute; left: 0; color: rgba(255,255,255,0.3); font-size: 10px;}

.hardware-card { background: #f6f6f4; padding: 40px 36px; border-top: 2px solid #c6d4e8; position: relative; overflow: hidden;}
.hardware-card::before { content: ''; position: absolute; top: 0; left: 0; width: 0; height: 2px; background: #1a2b4a; transition: width .4s;}
.hardware-card:hover::before { width: 100%; }
.hardware-card-title { font-size: 20px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 16px;}
.hardware-card-subtitle { font-size: 10px; font-weight: 400; letter-spacing: 2.5px; text-transform: uppercase; color: #3a5fa0;  margin-bottom: 14px;}
#hardware ul { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-top: 4px;}
#hardware ul li { font-size: 13.5px; font-weight: 300; color: #444; padding-left: 18px; position: relative; line-height: 1.5;}
#hardware ul  li::before { content: '–'; position: absolute; left: 0; color: #243660}

#specs { background: #f6f6f4;}
.specs-block-title { font-size: 11px; font-weight: 500; letter-spacing: 2.5px; text-transform: uppercase; color: #1d2b4a; margin-bottom: 24px; padding-bottom: 14px; border-bottom: 1px solid #c6d4e8;}

.spec-row { display: flex; justify-content: space-between; padding: 11px 0; border-bottom: 1px solid #e1e1e1; gap: 20px;}
.spec-row:last-child { border-bottom: none; }
.spec-key { font-size: 11px; font-weight: 400; letter-spacing: 1.5px; text-transform: uppercase; color: #b0b0b0; flex-shrink: 0;}
.spec-val { font-size: 13.5px; font-weight: 300; color: #111; text-align: right;}

.app-visual { position: relative; overflow: hidden; min-height: 560px; background: #111;}
.app-visual img { width: 100%; height: 100%; object-fit: cover; opacity: 0.7;}
.app-visual-content { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 48px;}
.app-visual-label { font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 10px;}
.app-visual-title { font-size: 42px; font-weight: 700; text-transform: uppercase; color: #fff; letter-spacing: -0.5px; line-height: 1; margin-bottom: 14px;}
.app-visual-sub { font-size: 15px; font-style: italic; color: rgba(255,255,255,0.7); line-height: 1.6;}

.app-content { padding: 64px 60px; background: #f6f6f4; border-top: 1px solid #ebebeb; display: flex; flex-direction: column; justify-content: center;}
.app-content .section-label { margin-bottom: 14px; }
.app-content .section-title { font-size: 38px; margin-bottom: 18px; }
.app-desc { font-size: 16px; font-weight: 300; color: #444; line-height: 1.75; margin-bottom: 36px;}
#bowl-app ul { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-bottom: 40px;}
#bowl-app ul li { display: flex; align-items: flex-start; gap: 14px; font-size: 14px; font-weight: 300; color: #444; line-height: 1.5;}
#bowl-app li::before { content: '→'; color: #1a2b4a; font-weight: 500; font-size: 13px; flex-shrink: 0; margin-top: 1px;}
.platform-badge { padding: 10px 20px; background: #1a2b4a; color: #fff; font-size: 10px; font-weight: 500; letter-spacing: 2px;  text-transform: uppercase;}

.integration-pill { border: 1px solid #c6d4e8; padding: 10px 22px; margin-right: 10px; font-size: 12px; font-weight: 400; letter-spacing: 1.5px; text-transform: uppercase; color: #243660; transition: all .2s;}
.integration-pill:hover { background: #1a2b4a; color: #fff; border-color: #1d2b4a;}

.related-section { background: #f6f6f4; padding: 80px 60px;}

.timeline-section { background: #f6f6f4;}
.timeline { margin-top: 56px; position: relative;}
.timeline::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 1px; background: #c6d4e8;}
.timeline-item { display: grid; grid-template-columns: 120px 1fr; gap: 40px; padding: 0 0 56px 0; position: relative;}
.timeline-item:last-child { padding-bottom: 0; }
.timeline-item::before { content: ''; position: absolute; left: -4px; top: 6px; width: 9px; height: 9px; background: #1a2b4a; border-radius: 50%;}
.timeline-year { font-size: 28px; font-weight: 700; color: #1a2b4a; letter-spacing: -1px; padding-left: 32px; padding-top: 2px;}
.timeline-event-title { font-size: 18px; font-weight: 600; letter-spacing: 0.5px; margin-bottom: 10px;}
.timeline-event-text { font-size: 15px; font-weight: 300; color: #111; line-height: 1.7; max-width: 620px;}

.value-card { background: #f6f6f4; padding: 40px 32px; border-top: 3px solid #c6d4e8; transition: border-top-color .2s; border-right: 1px solid #fff;;}
.value-card:hover { border-top-color: #1a2b4a }
.value-card-num { font-size: 11px; font-weight: 300; letter-spacing: 3px; margin-bottom: 20px;}
.value-card-title {font-size: 20px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 14px;}
.value-card-text { font-size: 14px; font-weight: 300; color: #111; line-height: 1.7;}

.production-highlight { background: #1a2b4a; color: #fff; padding: 100px 60px;}
.production-highlight .section-label { color: rgba(255,255,255,0.45); }
.production-highlight .section-label::before { background: rgba(255,255,255,0.3); }
.production-highlight .section-title { color: #fff }
.production-img { position: relative; overflow: hidden;}
.production-img-caption { margin-top: 14px; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.35);}
.production-text { font-size: 17px; font-weight: 300; color: rgba(255,255,255,0.7); line-height: 1.75;}
.production-text p + p { margin-top: 20px; }
.production-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; margin-top: 40px;}
.production-stat { background: rgba(255,255,255,0.06); padding: 24px 28px; border-top: 2px solid rgba(255,255,255,0.12);}
.production-stat-num { font-size: 36px; font-weight: 700; color: #fff; letter-spacing: -1px; line-height: 1;}
.production-stat-label { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-top: 6px;}

.team-lead { font-size: 17px; font-weight: 300; font-style: italic; color: #111; line-height: 1.7; max-width: 640px; margin-top: 8px; margin-bottom: 56px;}
.team-card { background: #f6f6f4; overflow: hidden; border-right: 1px solid #fff; transition: border-top-color .2s;}
.team-card:hover { border-top-color: #1a2b4a; }
.team-card-monogram { height: 120px; background: #1a2b4a; display: flex; align-items: center; justify-content: center;}
.team-card-initials { font-size: 32px; font-weight: 700; letter-spacing: 2px; color: rgba(255,255,255,0.18); text-transform: uppercase; user-select: none;}
.team-card-body { padding: 28px 24px; }
.team-card-name { font-size: 16px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 4px;}
.team-card-role { font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase; margin-bottom: 12px;}
.team-card-bio { font-size: 13px; font-weight: 300; color: #444; line-height: 1.6;}

#certifications { background: #f6f6f4 }
.certs-lead { font-size: 17px; font-weight: 300; font-style: italic; color: #444; line-height: 1.7; max-width: 640px; margin-bottom: 56px;}
.cert-card { background: #fff; padding: 36px 32px; display: flex; align-items: flex-start; gap: 20px; border-left: 3px solid transparent; transition: border-color .2s;}
.cert-card:hover { border-left-color: #1a2b4a; }
.cert-badge-lg { font-size: 13px; font-weight: 600; letter-spacing: 2px; color: #1a2b4a; border: 2px solid #1a2b4a; padding: 8px 12px; flex-shrink: 0; white-space: nowrap;}
.cert-info-title { font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 8px;}
.cert-info-text { font-size: 13px; font-weight: 300; color: #444; line-height: 1.6;}

.contact-strip { background: #1d2b4a}
.contact-strip-label { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: rgba(255, 255, 255, 0.45); margin-bottom: 12px;}
.contact-strip-title { font-size: clamp(28px, 3vw, 42px); font-weight: 700; text-transform: uppercase; color: #fff; letter-spacing: -0.5px;}
.contact-strip-sub { font-size: 15px; font-style: italic; color: rgba(255,255,255,0.6); margin-top: 10px; line-height: 1.6;}
.btn-white { padding: 15px 32px; background: #fff; color: #1a2b4a; font-size: 11px; font-weight: 600; letter-spacing: 3px; text-decoration: none; border: none; cursor: pointer; transition: opacity .2s; white-space: nowrap;}
.btn-outline-white { padding: 15px 32px; background: transparent; color: #fff; font-size: 11px; font-weight: 500; letter-spacing: 3px; text-decoration: none; border: 1px solid rgba(255, 255, 255, 0.4); cursor: pointer; transition: border-color .2s; white-space: nowrap;}

.contact-info-col { background: #f6f6f4; padding: 56px 52px; display: flex; flex-direction: column; gap: 0;}
.contact-info-heading { font-size: 13px; font-weight: 500; letter-spacing: 2.5px; text-transform: uppercase; color: #1a2b4a; padding-bottom: 18px; border-bottom: 1px solid #c6d4e8; margin-bottom: 0;}
.contact-block { padding: 16px 0; border-bottom: 1px solid #ebebeb;}
.contact-block:last-child { border-bottom: none; }
.contact-block-icon { font-size: 22px; color: #1a2b4a; margin-bottom: 10px; display: block;}
.contact-block-title { font-size: 11px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; color: #777; margin-bottom: 8px;}
.contact-block-detail { font-size: 15px; font-weight: 300; color: #111; line-height: 1.75;}
.contact-block-detail a { color: #1a2b4a; text-decoration: none; transition: opacity .2s;}
.contact-block-detail a:hover { opacity: 0.7; }

.contact-form-col { padding: 56px 52px; border: 1px solid #ebebeb; border-left: none;}
.contact-form-col .contact-info-heading { color: #1a2b4a;}
.contact-form-col .form-control,
.contact-form-col .form-select { background: #f6f6f4; border: 1px solid #e1e1e1; border-radius: 0; height: 50px; }
.form-submit { padding: 16px 24px; background: #1a2b4a; color: #fff; font-size: 12px; font-weight: 500; letter-spacing: 3px; text-transform: uppercase; border: none; cursor: pointer; margin-top: 8px;}
.form-submit:hover { background: #1a2b4a }
.form-label { font-size: 10px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; color: #111;}

.map-embed { width: 100%; height: 440px; display: block; border: none; filter: grayscale(20%) contrast(1.02)}

.reach-section { background: #f6f6f4; padding: 100px 60px; border-bottom: 1px solid #ebebeb;}
.reach-card { background: #fff; padding: 15px 36px; border-top: 2px solid #c6d4e8; position: relative; overflow: hidden;}
.reach-card::before { content: ''; position: absolute; top: 0; left: 0; width: 0; height: 2px; background: #1a2b4a; transition: width .4s;}
.reach-card:hover::before { width: 100%; }
.reach-card-flag { font-size: 28px; margin-bottom: 16px; display: block;}
.reach-card-region { font-size: 9px; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 8px;}
.reach-card-name { font-size: 20px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 16px;}
.reach-card-detail { font-size: 13.5px; font-weight: 300; color: #444; line-height: 1.75;}
.reach-card-detail a { color: #1a2b4a; text-decoration: none;}
.reach-card-detail a:hover { text-decoration: underline; }
.reach-card-tag { display: inline-block; margin-top: 16px; font-size: 9px; font-weight: 500; letter-spacing: 2px; background: #e8edf5; color: #1a2b4a; padding: 6px 14px;}

.news-card { background:#fff; border:1px solid #ececec; overflow:hidden; transition:box-shadow .3s ease,transform .3s ease;}
.news-card:hover{box-shadow:0 18px 40px rgba(0,0,0,.10); transform:translateY(-4px);}
.news-card .news-img{ position:relative; overflow:hidden}
.news-card .news-img img{ transition:transform .5s ease;}
.news-card:hover .news-img img{transform:scale(1.05);}
.news-card .news-date{ position:absolute; left:0; bottom:0; background:#111; color:#fff; font-size:13px; letter-spacing:.05em; padding:7px 14px; }
.news-card h3{ font-size:20px; line-height:1.25; margin:0 0 10px;color:#111;font-weight:600;}
.news-card p{font-size:15px;line-height:1.6;color:#555;margin:0 0 18px;}
.news-card .news-more{ margin-top:auto; font-size:13px; letter-spacing:.06em; color:#111; display: inline-flex; align-items: center; gap: 8px;text-decoration:none; }
.news-card .news-more i{transition:transform .25s ease;}
.news-card:hover .news-more i{transform:translateX(5px);}

.form-wrap { background: #f6f6f4}
.type-label { font-size: 10px; font-weight: 400; letter-spacing: 3px; color: #3a5fa0; margin-bottom: 18px;}
#role-card .btn-outline-primary, #role-card .btn-check+.btn:hover { border-radius: 0; border: 1px solid #ebebeb; color: #1a2b4a }
#role-card .btn-check+.btn:hover { background: #e8edf5; border-color: #1a2b4a;}
#role-card .btn-check:checked+.btn,
#role-card .btn.active,
#role-card .btn.show,
#role-card .btn:first-child:active,
#role-card:not(.btn-check)+.btn:active { background: #e8edf5}
#main-form .form-control, #main-form .form-select { height: 50px; border-radius: 0; border: 0; border-bottom: 1px solid #e1e1e1;}
#main-form .form-label { text-align: left; display: block }
#talep-submit-btn { background: #1d2b4a; border-radius: 0; border: 1px solid #1d2b4a;}

.hover-icon img { transition: 250ms;}
.hover-icon:hover img {transform: translateY(-4px);}

.tag-product { position: absolute; bottom: 0; background: #1a2b4a; color: #fff; font-weight: 500; font-size: 12px; letter-spacing: .14em; padding: 11px 18px;}

.section-label { font-size: 10px; font-weight: 400; letter-spacing: 3.5px; text-transform: uppercase; color: #3a5fa0; margin-bottom: 16px; display: flex; align-items: center; gap: 12px;}
.section-label::before { content: ''; width: 28px; height: 1px; background: #3a5fa0;}
.section-title { font-size: clamp(36px, 4vw, 56px); font-weight: 700; text-transform: uppercase; letter-spacing: -0.5px; line-height: 1; margin-bottom: 24px;}

.sosyal_medya a { width: 34px; height: 34px; border: 1px solid #3a3a3a; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; text-decoration: none; color: #bfbfbf; font-size: 13px; transition: border-color .2s, color .2s;}
.sosyal_medya a:hover { color: #fff; border-color: #fff}

/* 404 Sayfa Bulunamadı Sayfası*/
#nopage {background-color: #342643; min-height: 80vh;}
.text-wrapper { min-height: 80vh; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.title {font-size: 6em; font-weight: 700; color: #EE4B5E;}
.subtitle { font-size: 40px; font-weight: 700; color: #1FA9D6;}
.buttons { margin: 30px;}
.buttons a.button { font-weight: 700; border: 2px solid #EE4B5E; text-decoration: none; padding: 15px; text-transform: uppercase; color: #EE4B5E; border-radius: 26px; transition: all 0.2s ease-in-out; }
.buttons a.button:hover { background-color: #EE4B5E; color: white; transition: all 0.2s ease-in-out;}

/* Ürün Detay Sayfası */
#carouselProductGallery .carousel-indicators { position: relative; bottom: 0; margin: 10px 5px; }
#carouselProductGallery .carousel-indicators > button { width: inherit; height: inherit; text-indent: initial; border-bottom: 3px solid #fff; opacity: 0.7; }
#carouselProductGallery .carousel-indicators > button.active { opacity: 1; border-bottom: 3px solid #1a2b4a }
#carouselProductGallery .carousel-inner .carousel-item { height: auto; min-height: auto;}

footer { background: #111111; color: #bfbfbf; font-size: 13px}
footer a { color: #bfbfbf; text-decoration: none;}

.bg-dark-blue { background: #1a2b4a}
.bg-gray { background: #F4F4F5}
.text-light { color: #d2d2d2!important}

/* RESPONSIVE UP (min-width) */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  	footer img { float: right!important; }
  	.dropdown-submenu>.dropdown-menu { margin-top: 5px; }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* RESPONSIVE DOWN (max-width) */

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
	#carouselBanner .carousel-item.background { height: 35vh !important; }
	footer { font-size: 14px; }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	#carouselBanner .carousel-caption { bottom: 200px; left: 2%; right: 2%;}
	#carouselBanner .carousel-caption .btn { width: 100%; display: block}
	.nav-right .btn-primary-pill { display: none; }
	.all-products { display: none;}
	.product-topbar { display: block; max-width: 100%; margin: 0; padding: 0;}
	#about .col-lg-12:nth-child(2) .badge { font-size: 14px; margin-bottom: 15px;}
	.menu-footer { padding-left: 5px;}
	.page-hero { padding: 40px;}
	.page-hero-visual-content { display: none;}
	.content-page-hero { padding-top: 20px;}
	.page-hero-content { display: block; padding: 0 0 30px;}
	.page-hero-tagline { padding-top: 32px;}
	.hero-stat-item { border: 0;}
	.timeline-item { gap: 0;}
	.value-card { padding: 15px;}
	.production-highlight { padding: 100px 0;}
	.hero-content { padding: 25px 6px 30px; border-left: 0;}
	.stat-row { margin-bottom: 0;}
	.hero-actions { display: block;}
	.hero-actions .btn { width: 100%; display: block;}
	.section-nav { padding: 0 15px;}
	.scoring-highlight { padding: 30px;}
	.app-content { padding: 35px;}
	#integrations .d-flex { flex-wrap: wrap;}
	.integration-pill { margin-bottom: 15px;}
	.related-section { padding: 35px;}
	.contact-form-col { padding: 30px; border-right: 0;}
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

}
