html, body, button, input, textarea, select {
  font-family: "Poppins", sans-serif;
}

#container {
  position: relative;
  width: 100%;
  height: clamp(420px, 82vh, 980px);
  overflow: hidden;
  margin: 0;
  padding: 0;
}

#slides {
  position: relative;
  width: 100%;
  height: 100%;
}
#slides .slide {
  position: absolute;
  display: -webkit-box;
  display: flex;
  width: 100%;
  height: 100%;
}
#slides .slide-full {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 0.75s ease, transform 5s ease;
}
#slides .slide-full img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#slides .slide.active .slide-full {
  opacity: 1;
  transform: scale(1);
}
#slides .slide .title {
  position: absolute;
  top: 50%;
  left: clamp(18px, 5vw, 70px);
  transform: translateY(-50%);
  z-index: 2;
  padding-top: 5px;
  font-family: "Poppins", sans-serif;
  font-size: clamp(2rem, 5vw, 5em);
  color: white;
  overflow: hidden;
  max-width: min(50vw, 680px);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}

@media (max-width: 1024px) {
  #slides .slide .title { font-size: 4em; }
}

@media (max-width: 768px) {
  #container { height: 62vh; min-height: 360px; }
  #slides .slide {
    display: block;
  }
  #slides .slide-full { display: block; }
  #slides .slide .slide-partial {
    display: none;
  }
  #slides .slide .title {
    left: 14px;
    right: 14px;
    max-width: none;
    width: auto;
    font-size: clamp(1.35rem, 6vw, 2.1rem);
  }
}

@media (max-width: 480px) {
  #container { height: 56vh; min-height: 300px; }
  #slides .slide .title { font-size: clamp(1.1rem, 6.2vw, 1.6rem); }
}
#slides .slide .title .title-text {
  display: block;
  -webkit-transform: translateY(1.2em);
  transform: translateY(1.2em);
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}
#slides .slide .slide-partial {
  position: absolute;
  width: 50%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}
#slides .slide .slide-partial img {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}
#slides .slide .slide-left {
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
#slides .slide .slide-left img {
  top: 0;
  right: 0;
  -o-object-position: 100% 50%;
  object-position: 100% 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
#slides .slide .slide-right {
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#slides .slide .slide-right img {
  top: 0;
  left: 0;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#slides .slide.active .title .title-text {
  -webkit-transform: translate(0);
  transform: translate(0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#slides .slide.active .slide-partial,
#slides .slide.active .slide-partial img {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

#slide-select {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-family: "Poppins", sans-serif;
  font-size: 1.5em;
  font-weight: lighter;
  color: white;
}
#slide-select li {
  position: relative;
  cursor: pointer;
  margin: 0;
}
#slide-select li.prev:hover {
  display: none;
}
#slide-select li.next:hover {
  display: none;
}
#slide-select .selector {
  height: 14px;
  width: 14px;
  border: 2px solid white;
  background-color: transparent;
  transition: background-color 0.5s ease-in-out;
  border-radius: 50%;
}
#slide-select .selector.current {
  background-color: rgb(0, 0, 0);
}




.product-cards-wrapper,
.logo-marquee-wrapper {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
}

.end-sponsor-section {
  padding: 0 20px 20px;
}

.end-sponsor-title {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  margin: 60px 0 36px;
  color: #1a1a1a;
}

.end-sponsor-title-line {
  display: block;
  width: 290px;
  height: 3px;
  background: #d32f2f;
  margin: 12px auto 0;
  border-radius: 3px;
  opacity: 0.6;
  box-shadow: 0 0 12px rgba(211, 47, 47, 0.45);
}

/* --- Logo marquee --- */
.logo-marquee-wrapper {
  position: relative;
  overflow: visible;
  width: 100%;
  padding: 12px 0;
  margin: 0 !important;
}

@media (max-width: 768px) {
  .logo-marquee-item { margin: 0 16px; width: 100px; }
  .logo-marquee-item img { max-height: 36px; }
}

.logo-marquee-fade {
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  z-index: 5;
  pointer-events: none;
}

