/* =====================================================
   GRANITE INTERNATIONAL GROUP
   Brand palette pulled directly from the logos:
     --navy:        #0c2847   (the "I" accent bar, fiber bg)
     --navy-mid:    #1a3d63   (hover states, footer mid)
     --electric:    #49baff   (glowing fiber strands)
     --electric-dim:#2e9de0   (slightly muted for text use)
     --charcoal:    #3d4449   (stone letterform body)
     --white:       #ffffff
     --surface:     #f5f7fa   (page bg)
     --surface-2:   #edf0f5   (alternate sections)
     --border:      #dde3ed
     --ink-1:       #0f1923   (headings — very dark navy)
     --ink-2:       #374151   (body)
     --ink-3:       #6b7280   (muted)
     --ink-4:       #9ca3af   (very muted / captions)
   ===================================================== */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  font-family: 'Inter', system-ui, sans-serif;
  background: #f5f7fa;
  color: #374151;
  line-height: 1.6;
  font-size: 16px;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
strong { color: #1a2636; font-weight: 600; }

/* ===== LAYOUT ===== */
.container { max-width: 1120px; width: 100%; margin: 0 auto; padding: 0 40px; }

/* ===== NAV ===== */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: #fff;
  border-bottom: 1px solid #dde3ed;
  box-shadow: 0 1px 4px rgba(12,40,71,0.06);
}
.navbar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 40px; gap: 24px; height: 68px;
}
.nav-logo { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
/* The full horizontal GIG logo — show at a reasonable nav height */
.nav-logo img { height: 48px; width: auto; max-width: 200px; object-fit: contain; }
.nav-links { display: flex; gap: 4px; }
.nav-links a {
  font-size: 13px; font-weight: 500; color: #6b7280;
  padding: 6px 13px; border-radius: 5px;
  transition: color 0.15s, background 0.15s;
}
.nav-links a:hover { color: #0c2847; background: #f0f4f9; }
.nav-links a.active { color: #0c2847; font-weight: 600; background: #edf2f9; }
.btn-nav-cta {
  background: #0c2847; color: #fff;
  font-size: 13px; font-weight: 600;
  padding: 9px 18px; border-radius: 6px;
  transition: background 0.15s; white-space: nowrap;
}
.btn-nav-cta:hover { background: #1a3d63; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; color: #6b7280; font-size: 22px; }

/* ===== BUTTONS ===== */
.btn-primary {
  background: #0c2847; color: #fff;
  font-size: 14px; font-weight: 600;
  padding: 12px 24px; border-radius: 6px;
  display: inline-flex; align-items: center; gap: 8px;
  transition: background 0.15s; border: none; cursor: pointer;
}
.btn-primary:hover { background: #1a3d63; }
.btn-outline {
  background: #fff; color: #0c2847;
  font-size: 14px; font-weight: 500;
  padding: 11px 24px; border-radius: 6px;
  border: 1px solid #c5d3e4;
  display: inline-flex; align-items: center; gap: 8px;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
}
.btn-outline:hover { border-color: #0c2847; background: #f0f4f9; }
.btn-full { width: 100%; justify-content: center; }

/* ===== HERO ===== */
.hero {
  background: #fff;
  border-bottom: 1px solid #dde3ed;
  padding: 80px 0 72px;
  position: relative; overflow: hidden;
}
.hero-fiber {
  position: absolute; right: 0; top: 0;
  width: 48%; height: 100%;
  pointer-events: none; overflow: hidden;
}
/* Right-side hero accent: the G logo large and faded */
.hero-fiber-img {
  position: absolute; right: -40px; top: 50%;
  transform: translateY(-50%);
  width: 420px; height: 420px; object-fit: contain;
  opacity: 0.07;
  pointer-events: none;
}
.hero-content { position: relative; z-index: 1; max-width: 600px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: #49baff;
  background: #0c2847; 
  padding: 5px 14px; border-radius: 20px;
  margin-bottom: 24px;
}
.hero h1 {
  font-size: 52px; font-weight: 800; line-height: 1.07;
  letter-spacing: -0.03em; color: #0f1923;
  margin-bottom: 18px;
}
.hero h1 em { color: #49baff; font-style: normal; }
.hero-sub {
  font-size: 16px; color: #6b7280;
  line-height: 1.75; margin-bottom: 32px; max-width: 500px;
}
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 52px; }
.hero-stats {
  display: flex; gap: 44px; flex-wrap: wrap;
  padding-top: 32px; border-top: 1px solid #edf0f5;
}
.stat-num { font-size: 30px; font-weight: 800; color: #0f1923; line-height: 1; }
.stat-num span { color: #49baff; }
.stat-label { font-size: 11px; color: #9ca3af; margin-top: 3px; letter-spacing: 0.02em; }

/* ===== TRUST BAR ===== */
.trust-bar { background: #0c2847; padding: 13px 0; }
.trust-bar-inner { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.trust-label {
  font-size: 10px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: #49baff; white-space: nowrap;
}
.trust-items { display: flex; gap: 20px; flex-wrap: wrap; }
.trust-item { font-size: 12px; color: #a8c4df; display: flex; align-items: center; gap: 7px; }
.trust-dot { width: 3px; height: 3px; border-radius: 50%; background: #49baff; flex-shrink: 0; }

/* ===== SECTIONS ===== */
.section { padding: 80px 0; }
.section-white, .section-dark { background: #fff; }
.section-surface, .section-mid { background: #f5f7fa; }
.section-alt { background: #edf0f5; }

.section-eyebrow {
  font-size: 11px; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: #2e9de0; margin-bottom: 10px;
}
.section-title { font-size: 28px; font-weight: 700; color: #0f1923; line-height: 1.25; margin-bottom: 10px; }
.section-sub { font-size: 15px; color: #6b7280; line-height: 1.7; max-width: 520px; }
.divider { width: 36px; height: 3px; background: #49baff; border-radius: 2px; margin: 18px 0 36px; }

/* ===== PAGE HERO ===== */
.page-hero {
  background: #0c2847;
  padding: 64px 0 52px;
}
.page-hero .section-eyebrow { color: #49baff; }
.page-title { font-size: 38px; font-weight: 800; color: #fff; letter-spacing: -0.02em; margin-bottom: 12px; }
.page-sub { font-size: 16px; color: #a8c4df; max-width: 520px; line-height: 1.7; }

/* ===== SERVICE CARDS ===== */
.services-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.service-card {
  background: #fff; border: 1px solid #dde3ed; border-radius: 10px;
  overflow: hidden; box-shadow: 0 1px 3px rgba(12,40,71,0.05);
  transition: box-shadow 0.2s, transform 0.2s;
}
.service-card:hover { box-shadow: 0 6px 20px rgba(12,40,71,0.1); transform: translateY(-2px); }
.service-card-header {
  display: flex; align-items: center; gap: 14px;
  padding: 22px 24px 18px; border-bottom: 1px solid #f3f4f6;
}
.service-icon {
  width: 38px; height: 38px;
  background: #0c2847; border-radius: 8px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.service-icon i { font-size: 18px; color: #49baff; }
.service-card-title { font-size: 15px; font-weight: 700; color: #0f1923; }
.service-card-sub { font-size: 11px; color: #9ca3af; margin-top: 2px; }
.service-list { list-style: none; padding: 18px 24px 22px; display: flex; flex-direction: column; gap: 11px; }
.service-list li { font-size: 13px; color: #6b7280; line-height: 1.6; padding-left: 14px; position: relative; }
.service-list li::before {
  content: ''; position: absolute; left: 0; top: 8px;
  width: 5px; height: 5px; border-radius: 50%;
  background: #49baff;
}
.service-list li strong { color: #374151; }

/* ===== ADDON GRID ===== */
.addon-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 16px; }
.addon-card {
  background: #f5f7fa; border: 1px solid #dde3ed;
  border-radius: 8px; padding: 24px 20px;
  transition: background 0.15s, border-color 0.15s;
}
.addon-card:hover { background: #edf2f9; border-color: #b8ccdf; }
.addon-card i { font-size: 22px; color: #0c2847; margin-bottom: 12px; display: block; }
.addon-title { font-size: 14px; font-weight: 600; color: #0f1923; margin-bottom: 6px; }
.addon-desc { font-size: 12px; color: #6b7280; line-height: 1.65; }

/* ===== WHY GIG ===== */
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.promise-block { padding: 22px 0; border-bottom: 1px solid #edf0f5; }
.promise-block:last-child { border-bottom: none; }
.promise-label { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #2e9de0; margin-bottom: 5px; }
.promise-title { font-size: 15px; font-weight: 700; color: #0f1923; margin-bottom: 7px; }
.promise-body { font-size: 13px; color: #6b7280; line-height: 1.7; }
.promise-quote { font-size: 12px; color: #9ca3af; font-style: italic; margin-top: 12px; line-height: 1.6; }
.check-list { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-top: 12px; }
.check-list li { font-size: 13px; color: #374151; display: flex; align-items: center; gap: 8px; }
.check-list li i { font-size: 14px; color: #49baff; flex-shrink: 0; }
.creds-box {
  background: #fff; border: 1px solid #dde3ed;
  border-radius: 10px; padding: 28px 24px;
  box-shadow: 0 1px 4px rgba(12,40,71,0.06);
}
.creds-heading { font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #9ca3af; margin-bottom: 20px; }
.cred-row { display: flex; align-items: flex-start; gap: 14px; padding: 14px 0; border-bottom: 1px solid #f3f4f6; }
.cred-row:last-child { border-bottom: none; }
.cred-badge {
  background: #0c2847; border-radius: 4px; padding: 4px 10px;
  font-size: 10px; font-weight: 700; color: #49baff; letter-spacing: 0.1em;
  white-space: nowrap; flex-shrink: 0;
}
.cred-text { font-size: 12px; color: #6b7280; line-height: 1.55; padding-top: 2px; }

/* ===== ABOUT ===== */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.about-text p { font-size: 15px; color: #6b7280; line-height: 1.8; margin-bottom: 16px; }
.about-logo-block {
  display: flex; align-items: center; justify-content: center;
  background: #f5f7fa; border: 1px solid #dde3ed;
  border-radius: 16px; padding: 48px;
}
.about-logo-block img { max-width: 260px; width: 100%; }

/* ===== HIRING ===== */
.hiring-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.hiring-col {
  background: #fff; border: 1px solid #dde3ed;
  border-radius: 10px; padding: 28px 24px;
  box-shadow: 0 1px 3px rgba(12,40,71,0.05);
}
.hiring-col-title {
  font-size: 11px; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: #2e9de0;
  margin-bottom: 18px; display: flex; align-items: center; gap: 8px;
}
.hiring-col-title i { font-size: 16px; }
.hiring-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.hiring-list li { font-size: 13px; color: #6b7280; display: flex; align-items: flex-start; gap: 9px; line-height: 1.5; }
.hiring-list li i { color: #49baff; font-size: 14px; margin-top: 1px; flex-shrink: 0; }
.hiring-pay { font-size: 28px; font-weight: 800; color: #0f1923; margin: 12px 0 4px; }
.hiring-pay span { color: #49baff; }
.hiring-pay-label { font-size: 11px; color: #9ca3af; text-transform: uppercase; letter-spacing: 0.08em; }

/* ===== CTA SECTION ===== */
.cta-section { background: #0c2847; padding: 72px 0; text-align: center; }
.cta-section .section-eyebrow {
  color: #49baff; background: rgba(73,186,255,0.12);
  border: 1px solid rgba(73,186,255,0.25);
  padding: 4px 14px; border-radius: 20px;
  display: inline-flex; margin-bottom: 16px;
}
.cta-title { font-size: 32px; font-weight: 700; color: #fff; margin-bottom: 10px; }
.cta-sub { font-size: 15px; color: #a8c4df; margin-bottom: 32px; }
.cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.cta-section .btn-primary { background: #49baff; color: #0c2847; font-weight: 700; }
.cta-section .btn-primary:hover { background: #6ecaff; }
.cta-section .btn-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,0.25); }
.cta-section .btn-outline:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.45); }
.cta-badges { display: flex; gap: 28px; justify-content: center; margin-top: 28px; flex-wrap: wrap; }
.cta-badge { font-size: 12px; color: #a8c4df; display: flex; align-items: center; gap: 7px; }
.cta-badge i { font-size: 14px; color: #49baff; }

/* ===== CONTACT ===== */
.contact-grid { display: grid; grid-template-columns: 1fr 340px; gap: 48px; align-items: start; }
.contact-form { display: flex; flex-direction: column; gap: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label { font-size: 12px; font-weight: 600; color: #374151; letter-spacing: 0.04em; }
.form-group input, .form-group select, .form-group textarea {
  background: #fff; border: 1px solid #dde3ed; border-radius: 6px;
  color: #0f1923; font-size: 14px; font-family: inherit; padding: 11px 14px;
  outline: none; transition: border-color 0.15s, box-shadow 0.15s; width: 100%;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  border-color: #0c2847; box-shadow: 0 0 0 3px rgba(12,40,71,0.1);
}
.form-group input::placeholder, .form-group textarea::placeholder { color: #d1d5db; }
.form-group select option { background: #fff; }
.form-group textarea { resize: vertical; min-height: 130px; }
.form-errors { background: #fef2f2; border: 1px solid #fecaca; border-radius: 6px; padding: 14px 18px; margin-bottom: 14px; display: flex; flex-direction: column; gap: 6px; }
.form-errors p { font-size: 13px; color: #dc2626; display: flex; align-items: center; gap: 7px; }
.form-success { text-align: center; padding: 60px 20px; }
.form-success i { font-size: 48px; color: #49baff; margin-bottom: 16px; display: block; }
.form-success h3 { font-size: 22px; font-weight: 700; color: #0f1923; margin-bottom: 8px; }
.form-success p { font-size: 14px; color: #6b7280; }
.contact-info-card {
  background: #fff; border: 1px solid #dde3ed;
  border-radius: 10px; padding: 24px 22px;
  box-shadow: 0 1px 3px rgba(12,40,71,0.05);
}
.contact-info-item { display: flex; align-items: flex-start; gap: 14px; padding: 14px 0; border-bottom: 1px solid #f3f4f6; }
.contact-info-item:last-child { border-bottom: none; }
.contact-info-item i { font-size: 18px; color: #0c2847; margin-top: 1px; flex-shrink: 0; }
.ci-label { font-size: 10px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: #9ca3af; margin-bottom: 3px; }
.ci-value { font-size: 14px; color: #374151; }
.ci-value:hover { color: #0c2847; }

/* ===== FOOTER ===== */
.site-footer { background: #07192e; padding: 56px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
.footer-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.footer-logo img { height: 36px; width: auto; object-fit: contain; }
.footer-tagline { font-size: 12px; color: #4a6a8a; line-height: 1.7; max-width: 240px; }
.footer-col-title { font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #4a6a8a; margin-bottom: 14px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col ul li a { font-size: 13px; color: #4a6a8a; transition: color 0.15s; }
.footer-col ul li a:hover { color: #49baff; }
.footer-contact { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-contact li { font-size: 12px; color: #4a6a8a; display: flex; align-items: flex-start; gap: 8px; line-height: 1.5; }
.footer-contact li i { font-size: 13px; color: #1a3d63; margin-top: 1px; flex-shrink: 0; }
.footer-contact li a { color: #4a6a8a; }
.footer-contact li a:hover { color: #49baff; }
.footer-bottom {
  border-top: 1px solid #0c2847; padding-top: 20px;
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px;
}
.footer-bottom span { font-size: 12px; color: #2a4a6a; }
.footer-legal { display: flex; gap: 16px; }
.footer-legal a { font-size: 12px; color: #2a4a6a; transition: color 0.15s; }
.footer-legal a:hover { color: #49baff; }

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .container { padding: 0 20px; }
  .navbar { padding: 0 20px; }
  .nav-links {
    display: none; flex-direction: column;
    position: absolute; top: 68px; left: 0; right: 0;
    background: #fff; border-bottom: 1px solid #dde3ed;
    padding: 16px 20px; gap: 4px;
    box-shadow: 0 4px 16px rgba(12,40,71,0.1);
  }
  .nav-links.open { display: flex; }
  .nav-toggle { display: block; }
  .btn-nav-cta { display: none; }
  .hero { padding: 52px 0 48px; }
  .hero h1 { font-size: 34px; }
  .hero-fiber-img { display: none; }
  .hero-stats { gap: 28px; }
  .services-grid, .why-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .addon-grid, .hiring-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .page-title { font-size: 28px; }
  .cta-title { font-size: 24px; }
  .section-title { font-size: 22px; }
  .section { padding: 56px 0; }
}
