/* North Ridgeville Computer Services - Rangers Navy & Gold */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --navy: #0a1e3d; --navy-mid: #132d54; --navy-light: #1c3a6b;
  --gold: #d4a017; --gold-bright: #f0b826; --gold-pale: #fdf3d4;
  --cream: #fefcf6; --white: #ffffff;
  --slate-50: #f5f7fa; --slate-100: #eaeff5; --slate-200: #d4dce8;
  --slate-400: #8a99ae; --slate-500: #5e6e82; --slate-600: #3e4f66; --slate-700: #2a3a50;
  --font-display: 'Manrope', sans-serif; --font-text: 'Source Sans 3', sans-serif;
  --shadow-sm: 0 2px 6px rgba(10,30,61,0.06); --shadow-md: 0 6px 20px rgba(10,30,61,0.1);
  --shadow-lg: 0 14px 40px rgba(10,30,61,0.14); --shadow-gold: 0 4px 16px rgba(212,160,23,0.25);
  --r: 8px; --r-lg: 14px; --r-xl: 20px; --max-w: 1120px;
  --ease: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
html { scroll-behavior: smooth; }
body { font-family: var(--font-text); color: var(--slate-600); line-height: 1.65; background: var(--white); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; transition: color var(--ease); }
ul { list-style: none; }
.w { max-width: var(--max-w); margin: 0 auto; padding: 0 20px; }

h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 800; color: var(--navy); line-height: 1.15; }
h1 { font-size: clamp(2rem, 5vw, 3rem); }
h2 { font-size: clamp(1.5rem, 3.5vw, 2.2rem); }
h3 { font-size: clamp(1.05rem, 2vw, 1.25rem); }
article p { margin-bottom: 16px; font-size: 1.02rem; line-height: 1.75; }
article h2 { margin-top: 36px; margin-bottom: 14px; }
article h3 { margin-top: 28px; margin-bottom: 10px; }
article ul { margin-bottom: 16px; padding-left: 20px; }
article ul li { list-style: disc; margin-bottom: 6px; line-height: 1.75; }
article strong { color: var(--navy); }

.btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; border-radius: 6px; font-family: var(--font-display); font-weight: 700; font-size: 0.95rem; border: none; cursor: pointer; transition: all var(--ease); }
.btn-gold { background: var(--gold); color: var(--white); }
.btn-gold:hover { background: var(--gold-bright); transform: translateY(-2px); box-shadow: var(--shadow-gold); }
.btn-navy { background: var(--navy); color: var(--white); }
.btn-navy:hover { background: var(--navy-mid); transform: translateY(-2px); }
.btn-outline-w { background: transparent; border: 2px solid rgba(255,255,255,0.3); color: var(--white); }
.btn-outline-w:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.6); }

.topbar { background: var(--navy); padding: 12px 20px; }
.topbar-inner { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; }
.topbar-badge { background: var(--gold); color: var(--navy); font-family: var(--font-display); font-weight: 800; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.08em; padding: 4px 12px; border-radius: 4px; }
.topbar-msg { color: rgba(255,255,255,0.7); font-size: 0.9rem; font-weight: 600; }
.topbar-phone { font-family: var(--font-display); font-weight: 800; font-size: 1.4rem; color: var(--white); }
.topbar-phone a { color: var(--white); }
.topbar-phone a:hover { color: var(--gold); }

