/* ============================================================
   云商城 · 源创天工 · 统一风格样式
   导航/页脚与主站保持一致，内容区清洁专业
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;600;700;900&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --primary:       #0a1628;
  --primary-mid:   #0f2544;
  --primary-light: #1a3a6b;
  --blue:          #1a56db;
  --blue-hover:    #1549c7;
  --accent:        #00c2ff;
  --accent-warm:   #f59e0b;
  --text-dark:     #0a1628;
  --text-mid:      #334155;
  --text-muted:    #64748b;
  --text-light:    #94a3b8;
  --bg:            #f8fafd;
  --bg-white:      #ffffff;
  --bg-section:    #f1f5fb;
  --border:        #e2e8f0;
  --border-light:  #f0f4f8;
  --shadow-sm:     0 2px 8px rgba(10,22,40,.08);
  --shadow-md:     0 4px 20px rgba(10,22,40,.10);
  --shadow-blue:   0 4px 20px rgba(26,86,219,.18);
  --radius:        10px;
  --radius-lg:     16px;
  --radius-xl:     24px;
  --transition:    .22s cubic-bezier(.4,0,.2,1);
}

html { scroll-behavior: smooth; }
body {
  font-family: 'Noto Sans SC', -apple-system, BlinkMacSystemFont, 'PingFang SC', sans-serif;
  color: var(--text-dark);
  background: var(--bg);
  font-size: 15px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.container { max-width: 1200px; margin: 0 auto; padding: 0 32px; }
.section { padding: 80px 0; }
.text-center { text-align: center; }
.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--blue);
  background: rgba(26,86,219,.08);
  border: 1px solid rgba(26,86,219,.15);
  border-radius: 20px;
  padding: 4px 14px;
  margin-bottom: 14px;
}
.section-title {
  font-size: 30px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 10px;
  letter-spacing: -0.3px;
  line-height: 1.3;
}
.section-sub {
  font-size: 15px;
  color: var(--text-muted);
  max-width: 560px;
  line-height: 1.75;
  margin: 0 auto;
}

/* ============================================================
   导航栏（源创天工主页风格）
   ============================================================ */
.navbar {
  background: #ffffff;
  border-bottom: 1px solid #e8edf2;
  position: sticky;
  top: 0;
  z-index: 200;
}
.navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}
.navbar-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  flex-shrink: 0;
}
.brand-svg-logo { display: block; }
.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.brand-name-cn {
  font-size: 15px;
  font-weight: 700;
  color: #111827;
  letter-spacing: 1px;
}
.nav-links {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 auto;
}
.nav-links a {
  display: block;
  padding: 6px 18px;
  font-size: 15px;
  font-weight: 400;
  color: #374151;
  text-decoration: none;
  transition: color .18s;
  white-space: nowrap;
  letter-spacing: .3px;
}
.nav-links a:hover { color: var(--blue); }
.nav-links a.active { color: var(--blue); font-weight: 500; }
.nav-right { flex-shrink: 0; }
.nav-login-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 18px;
  border: 1.5px solid #c5d3e8;
  border-radius: 20px;
  font-size: 14px;
  color: #374151;
  text-decoration: none;
  transition: all .18s;
}
.nav-login-btn:hover { border-color: var(--blue); color: var(--blue); background: rgba(26,86,219,.04); }

/* ============================================================
   通用按钮
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 10px 22px;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: var(--transition);
  white-space: nowrap;
  font-family: inherit;
}
.btn-primary { background: var(--blue); color: white; box-shadow: var(--shadow-blue); }
.btn-primary:hover { background: var(--blue-hover); transform: translateY(-1px); }
.btn-outline { background: transparent; color: white; border: 1.5px solid rgba(255,255,255,.4); }
.btn-outline:hover { border-color: rgba(255,255,255,.8); background: rgba(255,255,255,.1); }
.btn-ghost { background: transparent; color: var(--text-mid); border: 1.5px solid var(--border); }
.btn-ghost:hover { background: var(--bg-section); color: var(--text-dark); }

/* ============================================================
   Hero
   ============================================================ */
