body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 12px;
  line-height: 20px;
  width: 100%;
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
}
/* Override the bootstrap defaults */
h1 {
  font-size: 33px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 15px;
}
footer h5 {
  font-size: 12px;
}
h6 {
  font-size: 10.2px;
}
a {
  color: #23a1d1;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
legend {
  font-size: 18px;
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
.list-unstyled a {
  text-decoration: none;
}
.nav-tabs {
  margin-bottom: 15px;
}
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
#alert {
  z-index: 9999;
  pointer-events: all;
}
#alert .alert {
  min-width: 400px;
  position: relative;
  margin-bottom: 15px;
}
@media (min-width: 1300px) {
  #alert .alert {
    right: 50px;
  }
}
@media (min-width: 1400px) {
  #alert .alert {
    right: 0px;
  }
}
@media (min-width: 1600px) {
  #alert .alert {
    right: 100px;
  }
}
@media (min-width: 1800px) {
  #alert .alert {
    right: 200px;
  }
}
@media (min-width: 2000px) {
  #alert .alert {
    right: 300px;
  }
}
@media (min-width: 2200px) {
  #alert .alert {
    right: 400px;
  }
}
@media (min-width: 2400px) {
  #alert .alert {
    right: 500px;
  }
}
@media (min-width: 2600px) {
  #alert .alert {
    right: 600px;
  }
}
@media (min-width: 2800px) {
  #alert .alert {
    right: 700px;
  }
}
@media (min-width: 3000px) {
  #alert .alert {
    right: 800px;
  }
}
@media (min-width: 3200px) {
  #alert .alert {
    right: 900px;
  }
}
@media (min-width: 3400px) {
  #alert .alert {
    right: 1000px;
  }
}
@media (min-width: 3600px) {
  #alert .alert {
    right: 1100px;
  }
}
@media (min-width: 3800px) {
  #alert .alert {
    right: 1200px;
  }
}
@media (min-width: 4000px) {
  #alert .alert {
    right: 1300px;
  }
}
/* top */
#top {
  background-color: #EEEEEE;
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 0;
  margin: 0 0 20px 0;
  min-height: 44px;
  position: relative;
}
#top .nav > .list-inline > .list-inline-item, #top .nav > .list-inline .list-inline-item > a, #top .nav > .list-inline .list-inline-item .dropdown > a {
  color: #888;
  text-shadow: 0 1px 0 #FFF;
}
#top .btn-link {
  color: #888;
  text-shadow: 0 1px 0 #FFF;
  text-decoration: none;
}
#top .btn-link:hover {
  color: #444;
}
#top a {
  font-size: 1.1em;
  text-decoration: none;
}
footer a {
  font-size: 1.1em;
  text-decoration: none;
}
/* logo */
#logo {
  margin: 0 0 10px 0;
}
#logo img {
  max-width: 200px;
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}
/* cart */
#header-cart {
  margin-bottom: 10px;
}
#header-cart .btn-lg {
  color: #FFF;
  height: 40px;
  padding: 0 1rem;
}
#header-cart .btn:hover {
  color: #FFF;
}
#header-cart .dropdown-menu {
  background: #eee;
}
#header-cart .dropdown-menu li {
  min-width: 427px;
}
@media (max-width: 768px) {
  #header-cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* menu */
#menu {
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border: 1px solid #1f90bb;
  border-color: #1f90bb #1f90bb #145e7a;
  min-height: 40px;
  border-radius: 4px;
}
#menu.navbar {
  padding: 0 1rem;
  margin-bottom: 20px;
}
#menu .dropdown-menu {
  padding-bottom: 0;
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#menu .dropdown-inner {
  display: table;
}
#menu .dropdown-inner ul {
  display: table-cell;
}
#menu .dropdown-inner ul li a:hover {
  color: #ffffff;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
}
#menu .dropdown-inner a {
  min-width: 160px;
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 20px;
  color: #333333;
  font-size: 12px;
}
#menu .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #DDD;
  padding: 3px 20px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}