.header { position: sticky; top: 0; z-index: 100; background: var(--white); border-bottom: 1px solid var(--slate-100); }
.header.scrolled { box-shadow: var(--shadow-sm); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.logo { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 800; font-size: 1rem; color: var(--navy); }
.logo-badge { background: var(--gold); color: var(--navy); width: 36px; height: 36px; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 0.85rem; font-weight: 900; }
.nav-links { display: flex; gap: 22px; align-items: center; }
.nav-links > a, .nav-links .dropdown > a { font-family: var(--font-display); font-weight: 600; font-size: 0.88rem; color: var(--slate-500); cursor: pointer; }
.nav-links > a:hover, .nav-links .dropdown > a:hover { color: var(--navy); }
.nav-end .btn { padding: 10px 20px; font-size: 0.85rem; }
.dropdown { position: relative; }
.dropdown-menu { position: absolute; top: calc(100% + 14px); left: 50%; transform: translateX(-50%); background: var(--white); box-shadow: var(--shadow-lg); border-radius: var(--r-lg); padding: 14px; min-width: 240px; opacity: 0; visibility: hidden; transition: all var(--ease); border: 1px solid var(--slate-100); }
.dropdown:hover .dropdown-menu { opacity: 1; visibility: visible; top: 100%; }
.dropdown-menu a { display: block; padding: 8px 12px; border-radius: 6px; font-size: 0.88rem; color: var(--slate-600); font-weight: 600; }
.dropdown-menu a:hover { background: var(--gold-pale); color: var(--navy); }

.mob-tog { display: none; background: none; border: none; cursor: pointer; width: 28px; height: 28px; position: relative; }
.mob-tog span { display: block; width: 20px; height: 2px; background: var(--navy); position: absolute; left: 4px; transition: all var(--ease); }
.mob-tog span:nth-child(1) { top: 6px; } .mob-tog span:nth-child(2) { top: 13px; } .mob-tog span:nth-child(3) { top: 20px; }
.mob-tog.active span:nth-child(1) { top: 13px; transform: rotate(45deg); }
.mob-tog.active span:nth-child(2) { opacity: 0; }
.mob-tog.active span:nth-child(3) { top: 13px; transform: rotate(-45deg); }
.mob-nav { display: none; position: fixed; top: 64px; left: 0; right: 0; bottom: 0; background: var(--white); padding: 20px; z-index: 99; overflow-y: auto; }
.mob-nav.active { display: flex; flex-direction: column; gap: 2px; }
.mob-nav a { display: block; padding: 12px 0; font-size: 1rem; font-weight: 700; color: var(--navy); border-bottom: 1px solid var(--slate-100); font-family: var(--font-display); }
.mob-nav .btn { margin-top: 14px; justify-content: center; }
.mob-nav-group { padding: 10px 0 4px; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--slate-400); font-weight: 800; font-family: var(--font-display); }

.hero { background: var(--navy); padding: 56px 0 64px; position: relative; overflow: hidden; }
.hero::after { content: ''; position: absolute; top: -200px; right: -150px; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(212,160,23,0.1), transparent 70%); }
.hero-split { display: grid; grid-template-columns: 1fr 380px; gap: 48px; align-items: center; position: relative; z-index: 1; }
.hero-tag { display: inline-flex; align-items: center; gap: 6px; background: rgba(212,160,23,0.15); color: var(--gold-bright); font-family: var(--font-display); font-weight: 700; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.08em; padding: 6px 14px; border-radius: 4px; margin-bottom: 16px; }
.hero h1 { color: var(--white); margin-bottom: 18px; }
.hero h1 span { color: var(--gold-bright); }
.hero-p { color: rgba(255,255,255,0.7); font-size: 1.1rem; margin-bottom: 28px; max-width: 520px; }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-card { background: var(--white); border-radius: var(--r-xl); padding: 36px 28px; box-shadow: var(--shadow-lg); text-align: center; }
.hero-card-label { font-family: var(--font-display); font-weight: 800; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--slate-400); margin-bottom: 12px; }
.hero-card-phone { font-family: var(--font-display); font-weight: 900; font-size: 2rem; color: var(--navy); margin-bottom: 6px; }
.hero-card-phone a { color: var(--navy); }
.hero-card-phone a:hover { color: var(--gold); }
.hero-card-hours { font-size: 0.88rem; color: var(--slate-500); margin-bottom: 20px; line-height: 1.6; }
.hero-card .btn { width: 100%; justify-content: center; }
.hero-card-free { margin-top: 16px; display: flex; align-items: center; justify-content: center; gap: 6px; font-family: var(--font-display); font-weight: 700; font-size: 0.82rem; color: var(--gold); }
.hero-badges { display: flex; gap: 24px; margin-top: 36px; flex-wrap: wrap; }
.hero-badge { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.6); font-size: 0.85rem; font-weight: 600; }
.hero-badge-ico { font-size: 1.1rem; }

.big-phone { background: var(--gold); padding: 32px 20px; text-align: center; }
.big-phone-label { font-family: var(--font-display); font-weight: 800; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--navy); opacity: 0.75; margin-bottom: 4px; }
.big-phone-num { font-family: var(--font-display); font-weight: 900; font-size: clamp(2rem, 6vw, 3.2rem); color: var(--navy); }
.big-phone-num a { color: var(--navy); }
.big-phone-num a:hover { color: var(--white); }
.big-phone-sub { color: var(--navy); opacity: 0.7; margin-top: 6px; font-weight: 600; font-size: 0.95rem; }

.s-head { text-align: center; max-width: 600px; margin: 0 auto 44px; }
.s-tag { display: inline-block; font-family: var(--font-display); font-weight: 800; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--gold); margin-bottom: 10px; }
.s-head p { margin-top: 10px; }