.hero {
  background: var(--primary);
  color: white;
  padding: 80px 0 72px;
  position: relative;
  overflow: hidden;
}
.hero-bg-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}
.hero-bg-orb1 {
  position: absolute; top: -120px; right: -100px;
  width: 580px; height: 580px; border-radius: 50%;
  background: radial-gradient(circle, rgba(26,86,219,.25) 0%, transparent 65%);
  pointer-events: none;
}
.hero-bg-orb2 {
  position: absolute; bottom: -140px; left: -80px;
  width: 460px; height: 460px; border-radius: 50%;
  background: radial-gradient(circle, rgba(0,194,255,.1) 0%, transparent 65%);
  pointer-events: none;
}
.hero .container { position: relative; z-index: 1; }
.hero-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 56px;
  align-items: center;
}
.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(0,194,255,.12);
  color: var(--accent);
  border: 1px solid rgba(0,194,255,.25);
  border-radius: 20px;
  padding: 5px 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .5px;
  margin-bottom: 20px;
}
.hero-tag-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--accent);
  animation: pulse 2s infinite;
}
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.5;transform:scale(.7)} }
.hero h1 {
  font-size: 42px; font-weight: 900;
  line-height: 1.2; margin-bottom: 18px;
  letter-spacing: -0.6px;
}
.hero h1 em { color: var(--accent); font-style: normal; }
.hero-desc { font-size: 15.5px; color: rgba(255,255,255,.72); max-width: 520px; margin-bottom: 32px; line-height: 1.8; }
.hero-desc strong { color: white; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 44px; }
.hero-stats {
  display: grid; grid-template-columns: repeat(4,1fr);
  background: rgba(255,255,255,.08);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
}
.hero-stat {
  padding: 18px 14px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,.08);
  transition: var(--transition);
}
.hero-stat:last-child { border-right: none; }
.hero-stat:hover { background: rgba(255,255,255,.06); }
.stat-value { font-size: 28px; font-weight: 900; color: var(--accent-warm); line-height: 1; letter-spacing: -1px; }
.stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 5px; }

/* 平台链条卡 */
.hero-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-xl);
  padding: 24px 20px;
  backdrop-filter: blur(8px);
}
.hero-card-title {
  font-size: 12px; font-weight: 600;
  color: rgba(255,255,255,.45);
  letter-spacing: 1px; text-transform: uppercase;
  margin-bottom: 16px;
}
.platform-chain { display: flex; flex-direction: column; gap: 4px; }
.chain-node {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  text-decoration: none;
  transition: var(--transition);
  position: relative;
}
.chain-node:hover { background: rgba(255,255,255,.09); }
.chain-dim { opacity: .7; }
.chain-active {
  background: rgba(26,86,219,.25) !important;
  border-color: rgba(26,86,219,.5) !important;
  opacity: 1 !important;
}
.chain-icon { font-size: 18px; flex-shrink: 0; }
.chain-name { font-size: 14px; font-weight: 700; color: white; }
.chain-sub { font-size: 11px; color: rgba(255,255,255,.45); margin-top: 1px; }
.chain-badge {
  position: absolute; right: 10px;
  font-size: 10px; font-weight: 700;
  background: var(--blue);
  color: white;
  padding: 2px 8px; border-radius: 8px;
  white-space: nowrap;
}
.chain-arrow { text-align: center; color: rgba(255,255,255,.2); font-size: 14px; line-height: 1; padding: 2px 0; }
.chain-node { flex-direction: column; align-items: flex-start; }
.chain-node { display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; gap: 0 10px; }
.chain-icon { grid-row: 1/3; align-self: center; }
.chain-name { grid-column: 2; }
.chain-sub { grid-column: 2; }

/* ============================================================
   五大优势横幅
   ============================================================ */