#menu #category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
#menu .navbar-nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  min-height: 15px;
  background-color: transparent;
}
#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  #menu {
    border-radius: 4px;
  }
  #menu div.dropdown-inner > ul .list-unstyled {
    display: block;
  }
  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-inner {
    display: block;
  }
  #menu .dropdown-inner a {
    width: 100%;
    color: #fff;
  }
  #menu .dropdown-menu a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-menu ul li a :hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff;
  }
}
/* content */
#content {
  min-height: 600px;
}
/* footer */
footer {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 1px;
  background-color: #303030;
  border-top: 1px solid #ddd;
  color: #e2e2e2;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #ccc;
}
footer a:hover {
  color: #fff;
}
footer h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 26px;
  height: 26px;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.pagination {
  margin: 0;
}
/* buttons */
.btn-light {
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.disabled, .btn-light[disabled] {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
  background-position: 0;
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-position: 0;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}
.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23A1D1;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}
.product-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.product-thumb h4 {
  font-weight: bold;
}
.product-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 15px;
}
.product-thumb .button-group {
  display: flex;
  border-top: 1px solid #ddd;
  background-color: #eee;
}
.product-thumb .button-group button {
  flex: 33%;
  border-radius: 0;
  display: inline-block;
  border: none;
  background-color: #eee;
  color: #888;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.product-thumb .button-group button:hover {
  color: #444;
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button-group button + button {
  border-left: 1px solid #ddd;
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button-group {
    position: absolute;
    bottom: 0px;
    width: 100%;
    border-left: 1px solid #ddd;
  }
}
.rating {
  padding-bottom: 10px;
}
.rating .fa-stack {
  width: 20px;
}
.rating.fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}
/* product list */
.price {
  color: #444;
}
.price-new {
  font-weight: 600;
}
.price-old {
  color: #dc512c;
  text-decoration: line-through;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
/* BS4 Changes */
.navbar-light .navbar-toggler {
  font-size: 15px;
  font-stretch: expanded;
  color: #FFF;
  padding: 6px 12px;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
/* Theme Custom CSS */
#display-control #compare-total.a {
  margin-top: -2px;
  padding: 0.35rem 0.565rem;
}
#product-product h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}
#information-contact .card {
  margin-bottom: 20px;
}
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}

/* Modern Premium Overrides */
:root {
  --brand-gold: #FFCC00;
  --brand-black: #000000;
}

body {
  font-family: 'Inter', sans-serif !important;
  background-color: #f8f9fa !important;
  color: #333 !important;
}

#top {
  background-color: var(--brand-black) !important;
  color: #fff !important;
  border: none !important;
  padding: 8px 0 !important;
}

#top a {
  color: #ccc !important;
  transition: color 0.3s !important;
}

#top a:hover {
  color: var(--brand-gold) !important;
}

header {
  background-color: #fff !important;
  padding: 30px 0 !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05) !important;
}

#logo h1 a {
  color: var(--brand-black) !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  text-decoration: none !important;
}

#search .form-control {
  border-radius: 25px !important;
  border: 1px solid #ddd !important;
  padding: 10px 20px !important;
}

#search .btn-light {
  background-color: var(--brand-gold) !important;
  border: none !important;
  border-radius: 0 25px 25px 0 !important;
  color: var(--brand-black) !important;
  font-weight: bold !important;
}

#header-cart .btn-inverse {
  background-color: var(--brand-black) !important;
  border: none !important;
  border-radius: 25px !important;
  padding: 10px 20px !important;
}

#menu {
  background-color: #fff !important;
  border-bottom: 1px solid #eee !important;
}

#menu .nav > li > a {
  color: var(--brand-black) !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  padding: 15px 20px !important;
}

#menu .nav > li > a:hover {
  color: var(--brand-gold) !important;
  background: none !important;
}

.product-thumb {
  border: none !important;
  background: #fff !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  transition: transform 0.3s, box-shadow 0.3s !important;
  margin-bottom: 30px !important;
}

.product-thumb:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1) !important;
}

.product-thumb .description {
  padding: 15px !important;
}

