/*
Theme Name: DC Metro IT Help
Theme URI: https://dcmetro-ithelp.com
Author: DC Metro IT Help LLC
Description: Custom theme for DC Metro IT Help — onsite IT smart hands and field service technicians serving Washington DC, Maryland, and Northern Virginia.
Version: 1.0
Text Domain: dcmetro
*/

:root{
  --bg:#05070c;
  --panel:#0c111c;
  --panel-2:#111826;
  --line:#1e2635;
  --signal:#2f6fed;
  --signal-dim:#173a86;
  --amber:#f5a623;
  --text:#eef2f8;
  --muted:#8fa0bd;
  --muted-2:#5c6a85;
}
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:'Inter',sans-serif;
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}
h1,h2,h3,h4{
  font-family:'Space Grotesk',sans-serif;
  margin:0;
  letter-spacing:-0.01em;
}
.mono{font-family:'IBM Plex Mono',monospace;}
a{color:inherit;text-decoration:none;}
img{display:block;max-width:100%;}
.wrap{max-width:1180px;margin:0 auto;padding:0 28px;}

/* ---------- HEADER / NAV ---------- */
header{
  position:sticky;top:0;z-index:100;
  background:linear-gradient(180deg,#080b13,#05070c 90%);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line);
  box-shadow:0 1px 0 rgba(47,111,237,0.15), 0 8px 24px rgba(0,0,0,0.35);
}
.nav-inner{
  display:flex;align-items:center;justify-content:space-between;
  padding:22px 28px;max-width:1280px;margin:0 auto;
  gap:24px;
}
.brand{display:flex;align-items:center;gap:18px;}
.brand img{height:72px;width:auto;}
nav.tabs{display:flex;gap:6px;}
nav.tabs a{
  background:none;border:none;color:var(--muted);
  font-family:'IBM Plex Mono',monospace;font-size:13.5px;letter-spacing:0.04em;
  padding:13px 18px;border-radius:7px;cursor:pointer;transition:all .15s ease;
  text-transform:uppercase;display:inline-block;
}
nav.tabs a:hover{color:var(--text);background:var(--panel-2);}
nav.tabs a.active{color:var(--bg);background:var(--signal);box-shadow:0 4px 14px rgba(47,111,237,0.35);}
.nav-cta{
  display:flex;align-items:center;gap:14px;
}
.call-btn{
  font-family:'IBM Plex Mono',monospace;font-size:14.5px;font-weight:600;
  color:var(--amber);border:1.5px solid var(--amber);padding:11px 20px;border-radius:7px;
  white-space:nowrap;
}
.call-btn:hover{background:var(--amber);color:#1a1300;}
.menu-toggle{display:none;background:none;border:1px solid var(--line);color:var(--text);padding:10px 14px;border-radius:6px;font-size:20px;cursor:pointer;}

.tag{
  display:inline-flex;align-items:center;gap:8px;
  font-family:'IBM Plex Mono',monospace;font-size:11.5px;letter-spacing:0.14em;
  color:var(--signal);text-transform:uppercase;
  padding:5px 10px;border:1px solid var(--signal-dim);border-radius:4px;
  background:rgba(47,111,237,0.08);
}
.tag.amber{color:var(--amber);border-color:#7a5115;background:rgba(245,166,35,0.08);}
.tag::before{content:"◆";font-size:8px;}

.breadcrumb{
  font-family:'IBM Plex Mono',monospace;font-size:12px;color:var(--muted-2);
  padding:18px 0 0;
}
.breadcrumb a{color:var(--signal);}

/* ---------- HOME ---------- */
.hero-frame{
  border-bottom:1px solid var(--line);
  background:#000;
}
.hero-frame img{width:100%;display:block;}
.home-lede{
  padding:64px 0 20px;
  text-align:center;
}
.home-lede h1{font-size:clamp(28px,4vw,42px);max-width:820px;margin:0 auto 16px;}
.home-lede p{color:var(--muted);max-width:620px;margin:0 auto;font-size:16px;}

.strip{
  display:grid;grid-template-columns:repeat(4,1fr);gap:1px;
  background:var(--line);border:1px solid var(--line);margin:40px 0;
  border-radius:10px;overflow:hidden;
}
.strip .cell{background:var(--panel);padding:24px 20px;text-align:center;}
.strip .cell .num{font-family:'IBM Plex Mono',monospace;color:var(--amber);font-size:12px;letter-spacing:0.1em;display:block;margin-bottom:8px;}
.strip .cell h3{font-size:15px;}

.jump-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:44px 0 60px;
}
.jump-card{
  background:var(--panel);border:1px solid var(--line);border-radius:10px;
  padding:22px 20px;transition:border-color .15s ease, transform .15s ease;
  display:block;
}
.jump-card:hover{border-color:var(--signal);transform:translateY(-2px);}
.jump-card .mono{font-size:10.5px;color:var(--muted-2);letter-spacing:0.12em;}
.jump-card h3{margin:8px 0 6px;font-size:16px;}
.jump-card p{margin:0;color:var(--muted);font-size:13.5px;}
.jump-card .arrow{color:var(--signal);font-family:'IBM Plex Mono',monospace;font-size:13px;margin-top:12px;display:inline-block;}

.commit-block{
  background:linear-gradient(135deg,#0c1424,#0a0f18);
  border:1px solid var(--line);border-radius:14px;
  padding:44px;margin:0 0 70px;display:grid;grid-template-columns:1.1fr 1fr;gap:40px;align-items:center;
}
.commit-block h2{font-size:22px;margin-bottom:12px;}
.commit-block p{color:var(--muted);font-size:15px;}
.commit-highlight{
  font-family:'Space Grotesk',sans-serif;font-size:19px;color:var(--text);
  border-left:3px solid var(--amber);padding-left:18px;
}

/* ---------- SECTION HEADER (shared) ---------- */
.section-head{padding:44px 0 32px;}
.section-head h1{font-size:clamp(26px,3.4vw,36px);margin:14px 0 12px;}
.section-head p{color:var(--muted);max-width:640px;font-size:15.5px;}

/* ---------- SERVICES PAGE ---------- */
.service-grid{
  display:grid;grid-template-columns:repeat(2,1fr);gap:18px;padding-bottom:70px;
}
.service-card{
  background:var(--panel);border:1px solid var(--line);border-radius:10px;overflow:hidden;
}
.service-card summary{
  list-style:none;cursor:pointer;padding:20px 22px;
  display:flex;justify-content:space-between;align-items:center;
}
.service-card summary h3{font-family:'Space Grotesk',sans-serif;font-weight:600;font-size:16.5px;display:inline;}
.service-card summary::-webkit-details-marker{display:none;}
.service-card summary .plus{
  font-family:'IBM Plex Mono',monospace;color:var(--signal);font-size:18px;transition:transform .2s ease;
}
.service-card[open] summary .plus{transform:rotate(45deg);}
.service-card summary:hover{background:var(--panel-2);}
.service-card ul{
  margin:0;padding:0 22px 22px 22px;list-style:none;border-top:1px solid var(--line);
}
.service-card ul li{
  padding:10px 0 10px 20px;position:relative;color:var(--muted);font-size:14.5px;
  border-bottom:1px dashed #1a2130;
}
.service-card ul li:last-child{border-bottom:none;}
.service-card ul li::before{
  content:"›";position:absolute;left:0;color:var(--amber);font-family:'IBM Plex Mono',monospace;
}

/* ---------- INDUSTRIES PAGE ---------- */
.industry-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding-bottom:70px;
}
.industry-card{
  background:var(--panel);border:1px solid var(--line);border-radius:10px;padding:26px 20px;
  text-align:left;
}
.industry-card .mono{color:var(--muted-2);font-size:11px;letter-spacing:0.12em;}
.industry-card h3{font-size:16.5px;margin:10px 0 8px;}
.industry-card p{color:var(--muted);font-size:13.5px;margin:0;}

/* ---------- LOCATIONS PAGE ---------- */
.loc-wrap{
  display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding-bottom:50px;
}
.loc-card{
  background:var(--panel);border:1px solid var(--line);border-radius:10px;
  padding:0;overflow:hidden;
}
.loc-card .loc-head{
  padding:18px 22px;border-bottom:1px solid var(--line);
  display:flex;align-items:center;justify-content:space-between;
  background:var(--panel-2);
}
.loc-card .loc-head h3{font-size:15.5px;}
.loc-card .loc-head span{font-family:'IBM Plex Mono',monospace;font-size:10.5px;color:var(--signal);}
.loc-card ul{list-style:none;margin:0;padding:18px 22px;columns:1;}
.loc-card li{
  color:var(--muted);font-size:14px;padding:6px 0;border-bottom:1px dashed #1a2130;
}
.loc-card li:last-child{border-bottom:none;}
.loc-note{
  background:var(--panel);border:1px solid var(--line);border-radius:10px;
  padding:24px 26px;margin-bottom:60px;color:var(--muted);font-size:14.5px;
}
.loc-note strong{color:var(--text);}

/* ---------- TIERS PAGE ---------- */
.tier-wrap{display:grid;grid-template-columns:1fr 1fr;gap:24px;padding-bottom:24px;}
.tier-card{
  background:var(--panel);border:1px solid var(--line);border-radius:12px;overflow:hidden;
  display:flex;flex-direction:column;
}
.tier-card.b{border-color:var(--signal-dim);}
.tier-head{padding:26px 26px 20px;border-bottom:1px solid var(--line);}
.tier-head .mono{font-size:11px;color:var(--muted-2);letter-spacing:0.14em;}
.tier-head h3{font-size:22px;margin:8px 0 10px;}
.tier-head p{color:var(--muted);font-size:14px;margin:0;}
.tier-list{list-style:none;margin:0;padding:20px 26px;flex:1;}
.tier-list li{
  padding:9px 0 9px 22px;position:relative;font-size:14px;color:var(--text);
  border-bottom:1px dashed #1a2130;
}
.tier-list li:last-child{border-bottom:none;}
.tier-list li::before{content:"✓";position:absolute;left:0;color:var(--signal);font-family:'IBM Plex Mono',monospace;}
.tier-card.b .tier-list li::before{color:var(--amber);}
.tier-foot{padding:18px 26px 26px;color:var(--muted-2);font-size:12.5px;font-family:'IBM Plex Mono',monospace;}
.tier-typical{
  background:var(--panel);border:1px solid var(--line);border-radius:10px;
  padding:24px 26px;margin:24px 0 70px;color:var(--muted);font-size:14.5px;
}
.tier-typical strong{color:var(--text);}

/* ---------- FOOTER / CONTACT ---------- */
footer{border-top:1px solid var(--line);background:var(--panel);margin-top:0;}
.foot-cta{
    padding-top: 56px;
  padding-bottom: 56px;
  /*padding:56px 0;*/
  text-align:center;border-bottom:0px solid var(--line);
}
.foot-cta h3{font-size:26px;margin-bottom:14px;}
.foot-cta p{color:var(--muted);margin-bottom:26px;}
.foot-btns{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;}
.btn{
  font-family:'IBM Plex Mono',monospace;font-size:13px;padding:13px 24px;border-radius:7px;
  border:1px solid var(--line);
}
.btn.primary{background:var(--signal);color:#fff;border-color:var(--signal);}
.btn.primary:hover{background:#2560d6;}
.btn.ghost{color:var(--amber);border-color:var(--amber);}
.btn.ghost:hover{background:var(--amber);color:#1a1300;}
.foot-bottom{
  padding-top: 24px;
  padding-bottom: 24px;
  /*padding:24px 0;*/
  display:flex;justify-content:space-between;align-items:center;
  color:var(--muted-2);font-size:12.5px;flex-wrap:wrap;gap:10px;
}
.foot-bottom .brand-text{font-size:13px;font-family:'Space Grotesk',sans-serif;font-weight:700;color:var(--text);}




.foot-info{
  width:100%;
  display:grid !important;
  grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
  gap:16px;
  margin-top:0;
  margin-bottom:30px;
}

.foot-info-card{
  background:var(--panel-2);
  border:1px solid var(--line);
  border-radius:9px;
  padding:26px 24px;
  min-height:150px;
  text-align:center;
}

.foot-info-icon{
  width:46px;
  height:46px;
  margin:0 auto 14px;

  display:flex;
  align-items:center;
  justify-content:center;

  border-radius:50%;
  background:rgba(47,111,237,.12);
  color:var(--signal);

  font-size:20px;
}

.foot-info-card h4{
  margin:0 0 8px;
  color:var(--text);
  font-size:15px;
  font-weight:600;
  line-height:1.4;
}

.foot-info-card p{
  margin:0;
  color:var(--muted);
  font-size:13px;
  line-height:1.6;
}

.foot-info-card .foot-highlight{
  color:var(--amber);
  font-weight:600;
}


/* =========================================
   ONSITE IT SUPPORT
========================================= */
.support-wapper {
    border-bottom: 1px solid var(--line);
    padding-bottom: 40px;
    margin-bottom: 10px;
}
.support-wapper .foot-dispatch {
    margin: 0 !important;
}
.foot-dispatch{
  width: 100%;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 30px;
    padding: 20px 26px;
    margin-bottom: 40px;
    background: linear-gradient(90deg, #0b1831, #0d2044);
    border: 1px solid #173a86;
    border-radius: 8px;
}

.dispatch-content{
  display:flex;
  align-items:center;
  gap:18px;
}

.dispatch-icon{
  width:48px;
  height:48px;

  display:flex;
  align-items:center;
  justify-content:center;

  border-radius:50%;
  background:rgba(47,111,237,.12);

  color:var(--signal);
  font-size:23px;
  flex-shrink:0;
}

.dispatch-content h3{
  margin:0 0 5px;
  color:var(--text);
  font-size:18px;
  font-weight:600;
}

.dispatch-content p{
  margin:0;
  color:var(--muted);
  font-size:13px;
  line-height:1.5;
}

.dispatch-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  min-height:40px;
  padding:11px 20px;

  background:var(--signal);
  border:1px solid var(--signal);

  border-radius:5px;

  color:#fff;
  font-size:13px;
  font-weight:600;
  text-decoration:none;

  white-space:nowrap;

  transition:
    background .2s ease,
    border-color .2s ease;
}

.dispatch-btn:hover{
  background:#245dcc;
  border-color:#245dcc;
  color:#fff;
}


/* ---------- RESPONSIVE ---------- */
@media (max-width:960px){
  .brand img{height:50px;}
  .call-btn{font-size:12.5px;padding:9px 14px;}
  nav.tabs{display:none;position:absolute;top:100%;left:0;right:0;background:var(--bg);
    flex-direction:column;border-bottom:1px solid var(--line);padding:8px;
    box-shadow:0 12px 24px rgba(0,0,0,0.4);}
  nav.tabs.open{display:flex;}
  nav.tabs a{text-align:left;font-size:14px;padding:14px 16px;}
  .menu-toggle{display:block;}
  .strip{grid-template-columns:repeat(2,1fr);}
  .jump-grid{grid-template-columns:repeat(2,1fr);}
  .commit-block{grid-template-columns:1fr;padding:30px;}
  .service-grid{grid-template-columns:1fr;}
  .industry-grid{grid-template-columns:repeat(2,1fr);}
  .loc-wrap{grid-template-columns:1fr;}
  .tier-wrap{grid-template-columns:1fr;}
}
@media(max-width:767px){
	.foot-info {
		display:flex !important;
		flex-direction:column;
	}
	.jump-grid {
		grid-template-columns: repeat(1, 1fr);
	}
}
/* =========================================
   DC METRO IT HELP - CONTACT FORM 7
   ========================================= */

.dc-contact-form {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.dc-form-intro {
    text-align: center;
    margin-bottom: 38px;
}

.dc-form-intro h3 {
    margin: 0 0 10px;
    font-size: 28px;
    font-weight: 700;
    color: #f4f7fb;
}

.dc-form-intro p {
    margin: 0;
    color: #8fa3c0;
    font-size: 16px;
}

.dc-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 24px;
}

.dc-form-field {
    width: 100%;
}

.dc-form-field label {
    display: block;
    margin-bottom: 9px;
    color: #e8edf5;
    font-size: 14px;
    font-weight: 600;
}

.dc-form-field label span {
    color: #2f72f4;
    margin-left: 2px;
}

.dc-form-field input,
.dc-form-field select,
.dc-form-field textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #263754;
    border-radius: 8px;
    background: #0d1524;
    color: #f4f7fb;
    font-family: inherit;
    font-size: 15px;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.dc-form-field input,
.dc-form-field select {
    height: 52px;
    padding: 0 16px;
}

.dc-form-field textarea {
    min-height: 150px;
    padding: 15px 16px;
    resize: vertical;
}

.dc-form-field input::placeholder,
.dc-form-field textarea::placeholder {
    color: #667995;
}

.dc-form-field select {
    color: #8fa3c0;
    cursor: pointer;
}

.dc-form-field input:focus,
.dc-form-field select:focus,
.dc-form-field textarea:focus {
    outline: none;
    border-color: #2f72f4;
    box-shadow: 0 0 0 3px rgba(47, 114, 244, .12);
}

.dc-full-field {
    margin-bottom: 24px;
}

.dc-form-submit {
    margin-top: 8px;
}

.dc-form-submit input[type="submit"] {
    width: 100%;
    min-height: 54px;
    border: 0;
    border-radius: 8px;
    background: #2f72f4;
    color: #ffffff;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .3px;
    cursor: pointer;
    transition: background .2s ease, transform .2s ease;
}

.dc-form-submit input[type="submit"]:hover {
    background: #2563d8;
    transform: translateY(-1px);
}

.dc-form-submit input[type="submit"]:active {
    transform: translateY(0);
}

.dc-contact-form .wpcf7-not-valid-tip {
    margin-top: 6px;
    color: #ff6b6b;
    font-size: 13px;
}

.dc-contact-form .wpcf7-response-output {
    margin: 22px 0 0;
    padding: 14px 16px;
    border-radius: 8px;
    color: #dce7f8;
}

/* Mobile */
@media (max-width: 700px) {

    .dc-form-row {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 20px;
    }

    .dc-form-intro {
        margin-bottom: 28px;
    }

    .dc-form-intro h3 {
        font-size: 24px;
    }

    .dc-form-field input,
    .dc-form-field select {
        height: 50px;
    }

    .dc-form-field textarea {
        min-height: 130px;
    }
}



.dc-contact-map-section {
    padding: 80px 0;
    background: #05070c;
}

.dc-map-heading {
    text-align: center;
    margin-bottom: 30px;
}

.dc-section-label {
    display: inline-block;
    margin-bottom: 12px;
    color: #2f72f4;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}

.dc-map-heading h2 {
    margin: 0 0 10px;
    color: #f4f7fb;
    font-size: 32px;
    font-weight: 700;
}

.dc-map-heading p {
    margin: 0;
    color: #8fa3c0;
    font-size: 16px;
}

.dc-map-wrapper {
    width: 100%;
    overflow: hidden;
    border: 1px solid #263754;
    border-radius: 10px;
    background: #0d1524;
}

.dc-map-wrapper iframe {
    display: block;
    width: 100%;
    min-height: 450px;
}

@media (max-width: 700px) {
    .dc-contact-map-section {
        padding: 55px 0;
    }

    .dc-map-heading h2 {
        font-size: 26px;
    }

    .dc-map-wrapper iframe {
        min-height: 350px;
    }
}
.dc-google-reviews-section {
    padding: 80px 0;
    background: #05070c;
}

.dc-reviews-heading {
    text-align: center;
    margin-bottom: 40px;
}

.dc-reviews-heading h2 {
    margin: 0 0 10px;
    color: #f4f7fb;
    font-size: 32px;
    font-weight: 700;
}

.dc-reviews-heading p {
    margin: 0;
    color: #8fa3c0;
    font-size: 16px;
}

.dc-google-reviews {
    width: 100%;
}
