/* Migrated from page-legal.php style block 1 */
/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   LEGAL INDEX PAGE &mdash; HostGuru Premium Design
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* Hero */
.lg-hero {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
  padding: 64px 0 52px;
  position: relative;
  overflow: hidden;
}
.lg-hero::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 480px; height: 480px;
  background: radial-gradient(circle, rgba(245,114,0,.12) 0%, transparent 65%);
  pointer-events: none;
}
.lg-hero::after {
  content: '';
  position: absolute;
  bottom: -40px; left: 10%;
  width: 280px; height: 280px;
  background: radial-gradient(circle, rgba(37,99,235,.1) 0%, transparent 65%);
  pointer-events: none;
}
.lg-hero-inner {
  position: relative; z-index: 1;
}
.lg-hero-badge {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(245,114,0,.15);
  border: 1px solid rgba(245,114,0,.3);
  color: #f57200;
  font-size: 11px; font-weight: 800;
  letter-spacing: .1em; text-transform: uppercase;
  padding: 5px 14px; border-radius: 100px;
  margin-bottom: 18px;
}
.lg-hero h1 {
  font-size: clamp(1.9rem, 4vw, 2.8rem) !important;
  font-weight: 900 !important;
  color: #fff !important;
  margin: 0 0 14px !important;
  line-height: 1.15 !important;
}
.lg-hero h1 span { color: #f57200; }
.lg-hero-desc {
  font-size: 15.5px; color: rgba(255,255,255,.65);
  line-height: 1.7; max-width: 540px; margin: 0 0 28px;
}
.lg-trust-row {
  display: flex; gap: 0; flex-wrap: wrap;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px; overflow: hidden;
  max-width: 560px;
}
.lg-trust-item {
  display: flex; align-items: center; gap: 8px;
  padding: 12px 20px;
  border-right: 1px solid rgba(255,255,255,.08);
  font-size: 12.5px; font-weight: 600;
  color: rgba(255,255,255,.75);
  flex: 1;
}
.lg-trust-item:last-child { border-right: none; }
.lg-trust-item svg { flex-shrink: 0; }

/* Page body */
.lg-body { padding: 56px 0 96px; background: #f8fafc; }
.lg-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 40px;
  align-items: flex-start;
}
@media(max-width:900px){ .lg-layout{ grid-template-columns:1fr; } }

/* â”€â”€ Sidebar â”€â”€ */
.lg-sidebar {
  position: sticky; top: 88px;
}
.lg-sidebar-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,.05);
}
.lg-sidebar-head {
  background: #0f172a;
  padding: 16px 20px;
  font-size: 11px; font-weight: 800;
  letter-spacing: .1em; text-transform: uppercase;
  color: rgba(255,255,255,.6);
}
.lg-sidebar-nav { list-style: none; margin: 0; padding: 8px 0; }
.lg-sidebar-nav li { border-bottom: 1px solid #f3f4f6; }
.lg-sidebar-nav li:last-child { border-bottom: none; }
.lg-sidebar-nav a {
  display: flex; align-items: center; gap: 10px;
  padding: 11px 18px;
  font-size: 13.5px; font-weight: 600;
  color: #374151; text-decoration: none;
  transition: background .15s, color .15s;
}
.lg-sidebar-nav a:hover { background: #fff7ed; color: #f57200; }
.lg-sidebar-nav a svg { flex-shrink: 0; opacity: .5; transition: opacity .15s; }
.lg-sidebar-nav a:hover svg { opacity: 1; }
.lg-sidebar-contact {
  margin-top: 16px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,.05);
}
.lg-sidebar-contact-title {
  font-size: 12px; font-weight: 800;
  text-transform: uppercase; letter-spacing: .08em;
  color: #9ca3af; margin: 0 0 12px;
}
.lg-contact-link {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 12px; border-radius: 8px;
  text-decoration: none; transition: background .15s;
  margin-bottom: 6px;
}
.lg-contact-link:last-child { margin-bottom: 0; }
.lg-contact-link:hover { background: #f9fafb; }
.lg-contact-link-icon {
  width: 34px; height: 34px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.lg-contact-link-text { font-size: 12.5px; font-weight: 600; color: #374151; }
.lg-contact-link-sub { font-size: 11px; color: #9ca3af; }

/* â”€â”€ Document cards â”€â”€ */
.lg-section-title {
  font-size: 11px; font-weight: 800;
  letter-spacing: .1em; text-transform: uppercase;
  color: #9ca3af; margin: 0 0 20px;
}
.lg-docs { display: flex; flex-direction: column; gap: 16px; }

.lg-card {
  background: #fff;
  border: 1.5px solid #e5e7eb;
  border-radius: 16px;
  padding: 24px 28px;
  display: flex; align-items: flex-start; gap: 20px;
  transition: border-color .2s, box-shadow .2s, transform .2s;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.lg-card::before {
  content: '';
  position: absolute; left: 0; top: 0; bottom: 0;
  width: 4px;
  background: #e5e7eb;
  transition: background .2s;
}
.lg-card:hover {
  border-color: rgba(245,114,0,.35);
  box-shadow: 0 8px 28px rgba(245,114,0,.1);
  transform: translateY(-2px);
}
.lg-card:hover::before { background: #f57200; }

.lg-card-icon {
  width: 48px; height: 48px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: transform .2s;
}
.lg-card:hover .lg-card-icon { transform: scale(1.08); }

.lg-card-body { flex: 1; min-width: 0; }
.lg-card-title {
  font-size: 15.5px; font-weight: 800;
  color: #111827; margin: 0 0 5px;
  display: flex; align-items: center; gap: 8px;
}
.lg-card-desc {
  font-size: 13px; color: #6b7280;
  line-height: 1.6; margin: 0 0 10px;
}
.lg-card-meta {
  font-size: 11px; color: #9ca3af;
  display: flex; align-items: center; gap: 14px;
}
.lg-card-meta span { display: flex; align-items: center; gap: 4px; }

.lg-card-arrow {
  flex-shrink: 0; align-self: center;
  width: 32px; height: 32px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  background: #f9fafb; color: #9ca3af;
  transition: background .2s, color .2s;
}
.lg-card:hover .lg-card-arrow { background: #f57200; color: #fff; }

/* Notice box */
.lg-notice {
  background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
  border: 1px solid #fed7aa;
  border-radius: 14px;
  padding: 20px 24px;
  margin-top: 24px;
  display: flex; align-items: flex-start; gap: 14px;
}
.lg-notice-icon {
  width: 36px; height: 36px; border-radius: 10px;
  background: #f57200; display: flex;
  align-items: center; justify-content: center;
  flex-shrink: 0; margin-top: 1px;
}
.lg-notice-text { font-size: 13px; color: #92400e; line-height: 1.65; }
.lg-notice-text strong { color: #78350f; display: block; margin-bottom: 4px; font-size: 13.5px; }
.lg-notice-text a { color: #f57200; font-weight: 700; text-decoration: none; }
.lg-notice-text a:hover { text-decoration: underline; }

/* CTA Band */
.lg-cta {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 60%, #1d4ed8 100%);
  padding: 72px 0; text-align: center; position: relative; overflow: hidden;
}
.lg-cta::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(245,114,0,.12) 0%, transparent 60%);
  pointer-events: none;
}
.lg-cta-inner { position: relative; z-index: 1; max-width: 640px; margin: 0 auto; padding: 0 24px; }
.lg-cta-eyebrow {
  display: inline-block; font-size: 11px; font-weight: 800;
  letter-spacing: .14em; text-transform: uppercase;
  color: #f57200; margin-bottom: 12px;
}
.lg-cta h2 {
  font-size: clamp(1.6rem,3vw,2.2rem) !important;
  font-weight: 900 !important; color: #fff !important;
  margin: 0 0 12px !important; line-height: 1.2 !important;
}
.lg-cta p { font-size: 1rem; color: rgba(255,255,255,.7); margin: 0 0 28px; line-height: 1.75; }
.lg-cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.lg-cta-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: #f57200; color: #fff; font-weight: 800;
  font-size: 14px; padding: 14px 28px; border-radius: 10px;
  text-decoration: none; transition: background .2s, transform .2s;
  box-shadow: 0 4px 18px rgba(245,114,0,.4);
  min-height: 44px;
}
.lg-cta-primary:hover { background: #d96000; transform: translateY(-2px); color: #fff; }
.lg-cta-outline {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.1); color: #fff;
  font-weight: 700; font-size: 14px; padding: 14px 24px;
  border-radius: 10px; border: 1.5px solid rgba(255,255,255,.25);
  text-decoration: none; transition: background .2s, transform .2s;
  min-height: 44px;
}
.lg-cta-outline:hover { background: rgba(255,255,255,.18); transform: translateY(-2px); color: #fff; }
.lg-cta-trust {
  display: flex; align-items: center; justify-content: center;
  gap: 20px; flex-wrap: wrap; margin-top: 22px;
}
.lg-cta-trust span {
  font-size: 12px; color: rgba(255,255,255,.5);
  display: flex; align-items: center; gap: 5px;
}