.product-thumb h4 a {
  color: var(--brand-black) !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

.product-thumb .price {
  color: var(--brand-gold) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}

.product-thumb .button-group {
  border-top: 1px solid #eee !important;
  background: #fafafa !important;
}

.product-thumb .button-group button {
  background: none !important;
  border: none !important;
  padding: 10px !important;
  color: #666 !important;
  transition: color 0.3s !important;
}

.product-thumb .button-group button:hover {
  color: var(--brand-gold) !important;
}

.btn-primary {
  background-color: var(--brand-gold) !important;
  border: none !important;
  color: var(--brand-black) !important;
  font-weight: 600 !important;
  border-radius: 8px !important;
  padding: 10px 25px !important;
  transition: background 0.3s !important;
}

.btn-primary:hover {
  background-color: #e6b800 !important;
}

footer {
  background-color: var(--brand-black) !important;
  color: #ccc !important;
  padding: 60px 0 30px !important;
  margin-top: 50px !important;
}

footer h5 {
  color: #fff !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
}

footer a {
  color: #888 !important;
  text-decoration: none !important;
}

footer a:hover {
  color: var(--brand-gold) !important;
}

@media (max-width: 768px) {
  header {
    padding: 15px 0 !important;
  }
  #logo {
    text-align: center !important;
    margin-bottom: 15px !important;
  }
}
#logo img { max-height: 80px !important; width: auto !important; }