.features-strip {
  background: linear-gradient(90deg, #0f2544 0%, #1a3a6b 60%, #1a56db 100%);
  padding: 22px 0;
}
.features-inner {
  display: flex; align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; gap: 12px;
}
.strip-item {
  display: flex; align-items: center; gap: 12px;
  padding: 4px 0;
}
.strip-icon { font-size: 22px; flex-shrink: 0; }
.strip-item strong { display: block; font-size: 13px; font-weight: 700; color: white; }
.strip-item span { display: block; font-size: 11px; color: rgba(255,255,255,.6); margin-top: 2px; }
.strip-div { width: 1px; height: 36px; background: rgba(255,255,255,.15); flex-shrink: 0; }

/* ============================================================
   产品类别块
   ============================================================ */
.cat-block {
  background: var(--bg-white);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-xl);
  overflow: hidden;
  margin-bottom: 24px;
  transition: var(--transition);
}
.cat-block:hover { border-color: rgba(26,86,219,.2); box-shadow: var(--shadow-md); }
.cat-header {
  display: flex; align-items: center; gap: 20px;
  padding: 24px 28px;
  border-bottom: 1.5px solid var(--border-light);
  flex-wrap: wrap;
}
.cat-icon {
  width: 52px; height: 52px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 26px; flex-shrink: 0;
}
.cat-blue   { background: rgba(26,86,219,.1); }
.cat-orange { background: rgba(245,158,11,.1); }
.cat-purple { background: rgba(124,58,237,.1); }
.cat-info { flex: 1; }
.cat-num { font-size: 11px; font-weight: 700; color: var(--text-muted); letter-spacing: 1px; text-transform: uppercase; margin-bottom: 3px; }
.cat-name { font-size: 20px; font-weight: 800; color: var(--primary); }
.cat-count { display: inline-block; font-size: 12px; font-weight: 600; color: var(--blue); background: rgba(26,86,219,.08); border-radius: 6px; padding: 1px 8px; margin: 4px 0; }
.cat-desc { font-size: 13px; color: var(--text-muted); line-height: 1.6; }
.cat-btn { flex-shrink: 0; }

/* 产品网格 */
.prod-grid {
  display: grid; gap: 1px;
  background: var(--border-light);
  padding: 0;
}
.prod-grid-4 { grid-template-columns: repeat(4, 1fr); }
.prod-grid-3 { grid-template-columns: repeat(3, 1fr); }
.prod-card {
  background: white;
  padding: 22px 20px;
  transition: var(--transition);
}
.prod-card:hover { background: #fafbff; }
.prod-card-highlight {
  background: linear-gradient(145deg, #fff 0%, #f0f8ff 100%);
  border-top: 2px solid var(--blue);
}
.prod-card-lg { padding: 28px 24px; }
.prod-icon { font-size: 28px; margin-bottom: 10px; }
.prod-name { font-size: 15px; font-weight: 700; color: var(--primary); margin-bottom: 8px; line-height: 1.3; }
.prod-tags { display: flex; flex-wrap: wrap; gap: 4px; margin-bottom: 10px; }
.ptag {
  font-size: 11px; font-weight: 500;
  padding: 2px 8px; border-radius: 5px;
  background: rgba(26,86,219,.07);
  color: var(--blue);
  border: 1px solid rgba(26,86,219,.12);
}
.ptag-hot {
  background: rgba(245,158,11,.1);
  color: #b45309;
  border-color: rgba(245,158,11,.25);
}
.prod-desc { font-size: 12.5px; color: var(--text-muted); line-height: 1.65; }

/* ============================================================
   目标行业
   ============================================================ */
.sector-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.sector-card {
  background: white;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 24px 22px;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.sector-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--blue), var(--accent));
  transform: scaleX(0);
  transition: var(--transition);
  transform-origin: left;
}
.sector-card:hover { border-color: transparent; box-shadow: var(--shadow-md); transform: translateY(-2px); }
.sector-card:hover::before { transform: scaleX(1); }
.sector-icon { font-size: 30px; margin-bottom: 12px; }
.sector-name { font-size: 16px; font-weight: 700; color: var(--primary); margin-bottom: 8px; }
.sector-desc { font-size: 13px; color: var(--text-muted); line-height: 1.65; }