.logo-marquee-fade-left {
  left: 0;
  background: linear-gradient(to right, #fff, transparent); /* 🔧 daha temiz */
}

.logo-marquee-fade-right {
  right: 0;
  background: linear-gradient(to left, #fff, transparent);  /* 🔧 daha temiz */
}

.logo-marquee-track {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 24px;
  animation: none;
}

.logo-marquee-group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.logo-marquee-item {
  width: 128px;
  height: 64px;
  margin: 0 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-marquee-item-btn{appearance:none;border:0;background:transparent;padding:0;cursor:pointer}

.logo-marquee-item img {
  max-height: 48px;
  width: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: all 0.3s ease;
}

.logo-marquee-item img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

.end-sponsor-action {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

@keyframes logoMarqueeScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

@media (max-width: 768px) {
  .logo-marquee-item { width: 100px; margin: 0 16px; }
  .logo-marquee-fade { width: 40px; }
}

/* --- Product cards --- */
.product-cards-wrapper {
  display: flex;
  justify-content: center;
  gap: 32px;
  padding: 16px 0;
  margin: 0 !important;
  flex-wrap: wrap;
}

.product-card {
  --clr:#7da072;
  --fclr:#f0ffe2;
  width: 260px;
  height: 360px;
  background: var(--clr);
  border-radius: 10px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  box-shadow: 0 20px 40px rgba(0,0,0,.15);
}

.product-card:nth-child(2){ --clr:#2e2e2e; --fclr:#fff; }
.product-card:nth-child(3){ --clr:#fff; --fclr:#000; }

.product-content {
  padding: 16px;
  color: var(--fclr);
  z-index: 2;
}

.product-content h2 { margin: 0 0 6px; font-size: 20px; }
.product-content p { font-size: 13px; opacity: .85; }

.product-glass {
  position: absolute;
  inset: auto 0 0 0;
  height: 70%;
  background: linear-gradient(transparent, var(--clr));
  border-radius: 0 0 10px 10px;
}

.product-overflow {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.product-model {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-model model-viewer {
  width: 360px;
  height: 360px;
  opacity: 0;
  transition: opacity .8s ease;
}

.product-model model-viewer.loaded {
  opacity: 1;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* --- Navbar styles (moved from header.blade.php) --- */
.navbar{background:white;padding:.8rem 0;position:sticky;top:0;z-index:1000;box-shadow:0 2px 8px rgba(0,0,0,.08);border-bottom:2px solid #f0f0f0}
.navbar-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;gap:.12rem}
.navbar-logo a{text-decoration:none;display:flex;align-items:center;gap:.8rem}
.logo-img{height:45px;width:auto;object-fit:contain}
.navbar-brand-img{height:118px!important;width:auto!important;max-height:none!important;max-width:none!important;object-fit:contain;image-rendering:auto;image-rendering:-webkit-optimize-contrast;backface-visibility:hidden;transform:translateZ(0);filter:none!important;opacity:1!important;border-radius:6px}
.logo-text{font-size:1.4rem;font-weight:700;color:#1a1a1a;letter-spacing:.5px}
.navbar-toggle{display:none;flex-direction:column;cursor:pointer;gap:5px}
.navbar-toggle span{width:25px;height:3px;background:#1a1a1a;border-radius:3px;transition:all .3s ease}
.navbar-toggle.active span:nth-child(1){transform:rotate(45deg) translate(10px,10px)}
.navbar-toggle.active span:nth-child(2){opacity:0}
.navbar-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(8px,-8px)}
.navbar-menu{display:flex}
.navbar-list{display:flex;list-style:none;margin:0;padding:0;gap:5.5rem}
.navbar-link{color:#4a4a4a;text-decoration:none;font-size:.95rem;font-weight:700;transition:all .3s ease;position:relative;padding:.5rem 0}
.navbar-link:hover{color:#d32f2f}
.navbar-link::after{content:'';position:absolute;width:0;height:2px;bottom:-2px;left:0;background:#d32f2f;transition:width .3s ease}
.navbar-link:hover::after{width:100%}
@media(max-width:768px){.navbar-toggle{display:flex}.navbar-menu{position:absolute;top:65px;left:0;right:0;background:white;flex-direction:column;max-height:0;overflow:hidden;transition:max-height .3s ease;box-shadow:0 8px 16px rgba(0,0,0,.1)}.navbar-menu.active{max-height:300px}.navbar-list{flex-direction:column;gap:0;padding:1rem 20px}.navbar-link{padding:.8rem 0;border-bottom:1px solid #f0f0f0}.logo-text{font-size:1.1rem}.logo-img{height:35px}.navbar-brand-img{height:86px!important}}

/* --- Footer styles (moved from footer.blade.php) --- */
.footer-top-banner{margin-top:4rem}
.footer{position:relative;overflow:hidden;margin-top:0;background:linear-gradient(270deg,rgba(15,20,34,.85) 0%,rgba(15,20,34,.62) 45%,rgba(15,20,34,.15) 100%);color:#e5e7eb}
.footer::before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(255,255,255,.03) 0%,rgba(255,255,255,0) 45%);pointer-events:none}
.footer-container{max-width:1250px;margin:0 auto;padding:0 20px}
.footer-shell{position:relative;z-index:1}
.footer-cta-banner{position:relative;min-height:350px;margin-top:0;border-radius:0;overflow:hidden;background:url('/img/3.png') center/cover no-repeat;display:flex;align-items:center;padding:2.2rem 3rem}
.footer-cta-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,20,34,.92) 0%,rgba(15,20,34,.78) 46%,rgba(15,20,34,.45) 76%,rgba(15,20,34,.18) 100%)}
.footer-cta-content{position:relative;z-index:2;max-width:420px;margin-left:clamp(90px,18vw,280px)}
.footer-top-banner .footer-cta-mini{margin:0 0 .35rem;color:#e6edff;font-size:1.25rem!important;font-weight:500;line-height:1.25;text-shadow:0 1px 8px rgba(0,0,0,.35)}
.footer-top-banner .footer-cta-title{margin:0;color:#ffffff;font-size:2.5rem!important;line-height:1.1;font-weight:700;text-transform:none;text-shadow:0 2px 14px rgba(0,0,0,.4)}
.footer-top-banner .footer-cta-subtitle{margin:.18rem 0 0;color:#e6edff;font-size:1.65rem!important;line-height:1.22;font-weight:500;text-shadow:0 1px 10px rgba(0,0,0,.35)}
.footer-cta-btn{display:inline-block;margin-top:1.05rem;background:#2f78ff;color:#fff;text-decoration:none;padding:.74rem 1.55rem;border-radius:8px;font-size:.92rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;transition:transform .2s ease,background .2s ease}
.footer-cta-btn:hover{background:#4b8dff;transform:translateY(-2px)}
.footer-cta-person{position:absolute;right:1.8rem;bottom:0;z-index:2;max-height:100%;width:auto;max-width:47%}
.footer-grid{display:grid;grid-template-columns:1.3fr 1.1fr .9fr .9fr;gap:2.2rem;padding:3.2rem 0 2.4rem}
.footer-section{min-width:0}
.logo-footer{height:72px;width:auto;object-fit:contain;margin-bottom:1rem;border-radius:8px;background:rgba(255,255,255,.04)}
.footer-description{margin:0 0 1.3rem;color:#d7deed;font-size:1.03rem;line-height:1.65}
.footer-section h4{margin:0;color:#d32f2f;font-size:.95rem;font-weight:700}
.footer-heading{margin:.25rem 0 1rem;color:#ffffff;font-size:2rem;line-height:1.12;font-weight:700;text-transform:uppercase;letter-spacing:.01em}
.footer-contact-list{display:flex;flex-direction:column;gap:.95rem}
.footer-contact-item{display:flex;align-items:flex-start;gap:.7rem;margin:0;color:#eef3ff;font-size:1.02rem;line-height:1.55}
.footer-contact-item a{color:#eef3ff;text-decoration:none}
.footer-contact-item a:hover{color:#fff}
.footer-contact-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;flex:0 0 34px;border-radius:999px;background:#d32f2f;color:#fff;font-weight:700}
.footer-contact-icon-svg{width:18px;height:18px;display:block}
.footer-news-list{display:flex;flex-direction:column;gap:.95rem}
.footer-news-item{display:flex;flex-direction:column;gap:.15rem;text-decoration:none;padding:.55rem .2rem .55rem 0;border-bottom:1px solid rgba(255,255,255,.16)}
.footer-news-date{color:#ff4f6d;font-size:.86rem;font-weight:700}
.footer-news-title{color:#f2f5fb;font-size:1.05rem;font-weight:600;line-height:1.35}
.footer-news-item:hover .footer-news-title{color:#fff}
.footer-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.95rem}
.footer-links li{margin:0}
.footer-links a{display:inline-flex;align-items:center;gap:.55rem;color:#eef3ff;text-decoration:none;font-size:1.1rem;line-height:1.2}
.footer-links a::before{content:"\2192";color:#a9c2ff;font-size:1.05rem;transition:transform .2s ease,color .2s ease}
.footer-links a:hover{color:#fff}
.footer-links a:hover::before{transform:translateX(3px);color:#2f78ff}
.footer-bottom{position:relative;z-index:1;border-top:1px solid rgba(255,255,255,.18);text-align:center;padding:1.05rem 0 1.35rem;color:#d7deee;font-size:1.02rem}
@media(max-width:1150px){.footer-grid{grid-template-columns:1.1fr 1fr 1fr;gap:2rem}.footer-section:nth-child(4){grid-column:span 1}.footer-heading{font-size:1.65rem}}
@media(max-width:1100px){.footer-cta-banner{min-height:330px;padding:2rem 2.2rem}.footer-cta-content{max-width:620px}.footer-cta-person{max-width:44%;right:.5rem}}
@media(max-width:900px){.footer-cta-banner{min-height:300px;padding:1.6rem 1.3rem}.footer-cta-content{max-width:340px;margin-left:clamp(24px,9vw,95px)}.footer-top-banner .footer-cta-mini{font-size:1.08rem!important}.footer-top-banner .footer-cta-title{font-size:1.9rem!important}.footer-top-banner .footer-cta-subtitle{font-size:1.32rem!important}.footer-cta-btn{padding:.68rem 1.35rem;font-size:.86rem;margin-top:.9rem}.footer-cta-person{max-width:42%}.footer-grid{grid-template-columns:1fr 1fr;gap:1.8rem}.footer-heading{font-size:1.45rem}.logo-footer{height:62px}}
@media(max-width:640px){.footer-top-banner{margin-top:2.5rem}.footer-cta-banner{min-height:unset;padding:1.35rem 1rem 0;border-radius:0}.footer-cta-overlay{background:linear-gradient(180deg,rgba(15,20,34,.88) 0%,rgba(15,20,34,.72) 52%,rgba(15,20,34,.8) 100%)}.footer-cta-content{max-width:100%;padding-bottom:1rem;margin-left:0}.footer-top-banner .footer-cta-mini{font-size:.8rem!important}.footer-top-banner .footer-cta-title{font-size:1.12rem!important;line-height:1.2}.footer-top-banner .footer-cta-subtitle{font-size:.86rem!important}.footer-cta-btn{font-size:.8rem;padding:.6rem 1rem}.footer-cta-person{position:relative;display:block;right:auto;bottom:auto;max-width:76%;margin-left:auto;margin-top:.2rem}.footer-grid{grid-template-columns:1fr;gap:1.4rem;padding:2.1rem 0 1.6rem}.footer-heading{font-size:1.3rem}.footer-links a,.footer-contact-item{font-size:1rem}.footer-bottom{font-size:.92rem;padding:.95rem 0 1.1rem}}
@media(max-width:640px){
  .footer{
    background:linear-gradient(270deg,rgba(10,14,24,.96) 0%,rgba(14,20,34,.9) 46%,rgba(18,25,42,.86) 100%);
  }
  .footer-grid{
    gap:1.1rem;
    padding:1.7rem 0 1.3rem;
  }
  .footer-section h4{
    font-size:.88rem;
    color:#d32f2f;
  }
  .footer-heading{
    font-size:1.14rem;
    line-height:1.25;
    margin:.18rem 0 .7rem;
    color:#ffffff;
  }
  .footer-description,
  .footer-contact-item,
  .footer-news-title,
  .footer-links a{
    font-size:1.02rem;
    line-height:1.55;
    color:#f4f7ff;
  }
  .footer-news-date{
    font-size:.82rem;
    color:#ff7088;
  }
  .footer-news-item{
    padding:.62rem 0;
    border-bottom:1px solid rgba(255,255,255,.2);
  }
  .footer-contact-icon{
    width:30px;
    height:30px;
    flex:0 0 30px;
  }
  .footer-bottom{
    color:#e7eeff;
    font-size:.86rem;
    border-top:1px solid rgba(255,255,255,.2);
  }
}

/* --- Centered nav + action buttons (for header) --- */
.nav-left{flex:0 0 auto}
.nav-center{flex:1 1 auto;display:flex;justify-content:center}
.nav-right{flex:0 0 auto;display:flex;align-items:center;gap:12px}
.nav-right .btn{margin-left:8px}
.btn{display:inline-block;padding:.6rem 1.2rem;border-radius:999px;font-weight:600;text-decoration:none;transition:all .18s ease;box-shadow:0 6px 18px rgba(0,0,0,.06)}
.btn-primary{background:#d32f2f;color:#fff;border:1px solid rgba(211,47,47,.95)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(211,47,47,.12)}
.btn-outline{background:transparent;color:#d32f2f;border:2px solid rgba(211,47,47,.12);padding:.55rem 1.1rem}
.btn-outline:hover{background:rgba(211,47,47,.06)}

/* Adjust nav-list spacing for centered layout */
.navbar-list{gap:2.2rem}

@media(max-width:1024px){.navbar-list{gap:1.4rem}}
@media(max-width:768px){
  .nav-center{display:block}
  .nav-center.navbar-menu{position:absolute;top:64px;left:0;right:0;background:white;max-height:0;overflow:hidden;transition:max-height .28s ease;box-shadow:0 12px 28px rgba(0,0,0,.08);z-index:999}
  .nav-center.navbar-menu.active{max-height:360px}
  .nav-center .navbar-list{flex-direction:column;padding:1rem 20px;gap:0}
  .nav-right .btn{display:none}
  .navbar-toggle{display:flex}
}

/* References page styles (moved from references.blade.php) */
.references-hero{padding:5rem 2rem;background:linear-gradient(135deg,#d32f2f 0%,#ff6b6b 100%);color:#fff;text-align:center}
.references-container{max-width:1400px;margin:0 auto}
.references-hero h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem}
.references-hero p{font-size:1.3rem;opacity:.95}
.references-section{padding:4rem 2rem;background:#fff}
.references-section h2{font-size:2.5rem;color:#1a1a1a;text-align:center;margin-bottom:.5rem;font-weight:700}
.references-subtitle{font-size:1.1rem;color:#666;text-align:center;margin-bottom:3rem}
.references-logos{margin:2rem 0 3rem}
.references-logos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:28px;padding:1.5rem;background:#ffffff00}
.logo-card{background:#fff;border:1px solid #efefef;padding:28px;border-radius:10px;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 18px rgba(0,0,0,.04);transition:transform 400ms cubic-bezier(.2,.9,.2,1),box-shadow 300ms ease,opacity 400ms ease;opacity:0;transform:translateY(18px) scale(.995)}
.logo-card.visible{opacity:1;transform:translateY(0) scale(1);box-shadow:0 12px 30px rgba(0,0,0,.08)}
.logo-card.logo-card-clickable{cursor:pointer;background:#fff;appearance:none;width:100%;font:inherit}
.logo-img{max-height:56px;width:100%;object-fit:contain;filter:grayscale(100%);opacity:.85;transition:filter 220ms ease,opacity 220ms ease,transform 220ms ease}
.logo-card:hover .logo-img{filter:none;opacity:1;transform:scale(1.03)}
.ref-gallery-modal{position:fixed;inset:0;z-index:2100;display:none}
.ref-gallery-modal.open{display:block}
.ref-gallery-overlay{position:absolute;inset:0;background:rgba(0,0,0,.62)}
.ref-gallery-dialog{position:relative;max-width:940px;margin:5vh auto 0;background:#fff;border-radius:14px;box-shadow:0 20px 60px rgba(0,0,0,.35);padding:14px 14px 16px;max-height:90vh;overflow:auto}
.ref-gallery-head{display:flex;align-items:center;justify-content:space-between;padding:2px 4px 10px}
.ref-gallery-head h3{margin:0;font-size:1.05rem;color:#1a1a1a}
.ref-gallery-close{border:0;background:transparent;font-size:1.7rem;line-height:1;color:#6b7280;cursor:pointer}
.ref-gallery-main-wrap{position:relative;background:#f4f5f6;border-radius:10px;overflow:hidden}
.ref-gallery-main-image{display:block;width:100%;height:min(66vh,560px);object-fit:contain;background:#fff}
.ref-gallery-nav{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:999px;border:0;background:rgba(0,0,0,.48);color:#fff;font-size:1.5rem;cursor:pointer}
.ref-gallery-nav.prev{left:10px}
.ref-gallery-nav.next{right:10px}
.ref-gallery-thumbs{display:none}
.ref-gallery-thumb{width:100%;height:66px;object-fit:cover;border-radius:8px;border:2px solid transparent;cursor:pointer}
.ref-gallery-thumb.active{border-color:#d32f2f}
.references-stats{padding:4rem 2rem;background:#f8f8f8}
.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;margin-top:3rem}
.stat-card{background:#fff;padding:2.5rem;border-radius:12px;text-align:center;box-shadow:0 4px 12px rgba(0,0,0,.08);transition:all .3s ease;border:2px solid transparent}
.stat-card:hover{border-color:#d32f2f;transform:translateY(-4px);box-shadow:0 8px 20px rgba(211,47,47,.1)}
.stat-number{font-size:2.8rem;font-weight:700;color:#d32f2f;margin-bottom:.5rem}
.stat-label{font-size:1.2rem;color:#1a1a1a;font-weight:600;margin-bottom:.5rem}
.stat-description{font-size:.95rem;color:#666;line-height:1.5}
.references-testimonials{padding:4rem 2rem;background:#fff}
.references-testimonials h2{font-size:2.5rem;color:#1a1a1a;text-align:center;margin-bottom:3rem;font-weight:700}
.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}
.testimonial-card{background:#f9f9f9;padding:2rem;border-radius:12px;border-left:4px solid #d32f2f;transition:all .3s ease}
.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.1)}
.testimonial-stars{font-size:1.2rem;color:#d32f2f;margin-bottom:1rem;letter-spacing:2px}
.testimonial-text{font-size:1rem;color:#555;line-height:1.7;margin-bottom:1.5rem;font-style:italic}
.testimonial-author{border-top:1px solid #e0e0e0;padding-top:1rem}
.author-name{font-weight:600;color:#1a1a1a;margin-bottom:.25rem}
.author-title{font-size:.85rem;color:#999}
.references-cta{padding:4rem 2rem;background:linear-gradient(135deg,#d32f2f 0%,#ff6b6b 100%);color:#fff;text-align:center}
.references-cta h2{font-size:2.2rem;margin-bottom:1rem;font-weight:700}
.references-cta p{font-size:1.1rem;margin-bottom:2rem;opacity:.95}
.cta-buttons{display:flex;gap:1.2rem;justify-content:center;flex-wrap:wrap}
.cta-buttons .btn{padding:1rem 2.2rem;font-size:1rem;font-weight:600;border-radius:6px;transition:all .3s ease;text-decoration:none}
.cta-buttons .btn-primary{background:#fff;color:#d32f2f;border:2px solid #fff}
.cta-buttons .btn-primary:hover{background:#f0f0f0;transform:translateY(-2px)}
.cta-buttons .btn-outline{background:transparent;color:#fff;border:2px solid #fff}
.cta-buttons .btn-outline:hover{background:rgba(255,255,255,.15);transform:translateY(-2px)}
@media(max-width:1024px){.references-hero h1{font-size:2.5rem}.references-logos-grid{gap:22px}.logo-card{padding:22px}.logo-img{max-height:50px}.stat-number{font-size:2.2rem}}
@media(max-width:768px){.references-hero{padding:3rem 1rem}.references-hero h1{font-size:2rem}.references-hero p{font-size:1.1rem}.references-section{padding:2.5rem 1rem}.references-section h2{font-size:1.8rem}.references-subtitle{font-size:1rem;margin-bottom:2rem}.references-logos-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:16px;padding:1rem}.logo-card{padding:18px}.logo-img{max-height:45px}.references-stats{padding:2.5rem 1rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.stat-card{padding:1.8rem}.stat-number{font-size:2rem}.references-testimonials{padding:2.5rem 1rem}.references-testimonials h2{font-size:1.8rem;margin-bottom:2rem}.testimonials-grid{grid-template-columns:1fr}.references-cta{padding:2.5rem 1rem}.references-cta h2{font-size:1.6rem}.references-cta p{font-size:.95rem}.cta-buttons{gap:.8rem}.cta-buttons .btn{padding:.8rem 1.8rem;font-size:.9rem}}
@media(max-width:480px){.references-hero{padding:2rem 1rem}.references-hero h1{font-size:1.6rem;margin-bottom:.8rem}.references-hero p{font-size:.95rem}.references-logos-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px;padding:.8rem}.logo-card{padding:12px}.logo-img{max-height:40px}.stats-grid{grid-template-columns:1fr}.stat-number{font-size:1.8rem}.stat-label{font-size:1rem}.testimonial-card{padding:1.5rem}.testimonial-text{font-size:.9rem}.references-cta h2{font-size:1.4rem}.references-cta p{font-size:.85rem;margin-bottom:1.5rem}.cta-buttons{flex-direction:column;gap:.6rem}.cta-buttons .btn{width:100%;padding:.75rem 1.2rem;font-size:.85rem}}

/* Products page styles */
.products-hero{padding:4rem 2rem;background:#f7f7f7;text-align:center}
.container-products{max-width:1200px;margin:0 auto}
.products-hero h1{font-size:2.8rem;margin-bottom:.6rem;color:#1a1a1a}
.products-hero p{color:#666;font-size:1.05rem}
.products-section{padding:3rem 2rem}
.products-section h2{font-size:2rem;color:#1a1a1a;text-align:center;margin-bottom:.4rem}
.products-sub{text-align:center;color:#666;margin-bottom:1.6rem}
.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px}
.product-tile{background:white;border:1px solid #efefef;padding:20px;border-radius:12px;display:flex;flex-direction:column;align-items:center;gap:12px;box-shadow:0 6px 18px rgba(0,0,0,0.04);opacity:0;transform:translateY(18px) scale(.995);transition:transform 400ms cubic-bezier(.2,.9,.2,1),opacity 400ms ease,box-shadow 300ms ease}
.product-tile.visible{opacity:1;transform:translateY(0) scale(1);box-shadow:0 12px 30px rgba(0,0,0,0.08)}
.product-img{width:100%;height:140px;object-fit:contain}
.product-tile h3{font-size:1.05rem;color:#1a1a1a;margin:6px 0}

@media (max-width: 480px) {
  .product-tile h3 { font-size: 1rem; }
  .product-tile model-viewer { height: 200px !important; }
}
.product-tile p{color:#666;font-size:0.95rem;text-align:center}
.product-tile .btn{margin-top:6px}
@media(max-width:768px){.products-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.product-img{height:120px}}
/* Product Detail page */
.product-detail-hero{padding:2.5rem 2rem;background:#f7f7f7;text-align:center}
.container-product{max-width:1200px;margin:0 auto}
.product-detail-hero h1{font-size:2.2rem;color:#1a1a1a}
.product-detail-main{padding:3rem 2rem}
.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}
.detail-left{display:flex;flex-direction:column;gap:2rem;--detail-heading-offset:calc(1.6rem * 1.25 + 2rem)}
.detail-right{display:flex;flex-direction:column;gap:1rem;align-items:stretch;padding-top:var(--detail-heading-offset)}
.detail-left h2{font-size:1.6rem;line-height:1.25;color:#1a1a1a;margin:0}
.detail-model-wrap{margin-bottom:.2rem}
.detail-model-viewer{width:100%;height:260px;display:block}
.detail-specs h3{color:#1a1a1a;margin-bottom:1rem}
.detail-specs ul{list-style:none;padding:0;margin:0}
.detail-specs li{padding:.5rem 0;border-bottom:1px solid #f0f0f0;color:#555}
.detail-specs strong{color:#1a1a1a}
.detail-description h3{color:#1a1a1a;margin-bottom:1rem}
.detail-description h3{margin-top:0}
.detail-description p{color:#666;line-height:1.7;margin-bottom:1rem}
.price-note{color:#999;font-size:0.9rem;margin-bottom:1rem}
.detail-quote-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.68rem 1rem;min-height:42px;border-radius:999px;background:linear-gradient(135deg,#d32f2f,#f25555);color:#fff;text-decoration:none;font-size:.93rem;font-weight:700;line-height:1.1;white-space:nowrap;box-shadow:0 10px 24px rgba(211,47,47,.24);transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}
.detail-quote-btn:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(211,47,47,.32);filter:saturate(1.05)}
.detail-quote-btn span{font-size:1rem;line-height:1;transition:transform .2s ease}
.detail-quote-btn:hover span{transform:translateX(2px)}
.product-carousel{display:flex;flex-direction:column;gap:1rem}

@media (max-width: 768px) {
  .detail-grid { grid-template-columns: 1fr; gap: 24px; }
  .detail-right { order: -1; }
  .carousel-main { aspect-ratio: 4/3; }
  .detail-left h2 { font-size: 1.5rem; }
  .detail-right { padding-top: 0; }
  .detail-model-viewer { height: 230px; }
}

@media (max-width: 480px) {
  .product-detail-hero h1 { font-size: 1.8rem; }
  .carousel-main { aspect-ratio: 1; }
  .carousel-thumbs { gap: 8px; }
  .thumb { width: 60px; height: 60px; }
  .detail-model-viewer { height: 200px; }
}
.carousel-main{width:100%;aspect-ratio:1;border:1px solid #efefef;border-radius:10px;overflow:hidden;background:#f9f9f9;display:flex;align-items:center;justify-content:center}
.carousel-main img{width:100%;height:100%;object-fit:cover}
.carousel-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.carousel-thumbs .thumb{width:100%;aspect-ratio:1;border:2px solid transparent;border-radius:8px;cursor:pointer;object-fit:cover;transition:border-color 200ms ease}
.carousel-thumbs .thumb:hover{border-color:#d32f2f}
.carousel-thumbs .thumb.active{border-color:#d32f2f}
.how-to-order{padding:4rem 2rem;background:#f9f9f9}
.how-to-order h2{font-size:2rem;text-align:center;color:#1a1a1a;margin-bottom:2.5rem}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.step-card{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 12px rgba(0,0,0,.06);text-align:center;border-top:4px solid #d32f2f}
.step-number{font-size:2.2rem;font-weight:700;color:#d32f2f;margin-bottom:0.5rem}
.step-card h3{color:#1a1a1a;margin-bottom:1rem}
.step-card p{color:#666;line-height:1.6;font-size:0.95rem}
.related-products{padding:4rem 2rem}
.related-products h2{font-size:2rem;text-align:center;color:#1a1a1a;margin-bottom:2rem}
.carousel-wrapper{position:relative;margin-top:1.5rem}
.carousel-track{display:flex;gap:24px;overflow-x:auto;scroll-behavior:smooth;padding:1rem 0}
.carousel-track::-webkit-scrollbar{height:6px}
.carousel-track::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}
.carousel-track::-webkit-scrollbar-thumb{background:#d32f2f;border-radius:10px}
.carousel-item{flex:0 0 calc(25% - 18px);background:#fff;border:1px solid #efefef;border-radius:10px;padding:16px;text-align:center;box-shadow:0 4px 12px rgba(0,0,0,.04);transition:all 300ms ease}
.carousel-item:hover{box-shadow:0 8px 20px rgba(0,0,0,.08);transform:translateY(-2px)}
.carousel-item img{width:100%;height:140px;object-fit:contain;margin-bottom:12px}
.carousel-item h4{color:#1a1a1a;margin-bottom:0.4rem;font-size:1rem}
.carousel-item p{color:#666;font-size:0.9rem;margin-bottom:1rem}
.carousel-control{position:absolute;top:50%;transform:translateY(-50%);background:#d32f2f;color:#fff;border:none;padding:0.6rem 0.8rem;border-radius:50%;cursor:pointer;font-size:1rem;z-index:10;transition:all 200ms ease}
.carousel-control:hover{background:#b82727;transform:translateY(-50%) scale(1.08)}
.carousel-control.prev{left:-20px}
.carousel-control.next{right:-20px}
@media(max-width:1024px){.detail-grid{grid-template-columns:1fr;gap:2rem}.detail-right{padding-top:0}.steps-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}
@media(max-width:768px){.detail-grid{grid-template-columns:1fr}.carousel-thumbs{grid-template-columns:repeat(3,1fr)}.steps-grid{grid-template-columns:1fr;gap:1.2rem}.carousel-item{flex:0 0 calc(50% - 12px)}.carousel-control{padding:.5rem .7rem;font-size:.9rem}.carousel-control.prev{left:-16px}.carousel-control.next{right:-16px}}
@media(max-width:480px){.product-detail-hero h1{font-size:1.4rem}.how-to-order h2,.related-products h2{font-size:1.5rem}.carousel-item{flex:0 0 100%}}

/* Enhanced steps section with professional animations */
.how-to-order{padding:4rem 2rem;background:linear-gradient(135deg,#f9f9f9 0%,#f2f2f2 100%)}
.how-to-order h2{font-size:2.2rem;font-weight:700;color:#1a1a1a;text-align:center;margin-bottom:3rem;position:relative;padding-bottom:1.5rem}
.how-to-order h2::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:4px;background:linear-gradient(90deg,#d32f2f,#ff6b6b);border-radius:2px}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}
.step-card.enhanced{padding:2.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,0.08);display:flex;flex-direction:column;gap:1.5rem;border:1px solid rgba(211,47,47,0.1);transition:all 0.3s cubic-bezier(0.4,0,0.2,1);position:relative;overflow:hidden;animation:stepCardFadeIn 0.6s ease-out forwards}
.step-card.enhanced::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#d32f2f,#ff6b6b);transform:scaleX(0);transform-origin:left;transition:transform 0.4s ease-out}
.step-card.enhanced:hover{transform:translateY(-8px);box-shadow:0 12px 24px rgba(211,47,47,0.15);border-color:rgba(211,47,47,0.2)}
.step-card.enhanced:hover::before{transform:scaleX(1)}
.step-card.enhanced .step-number{font-size:0.9rem;font-weight:700;color:#d32f2f;text-transform:uppercase;letter-spacing:2px;margin-bottom:0.5rem;display:inline-block;padding:0.4rem 0.8rem;background:rgba(211,47,47,0.08);border-radius:6px;width:fit-content}
.step-card.enhanced h3{font-size:1.35rem;color:#1a1a1a;margin:0;font-weight:700}
.step-subtitle{color:#666;font-size:0.95rem;line-height:1.6;margin:0}
.step-options{display:flex;gap:1.2rem;justify-content:center;flex-wrap:wrap;margin-top:1.5rem}
.option-item{display:flex;flex-direction:column;align-items:center;gap:0.8rem;text-align:center;transition:all 0.3s ease-out;animation:optionItemFadeIn 0.5s ease-out backwards}
.option-item:nth-child(1){animation-delay:0.1s}
.option-item:nth-child(2){animation-delay:0.15s}
.option-item:nth-child(3){animation-delay:0.2s}
.option-item:nth-child(4){animation-delay:0.25s}
.option-item:nth-child(5){animation-delay:0.3s}
.option-item:hover{transform:scale(1.08)}
.color-swatch{width:70px;height:70px;border-radius:10px;border:3px solid #e0e0e0;transition:all 0.3s cubic-bezier(0.4,0,0.2,1);cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,0.1)}
.color-swatch.single-color{background:#1a1a1a}
.color-swatch.dual-color{background:linear-gradient(90deg,#1a1a1a 50%,#0099ff 50%)}
.color-swatch.tri-color{background:linear-gradient(90deg,#1a1a1a 0%,#0099ff 50%,#ff1493 100%)}
.color-swatch.quad-color{background:linear-gradient(90deg,#1a1a1a 0%,#0099ff 33%,#ff1493 66%,#ffff00 100%)}
.color-swatch.full-color{background:conic-gradient(#d32f2f,#ff9800,#4caf50,#2196f3,#9c27b0,#d32f2f)}
.option-item:hover .color-swatch{border-color:#d32f2f;box-shadow:0 6px 16px rgba(211,47,47,0.2);transform:scale(1.1)}
.option-label{font-size:0.9rem;font-weight:700;color:#1a1a1a;line-height:1.2;text-transform:uppercase;letter-spacing:0.5px}
.option-label span{font-size:0.75rem;color:#d32f2f;display:block;font-weight:600;margin-top:0.3rem}
.option-item small{color:#999;font-size:0.8rem;font-weight:500}
.size-options{display:flex;justify-content:center;gap:1.2rem;flex-wrap:wrap}
.size-options .size-item{display:flex;flex-direction:column;align-items:center;gap:0.8rem;transition:all 0.3s ease-out;animation:optionItemFadeIn 0.5s ease-out backwards}
.size-options .size-item:nth-child(1){animation-delay:0.1s}
.size-options .size-item:nth-child(2){animation-delay:0.15s}
.size-options .size-item:nth-child(3){animation-delay:0.2s}
.size-options .size-item:hover{transform:scale(1.08)}
.size-box{width:80px;height:80px;background:linear-gradient(135deg,#e8e8e8 0%,#f0f0f0 100%);border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0.4rem;border:2px solid #ddd;transition:all 0.3s cubic-bezier(0.4,0,0.2,1);cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,0.08)}
.size-options .size-item:hover .size-box{background:linear-gradient(135deg,#d32f2f 0%,#ff6b6b 100%);border-color:#d32f2f;transform:scale(1.1);box-shadow:0 6px 16px rgba(211,47,47,0.2)}
.size-options .size-item:hover .size-letter{color:#fff}
.size-options .size-item:hover .size-dims{color:#fff}
.size-letter{font-size:2rem;font-weight:800;color:#1a1a1a;transition:color 0.3s ease}
.size-dims{font-size:0.7rem;color:#666;font-weight:600;transition:color 0.3s ease}
.size-item small{margin-top:0.5rem;color:#999;font-weight:500;font-size:0.8rem}
.delivery-options{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}
.delivery-options .delivery-item{flex:1;min-width:140px;display:flex;flex-direction:column;align-items:center;gap:1rem;animation:optionItemFadeIn 0.5s ease-out backwards}
.delivery-options .delivery-item:nth-child(1){animation-delay:0.1s}
.delivery-options .delivery-item:nth-child(2){animation-delay:0.15s}
.delivery-options .delivery-item:hover .delivery-badge{transform:scale(1.1);box-shadow:0 8px 20px rgba(0,0,0,0.2)}
.delivery-badge{width:140px;height:140px;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer;transition:all 0.3s cubic-bezier(0.4,0,0.2,1);box-shadow:0 4px 16px rgba(0,0,0,0.12);font-weight:700}
.delivery-badge.fast{background:linear-gradient(135deg,#0052cc 0%,#0066ff 100%);position:relative;overflow:hidden}
.delivery-badge.fast::before{content:'';position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,0.3),transparent);animation:shineEffect 3s ease-in-out infinite}
.delivery-badge.express{background:linear-gradient(135deg,#22aa22 0%,#2dd72d 100%);position:relative;overflow:hidden}
.delivery-badge.express::before{content:'';position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,0.3),transparent);animation:shineEffect 3s ease-in-out infinite}
.badge-inner{text-align:center;color:#fff;position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:0.4rem}
.delivery-label{display:block;font-size:0.75rem;font-weight:700;letter-spacing:0.5px;text-transform:uppercase;opacity:0.9}
.delivery-time{display:block;font-size:1.1rem;font-weight:800}
@keyframes stepCardFadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
@keyframes optionItemFadeIn{from{opacity:0;transform:scale(0.9)}to{opacity:1;transform:scale(1)}}
@keyframes shineEffect{0%{transform:translate(-100%,-100%) rotate(45deg)}100%{transform:translate(100%,100%) rotate(45deg)}}
@media(max-width:768px){.how-to-order{padding:3rem 1.5rem}.steps-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.step-card.enhanced{padding:1.8rem}.step-card.enhanced h3{font-size:1.1rem}.step-options{gap:0.8rem}.color-swatch{width:55px;height:55px}.size-box{width:65px;height:65px;border-radius:10px}.size-letter{font-size:1.6rem}.delivery-badge{width:120px;height:120px;font-size:0.9rem}}
@media(max-width:480px){.how-to-order{padding:2rem 1rem}.steps-grid{grid-template-columns:1fr;gap:1.2rem}.step-card.enhanced{padding:1.5rem;border-radius:10px}.step-card.enhanced h3{font-size:1rem}.step-subtitle{font-size:0.85rem}.step-options{gap:0.6rem;margin-top:1rem}.color-swatch{width:48px;height:48px;border-width:2px}.size-box{width:55px;height:55px}.size-letter{font-size:1.4rem}.size-dims{font-size:0.65rem}.delivery-badge{width:100px;height:100px;margin:0 auto}.delivery-label{font-size:0.7rem}.delivery-time{font-size:0.95rem}.option-label{font-size:0.8rem}.option-item small{font-size:0.7rem}}

  /* References Page Styles */
  .references-hero {
    padding: 5rem 2rem;
    background: linear-gradient(135deg, #d32f2f 0%, #ff6b6b 100%);
    color: white;
    text-align: center;
  }

  .references-container {
    max-width: 1400px;
    margin: 0 auto;
  }

  .references-hero h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
  }

  .references-hero p {
    font-size: 1.3rem;
    opacity: 0.95;
  }

  /* References Section */
  .references-section {
    padding: 4rem 2rem;
    background: white;
  }

  .references-section h2 {
    font-size: 2.5rem;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 0.5rem;
    font-weight: 700;
  }

  .references-subtitle {
    font-size: 1.1rem;
    color: #666;
    text-align: center;
    margin-bottom: 3rem;
  }

  /* Logos grid (replaces marquee) */
  .references-logos {
    margin: 2rem 0 3rem;
  }

  .references-logos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 28px;
    padding: 1.5rem;
    background: #ffffff00;
  }

  .logo-card {
    background: white;
    border: 1px solid #efefef;
    padding: 28px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(0,0,0,0.04);
    transition: transform 400ms cubic-bezier(.2,.9,.2,1), box-shadow 300ms ease, opacity 400ms ease;
    opacity: 0;
    transform: translateY(18px) scale(0.995);
  }

  .logo-card.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  }

  .logo-img {
    max-height: 56px;
    width: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.85;
    transition: filter 220ms ease, opacity 220ms ease, transform 220ms ease;
  }

  .logo-card:hover .logo-img {
    filter: none;
    opacity: 1;
    transform: scale(1.03);
  }

  /* Stats Section */
  .references-stats {
    padding: 4rem 2rem;
    background: #f8f8f8;
  }

  @media (max-width: 768px) {
    .references-stats { padding: 3rem 1.5rem; }
    .stat-card { padding: 1.5rem; }
    .stat-number { font-size: 2.2rem; }
    .stat-label { font-size: 1rem; }
  }

  @media (max-width: 480px) {
    .stats-grid { grid-template-columns: 1fr; gap: 1rem; }
  }

  .stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
  }

  .stat-card {
    background: white;
    padding: 2.5rem;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 2px solid transparent;
  }

  .stat-card:hover {
    border-color: #d32f2f;
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(211, 47, 47, 0.1);
  }

  .stat-number {
    font-size: 2.8rem;
    font-weight: 700;
    color: #d32f2f;
    margin-bottom: 0.5rem;
  }

  .stat-label {
    font-size: 1.2rem;
    color: #1a1a1a;
    font-weight: 600;
    margin-bottom: 0.5rem;
  }

  .stat-description {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.5;
  }

  /* Testimonials Section */
  .references-testimonials {
    padding: 4rem 2rem;
    background: white;
  }

  .references-testimonials h2 {
    font-size: 2.5rem;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 3rem;
    font-weight: 700;
  }

  @media (max-width: 768px) {
    .references-testimonials { padding: 3rem 1.5rem; }
    .references-testimonials h2 { font-size: 1.8rem; margin-bottom: 2rem; }
    .testimonial-card { padding: 1.5rem; }
  }

  .testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
  }

  .testimonial-card {
    background: #f9f9f9;
    padding: 2rem;
    border-radius: 12px;
    border-left: 4px solid #d32f2f;
    transition: all 0.3s ease;
  }

  .testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  }

  .testimonial-stars {
    font-size: 1.2rem;
    color: #d32f2f;
    margin-bottom: 1rem;
    letter-spacing: 2px;
  }

  .testimonial-text {
    font-size: 1rem;
    color: #555;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-style: italic;
  }

  .testimonial-author {
    border-top: 1px solid #e0e0e0;
    padding-top: 1rem;
  }

  .author-name {
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.25rem;
  }

  .author-title {
    font-size: 0.85rem;
    color: #999;
  }

  /* CTA Section */
  .references-cta {
    padding: 4rem 2rem;
    background: linear-gradient(135deg, #d32f2f 0%, #ff6b6b 100%);
    color: white;
    text-align: center;
  }

  .references-cta h2 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    font-weight: 700;
  }

  .references-cta p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    opacity: 0.95;
  }

  .cta-buttons {
    display: flex;
    gap: 1.2rem;
    justify-content: center;
    flex-wrap: wrap;
  }

  .cta-buttons .btn {
    padding: 1rem 2.2rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s ease;
    text-decoration: none;
  }

  .cta-buttons .btn-primary {
    background: white;
    color: #d32f2f;
    border: 2px solid white;
  }

  .cta-buttons .btn-primary:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
  }

  .cta-buttons .btn-outline {
    background: transparent;
    color: white;
    border: 2px solid white;
  }

  .cta-buttons .btn-outline:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
  }

  /* Responsive */
  @media (max-width: 1024px) {
    .references-hero h1 {
      font-size: 2.5rem;
    }

    .references-logos-grid {
      gap: 22px;
    }

    .logo-card {
      padding: 22px;
    }

    .logo-img { max-height: 50px; }

    .stat-number {
      font-size: 2.2rem;
    }
  }

  @media (max-width: 768px) {
    .references-hero {
      padding: 3rem 1rem;
    }

    .references-hero h1 {
      font-size: 2rem;
    }

    .references-hero p {
      font-size: 1.1rem;
    }

    .references-section {
      padding: 2.5rem 1rem;
    }

    .references-section h2 {
      font-size: 1.8rem;
    }

    .references-subtitle {
      font-size: 1rem;
      margin-bottom: 2rem;
    }

    .references-logos-grid { grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 16px; padding: 1rem; }
    .logo-card { padding: 18px; }
    .logo-img { max-height: 45px; }

    .references-stats {
      padding: 2.5rem 1rem;
    }

    .stats-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 1.5rem;
    }

    .stat-card {
      padding: 1.8rem;
    }

    .stat-number {
      font-size: 2rem;
    }

    .references-testimonials {
      padding: 2.5rem 1rem;
    }

    .references-testimonials h2 {
      font-size: 1.8rem;
      margin-bottom: 2rem;
    }

    .testimonials-grid {
      grid-template-columns: 1fr;
    }

    .references-cta {
      padding: 2.5rem 1rem;
    }

    .references-cta h2 {
      font-size: 1.6rem;
    }

    .references-cta p {
      font-size: 0.95rem;
    }

    .cta-buttons {
      gap: 0.8rem;
    }

    .cta-buttons .btn {
      padding: 0.8rem 1.8rem;
      font-size: 0.9rem;
    }
  }

  @media (max-width: 480px) {
    .references-hero {
      padding: 2rem 1rem;
    }

    .references-hero h1 {
      font-size: 1.6rem;
      margin-bottom: 0.8rem;
    }

    .references-hero p {
      font-size: 0.95rem;
    }

    .references-logos-grid { grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 12px; padding: 0.8rem; }
    .logo-card { padding: 12px; }
    .logo-img { max-height: 40px; }

    .stats-grid {
      grid-template-columns: 1fr;
    }

    .stat-number {
      font-size: 1.8rem;
    }

    .stat-label {
      font-size: 1rem;
    }

    .testimonial-card {
      padding: 1.5rem;
    }

    .testimonial-text {
      font-size: 0.9rem;
    }

    .references-cta h2 {
      font-size: 1.4rem;
    }

    .references-cta p {
      font-size: 0.85rem;
      margin-bottom: 1.5rem;
    }

    .cta-buttons {
      flex-direction: column;
      gap: 0.6rem;
    }

    .cta-buttons .btn {
      width: 100%;
      padding: 0.75rem 1.2rem;
      font-size: 0.85rem;
    }
  }

   /* About Hero */
  .about-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 3rem;
    padding: 4rem 2rem;
    background: #f9f9f9;
    max-width: 1400px;
    margin: 0 auto;
  }

  .about-hero-content h1 {
    font-size: 3rem;
    color: #1a1a1a;
    margin-bottom: 1rem;
    font-weight: 700;
  }

  .about-hero-content p {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.6;
  }

  .about-hero-image {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  }

  .img-hero, .img-story {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
  }

  /* About Story */
  .about-story {
    padding: 4rem 2rem;
  }

  .container-about {
    max-width: 1400px;
    margin: 0 auto;
  }

  .story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
  }

  .story-content h2 {
    font-size: 2.5rem;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    font-weight: 700;
  }

  .story-content p {
    font-size: 1rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 1.2rem;
  }

  .story-image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    padding: 0;
  }

  .about-brand-logo {
    width: min(100%, 420px);
    max-height: 180px;
    object-fit: contain;
    filter: none;
    opacity: 1;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    transition: none;
  }

  /* Values Section */
  .about-values {
    padding: 4rem 2rem;
    background: white;
  }

  .about-values h2 {
    font-size: 2.5rem;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 3rem;
    font-weight: 700;
  }

  .values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
  }

  .value-card {
    background: #f8f8f8;
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #eceef3;
    position: relative;
    overflow: hidden;
  }

  .value-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, rgba(47, 120, 255, 0.08), transparent 48%);
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .value-card:hover {
    border-color: #d7def0;
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(27, 46, 94, 0.12);
  }

  .value-card:hover::before {
    opacity: 1;
  }

  .value-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: linear-gradient(145deg, #fff4f4, #ffe9e9);
    box-shadow: inset 0 0 0 1px #ffd6d6;
    position: relative;
    z-index: 1;
  }

  .value-icon svg {
    width: 38px;
    height: 38px;
    color: #d32f2f;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .value-card h3 {
    font-size: 1.4rem;
    color: #1a1a1a;
    margin-bottom: 0.8rem;
    font-weight: 700;
    position: relative;
    z-index: 1;
  }

  .value-card p {
    color: #5b6472;
    font-size: 0.95rem;
    line-height: 1.6;
    position: relative;
    z-index: 1;
  }

  /* Timeline */
  .about-timeline {
    padding: 4rem 2rem;
    background: #f9f9f9;
  }

  .about-timeline h2 {
    font-size: 2.5rem;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 3rem;
    font-weight: 700;
  }

  .timeline {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
  }

  .timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, #d32f2f, #ff6b6b);
  }

  .timeline-item {
    display: flex;
    gap: 2rem;
    margin-bottom: 3rem;
    position: relative;
  }

  .timeline-item:nth-child(odd) {
    flex-direction: row-reverse;
  }

  .timeline-marker {
    flex: 0 0 160px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    color: #d32f2f;
    padding-top: 0.5rem;
    position: relative;
    z-index: 2;
  }

  .timeline-item::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 1rem;
    transform: translateX(-50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: white;
    border: 3px solid #d32f2f;
    z-index: 3;
  }

  .timeline-content {
    flex: 1;
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  }

  .timeline-content h4 {
    font-size: 1.2rem;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
    font-weight: 700;
  }

  .timeline-content p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
  }

  /* CTA Section */
  .about-cta {
    padding: 5rem 2rem;
    background: linear-gradient(135deg, #d32f2f 0%, #ff6b6b 100%);
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
  }

  .about-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%23ffffff" fill-opacity="0.05"><path d="M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z"/></g></g></svg>') repeat;
    pointer-events: none;
  }

  .cta-wrapper {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
  }

  .about-cta h2 {
    font-size: 2.8rem;
    margin-bottom: 1.2rem;
    font-weight: 700;
    letter-spacing: -0.5px;
  }

  @media (max-width: 768px) {
    .about-cta { padding: 3rem 1.5rem; }
    .about-cta h2 { font-size: 1.8rem; }
    .cta-subtitle { font-size: 1.1rem; }
    .cta-description { font-size: 0.95rem; margin-bottom: 1.5rem; }
  }

  @media (max-width: 480px) {
    .about-cta { padding: 2.5rem 1rem; }
    .about-cta h2 { font-size: 1.6rem; }
    .cta-buttons { flex-direction: column; gap: 0.8rem; }
    .cta-buttons .btn { width: 100%; justify-content: center; }
  }

  .cta-subtitle {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
    opacity: 0.98;
    line-height: 1.5;
  }

  .cta-description {
    font-size: 1rem;
    margin-bottom: 2.5rem;
    opacity: 0.9;
    line-height: 1.8;
  }

  .cta-buttons {
    display: flex;
    gap: 1.2rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
  }

  .cta-buttons .btn {
    padding: 1rem 2.2rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
  }

  .cta-buttons .btn-primary {
    background: white;
    color: #d32f2f;
    border: 2px solid white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  }

  .cta-buttons .btn-primary:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  }

  .btn-text {
    display: inline;
  }

  .btn-arrow {
    display: inline-block;
    transition: transform 0.3s ease;
    font-weight: 700;
  }

  .cta-buttons .btn-primary:hover .btn-arrow {
    transform: translateX(4px);
  }

  .cta-buttons .btn-outline {
    background: transparent;
    color: white;
    border: 2px solid white;
  }

  .cta-buttons .btn-outline:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
  }

  .cta-footer {
    font-size: 0.95rem;
    opacity: 0.85;
    margin: 0;
  }

  /* Responsive */
  @media (max-width: 1024px) {
    .about-hero, .story-grid {
      grid-template-columns: 1fr;
      gap: 2rem;
    }

    .about-hero-content h1 {
      font-size: 2.2rem;
    }

    .story-content h2 {
      font-size: 1.8rem;
    }

    .timeline::before {
      left: calc(12px + 0.5rem);
    }

    .timeline-marker {
      flex: 0 0 80px;
      font-size: 1rem;
      text-align: left;
    }

    .timeline-item, .timeline-item:nth-child(odd) {
      flex-direction: row;
    }
  }

  @media (max-width: 768px) {
    .about-hero {
      padding: 2rem 1rem;
      gap: 1.5rem;
    }

    .about-hero-content h1 {
      font-size: 1.6rem;
    }

    .about-hero-content p {
      font-size: 0.95rem;
    }

    .about-story {
      padding: 2rem 1rem;
    }

    .story-grid {
      grid-template-columns: 1fr;
      gap: 1.5rem;
    }

    .story-image {
      min-height: 160px;
      padding: 0;
    }

    .about-brand-logo {
      max-height: 132px;
    }

    .story-content h2 {
      font-size: 1.6rem;
    }

    .story-content p {
      font-size: 0.9rem;
    }

    .about-values {
      padding: 2rem 1rem;
    }

    .about-values h2 {
      font-size: 1.6rem;
      margin-bottom: 2rem;
    }

    .values-grid {
      grid-template-columns: 1fr;
      gap: 1.2rem;
    }

    .value-card {
      padding: 1.5rem;
    }

    .value-icon {
      font-size: 2.2rem;
    }

    .value-card h3 {
      font-size: 1.2rem;
    }

    .about-timeline {
      padding: 2rem 1rem;
    }

    .about-timeline h2 {
      font-size: 1.6rem;
      margin-bottom: 2rem;
    }

    .timeline {
      margin-left: 0.5rem;
    }

    .timeline::before {
      left: 8px;
      width: 2px;
    }

    .timeline-item {
      flex-direction: column;
      gap: 0;
      margin-bottom: 2rem;
    }

    .timeline-item::after {
      left: 8px;
      top: 0;
    }

    .timeline-marker {
      display: none;
    }

    .timeline-content {
      margin-left: 2rem;
      padding: 1rem;
    }

    .timeline-content h4 {
      font-size: 1rem;
    }

    .timeline-content p {
      font-size: 0.85rem;
    }

    .about-team {
      padding: 2rem 1rem;
    }

    .about-team h2 {
      font-size: 1.6rem;
      margin-bottom: 2rem;
    }

    .team-grid {
      grid-template-columns: 1fr;
      gap: 1.5rem;
    }

    .team-card h4 {
      font-size: 1.1rem;
      margin: 1rem 1rem 0;
    }

    .team-role {
      font-size: 0.85rem;
      margin: 0.2rem 1rem 0;
    }

    .team-bio {
      font-size: 0.8rem;
      margin: 0.6rem 1rem 1rem;
    }

    .about-cta {
      padding: 2.5rem 1rem;
    }

    .about-cta h2 {
      font-size: 1.8rem;
      margin-bottom: 0.8rem;
    }

    .cta-subtitle {
      font-size: 1.1rem;
      margin-bottom: 1rem;
    }

    .cta-description {
      font-size: 0.9rem;
      margin-bottom: 1.5rem;
    }

    .cta-buttons {
      gap: 0.8rem;
      margin-bottom: 1rem;
    }

    .cta-buttons .btn {
      padding: 0.8rem 1.8rem;
      font-size: 0.9rem;
    }

    .cta-footer {
      font-size: 0.85rem;
    }
  }

  @media (max-width: 480px) {
    .about-hero {
      padding: 1.5rem 1rem;
    }

    .about-hero-content h1 {
      font-size: 1.4rem;
    }

    .about-hero-content p {
      font-size: 0.9rem;
    }

    .story-content h2 {
      font-size: 1.4rem;
    }

    .story-content p {
      font-size: 0.85rem;
    }

    .about-values h2,
    .about-timeline h2,
    .about-team h2 {
      font-size: 1.4rem;
    }

    .value-card {
      padding: 1.2rem;
    }

    .value-icon {
      font-size: 2rem;
    }

    .value-card h3 {
      font-size: 1rem;
    }

    .value-card p {
      font-size: 0.85rem;
    }

    .timeline {
      margin-left: 0;
    }

    .timeline::before {
      left: 6px;
    }

    .timeline-item::after {
      left: 6px;
      width: 12px;
      height: 12px;
    }

    .timeline-content {
      margin-left: 1.5rem;
      padding: 0.8rem;
    }

    .team-card h4 {
      font-size: 1rem;
      margin: 0.8rem 0.8rem 0;
    }

    .team-role {
      font-size: 0.8rem;
    }

    .about-cta {
      padding: 2rem 1rem;
    }

    .about-cta h2 {
      font-size: 1.6rem;
      margin-bottom: 0.6rem;
    }

    .cta-subtitle {
      font-size: 1rem;
      margin-bottom: 0.8rem;
    }

    .cta-description {
      font-size: 0.85rem;
      margin-bottom: 1.2rem;
    }

    .cta-buttons {
      flex-direction: column;
      gap: 0.6rem;
      margin-bottom: 1rem;
    }

    .cta-buttons .btn {
      width: 100%;
      padding: 0.75rem 1.2rem;
      font-size: 0.85rem;
    }

    .cta-footer {
      font-size: 0.8rem;
    }
  }
  .quote-page{padding:70px 0;background:#f6f7fb}
  .container{max-width:1100px;margin:0 auto;padding:0 18px}

  .quote-hero{margin-bottom:24px}
  .quote-hero h1{font-size:40px;line-height:1.1;margin:0 0 10px;color:#101828}
  .quote-hero p{margin:0;color:#475467;font-size:16px}

  .quote-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:20px}
  @media(max-width:900px){.quote-grid{grid-template-columns:1fr}}

  .quote-card{
    background:#fff;border:1px solid #eaecf0;border-radius:18px;padding:22px;
    box-shadow:0 10px 30px rgba(16,24,40,.06)
  }
  .quote-card h2{margin:0 0 10px;font-size:20px;color:#101828}
  .quote-card p{margin:0 0 14px;color:#475467}

  /* .info-note{
    margin-top:14px;padding:12px;border-radius:14px;
    background:#ecfdf3;border:1px solid #abefc6;color:#067647;font-size:13px
  } */

  .alert{border-radius:14px;padding:12px 14px;margin-bottom:12px;font-size:14px}
  .alert.success{background:#ecfdf3;border:1px solid #abefc6;color:#067647}
  .alert.error{background:#fef3f2;border:1px solid #fecdca;color:#b42318}
  .alert ul{margin:0;padding-left:18px}

  .form{margin-top:8px}
  .form-row{display:grid;grid-template-columns:1fr;gap:12px}
  .form-row.two{grid-template-columns:1fr 1fr}
  @media(max-width:700px){.form-row.two{grid-template-columns:1fr}}

  .field{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}
  label{font-size:13px;color:#344054;font-weight:700;letter-spacing:.02em}
  input, textarea{
    border:1px solid #d0d5dd;border-radius:14px;padding:12px 12px;
    font-size:14px;outline:none;background:#fff;color:#101828;
    transition:.15s border-color,.15s box-shadow
  }
  input:focus, textarea:focus{border-color:#2563eb;box-shadow:0 0 0 4px rgba(37,99,235,.14)}

  .btn-submit{
    width:100%;border:none;border-radius:14px;padding:12px 14px;
    background:#2563eb;color:#fff;font-weight:800;font-size:14px;
    display:flex;align-items:center;justify-content:center;gap:10px;
    cursor:pointer;transition:.15s transform,.15s opacity
  }
  .btn-submit:hover{opacity:.95;transform:translateY(-1px)}
  .btn-arrow{font-size:16px}

  .form-footnote{margin:10px 0 0;color:#667085;font-size:12px}
.contact-page{padding:70px 0;background:#f6f7fb}
.container{max-width:1100px;margin:0 auto;padding:0 18px}
.contact-hero{margin-bottom:24px}
.contact-hero h1{font-size:40px;margin-bottom:10px;color:#101828}

@media (max-width: 768px) {
  .contact-hero h1 { font-size: 32px; }
  .contact-page, .supplier-page { padding: 40px 0; }
}

@media (max-width: 480px) {
  .contact-hero h1 { font-size: 28px; }
  .contact-card, .card { padding: 16px; border-radius: 14px; }
}
.contact-hero p{color:#475467}

.contact-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:20px}
@media(max-width:900px){.contact-grid{grid-template-columns:1fr}}

.contact-card{
  background:#fff;border-radius:18px;padding:22px;
  border:1px solid #eaecf0;
  box-shadow:0 10px 30px rgba(16,24,40,.06)
}
.contact-card h2{font-size:20px;margin-bottom:10px;color:#101828}

.info-list{display:grid;gap:10px;margin:14px 0}
.info-item{background:#f9fafb;border:1px solid #f2f4f7;border-radius:14px;padding:12px}
.info-label{font-size:12px;color:#667085}
.info-value{font-weight:600;color:#101828}

.contact-map{
  margin-top:14px;border-radius:16px;overflow:hidden;
  border:1px solid #eaecf0;
}
.contact-map iframe{width:100%;height:220px;border:0}

.info-note{
  margin-top:14px;padding:12px;border-radius:14px;
  background:#ecfdf3;border:1px solid #abefc6;
  color:#067647;font-size:13px
}

.alert{padding:12px;border-radius:14px;margin-bottom:12px}
.alert.success{background:#ecfdf3;border:1px solid #abefc6;color:#067647}
.alert.error{background:#fef3f2;border:1px solid #fecdca;color:#b42318}

.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
@media(max-width:700px){.form-row{grid-template-columns:1fr}}

.field{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}
input,textarea{
  border:1px solid #d0d5dd;border-radius:14px;
  padding:12px;font-size:14px
}
input:focus,textarea:focus{outline:none;border-color:#2563eb}

.btn-submit{
  width:100%;padding:12px;border-radius:14px;
  background:#2563eb;color:#fff;font-weight:700;
  border:none;cursor:pointer
}
.form-footnote{margin-top:10px;font-size:12px;color:#667085}
  .supplier-page{padding:70px 0;background:#f6f7fb}
  .container{max-width:1100px;margin:0 auto;padding:0 18px}

  .supplier-hero{margin-bottom:24px}
  .supplier-hero h1{font-size:40px;line-height:1.1;margin:0 0 10px;color:#101828}

  @media (max-width: 768px) {
    .supplier-hero h1 { font-size: 32px; }
  }

  @media (max-width: 480px) {
    .supplier-hero h1 { font-size: 28px; }
  }
  .supplier-hero p{margin:0;color:#475467;font-size:16px}

  .supplier-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:20px}
  @media(max-width:900px){.supplier-grid{grid-template-columns:1fr}}

  .card{
    background:#fff;border:1px solid #eaecf0;border-radius:18px;padding:22px;
    box-shadow:0 10px 30px rgba(16,24,40,.06)
  }
  .card h2{margin:0 0 10px;font-size:20px;color:#101828}
  .card p{margin:0 0 14px;color:#475467}

  /* .note{
    margin-top:14px;padding:12px;border-radius:14px;
    background:#eff8ff;border:1px solid #b2ddff;color:#175cd3;font-size:13px
  } */

  .alert{border-radius:14px;padding:12px 14px;margin-bottom:12px;font-size:14px}
  .alert.success{background:#ecfdf3;border:1px solid #abefc6;color:#067647}
  .alert.error{background:#fef3f2;border:1px solid #fecdca;color:#b42318}
  .alert ul{margin:0;padding-left:18px}

  .form{margin-top:8px}
  .row{display:grid;grid-template-columns:1fr;gap:12px}
  .row.two{grid-template-columns:1fr 1fr}
  @media(max-width:700px){.row.two{grid-template-columns:1fr}}

  .field{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}
  label{font-size:13px;color:#344054;font-weight:800;letter-spacing:.02em}
  input, textarea{
    border:1px solid #d0d5dd;border-radius:14px;padding:12px 12px;
    font-size:14px;outline:none;background:#fff;color:#101828;
    transition:.15s border-color,.15s box-shadow
  }
  input:focus, textarea:focus{border-color:#2563eb;box-shadow:0 0 0 4px rgba(37,99,235,.14)}

  .btn-submit{
    width:100%;border:none;border-radius:14px;padding:12px 14px;
    background:#101828;color:#fff;font-weight:900;font-size:14px;
    display:flex;align-items:center;justify-content:center;gap:10px;
    cursor:pointer;transition:.15s transform,.15s opacity
  }
  .btn-submit:hover{opacity:.95;transform:translateY(-1px)}
  .arrow{font-size:16px}

  .footnote{margin:10px 0 0;color:#667085;font-size:12px}

/* --- Mobile hero parity + animated mobile navbar --- */
.navbar-mobile-actions{display:none}
body.nav-open{overflow:hidden}

@media(max-width:768px){
  #slides .slide{display:block}
  #slides .slide-full{display:block}
  #slides .slide .slide-partial{display:none!important}

  .navbar{z-index:1200}
  .navbar-container{
    position:relative;
    min-height:86px;
  }
  .nav-left{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    z-index:1;
  }
  .nav-right{
    margin-left:auto;
    z-index:2;
  }
  .nav-left .logo-img{
    height:86px;
  }
  .nav-right .btn{display:none}

  .nav-center.navbar-menu{
    position:fixed;
    top:72px;
    left:12px;
    right:12px;
    max-height:none;
    overflow:hidden;
    background:#fff;
    border:1px solid #efefef;
    border-radius:14px;
    box-shadow:0 18px 40px rgba(0,0,0,.16);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translateY(-12px) scale(.98);
    transform-origin:top center;
    will-change:opacity,transform;
    transition:opacity .32s cubic-bezier(.22,.7,.24,1),transform .32s cubic-bezier(.22,.7,.24,1),visibility .32s ease;
    z-index:1300;
  }
  .nav-center.navbar-menu.active{
    max-height:none;
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:translateY(0) scale(1);
  }

  .nav-center .navbar-list{flex-direction:column;padding:10px 18px 4px;gap:0}
  .nav-center .navbar-list li{
    opacity:0;
    transform:translateY(10px);
    transition:opacity .24s ease,transform .24s ease;
  }
  .nav-center.navbar-menu.active .navbar-list li{opacity:1;transform:translateY(0)}
  .nav-center.navbar-menu.active .navbar-list li:nth-child(1){transition-delay:.04s}
  .nav-center.navbar-menu.active .navbar-list li:nth-child(2){transition-delay:.08s}
  .nav-center.navbar-menu.active .navbar-list li:nth-child(3){transition-delay:.12s}
  .nav-center.navbar-menu.active .navbar-list li:nth-child(4){transition-delay:.16s}
  .nav-center.navbar-menu.active .navbar-list li:nth-child(5){transition-delay:.2s}
  .navbar-link{display:block;padding:12px 0;border-bottom:1px solid #f1f1f1}

  .navbar-mobile-actions{
    display:flex;
    flex-direction:column;
    gap:10px;
    padding:12px 18px 16px;
  }
  .navbar-mobile-actions .btn{
    display:block;
    margin:0;
    text-align:center;
    opacity:0;
    transform:translateY(10px);
    transition:opacity .24s ease,transform .24s ease;
  }
  .nav-center.navbar-menu.active .navbar-mobile-actions .btn{
    opacity:1;
    transform:translateY(0);
  }
  .nav-center.navbar-menu.active .navbar-mobile-actions .btn:nth-child(1){transition-delay:.24s}
  .nav-center.navbar-menu.active .navbar-mobile-actions .btn:nth-child(2){transition-delay:.28s}

  .navbar-toggle{
    display:flex;
    align-items:center;
    justify-content:center;
    background:transparent;
    border:0;
    padding:6px;
  }
}

@media (prefers-reduced-motion: reduce){
  .nav-center.navbar-menu,
  .nav-center .navbar-list li,
  .navbar-mobile-actions .btn,
  .navbar-toggle span{
    transition:none!important;
  }
}

/* --- Footer modern refresh --- */
.footer{
  background:linear-gradient(90deg,rgba(15,20,34,.22) 0%,rgba(15,20,34,.64) 48%,rgba(15,20,34,.9) 100%);
}
.footer-container{max-width:1200px}
.footer-grid{
  grid-template-columns:minmax(280px,1.2fr) minmax(260px,1fr);
  gap:2.4rem;
  padding:2.8rem 0 2rem;
}
.footer-brand{
  position:relative;
  padding:1.15rem 1.15rem 1rem;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.1);
  background:linear-gradient(165deg,rgba(255,255,255,.16) 0%,rgba(255,255,255,.08) 55%,rgba(255,255,255,.05) 100%);
  box-shadow:
    0 10px 22px rgba(0,0,0,.16),
    inset 0 1px 0 rgba(255,255,255,.16),
    inset 0 -6px 14px rgba(0,0,0,.08);
  transform:translateZ(0);
}
.footer-brand::after{
  content:none;
  position:absolute;
  left:14px;
  right:14px;
  top:10px;
  height:1px;
  border-radius:999px;
  background:rgba(255,255,255,.2);
  pointer-events:none;
}
.footer-section h4{
  margin-bottom:.9rem;
  color:#d32f2f;
  letter-spacing:.02em;
}
.footer-description{
  color:#f1f5f9;
  margin-bottom:1rem;
  max-width:46ch;
  font-size:1rem;
  line-height:1.65;
}
.logo-footer{
  height:70px;
  width:auto;
  object-fit:contain;
  background:transparent;
  padding:0;
  border-radius:0;
  margin-bottom:1.05rem;
}
.footer-contact-item{
  color:#f8fafc;
  font-size:.96rem;
  line-height:1.6;
}
.footer-contact-item a{color:#e2e8f0}
.footer-contact-icon{
  width:32px;
  height:32px;
  flex:0 0 32px;
  background:linear-gradient(180deg,#ef5350,#d32f2f);
  box-shadow:0 8px 18px rgba(211,47,47,.35);
}
.footer-links{
  gap:.6rem;
}
.footer-links a{
  color:#e2e8f0;
  font-size:1rem;
}
.footer-action-list{
  display:flex;
  flex-direction:column;
  gap:.7rem;
  margin-top:.4rem;
  max-width:260px;
}
.footer-action-list .btn{
  text-align:center;
  margin:0;
}
.footer-action-list .btn-outline{
  border-color:rgba(148,163,184,.5);
  color:#e2e8f0;
}
.footer-action-list .btn-outline:hover{
  background:rgba(148,163,184,.12);
}
.footer-bottom{
  border-top:1px solid rgba(148,163,184,.35);
  color:#cbd5e1;
  padding:1rem 0 1.2rem;
}

@media(max-width:900px){
  .footer-grid{
    grid-template-columns:1fr;
    gap:1.4rem;
  }
  .footer-brand{
    padding:1rem;
  }
  .footer-action-list{
    flex-direction:row;
    max-width:none;
  }
  .footer-action-list .btn{
    flex:1;
  }
}

@media(max-width:640px){
  .footer-grid{
    grid-template-columns:1fr;
    padding:1.9rem 0 1.4rem;
    gap:1.1rem;
  }
  .footer-description,
  .footer-contact-item,
  .footer-links a{
    font-size:.95rem;
  }
  .footer-action-list{
    flex-direction:column;
  }
}

/* --- Supplier apply page spacing fix --- */
.supplier-apply-page .about-cta{
  padding:3.1rem 2rem 2.2rem;
}
.supplier-apply-page .about-cta h2{
  margin-bottom:.7rem;
}
.supplier-apply-page .cta-subtitle{
  margin-bottom:.85rem;
}
.supplier-apply-page .cta-description{
  margin-bottom:1.3rem;
}
.supplier-apply-page .cta-buttons{
  margin-bottom:.9rem;
}
.supplier-apply-page .supplier-page{
  padding:28px 0 70px;
}

@media(max-width:768px){
  .supplier-apply-page .about-cta{
    padding:2.25rem 1.1rem 1.55rem;
  }
  .supplier-apply-page .supplier-page{
    padding:16px 0 48px;
  }
}

/* --- Floating WhatsApp chat --- */
.whatsapp-widget{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:1400;
}
.whatsapp-widget-link{
  display:flex;
  align-items:center;
  gap:0;
  text-decoration:none;
}
.whatsapp-widget-message{
  background:#fff;
  color:#1f2937;
  border:1px solid #e5e7eb;
  border-radius:999px;
  padding:10px 14px;
  font-size:.88rem;
  font-weight:600;
  box-shadow:0 8px 24px rgba(0,0,0,.14);
  animation:wpMsgIn .35s ease both;
}
.whatsapp-widget-button{
  position:relative;
  width:58px;
  height:58px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(180deg,#25d366,#1fb757);
  color:#fff;
  box-shadow:0 12px 28px rgba(31,183,87,.42);
  transition:transform .2s ease,box-shadow .2s ease;
  animation:wpPopIn .35s ease both;
}
.whatsapp-widget-badge{
  position:absolute;
  top:-2px;
  right:-2px;
  min-width:20px;
  height:20px;
  padding:0 5px;
  border-radius:999px;
  border:2px solid #fff;
  background:#ef4444;
  color:#fff;
  font-size:.7rem;
  font-weight:700;
  line-height:16px;
  text-align:center;
}
.whatsapp-widget-link:hover .whatsapp-widget-button{
  transform:translateY(-2px) scale(1.04);
  box-shadow:0 14px 32px rgba(31,183,87,.5);
}
.whatsapp-widget-icon{
  width:30px;
  height:30px;
}

@keyframes wpMsgIn{
  from{opacity:0;transform:translateY(8px)}
  to{opacity:1;transform:translateY(0)}
}
@keyframes wpPopIn{
  from{opacity:0;transform:scale(.88)}
  to{opacity:1;transform:scale(1)}
}

@media(max-width:640px){
  .whatsapp-widget{
    right:12px;
    bottom:12px;
  }
  .whatsapp-widget-message{
    font-size:.8rem;
    padding:8px 11px;
    max-width:66vw;
  }
  .whatsapp-widget-button{
    width:54px;
    height:54px;
  }
}

/* --- Navbar products dropdown --- */
.navbar-item-products{position:relative}
.navbar-item-products::after{
  content:"";
  position:absolute;
  left:0;
  top:100%;
  width:100%;
  height:10px;
}
.navbar-link-button{
  background:none;
  border:0;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  font-family:inherit;
  font-size:.95rem;
  font-weight:700;
  line-height:normal;
  color:#4a4a4a;
  padding:.5rem 0;
  margin:0;
  -webkit-appearance:none;
  appearance:none;
}
.navbar-caret{
  display:inline-block;
  margin-left:6px;
  font-size:.72rem;
  line-height:1;
  vertical-align:baseline;
  transform:translateY(1px);
  transition:transform .2s ease;
}
.navbar-list > li{
  display:flex;
  align-items:center;
}
.navbar-item-products.open .navbar-caret{transform:translateY(1px) rotate(180deg)}
.navbar-submenu{
  list-style:none;
  margin:0;
  padding:8px 0;
  position:absolute;
  left:0;
  top:calc(100% + 8px);
  min-width:240px;
  max-height:420px;
  max-height:min(62vh,420px);
  overflow-y:auto;
  overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
  background:#fff;
  border:1px solid #ececec;
  border-radius:10px;
  box-shadow:0 12px 24px rgba(0,0,0,.12);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(6px);
  transition:opacity .2s ease,transform .2s ease,visibility .2s ease;
  z-index:1200;
}
.navbar-item-products.open .navbar-submenu{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateY(0);
}

@media(min-width:769px){
  .navbar-item-products:hover .navbar-submenu,
  .navbar-item-products:focus-within .navbar-submenu{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:translateY(0);
  }
  .navbar-item-products:hover .navbar-caret,
  .navbar-item-products:focus-within .navbar-caret{transform:translateY(1px) rotate(180deg)}
}
.navbar-sublink{
  display:block;
  padding:8px 14px;
  color:#4a4a4a;
  text-decoration:none;
  font-size:.9rem;
  line-height:1.35;
}
.navbar-sublink:hover{background:#fafafa;color:#d32f2f}
.navbar-sublink-all{
  font-weight:600;
  border-bottom:1px solid #f1f1f1;
  margin-bottom:4px;
}

@media(max-width:768px){
  .nav-center.navbar-menu.active{
    max-height:calc(100vh - 92px);
    max-height:calc(100dvh - 92px);
    overflow-y:auto;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
  }
  .navbar-item-products.open .navbar-caret{transform:translateY(1px) rotate(180deg)}
  .navbar-item-products .navbar-submenu{
    position:static;
    min-width:0;
    max-height:0;
    overflow:hidden;
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:none;
    border:0;
    border-radius:0;
    box-shadow:none;
    padding:0;
    transition:max-height .24s ease;
  }
  .navbar-item-products.open .navbar-submenu{
    max-height:calc(100vh - 230px);
    max-height:calc(100dvh - 230px);
    overflow-y:auto;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
    margin:0 0 8px;
  }
  .navbar-sublink{
    padding:9px 0 9px 14px;
    border-bottom:1px solid #f6f6f6;
    font-size:.88rem;
  }
  .navbar-sublink-all{margin-bottom:0}
}
