/*
Theme Name: SCPC Premium Dynamic Theme
Theme URI: https://scpc.ca
Author: SCPC Services TI Inc.
Description: Fully dynamic editable one-page WordPress theme for SCPC Services TI. Includes local SEO, favicon, product/service builder and contact form.
Version: 3.6.1
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.2
Text Domain: scpc-dynamic
*/

:root {
  --bg: #030914;
  --bg2: #071426;
  --card: rgba(9, 24, 46, .78);
  --border: rgba(130, 190, 255, .18);
  --text: #f7fbff;
  --muted: #a9bad0;
  --blue: #0d6efd;
  --blue2: #00c2ff;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(0,0,0,.35);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 68% 20%, rgba(0, 115, 255, .28), transparent 38%),
    radial-gradient(circle at 8% 75%, rgba(0, 194, 255, .12), transparent 30%),
    linear-gradient(180deg, #02070f, #071426 42%, #030914);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.scpc-container { width: min(1440px, calc(100% - 64px)); margin: 0 auto; }
.scpc-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(3, 9, 20, .88);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(18px);
}
.scpc-nav { display: flex; align-items: center; justify-content: space-between; min-height: 82px; gap: 24px; }
.scpc-logo img { width: 190px; max-height: 58px; object-fit: contain; filter: brightness(0) invert(1); }
.scpc-menu {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  height: 82px;
  font-size: 15px;
  font-weight: 650;
  color: #e9f3ff;
}
.scpc-menu a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 82px;
  padding: 0 15px;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  line-height: 1;
}
.scpc-menu a:hover,
.scpc-menu a.is-active {
  color: var(--blue2);
  border-bottom-color: var(--blue);
}
.scpc-actions { display: flex; align-items: center; gap: 14px; white-space: nowrap; }
.lang-switch { display: flex; gap: 8px; align-items: center; font-weight: 700; font-size: 13px; color: var(--muted); }
.lang-switch a.active { color: var(--white); }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  border-radius: 10px; padding: 14px 22px; font-weight: 800;
  border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.05); color: white;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.btn:hover { transform: translateY(-2px); border-color: rgba(0,194,255,.65); box-shadow: 0 15px 38px rgba(0, 120, 255, .25); }
