/* TechCore Concepts — shared site styles */

* { box-sizing: border-box; }

body {
  margin: 0;
  background: #FFFFFF;
  font-family: 'Manrope', Arial, sans-serif;
  color: #33363B;
  overflow-x: hidden;
}

a { color: #D4222A; text-decoration: none; }
a:hover { color: #A81920; }
::selection { background: #D4222A; color: #fff; }

.wrap { max-width: 1240px; margin: 0 auto; }

.heading-font { font-family: 'Plus Jakarta Sans', Arial, sans-serif; }

/* HEADER */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #ECEAE7;
  box-shadow: none;
  transition: box-shadow 0.3s ease;
}
.site-header.scrolled { box-shadow: 0 8px 24px rgba(0,0,0,0.06); }
.site-header .bar {
  padding: 14px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.site-header .logo img { height: 46px; width: auto; display: block; }
.site-nav { display: flex; align-items: center; gap: 36px; }
.site-nav a { font-family: 'Plus Jakarta Sans', Arial, sans-serif; font-weight: 600; font-size: 15px; color: #33363B; }
.header-actions { display: flex; align-items: center; gap: 16px; }
.btn-outline-pill {
  display: flex; align-items: center;
  font-family: 'Plus Jakarta Sans', Arial, sans-serif; font-weight: 700; font-size: 14px;
  color: #33363B; border: 1px solid #DDDBD7; padding: 10px 16px; border-radius: 999px; white-space: nowrap;
}
.btn-outline-pill:hover { border-color: #33363B; color: #33363B; }
.btn-red-pill {
  background: #D4222A; color: #fff; font-family: 'Plus Jakarta Sans', Arial, sans-serif; font-weight: 700;
  font-size: 15px; padding: 12px 22px; border-radius: 999px; white-space: nowrap; display: inline-flex; align-items: center; gap: 10px;
}
.btn-red-pill:hover { background: #A81920; color: #fff; }
.hamburger-btn { display: none; background: none; border: none; width: 40px; height: 40px; align-items: center; justify-content: center; cursor: pointer; }

.mobile-nav {
  display: none;
  flex-direction: column;
  padding: 8px 32px 24px;
  border-top: 1px solid #ECEAE7;
}
.mobile-nav a {
  padding: 12px 0; font-family: 'Plus Jakarta Sans', Arial, sans-serif; font-weight: 600; font-size: 16px;
  color: #33363B; border-bottom: 1px solid #F1F0EE;
}
.mobile-nav.open { display: flex; }

@media (max-width: 900px) {
  .site-nav, .header-actions .btn-red-pill.desktop-only-cta, .header-actions .btn-outline-pill { display: none; }
  .hamburger-btn { display: flex; }
}

/* HERO */
.hero {
  position: relative;
  padding: 88px 32px 96px;
  background: #1C1D1F;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background-image: url('hero-bg.jpg');
  background-size: cover; background-position: center;
}
.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(90deg, rgba(10,10,11,0.96) 0%, rgba(10,10,11,0.86) 40%, rgba(10,10,11,0.35) 75%, rgba(10,10,11,0.1) 100%);
}
.hero-inner {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1fr; gap: 64px; align-items: center;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(212,34,42,0.14); border: 1px solid rgba(212,34,42,0.4); color: #FF8388;
  font-family: 'Plus Jakarta Sans', Arial, sans-serif; font-weight: 700; font-size: 13px; letter-spacing: 0.04em;
  text-transform: uppercase; padding: 8px 16px; border-radius: 999px; margin-bottom: 28px;
}
.hero h1 {
  font-family: 'Plus Jakarta Sans', Arial, sans-serif; font-weight: 800; font-size: 38px; line-height: 1.08;
  color: #fff; margin: 0 0 24px; text-wrap: pretty;
}
.hero p { font-size: 19px; line-height: 1.6; color: #C7C7C9; max-width: 520px; margin: 0 0 36px; }
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; }
.btn-red-lg {
  display: flex; align-items: center; gap: 10px; background: #D4222A; color: #fff;
  font-family: 'Plus Jakarta Sans', Arial, sans-serif; font-weight: 700; font-size: 16px; padding: 16px 30px; border-radius: 999px;
}
.btn-red-lg:hover { background: #A81920; color: #fff; }
.btn-outline-lg {
  display: flex; align-items: center; background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.3);
  font-family: 'Plus Jakarta Sans', Arial, sans-serif; font-weight: 700; font-size: 16px; padding: 16px 30px; border-radius: 999px;
}
.btn-outline-lg:hover { border-color: #fff; color: #fff; }

@media (min-width: 900px) {
  .hero-inner { grid-template-columns: 1.1fr 0.9fr; }
  .hero h1 { font-size: 56px; }
}

/* TRUST STRIP */
.trust-strip { background: #FAF9F7; border-bottom: 1px solid #ECEAE7; padding: 28px 32px; }
.trust-strip .wrap { display: flex; flex-wrap: wrap; gap: 20px 48px; align-items: center; justify-content: space-between; }
.trust-strip .label { font-family: 'Plus Jakarta Sans', Arial, sans-serif; font-weight: 700; font-size: 15px; color: #33363B; }
.trust-items { display: flex; flex-wrap: wrap; gap: 32px; color: #75787C; font-size: 14px; font-weight: 600; }

/* SECTION HEADERS */
.section-eyebrow { font-family: 'Plus Jakarta Sans', Arial, sans-serif; font-weight: 700; font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 14px; }
.section-eyebrow.red { color: #D4222A; }
.section-eyebrow.pink { color: #FF8388; }
.section-title { font-family: 'Plus Jakarta Sans', Arial, sans-serif; font-weight: 800; font-size: 32px; line-height: 1.15; margin: 0 0 16px; }
.section-title.dark { color: #1C1D1F; }
.section-title.light { color: #fff; }
.section-lede { font-size: 17px; line-height: 1.6; margin: 0; }

/* SERVICES */
.services-section { padding: 72px 32px; background: #fff; }
.services-section .intro { max-width: 640px; margin: 0 0 48px; }
.services-section .section-lede { color: #75787C; }
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.service-card {
  background: #FAF9F7; border: 1px solid #ECEAE7; border-radius: 20px; padding: 32px 28px;
  display: flex; flex-direction: column; gap: 16px;
  transition: border-color 0.25s, box-shadow 0.25s, translate 0.25s;
}
.service-card:hover { border-color: #D4222A; box-shadow: 0 16px 36px rgba(212,34,42,0.12); translate: 0 -4px; }
.service-icon { width: 52px; height: 52px; border-radius: 14px; background: #1C1D1F; display: flex; align-items: center; justify-content: center; }
.service-card h3 { font-family: 'Plus Jakarta Sans', Arial, sans-serif; font-weight: 700; font-size: 19px; color: #1C1D1F; margin: 0; }
.service-card p { font-size: 15px; line-height: 1.6; color: #75787C; margin: 0; }

/* INDUSTRIES */
.industries-section { padding: 72px 32px; background: #1C1D1F; }
.industries-section .intro { max-width: 640px; margin: 0 0 48px; }
.industries-section .section-lede { color: #A7A8AA; }
.industry-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
.industry-card {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: 18px; padding: 26px 24px;
  transition: background 0.25s, border-color 0.25s, translate 0.25s;
}
.industry-card:hover { background: rgba(255,255,255,0.07); border-color: rgba(212,34,42,0.5); translate: 0 -3px; }
.industry-card h3 { font-family: 'Plus Jakarta Sans', Arial, sans-serif; font-weight: 700; font-size: 18px; color: #fff; margin: 0 0 8px; }
.industry-card p { font-size: 14px; line-height: 1.55; color: #A7A8AA; margin: 0; }

/* ABOUT */
.about-section { padding: 72px 32px; background: #fff; }
.about-grid { display: grid; grid-template-columns: 1fr; gap: 48px; align-items: center; }
@media (min-width: 900px) { .about-grid { grid-template-columns: 0.9fr 1.1fr; gap: 64px; } }
.about-section h2 { font-size: 30px; }
.about-section p { font-size: 17px; line-height: 1.7; color: #55585C; margin: 0 0 18px; }
.about-stats { display: flex; gap: 40px; flex-wrap: wrap; margin-top: 8px; }
.about-stats .num { font-family: 'Plus Jakarta Sans', Arial, sans-serif; font-weight: 800; font-size: 30px; color: #1C1D1F; }
.about-stats .lbl { font-size: 14px; color: #75787C; font-weight: 600; }

/* CTA BANNER */
.cta-banner { padding: 56px 32px; background: #D4222A; }
.cta-banner .wrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px; }
.cta-banner h2 { font-family: 'Plus Jakarta Sans', Arial, sans-serif; font-weight: 800; font-size: 28px; color: #fff; margin: 0 0 8px; }
.cta-banner p { font-size: 16px; color: rgba(255,255,255,0.9); margin: 0; }
.btn-dark-pill {
  display: flex; align-items: center; gap: 10px; background: #1C1D1F; color: #fff;
  font-family: 'Plus Jakarta Sans', Arial, sans-serif; font-weight: 700; font-size: 17px; padding: 18px 32px;
  border-radius: 999px; white-space: nowrap; transition: background 0.25s, translate 0.25s;
}
.btn-dark-pill:hover { background: #000; color: #fff; translate: 0 -2px; }

/* CONTACT */
.contact-section { padding: 72px 32px; background: #FAF9F7; }
.contact-grid { display: grid; grid-template-columns: 1fr; gap: 48px; }
@media (min-width: 900px) { .contact-grid { grid-template-columns: 0.9fr 1.1fr; gap: 64px; } }
.contact-section h2 { font-size: 30px; margin: 0 0 24px; }
.contact-list { display: flex; flex-direction: column; gap: 22px; }
.contact-item { display: flex; gap: 16px; align-items: flex-start; }
.contact-item .icon { width: 44px; height: 44px; border-radius: 12px; background: #1C1D1F; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-item .main { font-family: 'Plus Jakarta Sans', Arial, sans-serif; font-weight: 700; font-size: 16px; color: #1C1D1F; }
.contact-item .sub { font-size: 14px; color: #75787C; }

.contact-form-card { background: #fff; border: 1px solid #ECEAE7; border-radius: 24px; padding: 40px; box-shadow: 0 24px 60px rgba(28,29,31,0.06); }
.contact-form-card form { display: flex; flex-direction: column; gap: 18px; }
.form-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
@media (min-width: 640px) { .form-grid { grid-template-columns: 1fr 1fr; } }
.contact-form-card label.field-label { font-family: 'Plus Jakarta Sans', Arial, sans-serif; font-weight: 600; font-size: 13px; color: #33363B; display: block; margin-bottom: 8px; }
.contact-form-card input[type="text"],
.contact-form-card textarea {
  width: 100%; box-sizing: border-box; border: 1px solid #ECEAE7; border-radius: 10px; padding: 12px 14px;
  font-size: 15px; font-family: 'Manrope', Arial, sans-serif; background: #FAF9F7;
}
.contact-form-card textarea { resize: vertical; }
.checkbox-row { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; }
.checkbox-row input { margin-top: 3px; width: 16px; height: 16px; accent-color: #D4222A; flex-shrink: 0; }
.checkbox-row span, .form-disclaimer { font-size: 13.5px; line-height: 1.6; color: #55585D; }
.form-disclaimer { font-size: 12.5px; color: #91949A; margin: 0; }
.btn-submit {
  background: #D4222A; color: #fff; font-family: 'Plus Jakarta Sans', Arial, sans-serif; font-weight: 700; font-size: 16px;
  padding: 15px; border: none; border-radius: 10px; cursor: pointer; transition: background 0.25s, box-shadow 0.25s;
}
.btn-submit:hover { background: #A81920; box-shadow: 0 10px 24px rgba(212,34,42,0.28); }

/* FOOTER */
.site-footer { background: #1C1D1F; padding: 56px 32px 32px; }
.footer-top { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-brand { max-width: 340px; }
.footer-brand img { height: 34px; width: auto; margin-bottom: 16px; }
.footer-brand p { font-size: 14px; line-height: 1.6; color: #A7A8AA; margin: 0; }
.footer-cols { display: flex; gap: 64px; flex-wrap: wrap; }
.footer-col-title { font-family: 'Plus Jakarta Sans', Arial, sans-serif; font-weight: 700; font-size: 14px; color: #fff; margin-bottom: 14px; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a, .footer-links span { font-size: 14px; color: #A7A8AA; }
.footer-bottom { padding-top: 24px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 13px; color: #75787C; }
.footer-bottom a { color: #75787C; }
.footer-bottom a:hover { color: #fff; }

/* Scroll-reveal (progressive enhancement; content is visible by default) */
[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity 0.6s cubic-bezier(.16,1,.3,1), transform 0.6s cubic-bezier(.16,1,.3,1); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.no-js [data-reveal] { opacity: 1; transform: none; }