.services { padding: 72px 0; background: var(--slate-50); }
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.svc-card { background: var(--white); border-radius: var(--r-lg); padding: 28px 24px; border: 1px solid var(--slate-100); transition: all var(--ease); position: relative; text-decoration: none; display: block; color: inherit; }
.svc-card::after { content: ''; position: absolute; bottom: 0; left: 24px; right: 24px; height: 3px; background: var(--gold); border-radius: 3px 3px 0 0; opacity: 0; transition: opacity var(--ease); }
.svc-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }
.svc-card:hover::after { opacity: 1; }
.svc-ico { font-size: 1.8rem; margin-bottom: 14px; width: 52px; height: 52px; display: flex; align-items: center; justify-content: center; background: var(--gold-pale); border-radius: 10px; }
.svc-card h3 { margin-bottom: 8px; font-size: 1.05rem; }
.svc-card p { font-size: 0.9rem; line-height: 1.6; }
.svc-more { margin-top: 12px; font-family: var(--font-display); font-size: 0.82rem; color: var(--gold); font-weight: 700; }

.cta-band { padding: 56px 0; background: linear-gradient(135deg, var(--gold) 0%, var(--gold-bright) 100%); text-align: center; position: relative; overflow: hidden; }
.cta-band::before { content: ''; position: absolute; top: -60px; left: -60px; width: 250px; height: 250px; border-radius: 50%; background: rgba(255,255,255,0.08); }
.cta-band-inner { position: relative; z-index: 1; max-width: 600px; margin: 0 auto; }
.cta-band h2 { color: var(--navy); margin-bottom: 12px; }
.cta-band p { color: rgba(10,30,61,0.7); font-size: 1.05rem; margin-bottom: 24px; }

.why { padding: 72px 0; }
.why-flex { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.why-item { display: flex; gap: 16px; padding: 28px; background: var(--slate-50); border-radius: var(--r-lg); transition: all var(--ease); }
.why-item:hover { background: var(--white); box-shadow: var(--shadow-md); }
.why-num { font-family: var(--font-display); font-weight: 900; font-size: 2.2rem; color: var(--gold); opacity: 0.4; line-height: 1; min-width: 44px; }
.why-item h3 { margin-bottom: 6px; }
.why-item p { font-size: 0.9rem; }

.areas { padding: 72px 0; background: var(--slate-50); }
.area-tags { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.area-tag { padding: 14px 24px; background: var(--white); border: 2px solid var(--slate-200); border-radius: 8px; font-family: var(--font-display); font-weight: 700; font-size: 0.9rem; color: var(--navy); transition: all var(--ease); display: inline-flex; align-items: center; gap: 6px; }
.area-tag:hover { border-color: var(--gold); background: var(--gold-pale); color: var(--gold); }

.reviews { padding: 72px 0; }
.rev-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.rev-box { background: var(--slate-50); border-radius: var(--r-lg); padding: 28px; border-left: 4px solid var(--gold); }
.rev-stars { color: var(--gold); font-size: 0.95rem; letter-spacing: 2px; margin-bottom: 12px; }
.rev-quote { font-size: 0.93rem; line-height: 1.7; font-style: italic; color: var(--slate-700); margin-bottom: 18px; }
.rev-who { font-family: var(--font-display); font-weight: 800; font-size: 0.85rem; color: var(--navy); }
.rev-where { font-size: 0.78rem; color: var(--slate-400); margin-top: 2px; }

.faq { padding: 72px 0; background: var(--slate-50); }
.faq-list { max-width: 720px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--slate-200); }
.faq-q { display: flex; justify-content: space-between; align-items: center; padding: 20px 0; cursor: pointer; font-family: var(--font-display); font-weight: 700; font-size: 0.98rem; color: var(--navy); background: none; border: none; width: 100%; text-align: left; gap: 16px; }
.faq-q::after { content: '+'; font-size: 1.3rem; color: var(--gold); transition: transform var(--ease); min-width: 18px; text-align: center; }
.faq-item.active .faq-q::after { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.faq-a-in { padding: 0 0 20px; font-size: 0.93rem; color: var(--slate-600); line-height: 1.7; }

.final-cta { padding: 72px 0; background: var(--navy); text-align: center; position: relative; overflow: hidden; }
.final-cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 50%, rgba(212,160,23,0.08), transparent 70%); }
.final-inner { position: relative; z-index: 1; max-width: 600px; margin: 0 auto; }
.final-inner h2 { color: var(--white); margin-bottom: 10px; }
.final-inner p { color: rgba(255,255,255,0.6); font-size: 1rem; margin-bottom: 24px; }
.final-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

