/* SPT LEEDS - SHARED WEBSITE STYLES */

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #102a4c;
  background: #fff;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }

/* TOP BAR */
.top-bar {
  width: 100%;
  min-height: 46px;
  background: #06284d;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 6%;
  font-size: 14px;
  font-weight: 600;
}
.top-bar-left, .top-bar-right {
  display: flex;
  align-items: center;
  gap: 14px;
  white-space: nowrap;
}

/* HEADER */
.main-header {
  width: 100%;
  min-height: 150px;
  background: #fff;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  padding: 14px 6%;
  position: relative;
  z-index: 1000;
}
.logo-link, .logo-container {
  display: flex;
  align-items: center;
  flex: 0 1 auto;
  min-width: 0;
}
.site-logo, .logo-container img {
  display: block;
  width: 420px;
  max-width: 42vw;
  max-height: 115px;
  height: auto;
  object-fit: contain;
}
.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 34px;
  flex: 0 0 auto;
  white-space: nowrap;
}
.main-nav > a, .main-nav .dropdown > a {
  position: relative;
  color: #0d2749;
  font-size: 17px;
  font-weight: 500;
  padding: 12px 0;
  transition: color .2s ease;
}
.main-nav > a:hover, .main-nav .dropdown > a:hover,
.main-nav > a.active, .main-nav .dropdown > a.active { color: #0867d8; }
.main-nav > a.active::after, .main-nav .dropdown > a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #0867d8;
  border-radius: 3px;
}
.header-button, .get-touch {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 180px;
  min-height: 56px;
  padding: 0 25px !important;
  border-radius: 9px;
  background: #1268df !important;
  color: #fff !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  box-shadow: 0 10px 25px rgba(18,104,223,.18);
}
.header-button:hover, .get-touch:hover { background: #0958c6 !important; transform: translateY(-2px); }
.header-button::after, .get-touch::after { display: none !important; }

/* HOME HERO */
.hero {
  position: relative;
  width: 100%;
  min-height: 520px;
  overflow: hidden;
  background:
    radial-gradient(circle at 0% 100%, #d9e9ff 0, #d9e9ff 130px, transparent 131px),
    radial-gradient(circle at 100% 0%, #d9e9ff 0, #d9e9ff 140px, transparent 141px),
    linear-gradient(135deg,#f7fbff 0%,#fff 50%,#eef6ff 100%);
}
.hero::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(191,218,252,.45);
  right: -150px;
  bottom: -180px;
  pointer-events: none;
}
.hero-content {
  width: 100%;
  max-width: 1500px;
  min-height: 520px;
  margin: 0 auto;
  padding: 65px 6%;
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  align-items: center;
  gap: 45px;
  position: relative;
  z-index: 2;
}
.eyebrow, .section-label {
  color: #1268df;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.hero .eyebrow { margin-bottom: 22px; }
.hero h1 {
  margin: 0 0 22px;
  font-size: clamp(48px,4.2vw,66px);
  line-height: 1.03;
  font-weight: 800;
  color: #102a4c;
}
.hero h1 span { color: #1268df; }
.hero p { max-width: 650px; margin: 0 0 28px; font-size: 19px; line-height: 1.55; color: #294a75; }
.hero-buttons { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  padding: 0 30px;
  border-radius: 9px;
  font-size: 17px;
  font-weight: 700;
  transition: .2s ease;
}
.hero-button.primary { background: #1268df; color: #fff; box-shadow: 0 10px 25px rgba(18,104,223,.18); }
.hero-button.primary:hover { background:#0958c6; transform:translateY(-2px); }
.hero-button.secondary { background:#fff; color:#1268df; border:2px solid #1268df; }
.hero-button.secondary:hover { background:#f5f9ff; transform:translateY(-2px); }
.button-icon { margin-right: 10px; font-size: 21px; }
.arrow { margin-left: 12px; font-size: 20px; }
.hero-features { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); width: 100%; }
.hero-feature {
  min-height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px;
  border-left: 1px solid #aebed2;
}
.hero-feature:first-child { border-left: 0; }
.hero-feature-icon { font-size: 48px; line-height: 1; margin-bottom: 14px; color: #1268df; }
.hero-feature-title { font-size: 15px; font-weight: 700; letter-spacing: 2px; color:#10284a; }

/* PAGE HEROES */
.products-hero, .about-hero, .contact-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 0% 40%, #d9e9ff 0, #d9e9ff 130px, transparent 131px),
    radial-gradient(circle at 100% 70%, #d9e9ff 0, #d9e9ff 160px, transparent 161px),
    linear-gradient(110deg,#f3f8ff 0%,#fff 55%,#edf5ff 100%);
  text-align: center;
}
.products-hero { min-height: 330px; display:flex; align-items:center; }
.about-hero, .contact-hero { min-height: 300px; display:flex; align-items:center; }
.products-hero-content, .about-hero-content, .contact-hero-inner { width:100%; max-width:1000px; margin:0 auto; padding:65px 30px; position:relative; z-index:2; }
.products-hero h1, .about-hero h1, .contact-hero h1 { margin:0 0 20px; color:#102f56; font-size:clamp(46px,5vw,64px); line-height:1.05; font-weight:800; }
.products-hero h1 span, .about-hero h1 span, .contact-hero h1 span { color:#1268df; }
.products-hero p, .about-hero p, .contact-hero p { max-width:750px; margin:0 auto; color:#284a75; font-size:18px; line-height:1.65; }

/* PRODUCTS */
.products-main { width:100%; background:#fff; }
.products-section { max-width:1400px; margin:0 auto; padding:78px 6%; }
.products-intro { max-width:850px; margin-bottom:45px; }
.products-intro .eyebrow { margin-bottom:16px; }
.products-intro h2 { margin:0 0 18px; color:#10284a; font-size:clamp(36px,4vw,54px); line-height:1.05; font-weight:800; }
.products-intro h2 span { color:#1268df; }
.products-intro p { color:#405777; font-size:17px; line-height:1.7; }
.product-categories { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; }
.product-card { background:#fff; border:1px solid #dce7f4; border-radius:12px; padding:28px; min-height:185px; box-shadow:0 8px 25px rgba(16,40,74,.06); transition:.2s ease; }
.product-card:hover { transform:translateY(-4px); box-shadow:0 15px 35px rgba(16,40,74,.1); }
.product-icon { width:52px; height:52px; display:flex; align-items:center; justify-content:center; background:#edf5ff; border-radius:10px; font-size:26px; margin-bottom:18px; }
.product-card h3 { color:#10284a; font-size:21px; line-height:1.25; margin:0 0 10px; font-weight:700; }
.product-card p { color:#405777; font-size:16px; line-height:1.6; }
.products-bottom { max-width:1400px; margin:0 auto; padding:0 6% 80px; }
.products-bottom-inner { background:linear-gradient(135deg,#edf5ff 0%,#f7fbff 50%,#e6f1ff 100%); border-radius:14px; padding:50px 40px; text-align:center; }
.products-bottom-inner h2 { color:#10284a; font-size:clamp(30px,3vw,44px); margin:0 0 15px; font-weight:800; }
.products-bottom-inner p { max-width:800px; margin:0 auto 25px; color:#405777; font-size:17px; line-height:1.7; }
.products-contact-btn, .about-button { display:inline-flex; align-items:center; justify-content:center; background:#1268df; color:#fff; padding:15px 27px; border-radius:8px; font-size:16px; font-weight:700; }
.products-contact-btn:hover, .about-button:hover { background:#0958c6; transform:translateY(-2px); }

/* ABOUT */
.about-section { max-width:1050px; margin:0 auto; padding:75px 30px 90px; }
.about-section .eyebrow { margin-bottom:15px; }
.about-section h2 { color:#10284a; font-size:clamp(36px,4vw,52px); line-height:1.08; margin:0 0 22px; }
.about-section h2 span { color:#1268df; }
.about-section p { color:#4d6b8d; font-size:17px; line-height:1.75; margin:0 0 18px; }
.about-section h3 { color:#10284a; font-size:28px; margin:38px 0 18px; }
.about-list { padding-left:22px; color:#4d6b8d; font-size:17px; line-height:1.8; margin-bottom:30px; }

/* CONTACT */
.contact-hero { background:#f3f7fd; }
.contact-hero::before, .contact-hero::after { content:""; position:absolute; border-radius:50%; background:#dceafd; pointer-events:none; }
.contact-hero::before { width:220px; height:220px; left:-120px; top:-100px; }
.contact-hero::after { width:180px; height:180px; right:-90px; bottom:-90px; }
.contact-section { max-width:950px; margin:0 auto; padding:68px 24px 80px; }
.contact-heading { margin-bottom:38px; }
.contact-heading .section-label { margin-bottom:12px; }
.contact-heading h2 { margin:0 0 14px; color:#102f56; font-size:40px; line-height:1.15; }
.contact-heading > p:last-child { max-width:720px; margin:0; color:#547092; font-size:16px; line-height:1.7; }
.contact-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:22px; }
.contact-card { background:#fff; border:1px solid #dce6f2; border-radius:14px; padding:27px; min-height:190px; box-shadow:0 8px 25px rgba(10,52,95,.05); }
.contact-icon { width:46px; height:46px; border-radius:11px; background:#edf5ff; display:flex; align-items:center; justify-content:center; color:#0867d9; margin-bottom:18px; }
.contact-icon svg { width:23px; height:23px; display:block; max-width:23px; max-height:23px; }
.contact-card h3 { margin:0 0 9px; color:#102f56; font-size:19px; }
.contact-card p { margin:0 0 10px; color:#607a99; font-size:14px; line-height:1.6; }
.contact-card a { color:#0867d9; font-size:15px; font-weight:700; }
.contact-footer { background:#06264a; color:#fff; text-align:center; padding:28px 20px; }
.contact-footer p { margin:0; font-size:14px; opacity:.9; }

/* WHATSAPP - always fixed and small */
.whatsapp, .whatsapp-float {
  position:fixed !important;
  right:22px !important;
  bottom:20px !important;
  z-index:999999 !important;
  width:60px !important;
  height:60px !important;
  min-width:60px !important;
  min-height:60px !important;
  max-width:60px !important;
  max-height:60px !important;
  padding:0 !important;
  margin:0 !important;
  border-radius:50% !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:#25d366 !important;
  color:#fff !important;
  box-shadow:0 6px 18px rgba(0,0,0,.2) !important;
  text-decoration:none !important;
  overflow:hidden !important;
  transform:none;
}
.whatsapp:hover, .whatsapp-float:hover { transform:translateY(-2px) !important; }
.whatsapp .wa-icon, .whatsapp-float .wa-icon { width:28px !important; height:28px !important; display:flex !important; align-items:center !important; justify-content:center !important; }
.whatsapp svg, .whatsapp-float svg { width:28px !important; height:28px !important; min-width:28px !important; min-height:28px !important; max-width:28px !important; max-height:28px !important; display:block !important; fill:currentColor; }
/* Keep the WhatsApp icon visible; hide only any optional text span. */
.whatsapp > span:not(.wa-icon), .whatsapp-float > span:not(.wa-icon) { display:none !important; }

/* RESPONSIVE */
@media (max-width:1200px) {
  .main-header { padding-left:4%; padding-right:4%; gap:20px; }
  .site-logo, .logo-container img { width:360px; max-width:38vw; max-height:105px; }
  .main-nav { gap:22px; }
  .main-nav > a, .main-nav .dropdown > a { font-size:15px; }
  .header-button, .get-touch { min-width:160px; font-size:15px !important; }
}
@media (max-width:850px) {
  .top-bar { display:none; }
  .main-header { min-height:auto; flex-wrap:wrap; justify-content:center; padding:18px 25px; }
  .logo-link, .logo-container { width:100%; justify-content:center; }
  .site-logo, .logo-container img { width:340px; max-width:80vw; max-height:100px; }
  .main-nav { width:100%; justify-content:center; flex-wrap:wrap; gap:8px 20px; }
  .header-button, .get-touch { min-height:48px; min-width:auto; padding:0 18px !important; }
  .hero-content { grid-template-columns:1fr; min-height:auto; padding:55px 6%; gap:35px; text-align:center; }
  .hero-text { width:100%; }
  .hero p { margin-left:auto; margin-right:auto; }
  .hero-buttons { justify-content:center; }
  .hero-features { width:100%; }
  .product-categories, .contact-grid { grid-template-columns:1fr 1fr; }
}
@media (max-width:600px) {
  .main-header { padding:15px 18px; gap:12px; }
  .site-logo, .logo-container img { width:290px; max-width:88vw; max-height:90px; }
  .main-nav { gap:7px 16px; }
  .main-nav > a, .main-nav .dropdown > a { font-size:14px; }
  .header-button, .get-touch { display:none !important; }
  .hero { min-height:auto; }
  .hero-content { padding:45px 5%; }
  .hero h1 { font-size:42px; }
  .hero p { font-size:17px; }
  .hero-buttons { flex-direction:column; align-items:stretch; }
  .hero-button { width:100%; }
  .hero-features { grid-template-columns:repeat(2,1fr); }
  .hero-feature { border-left:0; border-bottom:1px solid #aebed2; }
  .products-hero-content, .about-hero-content, .contact-hero-inner { padding:50px 20px; }
  .products-hero h1, .about-hero h1, .contact-hero h1 { font-size:43px; }
  .products-hero p, .about-hero p, .contact-hero p { font-size:16px; }
  .products-section, .about-section, .contact-section { padding-left:20px; padding-right:20px; }
  .product-categories, .contact-grid { grid-template-columns:1fr; }
  .products-bottom { padding-left:20px; padding-right:20px; }
  .whatsapp, .whatsapp-float { right:16px !important; bottom:16px !important; width:54px !important; height:54px !important; min-width:54px !important; min-height:54px !important; max-width:54px !important; max-height:54px !important; }
  .whatsapp svg, .whatsapp-float svg { width:25px !important; height:25px !important; min-width:25px !important; min-height:25px !important; max-width:25px !important; max-height:25px !important; }
}