/*
Theme Name: GeneratePress Child - Integrity Tech Consulting
Theme URI: https://integritytechconsulting.com
Template: generatepress
Description: Custom WordPress theme for Integrity Tech Consulting
Version: 1.0
Author: Integrity Tech Consulting
License: MIT
*/

* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; background: #ffffff; color: #1a1a1a; }
a { text-decoration: none; color: inherit; }

/* NAV */
.nav { display: flex; align-items: center; justify-content: space-between; padding: 1.1rem 2rem; border-bottom: 1px solid #e5e7eb; background: #fff; gap: 1rem; position: sticky; top: 0; z-index: 100; }
.logo-wrap { display: flex; align-items: center; gap: 10px; cursor: pointer; flex-shrink: 0; }
.logo-text-wrap { display: flex; flex-direction: column; line-height: 1.2; }
.logo-name { font-size: 15px; font-weight: 600; color: #2A5070; letter-spacing: -0.02em; }
.logo-sub { font-size: 10px; color: #E8591A; letter-spacing: 0.1em; }
.nav-links { display: flex; gap: 1.5rem; font-size: 14px; }
.nav-links a { color: #6b7280; transition: color 0.2s; }
.nav-links a:hover, .nav-links a.active { color: #2A5070; font-weight: 500; }
.nav-cta { font-size: 14px; background: #E8591A; color: #fff; border: none; border-radius: 8px; padding: 10px 20px; cursor: pointer; font-weight: 500; white-space: nowrap; transition: opacity 0.2s; }
.nav-cta:hover { opacity: 0.9; }

/* HERO */
.hero { padding: 5rem 2rem 4rem; max-width: 780px; margin: 0 auto; }
.pill { display: inline-flex; align-items: center; gap: 6px; background: #fff3ee; color: #b84210; font-size: 13px; padding: 5px 14px; border-radius: 20px; margin-bottom: 1.5rem; }
.pill-dot { width: 7px; height: 7px; border-radius: 50%; background: #E8591A; flex-shrink: 0; }
.hero h1 { font-size: 48px; font-weight: 600; line-height: 1.15; color: #1a1a1a; margin-bottom: 1rem; }
.hero h1 em { font-style: normal; color: #2A5070; border-bottom: 3px solid #E8591A; padding-bottom: 2px; }
.hero-sub-bold { font-size: 20px; font-weight: 600; color: #E8591A; margin-bottom: 1rem; }
.hero-sub { font-size: 17px; color: #6b7280; line-height: 1.7; margin-bottom: 2.5rem; max-width: 580px; }
.cta-row { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 2rem; }
.btn-primary { background: #E8591A; color: #fff; border: none; border-radius: 8px; padding: 14px 28px; font-size: 15px; cursor: pointer; font-weight: 600; }
.btn-secondary { background: transparent; color: #1a1a1a; border: 1px solid #d1d5db; border-radius: 8px; padding: 14px 28px; font-size: 15px; cursor: pointer; }
.trust-row { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.trust-badge { display: flex; align-items: center; gap: 7px; font-size: 14px; color: #6b7280; }
.check { width: 20px; height: 20px; border-radius: 50%; background: #fff3ee; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: #E8591A; font-size: 11px; }
.divider-v { width: 1px; height: 16px; background: #e5e7eb; }

/* STATS */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #e5e7eb; border-bottom: 1px solid #e5e7eb; }
.stat { text-align: center; padding: 2rem 1rem; border-right: 1px solid #e5e7eb; }
.stat:last-child { border-right: none; }
.stat-num { font-size: 32px; font-weight: 600; color: #1a1a1a; line-height: 1; }
.stat-num span { color: #E8591A; }
.stat-label { font-size: 13px; color: #6b7280; margin-top: 5px; }

/* SECTIONS */
.section { padding: 4rem 2rem; border-bottom: 1px solid #e5e7eb; max-width: 1100px; margin: 0 auto; }
.section-full { padding: 4rem 2rem; border-bottom: 1px solid #e5e7eb; background: #f9fafb; }
.section-full-inner { max-width: 1100px; margin: 0 auto; }
.section-label { font-size: 12px; font-weight: 600; color: #E8591A; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.5rem; }
.section-title { font-size: 28px; font-weight: 600; color: #1a1a1a; margin-bottom: 0.75rem; line-height: 1.3; }
.section-sub { font-size: 15px; color: #6b7280; margin-bottom: 2.5rem; line-height: 1.65; max-width: 560px; }

/* SERVICE CARDS */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }
.card { background: #ddeaf7; border: 1px solid #b8d0ea; border-radius: 14px; padding: 1.5rem; }
.card h3 { font-size: 15px; font-weight: 600; color: #2A5070; margin-bottom: 8px; }
.card p { font-size: 14px; color: #2e4a6a; line-height: 1.6; }
.card-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.card-tag { font-size: 12px; color: #2A5070; background: rgba(255,255,255,0.65); border-radius: 5px; padding: 3px 10px; border: 1px solid rgba(42,80,112,0.2); }

/* WHY ITC */
.diff-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 16px; }
.diff-card { padding: 1.5rem; border-radius: 14px; background: #fff; border: 1px solid #e5e7eb; }
.diff-icon { width: 40px; height: 40px; border-radius: 10px; background: #fff3ee; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; font-size: 32px; }
.diff-card h3 { font-size: 15px; font-weight: 600; color: #1a1a1a; margin-bottom: 8px; }
.diff-card p { font-size: 14px; color: #6b7280; line-height: 1.6; }
.diff-price { font-size: 32px; font-weight: 600; color: #E8591A; margin-bottom: 5px; }
.diff-price-sub { font-size: 13px; color: #6b7280; line-height: 1.5; }

/* TECH STACK */
.tech-group { margin-bottom: 1.5rem; }
.tech-group-label { font-size: 12px; color: #6b7280; text-transform: uppercase; letter-spacing: 0.07em; margin-bottom: 10px; font-weight: 600; }
.tech-row { display: flex; flex-wrap: wrap; gap: 8px; }
.tech-tag { font-size: 13px; color: #2A5070; background: #f3f4f6; border-radius: 7px; padding: 6px 14px; border: 1px solid #e5e7eb; }
.tech-tag.orange { background: #fff3ee; color: #b84210; border-color: rgba(232,89,26,0.2); }

/* TESTIMONIALS */
.testimonials { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; }
.testimonial { background: #fff; border-radius: 14px; padding: 1.5rem; border: 1px solid #e5e7eb; }
.stars { display: flex; gap: 4px; margin-bottom: 12px; color: #E8591A; font-size: 14px; }
.testimonial-text { font-size: 14px; color: #1a1a1a; line-height: 1.65; margin-bottom: 14px; font-style: italic; }
.testimonial-author { font-size: 13px; font-weight: 600; color: #6b7280; }
.google-badge { display: inline-flex; align-items: center; gap: 5px; margin-top: 8px; font-size: 12px; color: #9ca3af; }

/* CTA BAND */
.cta-band { padding: 4rem 2rem; background: #2A5070; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 2rem; }
.cta-band-inner { max-width: 1100px; margin: 0 auto; width: 100%; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 2rem; }
.cta-band-text h2 { font-size: 26px; font-weight: 600; color: #fff; margin-bottom: 6px; }
.cta-band-text p { font-size: 15px; color: rgba(255,255,255,0.65); }
.btn-white { background: #fff; color: #2A5070; border: none; border-radius: 8px; padding: 12px 26px; font-size: 14px; font-weight: 600; cursor: pointer; }
.btn-outline-white { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.4); border-radius: 8px; padding: 12px 26px; font-size: 14px; cursor: pointer; }

/* FOOTER */
.footer { padding: 2rem; background: #2A5070; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; border-top: 1px solid rgba(255,255,255,0.1); max-width: 100%; }
.footer-tagline { font-size: 13px; color: rgba(255,255,255,0.55); font-style: italic; }
.footer-copy { font-size: 13px; color: rgba(255,255,255,0.45); }

/* PAGE HERO */
.page-hero { padding: 4rem 2rem 3.5rem; background: #2A5070; }
.page-hero-inner { max-width: 1100px; margin: 0 auto; }
.breadcrumb { font-size: 13px; color: rgba(255,255,255,0.5); margin-bottom: 1rem; }
.breadcrumb span { color: rgba(255,255,255,0.8); }
.page-hero h1 { font-size: 38px; font-weight: 600; color: #fff; margin-bottom: 1rem; line-height: 1.2; }
.page-hero h1 em { font-style: normal; color: #E8591A; }
.page-hero-sub { font-size: 16px; color: rgba(255,255,255,0.7); line-height: 1.7; max-width: 600px; }

.section-inner { max-width: 1100px; margin: 0 auto; }
.section-alt { padding: 4rem 2rem; border-bottom: 1px solid #e5e7eb; background: #f9fafb; }

/* PRICING STYLES */
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; align-items: start; }
.pricing-card { border: 1px solid #e5e7eb; border-radius: 14px; padding: 2rem; background: #fff; display: flex; flex-direction: column; }
.pricing-card.featured { border: 2px solid #2A5070; box-shadow: 0 4px 20px rgba(42,80,112,0.12); }
.pricing-badge { display: inline-block; font-size: 12px; font-weight: 600; background: #ddeaf7; color: #2A5070; border-radius: 20px; padding: 4px 12px; margin-bottom: 14px; }
.pricing-badge.orange { background: #fff3ee; color: #b84210; }
.pricing-name { font-size: 22px; font-weight: 600; color: #1a1a1a; margin-bottom: 5px; }
.pricing-sub { font-size: 13px; color: #9ca3af; margin-bottom: 1rem; font-style: italic; }
.pricing-desc { font-size: 14px; color: #6b7280; margin-bottom: 1.5rem; line-height: 1.6; }
.pricing-price { font-size: 40px; font-weight: 600; color: #2A5070; line-height: 1; margin-bottom: 4px; }
.pricing-price span { font-size: 15px; font-weight: 400; color: #9ca3af; }
.pricing-note { font-size: 12px; color: #9ca3af; margin-bottom: 1.5rem; }
.pricing-divider { height: 1px; background: #f3f4f6; margin-bottom: 1.5rem; }
.pricing-features { display: flex; flex-direction: column; gap: 10px; margin-bottom: 2rem; flex: 1; }
.pricing-feature { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: #1a1a1a; line-height: 1.5; }
.feat-check { width: 18px; height: 18px; border-radius: 50%; background: #ddeaf7; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; font-size: 10px; color: #2A5070; }
.feat-check.orange { background: #fff3ee; color: #E8591A; }
.pricing-cta { border: none; border-radius: 8px; padding: 13px; font-size: 14px; font-weight: 600; cursor: pointer; width: 100%; text-align: center; }
.pricing-cta.navy { background: #2A5070; color: #fff; }
.pricing-cta.coral { background: #E8591A; color: #fff; }
.pricing-cta.outline { background: transparent; color: #2A5070; border: 1.5px solid #2A5070; }

/* COMPARISON TABLE */
.compare-wrap { overflow-x: auto; }
.compare-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.compare-table th { padding: 12px 16px; text-align: left; font-weight: 600; font-size: 13px; color: #6b7280; border-bottom: 1px solid #e5e7eb; background: #f9fafb; }
.compare-table th.plan { text-align: center; color: #2A5070; font-size: 14px; }
.compare-table th.plan.featured { color: #E8591A; }
.compare-table td { padding: 12px 16px; color: #1a1a1a; border-bottom: 1px solid #f3f4f6; vertical-align: middle; }
.compare-table td.center { text-align: center; }
.compare-table tr:hover td { background: #f9fafb; }
.compare-table .cat-row td { font-size: 12px; font-weight: 600; color: #E8591A; text-transform: uppercase; letter-spacing: 0.08em; background: #fff3ee; padding: 8px 16px; }
.tick { color: #2A5070; font-size: 16px; font-weight: 600; }
.tick.orange { color: #E8591A; }
.dash { color: #d1d5db; }
.add-on { font-size: 12px; color: #b84210; background: #fff3ee; border-radius: 4px; padding: 2px 7px; }

/* FAQ */
.faq-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 18px; }
.faq-item { padding: 1.5rem; background: #f9fafb; border-radius: 12px; border: 1px solid #e5e7eb; }
.faq-q { font-size: 15px; font-weight: 600; color: #1a1a1a; margin-bottom: 10px; }
.faq-a { font-size: 14px; color: #6b7280; line-height: 1.65; }

/* HOW WE WORK STYLES */
.pain-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; margin-bottom: 2rem; }
.pain-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 1.5rem; border-left: 4px solid #E8591A; }
.pain-label { font-size: 12px; font-weight: 600; color: #E8591A; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 10px; }
.pain-quote { font-size: 14px; color: #6b7280; line-height: 1.65; font-style: italic; }

.transition-strip { background: #ddeaf7; border: 1px solid #b8d0ea; border-radius: 12px; padding: 1.5rem 2rem; }
.transition-strip strong { font-size: 16px; font-weight: 600; color: #2A5070; display: block; margin-bottom: 6px; }
.transition-strip p { font-size: 14px; color: #2e4a6a; line-height: 1.65; }

/* TIMELINE */
.timeline { position: relative; padding-left: 80px; }
.timeline-item { position: relative; margin-bottom: 3rem; }
.timeline-item:last-child { margin-bottom: 0; }
.timeline-label { position: absolute; left: -104px; width: 70px; text-align: right; font-size: 13px; font-weight: 600; color: #E8591A; padding-top: 2px; }
.timeline-dot { position: absolute; left: -26px; top: 6px; width: 12px; height: 12px; border-radius: 50%; background: #E8591A; }
.timeline-line { position: absolute; left: -21px; top: 20px; width: 2px; background: #e5e7eb; bottom: -3rem; }
.timeline-item:last-child .timeline-line { display: none; }
.timeline-content { background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 1.5rem; }
.timeline-title { font-size: 17px; font-weight: 600; color: #1a1a1a; margin-bottom: 6px; }
.timeline-desc { font-size: 14px; color: #6b7280; line-height: 1.65; margin-bottom: 1rem; }
.timeline-tasks { display: flex; flex-direction: column; gap: 6px; }
.timeline-task { display: flex; align-items: flex-start; gap: 8px; font-size: 13px; color: #6b7280; }
.task-dot { width: 6px; height: 6px; border-radius: 50%; background: #E8591A; flex-shrink: 0; margin-top: 5px; }

.effort-box { background: #ddeaf7; border: 1px solid #b8d0ea; border-radius: 12px; padding: 1.5rem 2rem; margin-top: 2rem; }
.effort-box h4 { font-size: 15px; font-weight: 600; color: #2A5070; margin-bottom: 12px; }
.effort-items { display: flex; flex-wrap: wrap; gap: 10px; }
.effort-item { font-size: 13px; color: #2e4a6a; background: rgba(255,255,255,0.7); border: 1px solid #b8d0ea; border-radius: 7px; padding: 5px 12px; }

/* ONGOING CARDS */
.ongoing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }
.ongoing-card { padding: 1.5rem; border-radius: 12px; background: #fff; border: 1px solid #e5e7eb; }
.ongoing-icon { width: 40px; height: 40px; border-radius: 10px; background: #fff3ee; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; font-size: 18px; }
.ongoing-card h3 { font-size: 15px; font-weight: 600; color: #1a1a1a; margin-bottom: 7px; }
.ongoing-card p { font-size: 14px; color: #6b7280; line-height: 1.6; }
.annual-card { background: #ddeaf7; border: 1px solid #b8d0ea; border-radius: 12px; padding: 1.5rem 2rem; margin-top: 16px; }
.annual-card h3 { font-size: 15px; font-weight: 600; color: #2A5070; margin-bottom: 6px; }
.annual-card p { font-size: 14px; color: #2e4a6a; line-height: 1.65; }

.reach-panel { background: #2A5070; border-radius: 14px; padding: 2rem; display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1.5rem; margin-top: 2.5rem; }
.reach-item .reach-label { font-size: 11px; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 0.07em; margin-bottom: 4px; }
.reach-item .reach-value { font-size: 14px; color: #fff; font-weight: 600; }

/* OUR STORY STYLES */
.story-body { font-size: 16px; color: #4b5563; line-height: 1.85; max-width: 680px; margin-bottom: 2rem; }
.story-body p { margin-bottom: 1.75rem; }
.story-body p:last-child { margin-bottom: 0; }

.story-image { width: 100%; height: 280px; border-radius: 14px; overflow: hidden; margin-bottom: 2rem; }
.story-image img { width: 100%; height: 100%; object-fit: cover; display: block; object-position: top; }

.stat-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 16px; margin-top: 3rem; }
.stat-card { background: #ddeaf7; border: 1px solid #b8d0ea; border-radius: 14px; padding: 1.5rem; text-align: center; }
.stat-card .stat-num { font-size: 32px; font-weight: 600; color: #2A5070; line-height: 1; margin-bottom: 6px; }
.stat-card .stat-num span { color: #E8591A; }
.stat-card .stat-label { font-size: 13px; color: #2e4a6a; line-height: 1.4; margin-top: 0; }

.tagline-band { padding: 5rem 2rem; background: #2A5070; text-align: center; border-bottom: 1px solid #e5e7eb; }
.tagline-band blockquote { font-size: 28px; font-weight: 600; color: #fff; line-height: 1.4; max-width: 560px; margin: 0 auto 1rem; }
.tagline-band blockquote em { font-style: normal; color: #E8591A; }
.tagline-band p { font-size: 14px; color: rgba(255,255,255,0.5); }

.principles-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; margin-top: 1.5rem; }
.principle-card { padding: 1.5rem; border-radius: 14px; border: 1px solid #e5e7eb; background: #fff; }
.principle-icon { width: 42px; height: 42px; border-radius: 10px; background: #fff3ee; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; font-size: 20px; }
.principle-card h4 { font-size: 16px; font-weight: 600; color: #1a1a1a; margin-bottom: 8px; }
.principle-card p { font-size: 14px; color: #6b7280; line-height: 1.65; }

@media (max-width: 768px) {
  .hero h1 { font-size: 32px; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stat { border-right: none; border-bottom: 1px solid #e5e7eb; }
  .nav-links { display: none; }
  .page-hero h1 { font-size: 28px; }
}