.footer { padding: 44px 0 24px; background: #060e1c; color: var(--slate-400); }
.f-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1fr; gap: 28px; margin-bottom: 36px; }
.f-brand p { font-size: 0.85rem; margin-top: 12px; line-height: 1.7; }
.footer h4 { color: var(--white); font-family: var(--font-display); font-size: 0.85rem; margin-bottom: 12px; }
.f-links a, .f-links span { display: block; padding: 4px 0; font-size: 0.82rem; color: var(--slate-400); }
.f-links a:hover { color: var(--white); }
.f-bottom { padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.06); display: flex; justify-content: space-between; font-size: 0.78rem; color: var(--slate-500); }

.pg-top { padding: 80px 0 44px; background: var(--navy); text-align: center; }
.pg-top h1 { color: var(--white); margin-bottom: 10px; }
.pg-top p { color: rgba(255,255,255,0.65); max-width: 640px; margin: 0 auto; font-size: 1.02rem; }
.pg-top .s-tag { color: var(--gold-bright); }

.content-pg { padding: 56px 0; }
.content-pg .w { max-width: 860px; }

.sd-item { display: grid; grid-template-columns: 60px 1fr; gap: 20px; padding: 24px; border-bottom: 1px solid var(--slate-100); transition: all var(--ease); align-items: flex-start; }
.sd-item:last-child { border: none; }
.sd-item:hover { background: var(--slate-50); border-radius: var(--r-lg); }
.sd-ico { font-size: 2rem; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; background: var(--gold-pale); border-radius: 12px; }
.sd-item h3 { margin-bottom: 6px; }
.sd-item p { font-size: 0.93rem; line-height: 1.7; }

.contact-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; }
.c-block { margin-bottom: 24px; }
.c-block h3 { margin-bottom: 6px; }
.hrs-tbl { width: 100%; }
.hrs-tbl td { padding: 7px 0; font-size: 0.93rem; }
.hrs-tbl td:first-child { font-family: var(--font-display); font-weight: 700; color: var(--navy); }
.hrs-tbl td:last-child { text-align: right; color: var(--slate-500); }
.map-wrap { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-md); border: 1px solid var(--slate-100); }
.map-wrap iframe { width: 100%; height: 340px; border: none; display: block; }

.blog-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.blog-card { background: var(--white); border: 1px solid var(--slate-100); border-radius: var(--r-lg); padding: 28px; transition: all var(--ease); display: block; color: inherit; }
.blog-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); border-color: var(--gold); }
.blog-card-tag { display: inline-block; font-family: var(--font-display); font-weight: 800; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--gold); margin-bottom: 10px; }
.blog-card h3 { margin-bottom: 8px; }
.blog-card p { font-size: 0.92rem; }
.blog-card-more { margin-top: 12px; font-family: var(--font-display); font-weight: 700; font-size: 0.85rem; color: var(--navy); }

.related { padding: 56px 0; background: var(--slate-50); }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.related-card { display: block; padding: 20px; background: var(--white); border: 1px solid var(--slate-100); border-radius: var(--r); transition: all var(--ease); }
.related-card:hover { border-color: var(--gold); box-shadow: var(--shadow-sm); }
.related-card h4 { font-size: 0.95rem; margin-bottom: 4px; color: var(--navy); }
.related-card span { font-size: 0.82rem; color: var(--slate-500); }

.crumb { padding: 14px 0; background: var(--slate-50); font-size: 0.85rem; color: var(--slate-500); }
.crumb a { color: var(--slate-500); }
.crumb a:hover { color: var(--navy); }
.crumb span.sep { margin: 0 8px; color: var(--slate-400); }

@media (max-width: 968px) {
  .hero-split { grid-template-columns: 1fr; text-align: center; }
  .hero-p { margin-left: auto; margin-right: auto; }
  .hero-btns, .hero-badges { justify-content: center; }
  .hero-card { max-width: 360px; margin: 0 auto; }
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .why-flex, .rev-cols, .contact-2col, .blog-grid { grid-template-columns: 1fr; }
  .f-grid { grid-template-columns: repeat(2, 1fr); }
  .sd-item { grid-template-columns: 1fr; text-align: center; }
  .sd-ico { margin: 0 auto; }
  .related-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .nav-links, .nav-end { display: none; }
  .mob-tog { display: block; }
  .svc-grid { grid-template-columns: 1fr; }
  .f-grid { grid-template-columns: 1fr; gap: 20px; }
  .f-bottom { flex-direction: column; gap: 4px; text-align: center; }
  .hero-btns, .final-btns { flex-direction: column; align-items: center; }
  .btn { width: 100%; justify-content: center; }
  .area-tags { flex-direction: column; align-items: center; }
  .topbar-inner { flex-direction: column; gap: 4px; }
}
