:root {
  --sypex-blue: #175da8;
  --sypex-navy: #0b2855;
  --sypex-deep: #061a39;
  --sypex-gold: #bb8a2a;
  --sypex-green: #3f7d45;
  --sypex-ivory: #f8f6ef;
  --sypex-ink: #172235;
  --sypex-muted: #68758a;
  --shadow: 0 20px 60px rgba(6, 26, 57, .12);
}

html { scroll-behavior: smooth; }
body {
  color: var(--sypex-ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}
body.rtl { font-family: Tahoma, Arial, sans-serif; }
h1, h2, h3, h4, .display-font { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.025em; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.text-gold { color: var(--sypex-gold) !important; }
.text-blue { color: var(--sypex-blue) !important; }
.bg-ivory { background: var(--sypex-ivory); }
.bg-navy { background: var(--sypex-navy); }
.section-space { padding: 100px 0; }
.section-kicker { color: var(--sypex-blue); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.section-title { font-size: clamp(2.15rem, 4vw, 3.8rem); line-height: 1.05; }
.section-copy { color: var(--sypex-muted); font-size: 1.06rem; }
.max-copy { max-width: 680px; }

/* Give the Laravel layout a little more room on large screens while keeping
   Bootstrap's tablet and mobile container behaviour unchanged. */
@media (min-width: 1200px) {
  .container { max-width: 1240px; }
}
@media (min-width: 1400px) {
  .container { max-width: 1440px; }
}

.topbar { background: var(--sypex-deep); color: rgba(255,255,255,.82); font-size: .78rem; letter-spacing: .04em; }
.topbar a:hover { color: #fff; }
#site-header {
  position: sticky;
  top: 0;
  z-index: 1040;
}
.navbar { min-height: 88px; background: rgba(255,255,255,.97); box-shadow: 0 4px 24px rgba(6,26,57,.06); }
.navbar-brand img { width: 224px; max-height: 64px; object-fit: contain; }
.mobile-nav-logo { width: 176px; max-height: 54px; object-fit: contain; }
.nav-link { color: #22314a; font-weight: 650; font-size: .92rem; padding: 2rem .75rem !important; position: relative; }
.nav-link::after { content: ""; position: absolute; left: .75rem; right: .75rem; bottom: 1.45rem; height: 2px; background: var(--sypex-gold); transform: scaleX(0); transition: .25s ease; }
.nav-link:hover, .nav-link.active { color: var(--sypex-blue); }
.nav-link:hover::after, .nav-link.active::after { transform: scaleX(1); }
.language-select { min-width: 132px; border-color: #dfe5ec; font-size: .84rem; font-weight: 650; }
.btn { border-radius: .35rem; font-weight: 750; letter-spacing: .01em; padding: .8rem 1.25rem; }
.btn-primary { background: var(--sypex-blue); border-color: var(--sypex-blue); }
.btn-primary:hover { background: #114e91; border-color: #114e91; transform: translateY(-2px); }
.btn-gold { background: var(--sypex-gold); border: 1px solid var(--sypex-gold); color: #fff; }
.btn-gold:hover { background: #9f731f; color: #fff; transform: translateY(-2px); }
.btn-outline-light:hover, .btn-outline-primary:hover { transform: translateY(-2px); }

.product-multi-select { min-width: 0; }
.product-field-label { display: flex; flex-wrap: wrap; align-items: center; gap: .45rem; }
.product-label-hint {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  padding: .18rem .5rem;
  color: var(--sypex-blue);
  background: #eef5ff;
  border: 1px solid rgba(23,93,168,.2);
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 700;
  line-height: 1.35;
}
.product-multi-select .select2-container { display: block; width: 100% !important; }
.product-multi-select .select2-container--default .select2-selection--multiple {
  min-height: 54px;
  padding: .42rem .55rem .32rem;
  background: #fff;
  border: 1px solid #d7dee8;
  border-radius: .5rem;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.product-multi-select .select2-container--default.select2-container--focus .select2-selection--multiple,
.product-multi-select .select2-container--default.select2-container--open .select2-selection--multiple {
  border-color: var(--sypex-blue);
  box-shadow: 0 0 0 .25rem rgba(23,93,168,.14);
}
.product-multi-select.is-invalid .select2-selection--multiple { border-color: #dc3545; }
.product-multi-select .select2-container--default .select2-selection--multiple .select2-selection__choice {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin: 0 .4rem .35rem 0;
  padding: .2rem .65rem .2rem 1.75rem;
  color: var(--sypex-navy);
  background: #eef5ff;
  border: 1px solid rgba(23,93,168,.35);
  border-radius: 999px;
}
.product-multi-select .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  width: 1.45rem;
  height: 100%;
  color: var(--sypex-blue);
  border-right-color: rgba(23,93,168,.25);
}
.product-multi-select .select2-search--inline .select2-search__field {
  min-height: 32px;
  margin: 0 0 .35rem;
  color: #344258;
  font-family: inherit;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] { background: var(--sypex-blue); }
.select2-container--default .select2-results__option[aria-selected=true] { color: var(--sypex-navy); background: #eef5ff; }
.select2-dropdown { border-color: #d7dee8; box-shadow: 0 12px 28px rgba(7,29,59,.12); }
.select2-search--dropdown .select2-search__field { border: 1px solid #cfd8e4 !important; border-radius: .35rem; outline: 0; }
.country-select-field .select2-container { display: block; width: 100% !important; }
.country-select-field .select2-container--default .select2-selection--single {
  height: 48px;
  padding: .62rem 2.4rem .55rem .85rem;
  background: #fff;
  border: 1px solid #d7dee8;
  border-radius: .5rem;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.country-select-field .select2-container--default.select2-container--focus .select2-selection--single,
.country-select-field .select2-container--default.select2-container--open .select2-selection--single {
  border-color: var(--sypex-blue);
  box-shadow: 0 0 0 .25rem rgba(23,93,168,.14);
}
.country-select-field.is-invalid .select2-selection--single { border-color: #dc3545; }
.country-select-field .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
  color: #344258;
  line-height: 1.5;
}
.country-select-field .select2-container--default .select2-selection--single .select2-selection__arrow { height: 46px; right: .45rem; }
.country-select-field .select2-container--default .select2-selection--single .select2-selection__clear { margin-right: .35rem; color: #66758b; }
.country-option { display: inline-flex; align-items: center; gap: .65rem; min-width: 0; }
.country-option .fi { flex: 0 0 1.5rem; width: 1.5rem; border-radius: 2px; box-shadow: 0 0 0 1px rgba(7,29,59,.12); }

.hero-carousel .carousel-item { min-height: calc(100vh - 124px); background-size: cover; background-position: center; }
.hero-carousel .carousel-item::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,22,49,.93) 0%, rgba(5,22,49,.78) 43%, rgba(5,22,49,.15) 72%, rgba(5,22,49,.05) 100%); }
.hero-carousel .carousel-caption { position: relative; inset: auto; text-align: left; min-height: calc(100vh - 124px); display: flex; align-items: center; padding: 90px clamp(1.5rem, 5vw, 5rem); }
.hero-content { max-width: 710px; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: .6rem; color: #f0c970; font-size: .78rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.hero-title { color: #fff; font-size: clamp(2rem, 3vw, 4.1rem); line-height: 1.05; margin: 1.2rem 0 1.5rem; }
.hero-copy { color: rgba(255,255,255,.84); max-width: 620px; font-size: clamp(1rem, 1.4vw, 1.22rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 1.5rem; margin-top: 2.6rem; color: rgba(255,255,255,.8); font-size: .88rem; }
.hero-trust i { color: #f0c970; margin-right: .4rem; }
.carousel-indicators [data-bs-target] { width: 42px; height: 3px; border: 0; }
.carousel-control-prev, .carousel-control-next { width: 7%; }

.trust-strip { position: relative; z-index: 3; margin-top: -42px; }
.trust-card { background: #fff; border-radius: .75rem; box-shadow: var(--shadow); padding: 1.4rem 1.6rem; }
.trust-item { display: flex; align-items: center; gap: .9rem; padding: .5rem 1rem; }
.trust-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: rgba(23,93,168,.09); color: var(--sypex-blue); font-size: 1.25rem; flex: 0 0 auto; }
.trust-item strong { display: block; font-size: .93rem; }
.trust-item span { color: var(--sypex-muted); font-size: .8rem; }

.product-card { height: 100%; border: 1px solid #e8edf2; border-radius: .8rem; background: #fff; overflow: hidden; transition: .3s ease; }
.product-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); border-color: transparent; }
.product-card .product-visual { height: 210px; background: linear-gradient(140deg, #f4f0e4, #fff); position: relative; overflow: hidden; }
.product-card .product-visual img { width: 100%; height: 100%; object-fit: cover; transition: .5s ease; }
.product-card:hover .product-visual img { transform: scale(1.05); }
.product-card .product-body { padding: 1.4rem; }
.product-tag { display: inline-flex; padding: .25rem .55rem; border-radius: 999px; background: #edf6ee; color: var(--sypex-green); font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.product-card h3 { font-size: 1.45rem; margin-top: .8rem; }
.product-card p { color: var(--sypex-muted); font-size: .9rem; }
.product-link { color: var(--sypex-blue); font-weight: 800; font-size: .86rem; }
.product-placeholder { width: 100%; height: 100%; display: grid; place-content: center; justify-items: center; gap: .55rem; background: linear-gradient(145deg, #eef4ec, #f8f3e5); color: var(--sypex-green); }
.product-placeholder i { font-size: 3rem; }
.product-placeholder span { color: var(--sypex-navy); font-size: .76rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.catalog-filter-shell {
  position: sticky;
  top: 124px;
  z-index: 1025;
  padding: 1rem 0;
  background: rgba(248,246,239,.96);
  border-bottom: 1px solid rgba(11,40,85,.1);
  box-shadow: 0 12px 30px rgba(6,26,57,.08);
  backdrop-filter: blur(14px);
}
.catalog-filter-panel { display: grid; grid-template-columns: minmax(230px, 1fr) minmax(360px, 2fr) auto; align-items: end; gap: 1rem 1.25rem; }
.catalog-filter-label { display: block; margin-bottom: .45rem; color: var(--sypex-navy); font-size: .72rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.catalog-search-field { position: relative; }
.catalog-search-field i { position: absolute; top: 50%; left: 1rem; z-index: 1; color: var(--sypex-blue); transform: translateY(-50%); pointer-events: none; }
.catalog-search-field .form-control { min-height: 48px; padding: .7rem 1rem .7rem 2.8rem; border-color: #d7dee8; border-radius: .5rem; }
.catalog-search-field .form-control:focus { border-color: var(--sypex-blue); box-shadow: 0 0 0 .25rem rgba(23,93,168,.13); }
.catalog-category-wrap .form-select { min-height: 48px; border-color: #d7dee8; border-radius: .5rem; }
.catalog-category-wrap .select2-container { display: block; width: 100% !important; }
.catalog-category-wrap .select2-container--default .select2-selection--single {
  height: 48px;
  padding: .62rem 2.4rem .55rem .85rem;
  background: #fff;
  border: 1px solid #d7dee8;
  border-radius: .5rem;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.catalog-category-wrap .select2-container--default.select2-container--focus .select2-selection--single,
.catalog-category-wrap .select2-container--default.select2-container--open .select2-selection--single {
  border-color: var(--sypex-blue);
  box-shadow: 0 0 0 .25rem rgba(23,93,168,.13);
}
.catalog-category-wrap .select2-container--default .select2-selection--single .select2-selection__rendered { padding: 0; color: #344258; line-height: 1.5; }
.catalog-category-wrap .select2-container--default .select2-selection--single .select2-selection__arrow { top: 1px; right: .45rem; height: 46px; }
.rtl .catalog-category-wrap .select2-container--default .select2-selection--single { padding-right: .85rem; padding-left: 2.4rem; }
.rtl .catalog-category-wrap .select2-container--default .select2-selection--single .select2-selection__arrow { right: auto; left: .45rem; }
.catalog-filter-meta { display: flex; align-items: center; justify-content: flex-end; gap: .9rem; }
.catalog-results-count { min-width: 68px; color: var(--sypex-muted); font-size: .72rem; line-height: 1.2; text-align: center; }
.catalog-results-count strong { display: block; color: var(--sypex-navy); font-size: 1.25rem; }
.catalog-availability-button { white-space: nowrap; }
.catalog-list-heading { margin-bottom: 2.5rem; }
.catalog-products-section [data-product-item][hidden] { display: none !important; }
.catalog-empty-state { max-width: 560px; margin: 2rem auto 0; padding: 3.5rem 2rem; text-align: center; background: #fff; border: 1px solid #e1e6eb; border-radius: .8rem; }
.catalog-empty-state[hidden] { display: none; }
.catalog-empty-state i { display: inline-grid; place-items: center; width: 58px; height: 58px; margin-bottom: 1rem; color: var(--sypex-blue); background: #eef5ff; border-radius: 50%; font-size: 1.4rem; }
.catalog-empty-state h3 { font-size: 1.65rem; }
.catalog-empty-state p { color: var(--sypex-muted); }
.rtl .catalog-search-field i { right: 1rem; left: auto; }
.rtl .catalog-search-field .form-control { padding-right: 2.8rem; padding-left: 1rem; }
.product-detail-hero { padding: 92px 0; position: relative; overflow: hidden; }
.product-detail-hero::after { content: ""; position: absolute; width: 440px; height: 440px; border: 80px solid rgba(255,255,255,.035); border-radius: 50%; right: -110px; top: -150px; }
.product-detail-hero .container { position: relative; z-index: 1; }
.product-detail-hero h1 { color: #fff; font-size: clamp(2.8rem, 5vw, 5.2rem); line-height: 1; }
.product-detail-image { height: 510px; overflow: hidden; border-radius: .9rem; background: #f3f0e5; box-shadow: var(--shadow); }
.product-detail-image img { width: 100%; height: 100%; object-fit: cover; }
.product-media-carousel .carousel-inner,.product-media-carousel .carousel-item{height:100%}.product-media-carousel .carousel-control-prev,.product-media-carousel .carousel-control-next{width:12%;opacity:.9}.product-media-carousel .carousel-control-prev-icon,.product-media-carousel .carousel-control-next-icon{width:2.8rem;height:2.8rem;padding:.65rem;border-radius:50%;background-color:rgba(5,22,49,.78);background-size:48%}.product-media-carousel .carousel-indicators{margin-bottom:1.25rem}.product-media-carousel .carousel-indicators [data-bs-target]{width:28px;height:4px;border:0;border-radius:10px}.product-media-count{position:absolute;right:1rem;top:1rem;padding:.4rem .65rem;border-radius:2rem;background:rgba(5,22,49,.78);color:#fff;font-size:.72rem;font-weight:800;letter-spacing:.06em}
.product-gallery-section{border-top:1px solid #edf0f4}.product-gallery-grid{display:flex;gap:.8rem;max-width:100%;padding:.25rem .2rem 1rem;overflow-x:auto;overflow-y:hidden;scrollbar-color:var(--sypex-blue) #e6ebf1;scrollbar-width:thin;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.product-gallery-grid::-webkit-scrollbar{height:8px}.product-gallery-grid::-webkit-scrollbar-track{background:#e6ebf1;border-radius:999px}.product-gallery-grid::-webkit-scrollbar-thumb{background:var(--sypex-blue);border-radius:999px}.product-gallery-item{position:relative;flex:0 0 150px;width:150px;aspect-ratio:1 / 1;overflow:hidden;padding:0;border:0;border-radius:.65rem;background:#e8edf1;box-shadow:0 8px 20px rgba(5,22,49,.1);cursor:zoom-in;scroll-snap-align:start}.product-gallery-item img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.product-gallery-item:hover img,.product-gallery-item:focus-visible img{transform:scale(1.06)}.product-gallery-item:focus-visible{outline:3px solid var(--sypex-gold);outline-offset:3px}.product-gallery-zoom{position:absolute;right:.45rem;bottom:.45rem;display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:rgba(5,22,49,.84);color:#fff;font-size:.78rem}.product-gallery-modal .modal-dialog{width:min(94vw,1200px);max-width:1200px;height:min(92dvh,900px);margin-right:auto;margin-left:auto}.product-gallery-modal .modal-content{position:relative;height:100%;max-height:92dvh;overflow:hidden;border:1px solid rgba(255,255,255,.18);border-radius:1rem;background:#050f20;color:#fff}.product-gallery-modal .modal-header{position:relative;z-index:7;flex:0 0 auto;min-height:64px;padding:.85rem 4.5rem .85rem 1.25rem;border-color:rgba(255,255,255,.15);background:#050f20}.product-gallery-modal .modal-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-gallery-close{position:absolute;top:.625rem;right:.625rem;z-index:8;width:44px;height:44px;margin:0!important;padding:.8rem;border-radius:50%;background-color:rgba(255,255,255,.16);opacity:1}.product-gallery-close:hover{background-color:rgba(255,255,255,.28);opacity:1}.product-gallery-close:focus-visible{outline:3px solid var(--sypex-gold);outline-offset:2px;box-shadow:none}.product-gallery-modal .modal-body{flex:1 1 auto;min-height:0;overflow:hidden}.product-gallery-viewer,.product-gallery-viewer .carousel-inner,.product-gallery-viewer .carousel-item{height:100%;min-height:0}.product-gallery-viewer .carousel-item{background:#020813}.product-gallery-viewer img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center}.product-gallery-viewer-count{position:absolute;right:auto;bottom:1rem;left:50%;z-index:4;transform:translateX(-50%);padding:.45rem .75rem;border-radius:2rem;background:rgba(0,0,0,.72);font-size:.75rem;font-weight:800}.product-gallery-viewer .product-gallery-control{top:50%;bottom:auto;display:flex;width:3.5rem;height:3.5rem;margin:0 1rem;transform:translateY(-50%);border-radius:50%;background:rgba(5,22,49,.84);box-shadow:0 4px 18px rgba(0,0,0,.35);opacity:1}.product-gallery-viewer .product-gallery-control:hover{background:rgba(12,49,94,.96)}.product-gallery-viewer .product-gallery-control:focus-visible{outline:3px solid var(--sypex-gold);outline-offset:3px}.product-gallery-viewer .carousel-control-prev-icon,.product-gallery-viewer .carousel-control-next-icon{width:1.6rem;height:1.6rem}
.product-placeholder-large i { font-size: 5rem; }
.product-detail-card { min-height: 215px; }
.product-commercial-panel { position: sticky; top: 145px; }
.commercial-list { margin-bottom: 0; }
.commercial-list > div { padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.commercial-list dt { color: rgba(255,255,255,.6); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.commercial-list dd { margin: .35rem 0 0; font-weight: 700; }
.product-video-section { border-top: 1px solid #edf0f4; background: linear-gradient(135deg, #f7f9fb 0%, #fff 68%); }
.product-video-thumbnail { width: 100%; overflow: hidden; padding: 0; border: 0; border-radius: .9rem; background: var(--sypex-navy); box-shadow: var(--shadow); cursor: pointer; }
.product-video-thumbnail img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.product-video-overlay { background: linear-gradient(180deg, rgba(5,22,49,.1), rgba(5,22,49,.58)); transition: background-color .25s ease; }
.product-video-play { display: grid; place-items: center; }
.product-video-play i { display: grid; width: 76px; height: 76px; place-items: center; padding-left: 5px; border: 2px solid rgba(255,255,255,.8); border-radius: 50%; background: rgba(255,255,255,.94); color: var(--sypex-blue); box-shadow: 0 12px 30px rgba(5,22,49,.3); font-size: 2.3rem; transition: transform .25s ease, background-color .25s ease; }
.product-video-thumbnail:hover img { transform: scale(1.025); }
.product-video-thumbnail:hover .product-video-overlay { background-color: rgba(5,22,49,.12); }
.product-video-thumbnail:hover .product-video-play i, .product-video-thumbnail:active .product-video-play i { transform: scale(1.08); background: #fff; }
.product-video-thumbnail:focus-visible { outline: 3px solid var(--sypex-gold); outline-offset: 4px; }
.product-video-modal .modal-dialog { width: calc(100% - 2rem); max-width: 960px; }
.product-video-modal .modal-content { overflow: hidden; border: 1px solid rgba(255,255,255,.18); box-shadow: 0 24px 70px rgba(0,0,0,.5); }
.product-video-modal iframe { width: 100%; height: 100%; border: 0; background: #000; }
.product-video-modal .modal-footer { justify-content: flex-start; }

.image-frame { position: relative; border-radius: .9rem; overflow: hidden; box-shadow: var(--shadow); }
.image-frame img { width: 100%; height: 100%; object-fit: cover; }
.floating-card { position: absolute; right: -28px; bottom: 28px; max-width: 280px; background: #fff; padding: 1.3rem; border-radius: .6rem; box-shadow: var(--shadow); }
.process-grid { counter-reset: process; }
.process-step { border-top: 1px solid #dce4eb; padding: 1.6rem 0; display: grid; grid-template-columns: 56px 1fr; gap: 1rem; }
.process-step::before { counter-increment: process; content: "0" counter(process); color: var(--sypex-gold); font-weight: 850; font-size: .85rem; }
.process-step h3 { font-size: 1.3rem; }
.process-step p { color: var(--sypex-muted); margin: 0; font-size: .92rem; }

.tech-card { border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.07); border-radius: .8rem; padding: 1.5rem; height: 100%; color: #fff; }
.tech-card i { font-size: 1.5rem; color: #f0c970; }
.tech-card p { color: rgba(255,255,255,.7); font-size: .9rem; }
.timeline-line { height: 2px; background: rgba(255,255,255,.18); position: relative; margin: 2rem 0; }
.timeline-line::after { content: ""; position: absolute; height: 2px; width: 72%; background: var(--sypex-gold); animation: route 3s ease-in-out infinite alternate; }
@keyframes route { from { width: 18%; } to { width: 82%; } }

.gallery-card { border-radius: .7rem; overflow: hidden; position: relative; min-height: 300px; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: .6s ease; }
.gallery-card:hover img { transform: scale(1.045); }
.gallery-label { position: absolute; left: 1rem; bottom: 1rem; padding: .5rem .75rem; background: rgba(5,22,49,.86); color: #fff; font-size: .78rem; font-weight: 750; border-radius: .3rem; }

.page-hero { min-height: 54vh; display: flex; align-items: end; padding: 120px 0 72px; color: #fff; background-size: cover; background-position: center; position: relative; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,22,49,.94), rgba(5,22,49,.45)); }
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { font-size: clamp(3rem, 6vw, 5.8rem); line-height: .97; max-width: 850px; }
.page-hero p { max-width: 700px; color: rgba(255,255,255,.82); font-size: 1.12rem; }
.breadcrumb { font-size: .8rem; }
.breadcrumb-item, .breadcrumb-item a { color: rgba(255,255,255,.68); }
.breadcrumb-item.active { color: #fff; }

.stat-card { border-left: 3px solid var(--sypex-gold); padding-left: 1.2rem; }
.stat-card .number { font-family: Georgia, serif; color: var(--sypex-blue); font-size: 2.4rem; line-height: 1; }
.value-card { height: 100%; border: 1px solid #e5eaf0; border-radius: .75rem; padding: 1.8rem; background: #fff; }
.value-card i { color: var(--sypex-blue); font-size: 1.6rem; }
.value-card p { color: var(--sypex-muted); }

.commercial-detail-table { --bs-table-bg: transparent; }
.commercial-detail-table th { width: 38%; color: var(--sypex-muted); font-weight: 650; }
.commercial-detail-table td { font-weight: 700; }
.quality-badge { display: inline-flex; align-items: center; gap: .45rem; background: #eef5ff; color: var(--sypex-blue); border-radius: 999px; padding: .45rem .7rem; font-size: .75rem; font-weight: 800; }
.quote-panel { background: var(--sypex-deep); color: #fff; border-radius: .9rem; padding: clamp(1.8rem, 4vw, 3rem); }
.quote-panel p { color: rgba(255,255,255,.72); }
.form-control, .form-select { min-height: 50px; border-color: #dfe5ec; }
.form-control:focus, .form-select:focus { border-color: var(--sypex-blue); box-shadow: 0 0 0 .2rem rgba(23,93,168,.12); }
.form-label { font-size: .84rem; font-weight: 750; color: #31415b; }
.honeypot-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.g-recaptcha { min-height: 78px; }
.contact-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: rgba(23,93,168,.1); color: var(--sypex-blue); font-size: 1.3rem; }
.tracking-hero { padding: 100px 0 120px; position: relative; overflow: hidden; }
.tracking-hero::after { content: ""; position: absolute; width: 430px; height: 430px; border: 75px solid rgba(255,255,255,.035); border-radius: 50%; right: -100px; top: -160px; }
.tracking-hero h1 { color: #fff; font-size: clamp(2.8rem, 5.5vw, 5rem); }
.tracking-content { margin-top: -88px; position: relative; z-index: 2; }
.tracking-search-card, .tracking-result { background: #fff; border: 1px solid #e5eaf0; border-radius: .9rem; padding: clamp(1.5rem, 4vw, 2.5rem); box-shadow: var(--shadow); }
.tracking-status { display: inline-flex; align-items: center; gap: .5rem; padding: .55rem .8rem; border-radius: 999px; background: #edf6ee; color: var(--sypex-green); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.tracking-status i { font-size: .55rem; }
.tracking-meta { border-left: 3px solid var(--sypex-gold); padding: .7rem 1rem; background: #f8fafc; }
.tracking-meta small, .tracking-meta strong { display: block; }
.tracking-meta small { color: var(--sypex-muted); margin-bottom: .25rem; }
.tracking-progress { display: grid; }
.tracking-progress-step { display: grid; grid-template-columns: 54px 1fr; gap: 1rem; position: relative; min-height: 82px; color: #8b96a6; }
.tracking-progress-step::after { content: ""; position: absolute; left: 21px; top: 43px; bottom: -3px; width: 2px; background: #dfe5ec; }
.tracking-progress-step:last-child::after { display: none; }
.tracking-progress-step > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: #eef1f5; border: 2px solid #d9e0e8; }
.tracking-progress-step strong, .tracking-progress-step small { display: block; }
.tracking-progress-step small { margin-top: .25rem; }
.tracking-progress-step.complete { color: var(--sypex-navy); }
.tracking-progress-step.complete > span { background: var(--sypex-blue); border-color: var(--sypex-blue); color: #fff; }
.tracking-progress-step.complete::after { background: var(--sypex-blue); }
.app-download-band { background: linear-gradient(115deg, var(--sypex-blue), var(--sypex-deep)); padding: 64px 0; }
.store-badges { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.store-badges a { display: inline-block; transition: .2s ease; }
.store-badges a:hover { transform: translateY(-3px); }
.store-badges img { display: block; height: 50px; width: auto; max-width: 100%; }

.mobile-app-section { background: var(--sypex-ivory); overflow: hidden; }
.mobile-app-panel { position: relative; overflow: hidden; padding: clamp(2rem, 5vw, 5rem); border-radius: 1.4rem; background: linear-gradient(135deg, #0c3268 0%, var(--sypex-deep) 62%, #041229 100%); box-shadow: 0 30px 80px rgba(6,26,57,.2); }
.mobile-app-panel::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 88% 10%, rgba(23,93,168,.42), transparent 34%), radial-gradient(circle at 8% 88%, rgba(187,138,42,.14), transparent 28%); pointer-events: none; }
.mobile-app-panel > * { position: relative; z-index: 1; }
.mobile-app-copy { max-width: 700px; color: rgba(255,255,255,.72); font-size: 1.08rem; }
.app-feature-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 2rem 0; }
.app-feature { padding: 1.15rem; border: 1px solid rgba(255,255,255,.11); border-radius: .8rem; background: rgba(255,255,255,.055); }
.app-feature > span { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: .9rem; border-radius: .65rem; color: var(--sypex-deep); background: var(--sypex-gold); font-size: 1.1rem; }
.app-feature strong { display: block; color: #fff; font-size: .92rem; }
.app-feature p { margin: .35rem 0 0; color: rgba(255,255,255,.58); font-size: .8rem; line-height: 1.5; }
.app-download-cta { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: end; gap: 1rem 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.12); }
.app-download-cta p { color: #fff; }
.app-download-cta p strong, .app-download-cta p span { display: block; }
.app-download-cta p span { color: rgba(255,255,255,.58); font-size: .86rem; }
.app-phone-stage { position: relative; display: grid; place-items: center; min-height: 580px; isolation: isolate; }
.app-phone { position: relative; z-index: 3; width: 280px; padding: 10px; border: 2px solid rgba(255,255,255,.28); border-radius: 2.25rem; background: #08182f; box-shadow: 0 28px 70px rgba(0,0,0,.45); transform: rotate(-3deg); }
.app-phone-speaker { position: absolute; z-index: 2; top: 18px; left: 50%; width: 74px; height: 20px; border-radius: 999px; background: #07162b; transform: translateX(-50%); }
.app-phone-screen { min-height: 548px; padding: 2.5rem 1rem 1rem; overflow: hidden; border-radius: 1.7rem; background: #f5f7fb; }
.app-phone-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.6rem; }
.app-phone-header img { width: 112px; height: 34px; object-fit: contain; object-position: left center; }
.app-phone-header span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: var(--sypex-navy); box-shadow: 0 5px 15px rgba(6,26,57,.08); }
.app-phone-greeting { margin: 0; color: #8993a3; font-size: .66rem; }
.app-phone-heading { display: block; margin-top: .15rem; color: var(--sypex-deep); font-family: Georgia, serif; font-size: 1.18rem; line-height: 1.2; }
.app-shipment-card { margin-top: 1rem; padding: 1rem; border-radius: .85rem; background: linear-gradient(135deg, var(--sypex-blue), #0c396f); color: #fff; box-shadow: 0 12px 28px rgba(23,93,168,.22); }
.app-shipment-card small { font-size: .57rem; letter-spacing: .04em; }
.app-status { display: inline-flex; align-items: center; gap: .3rem; padding: .22rem .4rem; border-radius: 999px; background: rgba(255,255,255,.13); font-size: .53rem; }
.app-status i { color: #77d48a; font-size: .34rem; }
.app-route { display: flex; align-items: center; justify-content: space-between; gap: .45rem; margin: 1.3rem 0 .75rem; font-size: .63rem; }
.app-route-line { position: relative; flex: 1; height: 1px; background: rgba(255,255,255,.35); text-align: center; }
.app-route-line i { position: absolute; top: 50%; left: 60%; padding: .2rem; background: #246eb8; transform: translate(-50%,-50%) rotate(4deg); }
.app-progress { height: 3px; border-radius: 99px; background: rgba(255,255,255,.2); }
.app-progress span { display: block; width: 62%; height: 100%; border-radius: inherit; background: var(--sypex-gold); }
.app-route-meta { margin-top: .45rem; color: rgba(255,255,255,.62); }
.app-quick-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; margin-top: .8rem; }
.app-quick-grid > div { display: grid; min-height: 105px; padding: .85rem; border: 1px solid #e6eaf0; border-radius: .75rem; background: #fff; box-shadow: 0 8px 20px rgba(6,26,57,.05); }
.app-quick-grid i { color: var(--sypex-blue); font-size: 1.1rem; }
.app-quick-grid span { align-self: end; color: var(--sypex-deep); font-size: .68rem; font-weight: 800; }
.app-quick-grid small { color: #929baa; font-size: .56rem; }
.app-float-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: .5rem; padding: .75rem .9rem; border: 1px solid rgba(255,255,255,.16); border-radius: .7rem; background: rgba(255,255,255,.96); color: var(--sypex-deep); box-shadow: 0 14px 35px rgba(0,0,0,.23); font-size: .7rem; font-weight: 800; }
.app-float-card i { color: var(--sypex-green); font-size: 1rem; }
.app-float-card-top { top: 20%; right: -1%; }
.app-float-card-bottom { bottom: 18%; left: -2%; }
.app-orbit { position: absolute; z-index: 1; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.app-orbit-one { width: 430px; height: 430px; }
.app-orbit-two { width: 520px; height: 520px; }
.rtl .app-phone { transform: rotate(3deg); }
.rtl .app-phone-header img { object-position: right center; }

.cta-band { background: linear-gradient(120deg, var(--sypex-blue), var(--sypex-navy)); color: #fff; border-radius: 1rem; overflow: hidden; position: relative; }
.cta-band::after { content: ""; position: absolute; width: 280px; height: 280px; border: 50px solid rgba(255,255,255,.06); border-radius: 50%; right: -70px; top: -90px; }
.cta-band > * { position: relative; z-index: 2; }

.footer { background: var(--sypex-deep); color: rgba(255,255,255,.7); padding-top: 74px; }
.footer-logo { width: 230px; max-height: 80px; object-fit: contain; object-position: left center; }
.footer h5 { color: #fff; font-family: inherit; font-size: .86rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.footer a { display: inline-block; padding: .3rem 0; }
.footer a:hover { color: #fff; }
.footer .footer-login-button {
  padding: .8rem 1.5rem;
  color: var(--sypex-deep);
  background: var(--sypex-gold);
  border-color: var(--sypex-gold);
  box-shadow: 0 10px 24px rgba(187, 138, 42, .2);
}
.footer .footer-login-button:hover,
.footer .footer-login-button:focus-visible {
  color: #fff;
  background: var(--sypex-blue);
  border-color: var(--sypex-blue);
  box-shadow: 0 12px 28px rgba(23, 93, 168, .3);
  transform: translateY(-2px);
}
.footer-app { margin-top: 48px; padding: 28px 30px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.1); border-radius: 1rem; }
.footer-app-icon { flex: 0 0 46px; width: 46px; height: 46px; display: grid; place-items: center; color: var(--sypex-deep); background: var(--sypex-gold); border-radius: 50%; font-size: 1.35rem; }
.footer-app p { max-width: 640px; }
.footer-store-badges a { padding: 0; border-radius: .45rem; }
.footer-store-badges img { height: 46px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 50px; padding: 20px 0; font-size: .82rem; }
.footer-bottom > span:last-child { padding-inline-end: 60px; }
.social-link { width: 38px; height: 38px; display: inline-grid !important; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; margin-right: .35rem; }

.reveal { opacity: 0; transform: translateY(20px); transition: .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.back-to-top { position: fixed; right: 20px; bottom: 20px; width: 46px; height: 46px; display: none; place-items: center; background: var(--sypex-blue); color: #fff; border-radius: 50%; z-index: 1030; box-shadow: 0 10px 25px rgba(6,26,57,.25); }
.back-to-top.show { display: grid; }
.rtl .back-to-top { right: auto; left: 20px; }

@media (max-width: 1199.98px) {
  .navbar-brand img { width: 188px; }
  .mobile-nav-drawer { width: min(88vw, 380px); border: 0; box-shadow: 18px 0 50px rgba(6,26,57,.18); }
  .mobile-nav-drawer .offcanvas-header { min-height: 84px; padding: 1rem 1.35rem; border-bottom: 1px solid #e7ebf0; }
  .mobile-nav-drawer .offcanvas-body { padding: .75rem 1.35rem 1.5rem; }
  .mobile-nav-drawer .nav-link { padding: .9rem 0 !important; border-bottom: 1px solid #edf0f4; font-size: 1rem; }
  .mobile-nav-drawer .nav-link.active { color: var(--sypex-blue); }
  .mobile-nav-drawer .nav-link::after { display: none; }
  .mobile-nav-actions { align-items: stretch !important; flex-direction: column; padding-top: .5rem; }
  .mobile-nav-actions .language-select,
  .mobile-nav-actions .btn { width: 100%; }
  .offcanvas-backdrop.show { opacity: .55; }
  .floating-card { right: 18px; }
  .catalog-filter-panel { grid-template-columns: minmax(220px, .8fr) minmax(350px, 1.5fr); }
  .catalog-filter-meta { grid-column: 1 / -1; justify-content: space-between; }
  .catalog-results-count { display: flex; align-items: baseline; gap: .35rem; text-align: start; }
}
@media (max-width: 991.98px) {
  .topbar { display: none; }
  .navbar { min-height: 74px; }
  .hero-carousel .carousel-item, .hero-carousel .carousel-caption { min-height: 78vh; }
  .hero-carousel .carousel-item::before { background: linear-gradient(90deg, rgba(5,22,49,.93), rgba(5,22,49,.55)); }
  .trust-strip { margin-top: 0; }
  .section-space { padding: 72px 0; }
  .product-detail-hero { padding: 70px 0; }
  .product-detail-image { height: 410px; }
  .product-commercial-panel { position: static; }
  .app-feature-list { grid-template-columns: 1fr; }
  .app-feature { display: grid; grid-template-columns: 42px 1fr; gap: .9rem; }
  .app-feature > span { margin-bottom: 0; }
  .app-phone-stage { min-height: 610px; }
  .catalog-filter-shell { top: 74px; }
  .catalog-filter-panel { display: block; }
  .catalog-category-wrap { margin-top: .75rem; }
  .catalog-filter-meta { margin-top: .75rem; }
  .catalog-availability-button { padding: .65rem .9rem; font-size: .8rem; }
  .product-gallery-modal .modal-dialog { width: 100%; max-width: none; height: 100dvh; margin: 0; }
  .product-gallery-modal .modal-content { height: 100dvh; max-height: none; border: 0; border-radius: 0; }
  .product-gallery-modal .modal-header { min-height: 58px; padding: .65rem 3.75rem .65rem 1rem; }
  .product-gallery-modal .modal-title { font-size: 1rem; }
  .product-gallery-close { top: .45rem; right: .45rem; }
}
@media (max-width: 767.98px) {
  .row { margin-left: 0; margin-right: 0; }
  .navbar-brand img { width: 165px; }
  .hero-carousel .carousel-caption { padding-inline: 1.5rem; }
  .hero-carousel .carousel-item { background-position: 62% center; }
  .hero-carousel .carousel-item::before { background: rgba(5,22,49,.75); }
  .hero-title { font-size: clamp(2rem, 8vw, 2.75rem); }
  .hero-trust { gap: .7rem 1rem; }
  .hero-actions .btn { width: 100%; }
  .carousel-control-prev, .carousel-control-next { display: none; }
  .product-media-carousel .carousel-control-prev,.product-media-carousel .carousel-control-next,.product-gallery-viewer .carousel-control-prev,.product-gallery-viewer .carousel-control-next{display:flex}
  .product-gallery-grid{gap:.65rem}.product-gallery-item{flex-basis:112px;width:112px;border-radius:.5rem}.product-gallery-zoom{right:.4rem;bottom:.4rem;width:26px;height:26px;font-size:.7rem}
  .product-gallery-viewer .product-gallery-control { width: 3rem; height: 3rem; margin: 0 .5rem; }
  .product-gallery-viewer .carousel-control-prev-icon, .product-gallery-viewer .carousel-control-next-icon { width: 1.35rem; height: 1.35rem; }
  .product-gallery-viewer-count { bottom: .75rem; }
  .product-video-play i { width: 62px; height: 62px; font-size: 1.9rem; }
  .trust-item { border-bottom: 1px solid #edf0f4; }
  .floating-card { position: static; max-width: none; border-radius: 0; }
  .page-hero { min-height: 48vh; padding-bottom: 54px; }
  .gallery-card { min-height: 230px; }
  .cta-band { border-radius: .6rem; }
  .tracking-hero { padding: 72px 0 105px; }
  .tracking-search-card .input-group { display: block; }
  .tracking-search-card .form-control, .tracking-search-card .btn { width: 100%; border-radius: .35rem !important; }
  .tracking-search-card .btn { margin-top: .75rem; }
  .footer-app { padding: 24px 20px; }
  .footer-store-badges img { height: 42px; }
  .mobile-app-section { padding-inline: 0; }
  .mobile-app-section > .container { padding-inline: 0; }
  .mobile-app-panel { border-radius: 0; padding: 3.5rem 1.25rem; }
  .app-phone-stage { min-height: 550px; transform: scale(.9); margin: -25px 0; }
  .app-float-card-top { right: 0; }
  .app-float-card-bottom { left: 0; }
  .app-download-cta { align-items: start; }
  .catalog-filter-shell { padding: .75rem 0; }
  .catalog-filter-label { margin-bottom: .3rem; font-size: .65rem; }
  .catalog-search-field .form-control { min-height: 44px; }
  .catalog-category-wrap .form-select,
  .catalog-category-wrap .select2-container--default .select2-selection--single { height: 44px; min-height: 44px; }
  .catalog-category-wrap .select2-container--default .select2-selection--single { padding-top: .5rem; }
  .catalog-category-wrap .select2-container--default .select2-selection--single .select2-selection__arrow { height: 42px; }
  .catalog-results-count { font-size: .68rem; }
  .catalog-results-count strong { font-size: 1rem; }
  .catalog-products-section { padding-top: 58px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