.btn-primary { background: linear-gradient(135deg, #0a63ff, #0047cf); border-color: rgba(72, 164, 255, .65); box-shadow: 0 18px 50px rgba(0, 95, 255, .28); }
.hero { scroll-margin-top: 96px; position: relative; overflow: hidden; padding: 62px 0 34px; border-bottom: 1px solid rgba(255,255,255,.08); }
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 48px; align-items: center; }
.kicker { display: inline-flex; color: #83d8ff; text-transform: uppercase; font-size: 13px; font-weight: 900; letter-spacing: .12em; margin-bottom: 18px; }
.hero h1 { font-size: clamp(46px, 5.2vw, 86px); line-height: .98; margin: 0 0 24px; letter-spacing: -0.055em; }
.gradient-text { color: #2477ff; }
.hero p { max-width: 710px; color: #d9e7f7; font-size: clamp(18px, 1.55vw, 23px); margin: 0 0 30px; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 32px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; color: #dfeaff; font-size: 14px; }
.hero-visual {
  min-height: 510px; border-radius: 28px; position: relative;
  background: radial-gradient(circle at center, rgba(0, 140, 255, .42), transparent 36%), linear-gradient(135deg, rgba(9,24,46,.52), rgba(2,7,15,.34));
  border: 1px solid rgba(130,190,255,.2); box-shadow: var(--shadow); overflow: hidden;
}
.hero-visual:before {
  content: ""; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(55,145,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(55,145,255,.08) 1px, transparent 1px);
  background-size: 44px 44px; mask-image: radial-gradient(circle at center, black, transparent 78%);
}
.shield {
  position: absolute; width: 270px; height: 320px; left: 50%; top: 50%; transform: translate(-50%,-50%);
  border: 4px solid #43c8ff; border-radius: 48% 48% 45% 45% / 24% 24% 66% 66%;
  box-shadow: 0 0 35px #00aaff, inset 0 0 42px rgba(0,190,255,.25);
}
.lock { position: absolute; left: 50%; top: 50%; width: 105px; height: 95px; transform: translate(-50%,-20%); border: 4px solid #a7eaff; border-radius: 18px; box-shadow: 0 0 30px rgba(0,194,255,.75); }
.lock:before { content: ""; position: absolute; width: 58px; height: 58px; left: 19px; top: -57px; border: 4px solid #a7eaff; border-bottom: none; border-radius: 34px 34px 0 0; }
.float-card {
  position: absolute; min-width: 148px; min-height: 86px; display: grid; place-items: center; padding: 14px;
  border-radius: 15px; background: rgba(7,20,38,.78); border: 1px solid rgba(130,190,255,.23);
  backdrop-filter: blur(14px); box-shadow: 0 16px 45px rgba(0,0,0,.28); animation: floaty 6s ease-in-out infinite;
}
.float-card img { max-height: 44px; max-width: 125px; object-fit: contain; }
.float-card.ai { font-weight: 900; color: #8de6ff; font-size: 26px; letter-spacing: .04em; }
.float-card:nth-child(1) { top: 34px; left: 34px; }
.float-card:nth-child(2) { top: 44px; right: 42px; animation-delay: .5s; }
.float-card:nth-child(3) { top: 190px; left: 10px; animation-delay: 1s; }
.float-card:nth-child(4) { top: 205px; right: 18px; animation-delay: 1.4s; }
.float-card:nth-child(5) { bottom: 54px; left: 60px; animation-delay: 1.7s; }
.float-card:nth-child(6) { bottom: 54px; right: 65px; animation-delay: 2s; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
.logo-strip-wrap { position: relative; z-index: 5; margin-top: 34px; }
.logo-strip {
  display: grid; grid-template-columns: repeat(9, minmax(90px, 1fr)); align-items: center; gap: 22px;
  padding: 18px 28px; background: #ffffff; color: #0a1220; border-radius: 15px; box-shadow: 0 20px 65px rgba(0,0,0,.32);
}
.logo-strip img { max-height: 42px; max-width: 160px; object-fit: contain; margin: auto; }
.section { padding: 74px 0; scroll-margin-top: 96px; }
.section-light { color: #081426; background: linear-gradient(180deg, #ffffff, #f2f7ff); }
.section-title { margin-bottom: 34px; }
.section-title h2 { font-size: clamp(32px, 3vw, 52px); line-height: 1.06; margin: 0; letter-spacing: -0.035em; }
.section-title p { color: var(--muted); max-width: 760px; font-size: 18px; }
.section-light .section-title p { color: #4b6078; }
.cards { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.card {
  background: var(--card); border: 1px solid var(--border); border-radius: 18px; padding: 24px; min-height: 230px;
  box-shadow: 0 16px 38px rgba(0,0,0,.18); transition: transform .22s ease, border-color .22s ease, background .22s ease;
}
.card:hover { transform: translateY(-6px); border-color: rgba(0,194,255,.55); background: rgba(14, 38, 72, .9); }
.section-light .card { background: #fff; color: #071426; border-color: #dce8f8; box-shadow: 0 18px 35px rgba(22, 62, 120, .09); }
.card-icon { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 15px; background: rgba(13,110,253,.14); margin-bottom: 16px; font-size: 28px; }
.card img { max-height: 44px; max-width: 74px; object-fit: contain; margin-bottom: 14px; }
.card h3 { margin: 0 0 10px; font-size: 19px; letter-spacing: -.02em; }
.card p { margin: 0 0 16px; color: #b8c7da; font-size: 15px; }
.section-light .card p { color: #52667d; }
.card a { color: #4dbbff; font-weight: 800; }
.ai-band {
  display: grid; grid-template-columns: .95fr 1.25fr; gap: 32px; align-items: center;
  background: radial-gradient(circle at 72% 50%, rgba(0, 140, 255, .25), transparent 30%), linear-gradient(135deg, rgba(9,24,46,.95), rgba(5,14,29,.9));
  border: 1px solid var(--border); border-radius: 24px; padding: 38px; box-shadow: var(--shadow);
}
.ai-band h2 { font-size: clamp(30px, 3vw, 48px); line-height: 1.08; margin: 0 0 12px; }
.ai-features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.ai-feature { padding: 20px; border-radius: 16px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.1); }
.ai-feature strong { display: block; margin-bottom: 8px; }
.ai-feature p { margin: 0; color: #bdd0e7; font-size: 14px; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.stat { background: rgba(9,24,46,.85); border: 1px solid var(--border); border-radius: 17px; padding: 26px; text-align: center; }
.stat strong { display: block; font-size: 42px; line-height: 1; color: #2e82ff; }
.stat span { color: #c6d4e4; }
.contact-panel {
  display: grid; grid-template-columns: .9fr 1.1fr; gap: 36px;
  background: linear-gradient(135deg, rgba(9,24,46,.96), rgba(4,13,28,.92));
  border: 1px solid var(--border); border-radius: 26px; padding: 42px; box-shadow: var(--shadow);
}
.phone-big { font-size: clamp(40px, 5vw, 72px); color: #2e82ff; font-weight: 900; letter-spacing: -.04em; margin: 14px 0; }
.scpc-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.scpc-form label { display: grid; gap: 8px; color: #d7e6f7; font-size: 13px; font-weight: 700; }
.scpc-form input, .scpc-form select, .scpc-form textarea {
  width: 100%; border: 1px solid rgba(130,190,255,.22); background: rgba(255,255,255,.06); color: white;
  border-radius: 12px; padding: 14px 15px; font: inherit;
}
.scpc-form option { color: #06152a; }
.scpc-form .full { grid-column: 1 / -1; }
.scpc-form textarea { min-height: 120px; resize: vertical; }
.scpc-footer {
  background: radial-gradient(circle at 82% 20%, rgba(0,115,255,.18), transparent 28%), #020914;
  border-top: 1px solid var(--border); padding: 54px 0 24px;
}
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr 1fr; gap: 34px; align-items: start; }
.footer-logo img { width: 220px; filter: brightness(0) invert(1); }
.footer-grid h4 { margin: 0 0 12px; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; color: #b9c9dc; }
.footer-grid p { color: #b9c9dc; margin: 14px 0 0; }
.footer-phone { color: #2e82ff; font-size: 32px; font-weight: 900; }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; border-top: 1px solid rgba(255,255,255,.08); margin-top: 34px; padding-top: 20px; color: #9eafc2; font-size: 13px; }
.mobile-toggle { display: none; }
@media (max-width: 1180px) {
  .scpc-container { width: min(100% - 36px, 1120px); }
  .scpc-menu { display: none; }
  .mobile-toggle { display: inline-flex; }
  .hero-grid, .ai-band, .contact-panel { grid-template-columns: 1fr; }
  .hero-visual { min-height: 420px; }
  .logo-strip { grid-template-columns: repeat(3, 1fr); }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .ai-features, .stats, .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 680px) {
  .scpc-container { width: calc(100% - 28px); }
  .scpc-nav { min-height: 72px; }
  .scpc-logo img { width: 150px; }
  .scpc-actions .btn-primary { display: none; }
  .hero { padding-top: 36px; }
  .hero-visual { min-height: 360px; }
  .float-card { min-width: 106px; min-height: 68px; }
  .float-card img { max-width: 90px; max-height: 34px; }
  .shield { width: 190px; height: 230px; }
  .logo-strip { grid-template-columns: repeat(2, 1fr); padding: 18px; }
  .cards, .ai-features, .stats, .footer-grid, .scpc-form { grid-template-columns: 1fr; }
  .section { padding: 54px 0; }
  .contact-panel, .ai-band { padding: 24px; }
  .footer-bottom { flex-direction: column; }
}


/* SCPC v1.8 refinements */
.scpc-logo img {
  width: 260px;
  max-height: 92px;
}
.scpc-nav {
  min-height: 112px;
}
.scpc-menu {
  height: 112px;
  gap: 6px;
}
.scpc-menu a {
  height: 112px;
  padding: 0 22px;
}
.logo-strip {
  grid-template-columns: repeat(6, minmax(130px, 1fr));
  justify-items: center;
  align-items: center;
  gap: 18px 28px;
  padding: 26px 34px;
}
.logo-strip img {
  width: 150px;
  height: 54px;
  max-width: 150px;
  max-height: 54px;
  object-fit: contain;
}
.logo-strip img[src*="teams"],
.logo-strip img[src*="microsoft-365"],
.logo-strip img[src*="copilot"] {
  width: 126px;
}
.logo-strip img[src*="azure"] {
  width: 138px;
}
.logo-strip img[src*="fortinet"],
.logo-strip img[src*="watchguard"] {
  width: 165px;
}
.about-field {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background:
    linear-gradient(90deg, rgba(3,9,20,.96), rgba(3,9,20,.72)),
    radial-gradient(circle at 82% 50%, rgba(0,115,255,.24), transparent 34%);
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 42px;
  align-items: center;
}
.about-grid h2 {
  font-size: clamp(30px, 3vw, 50px);
  line-height: 1.05;
  margin: 0 0 18px;
  letter-spacing: -0.04em;
}
.about-grid p {
  color: #d7e6f7;
  font-size: 17px;
  max-width: 680px;
}
.about-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.about-point {
  background: rgba(255,255,255,.045);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 22px;
}
.about-point strong {
  display: block;
  color: white;
  font-size: 18px;
  margin-bottom: 8px;
}
.about-point span {
  color: #b9c9dc;
}
.scpc-footer-simple {
  background: #020914;
  border-top: 1px solid var(--border);
  padding: 46px 0 24px;
}
.footer-simple-grid {
  display: grid;
  grid-template-columns: 1.1fr .75fr 1fr .9fr;
  gap: 34px;
  align-items: start;
}
.footer-nav {
  display: grid;
  gap: 8px;
}
.footer-nav a {
  color: #cfe0f4;
}
.footer-nav a:hover {
  color: var(--blue2);
}
.footer-about {
  color: #cfe0f4;
  max-width: 420px;
}
@media (max-width: 1180px) {
  .scpc-logo img { width: 210px; }
  .scpc-nav { min-height: 92px; }
  .logo-strip { grid-template-columns: repeat(3, minmax(120px, 1fr)); }
  .about-grid, .footer-simple-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .scpc-logo img { width: 185px; }
  .logo-strip { grid-template-columns: repeat(2, minmax(120px, 1fr)); }
  .about-grid, .about-points, .footer-simple-grid { grid-template-columns: 1fr; }
}

/* v1.9 layout refinements */
.logo-strip{
 display:grid;
 grid-template-columns:repeat(4,minmax(180px,1fr));
 gap:34px 44px;
 align-items:center;
 justify-items:center;
}
.logo-strip img{
 width:170px;
 height:64px;
 object-fit:contain;
}
.cards{
 align-items:stretch;
}
.card{
 display:flex;
 flex-direction:column;
 justify-content:space-between;
 min-height:420px;
}
.stat{
 min-height:220px;
 display:flex;
 flex-direction:column;
 justify-content:center;
 align-items:center;
}
.stat strong{
 font-size:64px;
}
@media(max-width:900px){
 .logo-strip{
  grid-template-columns:repeat(2,minmax(140px,1fr));
 }
 .logo-strip img{
  width:140px;
 }
}


/* v2.0 responsive polish + balanced content */
:root {
  --fluid-h1: clamp(42px, 5.2vw, 82px);
  --fluid-h2: clamp(28px, 3vw, 48px);
  --fluid-h3: clamp(18px, 1.35vw, 22px);
  --fluid-body: clamp(15px, 1vw, 17px);
}

body { overflow-x: hidden; }

.hero h1 { font-size: var(--fluid-h1); }
.section-title h2 { font-size: var(--fluid-h2); }
.hero p, .about-grid p { font-size: clamp(16px, 1.2vw, 20px); }

.logo-strip {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(170px, 1fr)) !important;
  gap: 28px 42px !important;
  align-items: center !important;
  justify-items: center !important;
  padding: clamp(22px, 2vw, 34px) !important;
}
.logo-strip img {
  width: 160px !important;
  height: 58px !important;
  max-width: 100% !important;
  max-height: 58px !important;
  object-fit: contain !important;
  margin: 0 auto !important;
}

.cards {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: clamp(14px, 1.4vw, 22px) !important;
  align-items: stretch !important;
}
.card {
  display: flex !important;
  flex-direction: column !important;
  min-height: clamp(300px, 25vw, 385px) !important;
  padding: clamp(20px, 1.7vw, 28px) !important;
}
.card h3 {
  font-size: var(--fluid-h3) !important;
  line-height: 1.2 !important;
}
.card p {
  font-size: var(--fluid-body) !important;
  line-height: 1.55 !important;
}
.card a { margin-top: auto !important; }

.stats {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(14px, 1.5vw, 24px) !important;
}
.stat {
  min-height: 180px !important;
  padding: clamp(20px, 2vw, 34px) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}
.stat strong {
  font-size: clamp(34px, 4vw, 58px) !important;
  white-space: nowrap;
}
.stat span {
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.35;
}

.about-grid {
  grid-template-columns: minmax(320px, .95fr) minmax(0, 1.25fr) !important;
}
.about-points {
  align-items: stretch;
}
.about-point {
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.scpc-form input,
.scpc-form select,
.scpc-form textarea {
  font-size: 16px;
}

@media (max-width: 1280px) {
  .cards { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  .card { min-height: 280px !important; }
  .logo-strip { grid-template-columns: repeat(3, minmax(150px, 1fr)) !important; }
}

@media (max-width: 900px) {
  .hero-grid,
  .about-grid,
  .contact-panel {
    grid-template-columns: 1fr !important;
  }
  .cards { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .stats { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .logo-strip { grid-template-columns: repeat(2, minmax(130px, 1fr)) !important; }
  .scpc-nav { gap: 12px; }
}

@media (max-width: 560px) {
  .scpc-container { width: calc(100% - 24px) !important; }
  .hero h1 { letter-spacing: -0.04em; }
  .hero-ctas { flex-direction: column; }
  .hero-ctas .btn { width: 100%; }
  .cards,
  .stats,
  .logo-strip,
  .about-points,
  .footer-simple-grid {
    grid-template-columns: 1fr !important;
  }
  .card { min-height: auto !important; }
  .logo-strip img { width: 145px !important; }
  .stat { min-height: 145px !important; }
}


/* v2.1 card alignment + working responsive menu */
.scpc-header { overflow: visible; }
.scpc-nav { position: relative; }

.cards {
  grid-auto-rows: 1fr !important;
}
.card {
  min-height: unset !important;
  height: 100% !important;
  display: grid !important;
  grid-template-rows: auto auto 1fr auto !important;
  align-content: start !important;
  justify-content: stretch !important;
}
.card .card-icon,
.card > img {
  align-self: start !important;
}
.card h3 {
  min-height: 2.5em !important;
  display: flex !important;
  align-items: flex-start !important;
}
.card p {
  min-height: 5.2em !important;
}
.card a {
  align-self: start !important;
  margin-top: 12px !important;
}

.section-light .cards {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.section-light .card {
  min-height: 245px !important;
}
.section-light .card > img {
  width: 150px !important;
  height: 58px !important;
  max-width: 150px !important;
  max-height: 58px !important;
  object-fit: contain !important;
  margin-bottom: 18px !important;
}

.mobile-toggle {
  cursor: pointer;
  position: relative;
  z-index: 101;
}

@media (max-width: 1180px) {
  .scpc-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: auto !important;
    display: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 12px;
    background: rgba(3, 9, 20, .98);
    border: 1px solid var(--border);
    border-top: 0;
    border-radius: 0 0 18px 18px;
    box-shadow: 0 25px 70px rgba(0,0,0,.35);
  }
  .scpc-menu.is-open {
    display: flex !important;
  }
  .scpc-menu a {
    height: auto !important;
    justify-content: flex-start;
    padding: 16px 18px !important;
    border-bottom: 1px solid rgba(255,255,255,.08);
    border-radius: 12px;
  }
  .scpc-menu a:last-child {
    border-bottom: 0;
  }
  .mobile-toggle {
    display: inline-flex !important;
  }
  .section-light .cards {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 680px) {
  .section-light .cards {
    grid-template-columns: 1fr !important;
  }
  .card h3,
  .card p {
    min-height: unset !important;
  }
}


/* v2.4 final product panel + infrastructure section */
.products-panel-section {
  background: transparent !important;
  padding-top: 38px !important;
  padding-bottom: 38px !important;
}
.products-white-panel {
  background: #ffffff;
  color: #071426;
  border-radius: 24px;
  padding: clamp(34px, 4vw, 62px);
  box-shadow: 0 28px 80px rgba(0,0,0,.28);
  border: 1px solid rgba(219, 231, 246, .95);
}
.products-white-panel .kicker {
  color: #0d6efd;
}
.products-white-panel h2,
.products-white-panel h3 {
  color: #071426 !important;
}
.products-white-panel p {
  color: #364862 !important;
}
.products-heading {
  max-width: 780px;
  margin-bottom: clamp(34px, 4vw, 54px) !important;
}
.products-mini-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 42px 46px;
}
.product-mini {
  min-height: 225px;
  padding-right: 24px;
  border-right: 1px solid #dbe7f6;
}
.product-mini:nth-child(4n) {
  border-right: none;
}
.product-mini img {
  width: 175px;
  height: 62px;
  object-fit: contain;
  object-position: left center;
  margin-bottom: 18px;
}
.product-mini h3 {
  margin: 0 0 10px;
  font-size: clamp(19px, 1.35vw, 24px);
  line-height: 1.2;
}
.product-mini p {
  margin: 0;
  font-size: clamp(15px, .95vw, 17px);
  line-height: 1.58;
}

.infrastructure-blue {
  background: transparent !important;
  padding-top: 30px !important;
}
.infra-heading-row {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 34px;
}
.infra-heading-row h2 {
  margin: 0;
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1.05;
}
.infra-heading-row p {
  margin: 6px 0 0;
  color: #d4e5f8;
  font-size: 18px;
}
.infra-icon,
.infra-mini-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  color: #48b8ff;
  background: rgba(13,110,253,.14);
  border: 1px solid rgba(72,184,255,.28);
  border-radius: 18px;
  font-size: 32px;
  font-weight: 900;
}
.infra-mini-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(130,190,255,.2);
  border-bottom: 1px solid rgba(130,190,255,.2);
}
.infra-mini {
  padding: 28px 28px;
  border-right: 1px solid rgba(130,190,255,.2);
}
.infra-mini:last-child {
  border-right: none;
}
.infra-mini h3 {
  margin: 18px 0 10px;
  font-size: 22px;
}
.infra-mini p {
  color: #c5d7ec;
  margin: 0;
  line-height: 1.55;
}

@media (max-width: 1200px) {
  .products-mini-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .product-mini:nth-child(4n) {
    border-right: 1px solid #dbe7f6;
  }
  .product-mini:nth-child(3n) {
    border-right: none;
  }
  .infra-mini-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .infra-mini:nth-child(2n) {
    border-right: none;
  }
}
@media (max-width: 760px) {
  .products-mini-grid,
  .infra-mini-grid {
    grid-template-columns: 1fr;
  }
  .product-mini,
  .product-mini:nth-child(3n),
  .product-mini:nth-child(4n),
  .infra-mini,
  .infra-mini:nth-child(2n) {
    border-right: none;
    border-bottom: 1px solid #dbe7f6;
    padding-right: 0;
  }
  .infra-mini {
    border-bottom-color: rgba(130,190,255,.2);
  }
  .product-mini:last-child,
  .infra-mini:last-child {
    border-bottom: none;
  }
  .product-mini {
    min-height: auto;
  }
  .product-mini img {
    width: 155px;
  }
  .infra-heading-row {
    align-items: flex-start;
  }
}


/* v2.5 final publish: services pro + products white panel */
.services-final .section-title {
  max-width: 980px;
}
.services-final .section-title p {
  color: #c9d9ec;
  font-size: clamp(17px, 1.2vw, 21px);
}
.service-group {
  margin-top: 46px;
}
.service-group + .service-group {
  margin-top: 64px;
  padding-top: 42px;
  border-top: 1px solid rgba(130,190,255,.18);
}
.service-group-title {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 24px;
}
.service-icon {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(13,110,253,.16);
  border: 1px solid rgba(72,184,255,.3);
  color: #48b8ff;
  font-size: 30px;
}
.service-group-title h3 {
  margin: 0 0 4px;
  font-size: clamp(28px, 2.6vw, 44px);
  line-height: 1.05;
}
.service-group-title p {
  margin: 0;
  color: #c9d9ec;
  font-size: 17px;
}
.service-grid-pro {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(16px, 1.5vw, 24px);
}
.service-pro {
  min-height: 300px;
  padding: 26px;
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(12,34,64,.86), rgba(6,18,36,.88));
  border: 1px solid rgba(130,190,255,.18);
  box-shadow: 0 18px 48px rgba(0,0,0,.16);
  display: flex;
  flex-direction: column;
}
.service-pro-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(13,110,253,.14);
  color: #2ea8ff;
  border: 1px solid rgba(72,184,255,.28);
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 22px;
}
.service-pro h4 {
  margin: 0 0 18px;
  font-size: clamp(18px, 1.25vw, 24px);
  line-height: 1.18;
  color: #ffffff;
}
.service-pro p {
  margin: 0;
  color: #c7d8ed;
  line-height: 1.58;
  font-size: 16px;
}
.services-cta-row {
  margin-top: 58px;
  padding: 28px 34px;
  border: 1px solid rgba(72,184,255,.28);
  background: rgba(9,24,46,.78);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.services-cta-row h3 {
  margin: 0 0 6px;
  font-size: 26px;
}
.services-cta-row p {
  margin: 0;
  color: #c9d9ec;
}

.products-white-panel {
  background: #fff !important;
}
.products-mini-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.product-mini:nth-child(4n) {
  border-right: none !important;
}
.product-mini:nth-child(3n) {
  border-right: 1px solid #dbe7f6 !important;
}
.product-mini:nth-child(8) {
  border-right: none !important;
}
.product-mini img {
  filter: none !important;
}

@media (max-width: 1360px) {
  .service-grid-pro {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .service-pro {
    min-height: 260px;
  }
}
@media (max-width: 980px) {
  .products-mini-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .product-mini:nth-child(n) {
    border-right: none !important;
    border-bottom: 1px solid #dbe7f6;
  }
  .product-mini:last-child {
    border-bottom: none;
  }
  .service-grid-pro {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .services-cta-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 640px) {
  .service-group-title {
    align-items: flex-start;
  }
  .service-grid-pro,
  .products-mini-grid {
    grid-template-columns: 1fr !important;
  }
  .service-pro {
    min-height: auto;
  }
}


/* ===== Premium Neon Service Icons v2.7 ===== */

.service-group-title {
    display:flex;
    align-items:center;
    gap:22px;
    margin-bottom:30px;
}

.service-icon {
    width:88px;
    height:88px;
    border-radius:22px;
    background:linear-gradient(180deg,#072248,#051935);
    border:1px solid rgba(53,157,255,.45);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:42px;
    color:#29a8ff;
    box-shadow:
      0 0 0 1px rgba(41,168,255,.08),
      0 10px 30px rgba(0,0,0,.35),
      inset 0 0 25px rgba(41,168,255,.08);
}

.service-grid-pro{
    display:grid;
    grid-template-columns:repeat(6,minmax(0,1fr));
    gap:24px;
    align-items:stretch;
}

.service-pro{
    background:linear-gradient(180deg,#071f44,#04162f);
    border:1px solid rgba(66,160,255,.22);
    border-radius:22px;
    padding:30px;
    min-height:355px;
    position:relative;
    overflow:hidden;
    transition:all .25s ease;
    box-shadow:
      0 12px 30px rgba(0,0,0,.28),
      inset 0 0 18px rgba(66,160,255,.04);
}

.service-pro:hover{
    transform:translateY(-4px);
    border-color:rgba(66,160,255,.5);
    box-shadow:
      0 18px 40px rgba(0,0,0,.34),
      0 0 25px rgba(41,168,255,.08);
}

.service-pro-icon{
    width:74px;
    height:74px;
    border-radius:20px;
    background:linear-gradient(180deg,#0a2d60,#082247);
    border:1px solid rgba(66,160,255,.35);
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:28px;
    color:#2ea8ff;
    font-size:38px;
    font-weight:700;
    box-shadow:
      inset 0 0 18px rgba(46,168,255,.10),
      0 8px 20px rgba(0,0,0,.24);
}

.service-pro h4{
    font-size:20px;
    line-height:1.2;
    min-height:58px;
    margin-bottom:20px;
    color:#ffffff;
}

.service-pro p{
    color:#d5e6fb;
    line-height:1.7;
    font-size:16px;
}

.services-cta-row{
    background:linear-gradient(180deg,#081d3c,#05162d);
    border:1px solid rgba(66,160,255,.20);
    border-radius:22px;
    padding:34px;
}

@media(max-width:1400px){
  .service-grid-pro{
      grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media(max-width:900px){
  .service-grid-pro{
      grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:640px){
  .service-grid-pro{
      grid-template-columns:1fr;
  }

  .service-pro{
      min-height:auto;
  }
}


/* ===== v2.8 real inline SVG service icons ===== */
.service-icon,
.service-pro-icon {
  color: #2ea8ff !important;
}

.service-icon svg,
.service-pro-icon svg,
.scpc-svg-icon svg {
  width: 62%;
  height: 62%;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-pro-icon svg {
  width: 70%;
  height: 70%;
}

.service-pro-icon.google-icon svg {
  stroke-width: 5;
}

.service-pro-icon.google-icon {
  color: #2ea8ff !important;
}

.service-pro-icon {
  font-size: 0 !important;
}

.service-icon {
  font-size: 0 !important;
}

.service-pro-icon,
.service-icon {
  background: linear-gradient(180deg, rgba(10,45,96,.98), rgba(8,34,71,.98)) !important;
  border: 1px solid rgba(46,168,255,.52) !important;
  box-shadow:
    inset 0 0 24px rgba(46,168,255,.12),
    0 10px 26px rgba(0,0,0,.28) !important;
}

.service-pro h4 {
  min-height: auto !important;
}

.service-pro {
  text-align: left;
}

@media (min-width: 981px) {
  .service-pro {
    min-height: 330px !important;
  }
}


/* v2.8.3 final migration card fix */
.service-grid-pro > .service-pro {
  display: flex !important;
  flex-direction: column !important;
  background: linear-gradient(180deg,#071f44,#04162f) !important;
  border: 1px solid rgba(66,160,255,.22) !important;
  border-radius: 22px !important;
  padding: 30px !important;
  min-height: 330px !important;
}
.service-grid-pro > .service-pro .service-pro-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
}

/* ===== SCPC v3 Dynamic final overrides ===== */
.scpc-menu .scpc-menu { display:none !important; }
.footer-simple-grid .scpc-menu {
  display: grid !important;
  height: auto !important;
  gap: 8px !important;
  align-items: start !important;
}
.footer-simple-grid .scpc-menu a {
  height: auto !important;
  padding: 0 !important;
  justify-content: flex-start !important;
  border: 0 !important;
  color: #cfe0f4 !important;
}

.products-panel-section { background: transparent !important; padding-top: 38px !important; padding-bottom: 38px !important; }
.products-white-panel {
  background: #fff !important;
  color: #071426 !important;
  border-radius: 24px;
  padding: clamp(34px, 4vw, 62px);
  box-shadow: 0 28px 80px rgba(0,0,0,.28);
  border: 1px solid rgba(219, 231, 246, .95);
}
.products-white-panel .kicker { color: #0d6efd; }
.products-white-panel h2, .products-white-panel h3 { color: #071426 !important; }
.products-white-panel p { color: #364862 !important; }
.products-heading { max-width: 780px; margin-bottom: clamp(34px, 4vw, 54px) !important; }
.products-mini-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 42px 46px;
}
.product-mini {
  min-height: 225px;
  padding-right: 24px;
  border-right: 1px solid #dbe7f6;
}
.product-mini:nth-child(4n) { border-right: none; }
.product-mini img {
  width: 175px;
  height: 62px;
  object-fit: contain;
  object-position: left center;
  margin-bottom: 18px;
  filter: none !important;
}
.product-mini h3 { margin: 0 0 10px; font-size: clamp(19px, 1.35vw, 24px); line-height: 1.2; }
.product-mini p { margin: 0; font-size: clamp(15px, .95vw, 17px); line-height: 1.58; }

.services-final .section-title { max-width: 980px; }
.services-final .section-title p { color: #c9d9ec; font-size: clamp(17px, 1.2vw, 21px); }
.service-group { margin-top: 46px; }
.service-group + .service-group { margin-top: 64px; padding-top: 42px; border-top: 1px solid rgba(130,190,255,.18); }
.service-group-title { display: flex; align-items: center; gap: 22px; margin-bottom: 30px; }
.service-icon {
  width: 88px; height: 88px; border-radius: 22px;
  background: linear-gradient(180deg,#072248,#051935);
  border: 1px solid rgba(53,157,255,.45);
  display: flex; align-items: center; justify-content: center;
  color: #29a8ff; box-shadow: 0 0 0 1px rgba(41,168,255,.08), 0 10px 30px rgba(0,0,0,.35), inset 0 0 25px rgba(41,168,255,.08);
  font-size: 0 !important;
}
.service-icon svg, .service-pro-icon svg {
  width: 68%; height: 68%; display: block; fill: none; stroke: currentColor; stroke-width: 4; stroke-linecap: round; stroke-linejoin: round;
}
.service-group-title h3 { margin: 0 0 4px; font-size: clamp(32px, 3vw, 52px); line-height: 1.05; color: #fff; }
.service-group-title p { margin: 0; color: #c9d9ec; font-size: 17px; }

.service-grid-pro { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: clamp(16px, 1.5vw, 24px); align-items: stretch; }
.service-pro {
  min-height: 330px !important;
  padding: 30px !important;
  border-radius: 22px !important;
  background: linear-gradient(180deg,#071f44,#04162f) !important;
  border: 1px solid rgba(66,160,255,.22) !important;
  box-shadow: 0 12px 30px rgba(0,0,0,.28), inset 0 0 18px rgba(66,160,255,.04);
  display: flex !important; flex-direction: column !important;
}
.service-pro-icon {
  width: 74px; height: 74px; border-radius: 20px;
  background: linear-gradient(180deg,#0a2d60,#082247) !important;
  border: 1px solid rgba(66,160,255,.35) !important;
  display: flex !important; align-items: center !important; justify-content: center !important;
  margin-bottom: 28px; color: #2ea8ff !important; font-size: 0 !important;
  box-shadow: inset 0 0 18px rgba(46,168,255,.10), 0 8px 20px rgba(0,0,0,.24);
}
.service-pro h4 { font-size: clamp(19px, 1.25vw, 24px); line-height: 1.2; margin: 0 0 20px; color: #fff; min-height: auto !important; }
.service-pro p { color: #d5e6fb; line-height: 1.7; font-size: 16px; margin: 0; }

.services-cta-row {
  margin-top: 58px; padding: 34px; border: 1px solid rgba(66,160,255,.20);
  background: linear-gradient(180deg,#081d3c,#05162d);
  border-radius: 22px; display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.services-cta-row h3 { margin: 0 0 6px; font-size: 26px; color: #fff; }
.services-cta-row p { margin: 0; color: #c9d9ec; }

@media (max-width: 1360px) {
  .service-grid-pro { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .products-mini-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .product-mini:nth-child(4n) { border-right: 1px solid #dbe7f6; }
  .product-mini:nth-child(3n) { border-right: none; }
}
@media (max-width: 980px) {
  .service-grid-pro, .products-mini-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-mini:nth-child(n) { border-right: none; border-bottom: 1px solid #dbe7f6; }
  .product-mini:last-child { border-bottom: none; }
  .services-cta-row { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 640px) {
  .service-group-title { align-items: flex-start; }
  .service-grid-pro, .products-mini-grid { grid-template-columns: 1fr !important; }
  .service-pro { min-height: auto !important; }
  .product-mini { min-height: auto; padding-right: 0; }
}





/* ===== v3.3 footer real alignment fix ===== */
.scpc-footer-simple {
  overflow: hidden;
}

.scpc-footer-simple .footer-simple-grid {
  display: grid !important;
  grid-template-columns: minmax(260px, 1.35fr) minmax(150px, .7fr) minmax(260px, 1fr) minmax(240px, .85fr) !important;
  gap: clamp(28px, 4vw, 72px) !important;
  align-items: start !important;
}

.scpc-footer-simple .footer-brand-col,
.scpc-footer-simple .footer-nav-col,
.scpc-footer-simple .footer-about-col,
.scpc-footer-simple .footer-contact-col {
  min-width: 0 !important;
}

.scpc-footer-simple .footer-nav-col {
  text-align: center !important;
  justify-self: center !important;
}

.scpc-footer-simple .footer-nav-col h4 {
  text-align: center !important;
  margin-bottom: 14px !important;
}

.scpc-footer-simple .footer-nav-links {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  width: max-content !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  text-align: center !important;
}

.scpc-footer-simple .footer-nav-links a {
  display: block !important;
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #cfe0f4 !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
  text-align: center !important;
}

.scpc-footer-simple .footer-nav-links a:hover {
  color: var(--blue2) !important;
}

.scpc-footer-simple .footer-about-col {
  text-align: left !important;
}

.scpc-footer-simple .footer-contact-col {
  text-align: left !important;
}

@media (max-width: 980px) {
  .scpc-footer-simple .footer-simple-grid {
    grid-template-columns: 1fr 1fr !important;
  }

  .scpc-footer-simple .footer-nav-col {
    justify-self: stretch !important;
  }
}

@media (max-width: 680px) {
  .scpc-footer-simple .footer-simple-grid {
    grid-template-columns: 1fr !important;
    text-align: center !important;
    gap: 34px !important;
  }

  .scpc-footer-simple .footer-brand-col,
  .scpc-footer-simple .footer-nav-col,
  .scpc-footer-simple .footer-about-col,
  .scpc-footer-simple .footer-contact-col {
    text-align: center !important;
    justify-self: center !important;
    width: 100% !important;
  }

  .scpc-footer-simple .footer-logo img {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .scpc-footer-simple .footer-nav-links {
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
  }

  .scpc-footer-simple .footer-about {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .scpc-footer-simple .footer-contact-col .btn {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .scpc-footer-simple .footer-bottom {
    text-align: center !important;
    justify-content: center !important;
  }
}


/* ===== v3.4 accessibility fixes ===== */
.screen-reader-text,
.skip-link.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0);
  white-space: nowrap; border: 0;
}
.skip-link.screen-reader-text:focus {
  position: fixed !important; top: 12px; left: 12px; z-index: 99999;
  width: auto; height: auto; margin: 0; padding: 12px 18px;
  clip: auto; overflow: visible; white-space: normal;
  color: #00152b; background: #fff; border: 3px solid #29a8ff;
  border-radius: 10px; font-weight: 900;
}
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, [tabindex]:focus-visible {
  outline: 3px solid #7ddcff !important;
  outline-offset: 4px !important;
  box-shadow: 0 0 0 6px rgba(125,220,255,.18) !important;
}
.scpc-form { align-items: start; }
.scpc-form label { margin-bottom: -4px; }
.scpc-form input, .scpc-form select, .scpc-form textarea { min-height: 48px; }
.scpc-form textarea.full, .scpc-form label.full, .scpc-form button.full { grid-column: 1 / -1; }
.form-notice {
  grid-column: 1 / -1; padding: 14px 16px; margin-bottom: 16px;
  border: 1px solid rgba(125,220,255,.45); border-radius: 12px;
  background: rgba(13,110,253,.18); color: #fff; font-weight: 800;
}
.scpc-menu a:hover, .scpc-menu a:focus-visible, .footer-nav-links a:hover, .footer-nav-links a:focus-visible {
  text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px;
}
.btn { min-height: 48px; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important; animation-iteration-count: 1 !important;
    scroll-behavior: auto !important; transition-duration: .001ms !important;
  }
}
@media (max-width: 680px) {
  .scpc-form { grid-template-columns: 1fr !important; }
  .scpc-menu.is-open { display: flex !important; }
}


/* ===== v3.5 SEO/accessibility refinement ===== */
.footer-share-links {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.08);
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}
.footer-share-links a {
  color: #7ddcff;
  font-weight: 800;
}
.footer-share-links a:hover,
.footer-share-links a:focus-visible {
  color: #fff;
}
.product-mini h3 .screen-reader-text,
.service-pro h4 .screen-reader-text {
  font-size: 1px !important;
}


/* ===== v3.6 deep SEO fixes ===== */
.seo-h1-support {
  max-width: 820px;
  color: #d4e5f8;
  font-size: clamp(16px, 1.05vw, 18px);
  line-height: 1.6;
  margin-top: 18px;
}
.card-title {
  display: block;
  font-weight: 900;
  color: inherit;
}
.product-title {
  margin: 0 0 10px;
  font-size: clamp(19px, 1.35vw, 24px);
  line-height: 1.2;
  color: #071426 !important;
}
.service-title {
  font-size: clamp(19px, 1.25vw, 24px);
  line-height: 1.2;
  margin: 0 0 20px;
  color: #ffffff;
}
.service-pro h4,
.product-mini h3 {
  display: none !important;
}
.product-mini .screen-reader-text,
.service-pro .screen-reader-text {
  font-size: 1px !important;
}
.product-mini img,
.float-card img,
.scpc-logo img,
.footer-logo img {
  height: auto;
}