/* ============================================================
   合作流程
   ============================================================ */
.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.process-step {
  background: white;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 20px;
  text-align: center;
  transition: var(--transition);
  position: relative;
}
.process-step:hover { border-color: rgba(26,86,219,.25); box-shadow: var(--shadow-md); transform: translateY(-2px); }
.step-num {
  font-size: 11px; font-weight: 800;
  color: var(--blue); letter-spacing: 1px;
  margin-bottom: 12px;
}
.step-icon-big { font-size: 32px; margin-bottom: 12px; }
.step-title { font-size: 16px; font-weight: 700; color: var(--primary); margin-bottom: 10px; }
.step-desc { font-size: 12.5px; color: var(--text-muted); line-height: 1.7; }

/* ============================================================
   联系表单
   ============================================================ */
.contact-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.contact-form {
  background: white;
  border-radius: var(--radius-xl);
  border: 1.5px solid var(--border);
  padding: 36px;
  box-shadow: var(--shadow-sm);
}
.contact-form-title {
  font-size: 17px; font-weight: 700;
  color: var(--primary); margin-bottom: 24px;
}
.form-group { margin-bottom: 18px; }
.form-label { display: block; font-size: 13px; font-weight: 600; color: var(--text-mid); margin-bottom: 7px; }
.form-control {
  width: 100%; padding: 10px 14px;
  border-radius: 9px; border: 1.5px solid var(--border);
  font-size: 14px; color: var(--text-dark);
  background: white; transition: var(--transition);
  font-family: inherit; outline: none;
}
.form-control:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(26,86,219,.08); }
select.form-control {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
}
textarea.form-control { resize: vertical; min-height: 100px; }
.btn-submit {
  background: linear-gradient(135deg, var(--blue) 0%, var(--primary-light) 100%);
  color: white; border: none; border-radius: 9px;
  padding: 13px 28px; font-size: 15px; font-weight: 700;
  cursor: pointer; width: 100%;
  transition: var(--transition);
  box-shadow: var(--shadow-blue);
  font-family: inherit;
}
.btn-submit:hover { transform: translateY(-1px); box-shadow: 0 6px 24px rgba(26,86,219,.3); }
.contact-intro { font-size: 15px; color: var(--text-mid); line-height: 1.8; margin-bottom: 24px; }
.contact-item {
  display: flex; align-items: flex-start; gap: 14px;
  margin-bottom: 12px; padding: 14px 18px;
  background: white; border-radius: var(--radius);
  border: 1.5px solid var(--border);
  transition: var(--transition);
}
.contact-item:hover { border-color: rgba(26,86,219,.2); box-shadow: var(--shadow-sm); }
.contact-item-icon { font-size: 20px; flex-shrink: 0; margin-top: 1px; }
.contact-item-label { font-size: 11px; color: var(--text-muted); font-weight: 600; margin-bottom: 3px; }
.contact-item-value { font-size: 14px; color: var(--text-dark); font-weight: 500; }

/* ============================================================
   页脚
   ============================================================ */