/* Sualtı Drone AI/SEO landing homepage - theme only, OpenCart settings untouched */
.sd-hero,
.sd-section {
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.sd-hero {
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 44px;
  align-items: center;
  padding-top: 74px;
  padding-bottom: 74px;
  position: relative;
}

.sd-hero:before {
  content: "";
  position: absolute;
  inset: 0 -999px;
  z-index: -2;
  background: radial-gradient(circle at 75% 35%, rgba(255, 204, 0, .22), transparent 30%), linear-gradient(135deg, #061018 0%, #0c2331 48%, #020405 100%);
}

.sd-eyebrow {
  color: var(--brand-gold, #ffcc00);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 14px;
}

.sd-hero h1 {
  color: #fff;
  font-size: clamp(36px, 5vw, 68px);
  line-height: .98;
  font-weight: 900;
  margin: 0 0 22px;
  letter-spacing: -0.04em;
}

.sd-hero__lead {
  color: rgba(255,255,255,.82);
  font-size: 18px;
  line-height: 1.75;
  max-width: 720px;
  margin-bottom: 28px;
}

.sd-hero__actions,
.sd-trust {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}

.sd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 999px;
  text-decoration: none !important;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.sd-btn:hover { transform: translateY(-2px); }
.sd-btn--primary { background: var(--brand-gold, #ffcc00); color: #050505 !important; box-shadow: 0 14px 34px rgba(255,204,0,.28); }
.sd-btn--ghost { color: #fff !important; border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.06); }

.sd-trust { margin-top: 30px; }
.sd-trust span {
  color: rgba(255,255,255,.72);
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.06);
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
}

.sd-hero__visual {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sd-hero__visual img {
  max-width: min(100%, 520px);
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 34px 44px rgba(0,0,0,.48));
}

.sd-orbit {
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,204,0,.22), rgba(255,255,255,.05) 48%, transparent 68%);
  border: 1px solid rgba(255,255,255,.16);
}

.sd-section { padding-top: 62px; padding-bottom: 62px; }
.sd-three { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.sd-three article,
.sd-card-dark {
  border-radius: 26px;
  padding: 30px;
  background: #fff;
  box-shadow: 0 16px 45px rgba(10, 24, 35, .08);
  border: 1px solid rgba(6, 16, 24, .08);
}
.sd-icon { font-size: 34px; display: inline-block; margin-bottom: 14px; }
.sd-three h2,
.sd-product-focus h2,
.sd-usecases h2 { font-weight: 900; color: #071018; letter-spacing: -0.03em; }
.sd-three p,
.sd-product-focus p,
.sd-card-dark p { color: #53616c; line-height: 1.75; }

.sd-product-focus {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .6fr);
  gap: 28px;
  align-items: stretch;
}
.sd-product-focus .sd-eyebrow { color: #9f7c00; }
.sd-checklist { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 12px; }
.sd-checklist li { position: relative; padding-left: 30px; color: #26323b; font-weight: 700; }
.sd-checklist li:before { content: "✓"; position: absolute; left: 0; top: 0; color: #0b8f5a; font-weight: 900; }
.sd-card-dark { background: linear-gradient(145deg, #050608, #132532); color: #fff; display: flex; flex-direction: column; justify-content: center; }
.sd-card-dark h3 { color: #fff; font-size: 28px; font-weight: 900; }
.sd-card-dark p { color: rgba(255,255,255,.75); }

.sd-usecases { text-align: center; }
.sd-usecase-grid { margin-top: 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.sd-usecase-grid span { background: #f4f7f9; border: 1px solid #e3ebf0; border-radius: 18px; padding: 18px; color: #17242f; font-weight: 800; }
.sd-opencart-content { margin-top: 0 !important; }
.sd-opencart-content #content:empty { display: none; }

@media (max-width: 900px) {
  .sd-hero, .sd-product-focus { grid-template-columns: 1fr; }
  .sd-hero { min-height: auto; padding-top: 46px; padding-bottom: 46px; }
  .sd-hero__visual { min-height: 260px; }
  .sd-three, .sd-usecase-grid { grid-template-columns: 1fr; }
}

/* Minimal premium header refinement */
html, body { max-width: 100%; overflow-x: hidden; }
.sd-hero:before { inset: 0; }

.sd-site-header {
  background: rgba(255,255,255,.96) !important;
  padding: 14px 0 !important;
  box-shadow: 0 10px 30px rgba(7,16,24,.06) !important;
  border-bottom: 1px solid rgba(7,16,24,.06) !important;
}

.sd-header-shell {
  display: grid;
  grid-template-columns: 240px minmax(260px, 1fr) 245px;
  gap: 18px;
  align-items: center;
}

.sd-brand { margin: 0 !important; }
.sd-brand a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none !important;
  color: #071018 !important;
}
.sd-brand__mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #071018, #172b38);
  color: var(--brand-gold, #ffcc00);
  font-weight: 950;
  letter-spacing: -0.04em;
  box-shadow: 0 10px 24px rgba(7,16,24,.16);
}
.sd-brand__text { display: flex; flex-direction: column; line-height: 1.05; }
.sd-brand__text strong {
  font-size: 21px;
  font-weight: 950;
  letter-spacing: -0.04em;
  color: #071018;
}
.sd-brand__text small {
  margin-top: 5px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #71808b;
}

.sd-header-search #search { margin: 0 !important; }
.sd-header-search #search.input-group { height: 46px; }
.sd-header-search #search .form-control,
.sd-header-search #search .form-control-lg {
  height: 46px !important;
  border: 1px solid #e3e8ec !important;
  border-right: 0 !important;
  border-radius: 999px 0 0 999px !important;
  background: #f7f9fb !important;
  padding: 0 20px !important;
  font-size: 13px !important;
  box-shadow: none !important;
}
.sd-header-search #search .form-control:focus {
  background: #fff !important;
  border-color: rgba(255,204,0,.75) !important;
}
.sd-header-search #search .btn,
.sd-header-search #search .btn-lg {
  height: 46px !important;
  min-width: 58px;
  border-radius: 0 999px 999px 0 !important;
  background: #071018 !important;
  color: #fff !important;
  border: 1px solid #071018 !important;
  padding: 0 18px !important;
  text-shadow: none !important;
}

.sd-header-cart { margin: 0 !important; }
.sd-header-cart .dropdown.d-grid { display: block !important; }
.sd-header-cart .btn-inverse,
.sd-header-cart .btn-lg {
  width: 100%;
  height: 46px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #101820, #020405) !important;
  color: #fff !important;
  border: 0 !important;
  padding: 0 18px !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  box-shadow: 0 12px 24px rgba(7,16,24,.12) !important;
}

@media (max-width: 992px) {
  .sd-header-shell { grid-template-columns: 1fr; gap: 12px; }
  .sd-brand a { justify-content: center; width: 100%; }
  .sd-header-cart .btn-inverse { max-width: 360px; margin: 0 auto; display: block; }
}

@media (max-width: 576px) {
  .sd-site-header { padding: 10px 0 !important; }
  .sd-brand__text strong { font-size: 19px; }
  .sd-brand__text small { font-size: 10px; }
}

/* Product catalog separation */
.sd-card-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 12px; }
.sd-products-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-radius: 28px;
  margin-top: 26px;
  margin-bottom: 26px;
  padding: 34px !important;
  background: linear-gradient(135deg, #071018, #132d3d);
  color: #fff;
  box-shadow: 0 18px 45px rgba(7,16,24,.14);
}
.sd-products-cta h2 { color: #fff; font-weight: 950; letter-spacing: -0.04em; margin: 0 0 10px; }
.sd-products-cta p { color: rgba(255,255,255,.72); margin: 0; max-width: 720px; line-height: 1.7; }
.sd-products-cta .sd-eyebrow { margin-bottom: 8px; }
.sd-products-cta .sd-btn { flex: 0 0 auto; }

.sd-product-page { padding-top: 26px; }
.sd-category-hero {
  border-radius: 30px;
  padding: 44px;
  margin-bottom: 28px;
  background: radial-gradient(circle at 85% 20%, rgba(255,204,0,.22), transparent 26%), linear-gradient(135deg, #061018, #102b3a);
  color: #fff;
  box-shadow: 0 20px 55px rgba(7,16,24,.14);
}
.sd-category-hero h1 { color: #fff; font-size: clamp(34px, 5vw, 58px); font-weight: 950; letter-spacing: -0.05em; margin: 0 0 14px; }
.sd-category-hero p { color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.7; max-width: 820px; margin: 0; }
.sd-product-page #display-control { background: #fff; border: 1px solid #e8eef2; border-radius: 20px; padding: 16px 10px 0; margin-bottom: 22px; }
.sd-product-page #product-list .product-thumb { height: 100%; }

@media (max-width: 768px) {
  .sd-products-cta { flex-direction: column; align-items: flex-start; padding: 26px !important; }
  .sd-category-hero { padding: 30px 24px; }
}

/* Minimal compact hero override */
.sd-hero {
  max-width: 1080px;
  min-height: 420px !important;
  grid-template-columns: minmax(0, .95fr) minmax(280px, .75fr) !important;
  gap: 28px !important;
  padding-top: 42px !important;
  padding-bottom: 42px !important;
}
.sd-hero h1 {
  font-size: clamp(32px, 4.2vw, 52px) !important;
  line-height: 1.02 !important;
  max-width: 620px;
  margin-bottom: 16px !important;
}
.sd-hero__lead {
  font-size: 15.5px !important;
  line-height: 1.65 !important;
  max-width: 560px !important;
  margin-bottom: 20px !important;
}
.sd-hero__visual { min-height: 300px !important; }
.sd-hero__visual img {
  max-width: min(100%, 390px) !important;
  border-radius: 18px;
  object-fit: cover;
}
.sd-orbit {
  width: 260px !important;
  height: 260px !important;
  opacity: .65;
}
.sd-trust { margin-top: 18px !important; gap: 8px !important; }
.sd-trust span { padding: 6px 10px !important; font-size: 12px !important; }
.sd-hero__actions { gap: 10px !important; }
.sd-hero__actions .sd-btn { min-height: 42px !important; padding: 10px 16px !important; font-size: 13px; }

@media (max-width: 900px) {
  .sd-hero { grid-template-columns: 1fr !important; min-height: auto !important; padding-top: 32px !important; padding-bottom: 32px !important; }
  .sd-hero__visual { min-height: auto !important; }
  .sd-hero__visual img { max-width: min(100%, 340px) !important; }
}