.footer { background: var(--primary); color: rgba(255,255,255,.6); padding: 56px 0 24px; }
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}
.footer-brand-name { font-size: 19px; font-weight: 800; color: white; margin-bottom: 12px; letter-spacing: -0.3px; }
.footer-brand-desc { font-size: 13px; line-height: 1.8; }
.footer-col-title { font-size: 12px; font-weight: 700; color: rgba(255,255,255,.45); margin-bottom: 16px; letter-spacing: 1px; text-transform: uppercase; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { font-size: 13px; color: rgba(255,255,255,.5); text-decoration: none; transition: var(--transition); }
.footer-links a:hover { color: white; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding-top: 20px;
  display: flex; align-items: center;
  justify-content: space-between;
  font-size: 12px; flex-wrap: wrap; gap: 8px;
}
.footer-bottom-note { display: flex; align-items: center; gap: 8px; }
.footer-badge {
  background: rgba(26,86,219,.3);
  color: var(--accent);
  padding: 2px 9px; border-radius: 5px;
  font-size: 11px; font-weight: 600;
}

/* ============================================================
   Toast
   ============================================================ */
.toast {
  position: fixed; bottom: 24px; right: 24px;
  background: #065f46; color: white;
  padding: 12px 20px; border-radius: 10px;
  font-size: 14px; font-weight: 500;
  z-index: 9999;
  transform: translateY(100px); opacity: 0;
  transition: all .3s;
  box-shadow: 0 8px 40px rgba(10,22,40,.12);
}
.toast.show { transform: translateY(0); opacity: 1; }

/* ============================================================
   响应式
   ============================================================ */
@media (max-width: 1024px) {
  .hero-layout { grid-template-columns: 1fr; }
  .hero-card { display: none; }
  .prod-grid-4 { grid-template-columns: repeat(2, 1fr); }
  .sector-grid { grid-template-columns: repeat(2, 1fr); }
  .process-steps { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
}
@media (max-width: 768px) {
  .container { padding: 0 20px; }
  .section { padding: 56px 0; }
  .hero { padding: 56px 0 52px; }
  .hero h1 { font-size: 30px; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); }
  .nav-links { display: none; }
  .prod-grid-4, .prod-grid-3 { grid-template-columns: 1fr 1fr; }
  .sector-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr; }
  .contact-wrap { grid-template-columns: 1fr; }
  .features-inner { flex-direction: column; align-items: flex-start; gap: 16px; }
  .strip-div { display: none; }
  .footer-grid { grid-template-columns: 1fr; }
  .cat-header { flex-direction: column; align-items: flex-start; }
  .cat-btn { align-self: flex-start; }
}
@media (max-width: 480px) {
  .prod-grid-4, .prod-grid-3 { grid-template-columns: 1fr; }
}


/* ============================================================
   导航栏（源创天工主页风格）
   ============================================================ */
/* ===== 容器 ===== */
.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

/* ===== 导航栏 ===== */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    z-index: 1000;
    border-bottom: 1px solid var(--border-light);
    box-shadow: 0 2px 20px rgba(21, 101, 192, 0.08);
}

.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 15px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-icon {
    width: 42px;
    height: 42px;
    background: linear-gradient(135deg, var(--primary-blue), var(--primary-light));
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    color: var(--text-white);
    box-shadow: 0 4px 12px rgba(21, 101, 192, 0.3);
}

.logo-text {
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-blue);
    letter-spacing: 1px;
}

.logo-subtitle {
    font-size: 12px;
    color: var(--text-light);
    font-weight: 400;
    margin-left: 8px;
}

.nav-menu {
    display: flex;
    gap: 35px;
    align-items: center;
}

.nav-menu a {
    color: var(--text-gray);
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    position: relative;
    transition: var(--transition);
    padding: 8px 0;
}

.nav-menu a:hover,
.nav-menu a.active {
    color: var(--primary-blue);
}

.nav-menu a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary-blue);
    transition: width 0.3s ease;
}

.nav-menu a:hover::after,
.nav-menu a.active::after {
    width: 100%;
}

.lang-btn,
.pdf-btn {
    background: transparent;
    border: 1px solid var(--border-light);
    color: var(--text-gray);
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    transition: var(--transition);
    margin-left: 10px;
}

.lang-btn:hover {
    border-color: var(--primary-blue);
    color: var(--primary-blue);
    background: rgba(21, 101, 192, 0.05);
}


/* ===== 页脚 ===== */
.footer {
    padding: 50px 0 25px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 35px;
    margin-bottom: 35px;
}

.footer-column h4 {
    font-size: 17px;
    font-weight: 700;
    color: var(--text-white);
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--primary-blue);
    display: inline-block;
}

.footer-column p,
.footer-column a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.8;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    transition: var(--transition);
}

.footer-column a:hover {
    color: var(--primary-light);
    padding-left: 5px;
}

.footer-bottom {
    text-align: center;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
}