/* ============================================
   Lattis Networks — Global Stylesheet
   ============================================ */

/* --- Reset & Base --- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 18px;
}

body {
  font-family: 'Inter', Arial, sans-serif;
  background-color: #1C2226;
  color: #E8E8E8;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* --- Typography --- */
h1, h2, h3, h4 {
  font-family: 'DM Serif Display', serif;
  font-weight: 400;
  line-height: 1.2;
  color: #FFFFFF;
}

h1 { font-size: 3.2rem; margin-bottom: 1.5rem; }
h2 { font-size: 2rem; margin-bottom: 1.2rem; }
h3 { font-size: 1.6rem; margin-bottom: 0.8rem; }
h4 { font-size: 1.2rem; margin-bottom: 0.6rem; }

p {
  margin-bottom: 1.2rem;
  max-width: 680px;
}

a {
  color: #007482;
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: #00969e;
}

strong {
  color: #FFFFFF;
  font-weight: 600;
}

/* --- Layout --- */
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem;
}

section {
  padding: 6rem 0;
}

.section-dark {
  background-color: #1C2226;
}

.section-light {
  background-color: #242B30;
}

/* --- Header / Navigation --- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(28, 34, 38, 0.95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.header-inner {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
  max-width: 1100px;
  margin: 0 auto;
}

.logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-right: 24px;
}

.logo img {
  height: 40px;
  width: auto;
  display: block;
}

@media (min-width: 1025px) {
  .logo img {
    height: 48px;
    width: auto;
  }
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  min-width: 44px;
  min-height: 44px;
  font-size: 28px;
  color: #FFFFFF;
  line-height: 1;
}

@media (max-width: 1024px) {
  .nav-toggle {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }

  .main-nav {
    display: none !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: center;
    background-color: #1C2226;
    padding: 0.75rem 2rem;
    gap: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 999;
  }

  .main-nav.open {
    display: flex !important;
  }

  .main-nav li {
    width: 100%;
    text-align: center;
  }

  .main-nav a {
    display: block;
    padding: 12px 0;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #ffffff;
    line-height: 1;
  }

  .nav-right {
    display: none !important;
  }

  .site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 1001 !important;
    width: 100% !important;
  }
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  list-style: none;
  flex: 1;
}

.main-nav a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: color 0.2s ease;
  padding: 0.5rem 0.25rem;
}

.main-nav a:hover {
  color: #FFFFFF;
}

.main-nav a.active {
  color: rgba(255, 255, 255, 1);
  font-weight: 500;
}

.nav-right {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.nav-phone {
  color: rgba(255, 255, 255, 0.85);
  font-family: Inter, sans-serif;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-decoration: none;
  white-space: nowrap;
}

.nav-phone:hover {
  color: #007482;
}

.nav-cta {
  display: inline-block;
  background: #007482;
  color: #ffffff;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s ease;
}

.nav-cta:hover {
  background: #005f6a;
}

/* --- Hero Section --- */
.hero {
  min-height: calc(100vh - 80px);
  height: calc(100vh - 80px);
  max-height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 220px;
  background: linear-gradient(rgba(28, 34, 38, 0.70), rgba(28, 34, 38, 0.85)), url('../images/lattis-central-coast-home.png');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero-inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0;
}

/* Hero Stat Bar */
.stat-bar {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: #111820 !important;
  border-top: 1px solid #007482;
  padding: 1.5rem 40px;
  flex-shrink: 0;
  position: relative !important;
  z-index: 10 !important;
  margin-top: 0 !important;
}

.stat-item {
  text-align: center;
}

.stat-value {
  font-family: 'DM Serif Display', serif;
  font-size: 3.5rem;
  color: #FFFFFF;
  line-height: 1.2;
}

.stat-label {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 1.1rem;
  color: #007482;
  margin-top: 0.35rem;
}

.stat-divider {
  width: 1px;
  height: 40px;
  background-color: #007482;
  flex-shrink: 0;
}

.hero h1 {
  font-size: 2.5rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.hero h1 .red-accent {
  color: #DA291C;
}

.hero .subheadline {
  font-size: 1.2rem;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
  color: #FFFFFF;
  line-height: 1.8;
}

.hero a.btn,
.hero .btn,
.hero-inner .btn {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.hero-cta {
  display: inline-block !important;
  visibility: visible !important;
  pointer-events: auto !important;
  background: #007482;
  color: #ffffff;
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  padding: 14px 36px;
  border-radius: 4px;
  text-decoration: none;
  margin-top: 2rem;
  transition: background-color 0.2s ease;
}

.hero-cta:hover {
  background: #005f6a;
}

@media (max-width: 767px) {
  .hero-cta {
    display: none !important;
  }

  .mobile-call-bar {
    display: flex !important;
    position: sticky !important;
    top: 80px !important;
    z-index: 1000 !important;
    width: 100% !important;
    padding: 0.5rem 1rem !important;
    font-size: 0.875rem !important;
  }
}

/* Page hero (non-home) */
.page-hero {
  padding: 10rem 0 5rem;
  background-color: #1C2226;
  text-align: center;
}

.page-hero h1 {
  font-size: 3rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-hero .subheadline {
  font-size: 1.1rem;
  max-width: 600px;
  color: #B0B8BF;
  line-height: 1.8;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}

/* --- Buttons --- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.75rem 1.5rem;
  background-color: #007482;
  color: #FFFFFF;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.1s ease;
  text-decoration: none;
  letter-spacing: 0.3px;
}

.btn:hover {
  background-color: #008a9a;
  color: #FFFFFF;
  transform: translateY(-1px);
}

.btn:active {
  transform: translateY(0);
}

/* --- Social Proof Bar --- */
.proof-bar {
  padding: 2.5rem 0;
  background-color: #242B30;
  border-top: 1px solid rgba(0, 116, 130, 0.2);
  border-bottom: 1px solid rgba(0, 116, 130, 0.2);
}

.proof-bar p {
  text-align: center;
  font-size: 1rem;
  color: #8A9299;
  font-weight: 500;
  letter-spacing: 0.5px;
  max-width: none;
}

/* --- Content Sections --- */
.section-header {
  margin-bottom: 2rem;
}

.section-header h2 {
  max-width: 600px;
}

.section-body p {
  color: #C8CDD1;
}

.teal-rule {
  display: none !important;
}

/* --- Managed IT Icon Row --- */
.mit-icon-row {
  display: flex;
  align-items: stretch;
  background-color: #242B30;
  border-radius: 4px;
  margin-bottom: 2rem;
}

.mit-icon-block {
  flex: 1;
  padding: 32px;
  border-top: 3px solid #007482;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.mit-icon-block svg {
  display: block;
  margin: 0 auto 12px;
}

.mit-icon-block h3 {
  font-family: 'DM Serif Display', serif;
  font-size: 1.1rem;
  color: #FFFFFF;
  margin-bottom: 0.5rem;
  text-align: center;
}

.mit-icon-block p {
  font-size: 0.95rem;
  color: #E8E8E8;
  max-width: none;
  margin-bottom: 0;
  text-align: center;
}

.mit-icon-divider {
  width: 1px;
  background-color: #007482;
  flex-shrink: 0;
  margin: 32px 0;
}

/* --- Managed IT Layout --- */
.managed-it-layout {
  display: grid;
  grid-template-columns: 55fr 45fr;
  gap: 48px;
  align-items: start;
}

.managed-it-copy h2 {
  max-width: none;
}

.managed-it-copy p {
  color: #C8CDD1;
}

.managed-it-boxes {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.managed-it-box {
  border-radius: 4px;
  padding: 28px;
}

.managed-it-box h3 {
  font-family: 'DM Serif Display', serif;
  font-size: 1.2rem;
  color: #FFFFFF;
  margin-bottom: 1rem;
}

.managed-it-box-get {
  background-color: #1C2226;
  border: 1px solid #007482;
}

.managed-it-box-wont {
  background-color: #161C20;
  border: 1px solid #DA291C;
}

.managed-it-box .cyber-checklist li,
.managed-it-box .pain-checklist li {
  font-size: 0.95rem;
}

/* --- Pain Cards --- */
.pain-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  max-width: 900px;
  margin: 2rem auto;
  padding: 0 2rem;
}

.pain-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  border: 1px solid #3a1a1a;
  border-radius: 6px;
  background: #1e1a1a;
}

.pain-card svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.pain-card span {
  font-family: Inter, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.02em;
}

/* --- Pain Section Spacing --- */
section.section-dark:has(.pain-cards) {
  padding-top: 2rem;
  margin-top: 0;
  background: repeating-linear-gradient(
    -45deg,
    #1C2226 0px,
    #1C2226 40px,
    #1e1c18 40px,
    #1e1c18 44px
  ) !important;
}

section.section-dark:has(.pain-cards) .section-header h2 {
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

section.section-dark:has(.pain-cards) .section-body p {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

section.section-dark:has(.pain-cards) .pain-card {
  background: #1C2226 !important;
  border: 1px solid #2a2010 !important;
  border-left: 3px solid #F5A623 !important;
}

/* --- Pain Two-Column --- */
.pain-two-col {
  display: grid;
  grid-template-columns: 55fr 45fr;
  gap: 48px;
  align-items: center;
}

.pain-right {
  background-color: #1C2226;
  border: 1px solid #DA291C;
  border-radius: 4px;
  padding: 32px;
}

.pain-right h3 {
  font-family: 'DM Serif Display', serif;
  font-size: 1.3rem;
  color: #FFFFFF;
  margin-bottom: 1.2rem;
}

.pain-checklist {
  list-style: none;
  padding: 0;
}

.pain-checklist li {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 1rem;
  color: #E8E8E8;
  padding: 0.5rem 0;
  padding-left: 1.6rem;
  position: relative;
}

.pain-checklist li::before {
  content: '\2717';
  position: absolute;
  left: 0;
  color: #DA291C;
  font-weight: 700;
}

/* --- Explore Banner --- */
.explore-banner {
  background-color: #0D1215;
  border-top: 1px solid #007482;
  border-bottom: 1px solid #007482;
  text-align: center;
  padding: 40px;
}

.explore-banner h2 {
  font-family: 'DM Serif Display', serif;
  font-size: 2rem;
  color: #FFFFFF;
  margin-bottom: 0.5rem;
}

.explore-banner p {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 1rem;
  color: #007482;
  margin: 0 auto;
  max-width: none;
}

/* --- Service Cards --- */
section:has(.service-cards) {
  padding-bottom: 1.5rem !important;
  margin-bottom: 0 !important;
}

.service-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  max-width: 900px;
  margin: 2rem auto 0 auto;
  padding: 0 2rem;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.service-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  border: 1px solid #2a3a42;
  border-radius: 6px;
  background: #1e2a30;
  text-decoration: none;
  transition: border-color 0.2s;
}

.service-card:hover {
  border-color: #007482;
}

.service-icon {
  display: block;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  margin: 0;
}

.service-card h4 {
  font-family: Inter, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0;
  flex: 1;
}

.service-card p {
  display: none;
}

.service-card-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.2s;
}

.service-card-link:hover {
  border-color: #007482;
}

/* --- Network Intro Two-Column --- */
section:has(.network-intro) {
  padding-top: 3rem !important;
}

.network-intro {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-bottom: 3rem;
}

.network-intro-image img {
  display: block;
  width: 100%;
  max-width: 500px;
  height: auto;
}

.network-intro-image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center top;
  border-radius: 4px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  display: block;
}

.network-intro-copy h2 {
  max-width: none;
}

.network-intro-copy p {
  color: #C8CDD1;
}

section.section-light:has(.steps) {
  padding-top: 2rem !important;
  margin-top: 0 !important;
}

section:has(.steps) .section-header h2 {
  text-align: center !important;
  max-width: 900px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

section.section-light:has(.steps) {
  padding-bottom: 1.5rem !important;
}

.faq-section {
  padding-top: 1.5rem !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.faq-section .section-header h2 {
  text-align: center !important;
  max-width: 900px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* --- Steps --- */
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  max-width: 900px;
  margin: 2rem auto 0 auto;
  padding: 0 2rem;
}

.step {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  border: 1px solid #2a3a42;
  border-radius: 6px;
  background: #1e2a30;
}

.step-number {
  font-family: 'DM Serif Display', serif;
  font-size: 2rem;
  color: #007482;
  line-height: 1;
  margin-bottom: 0.75rem;
  display: block;
}

.step h3 {
  font-family: Inter, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0 0 0.75rem 0;
}

.step p {
  font-family: Inter, sans-serif;
  font-size: 0.9rem;
  color: #8899A6;
  line-height: 1.6;
  margin: 0;
  margin-bottom: 0;
}

/* --- Service Sections (services page) --- */
.service-section {
  padding: 5rem 0;
}

.service-section .section-body {
  max-width: 720px;
}

/* service-cta removed — using .btn.service-btn instead */

.read-more-toggle {
  display: none;
}

/* --- Industry Sections --- */
.industry-section {
  padding: 5rem 0;
}

.industry-section .section-body {
  max-width: 720px;
}

/* --- About Sections --- */
.about-section {
  padding: 5rem 0;
}

.about-section .section-body {
  max-width: 720px;
}

/* About Photo */
.about-photo {
  position: relative;
  width: 100%;
  height: 400px;
  margin: 2rem 0 0;
  overflow: hidden;
}

.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 60%;
  display: block;
}

.about-photo-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(to bottom, transparent, #1C2226);
  pointer-events: none;
}

/* --- FAQ --- */
.faq-section {
  padding: 5rem 0;
}

.faq-list {
  max-width: 720px;
}

.faq-item {
  margin-bottom: 2.5rem;
}

.faq-item h3 {
  font-family: 'Inter', Arial, sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  color: #FFFFFF;
  margin-bottom: 0.6rem;
}

.faq-item p {
  color: #B0B8BF;
  font-size: 0.95rem;
}

/* --- Service Closing Section --- */
.service-closing {
  background-color: #161C20;
  border-top: 1px solid #007482;
  border-bottom: 1px solid #007482;
  padding: 80px 40px;
  text-align: center;
}

.service-closing-inner {
  max-width: 720px;
  margin: 0 auto;
}

.service-closing-tagline {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 1rem;
  color: #007482;
  letter-spacing: 0.05em;
  margin-bottom: 32px;
  max-width: none;
}

.service-closing-headline {
  font-family: 'DM Serif Display', serif;
  font-size: 2.2rem;
  color: #FFFFFF;
  margin-bottom: 16px;
}

.service-closing-body {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 1.1rem;
  color: #E8E8E8;
  line-height: 1.8;
  max-width: 600px;
  margin: 0 auto 40px;
}

/* --- Service Illustration Banner --- */
.service-ill-banner {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  margin-bottom: 2rem;
}

.service-ill-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: brightness(0.80);
}

/* --- Strategy Hero Image --- */
.strategy-hero-image {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  margin-bottom: 2rem;
}

/* --- Contact Hero Image --- */
.contact-hero-image {
  width: 100%;
  height: 220px;
  overflow: hidden;
  position: relative;
  margin-top: 4.5rem;
}

/* --- Accordion FAQ --- */
.accordion-item {
  border-bottom: 1px solid #2A3238;
}

.accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}

.accordion-header span,
.faq-item h3,
.faq-question,
.faq-item button,
.faq-item h4,
.faq-item summary,
.faq-header,
.faq-section button,
.faq-section dt,
.faq-section summary {
  font-family: 'DM Serif Display', serif;
  font-size: 1.1rem;
  color: #FFFFFF !important;
  background: transparent !important;
  flex: 1;
  padding-right: 1rem;
}

.accordion-arrow {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.accordion-item.active .accordion-arrow {
  transform: rotate(180deg);
}

.accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0;
}

.accordion-item.active .accordion-body {
  max-height: 500px;
  padding: 0 0 24px;
}

.accordion-body p {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 1rem;
  color: #E8E8E8;
  margin: 0;
  max-width: none;
  line-height: 1.8;
}

/* --- Final CTA --- */
.final-cta {
  padding: 2rem 0 6rem 0;
  text-align: center;
  background-color: #242B30;
  margin-top: 0;
}

.final-cta h2 {
  margin-bottom: 1.2rem;
}

.final-cta p {
  max-width: 520px;
  margin: 0 auto 2.5rem;
  color: #B0B8BF;
}

.final-cta .btn {
  font-size: 1.1rem;
  padding: 1.1rem 2.8rem;
}

/* --- Mobile Click-to-Call Bar --- */
.mobile-call-bar {
  display: none;
  background: #1C2226;
  width: 100%;
  text-align: center;
  padding: 0.85rem 1rem;
  text-decoration: none;
  color: #ffffff;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

/* --- Contact Cards Grid --- */
.contact-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin: 0;
}

.contact-card {
  background: #1e2a30;
  border: 1px solid #2a3a42;
  border-radius: 6px;
  padding: 1.5rem;
  text-align: center;
}

.contact-card svg {
  margin: 0 auto 1rem auto;
  display: block;
}

.contact-card h3 {
  text-align: center;
}

.contact-card p {
  text-align: center;
}

.contact-card h3 {
  font-family: 'DM Serif Display', serif;
  font-size: 1.1rem;
  color: #FFFFFF;
  margin: 0 0 0.75rem 0;
}

.contact-card p {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 0.95rem;
  color: #8899A6;
  margin: 0;
  line-height: 1.6;
  max-width: none;
}

/* --- Contact Form --- */
.contact-form {
  max-width: 560px;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group label {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  color: #B0B8BF;
  margin-bottom: 0.4rem;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  background-color: #1C2226;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  color: #E8E8E8;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 1rem;
  transition: border-color 0.2s ease;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #007482;
}

.form-group textarea {
  min-height: 140px;
  resize: vertical;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #6B7680;
}

/* --- Contact Info --- */
.contact-info {
  margin-top: 3rem;
}

.contact-info p {
  color: #8A9299;
  font-size: 0.95rem;
  margin-bottom: 0.3rem;
}

.contact-info a {
  color: #8A9299;
}

.contact-info a:hover {
  color: #007482;
}

/* --- Footer --- */
.site-footer {
  padding: 60px 0 0 0;
  background-color: #161c20;
}

.footer-columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem 40px 2rem;
}

.footer-col-brand .footer-logo img {
  height: 36px;
  width: auto;
  display: block;
  margin-bottom: 1rem;
}

.footer-col-brand .footer-tagline {
  font-family: Inter, sans-serif;
  font-size: 13px;
  color: #8899A6;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.footer-col-brand .footer-phone {
  font-family: Inter, sans-serif;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
}

.footer-col-brand .footer-phone:hover {
  color: #007482;
}

.footer-col-label {
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8899A6;
  margin-bottom: 1rem;
}

.footer-col-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-col-links a {
  font-family: Inter, sans-serif;
  font-size: 13px;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-col-links a:hover {
  color: #007482;
}

.footer-bottom {
  border-top: 1px solid #2a3540;
  padding: 1.25rem 2rem;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.footer-bottom-left {
  font-family: Inter, sans-serif;
  font-size: 12px;
  color: #8899A6;
}

.footer-bottom-right {
  font-family: Inter, sans-serif;
  font-size: 12px;
  color: #8899A6;
}

.footer-bottom-right a {
  color: #8899A6;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-bottom-right a:hover {
  color: #ffffff;
}

.footer-bottom-right .footer-sep {
  margin: 0 0.5rem;
}

@media (max-width: 768px) {
  .site-footer {
    padding-top: 48px !important;
  }

  .footer-columns {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 24px;
    padding-bottom: 24px;
  }

  .footer-col-brand .footer-logo img {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-col-brand .footer-tagline {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-col-brand .footer-phone {
    display: block;
    margin-top: 0.5rem;
  }

  .footer-col-links {
    align-items: center;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }
}

/* --- Two Column Layout --- */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

/* --- Section Full-Width Image --- */
.section-image {
  width: 100%;
  height: 350px;
  overflow: hidden;
  margin-bottom: 3rem;
}

.section-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* --- Service Hero Image --- */
.service-hero-image {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
  margin-bottom: 3rem;
}

.service-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.service-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(28, 34, 38, 0.3);
  pointer-events: none;
}

/* --- Service Two-Column Layout --- */
.service-two-col {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 48px;
  align-items: start;
}

.service-two-col-copy h2 {
  max-width: none;
}

.service-two-col-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
  display: block;
}

.service-btn {
  margin-top: 24px;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.service-btn:hover {
  background-color: #005f6b;
}

/* --- Breadcrumb --- */
.breadcrumb {
  padding: 1rem 0;
  margin-top: 4.5rem;
  background-color: #1C2226;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.breadcrumb a {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 0.9rem;
  color: #007482;
}

.breadcrumb a:hover {
  color: #00969e;
}

.breadcrumb .container {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 0.9rem;
  color: #6B7680;
}

/* --- Service Page Hero --- */
.service-page-hero {
  padding: 4rem 0 3rem;
}

.service-page-hero h1 {
  font-size: 2.4rem;
  max-width: 900px;
  margin: 1rem auto 0.8rem;
}

.service-page-hero .subheadline {
  font-size: 1.1rem;
  color: #B0B8BF;
  max-width: 600px;
  margin: 0 auto;
}

/* --- Overview Grid --- */
.overview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  max-width: 960px;
  margin: 0 auto;
}

.overview-card {
  display: block;
  background: #1e2a30;
  border: 1px solid #2a3a42;
  border-left: 3px solid #007482;
  border-radius: 6px;
  padding: 1.25rem;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.overview-card:hover {
  background: #232b31;
  border-color: #007482;
}

.overview-card svg {
  margin-bottom: 0.75rem;
}

.overview-card h2 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.overview-card p {
  font-size: 0.875rem;
  color: #8899A6;
  max-width: none;
  margin-bottom: 0;
  line-height: 1.6;
}

/* --- Manufacturing Boxes --- */
.mfg-boxes-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}

.mfg-box {
  background-color: #242B30;
  border-radius: 4px;
  padding: 32px;
  border-top: 3px solid #007482;
}

.mfg-box-full {
  background-color: #1C2226;
  border-radius: 4px;
  padding: 32px;
  border-top: 3px solid #DA291C;
  margin-bottom: 2rem;
}

.mfg-box-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 1.2rem;
}

.mfg-box-header h3 {
  font-family: 'DM Serif Display', serif;
  font-size: 1.3rem;
  color: #FFFFFF;
  margin-bottom: 0;
}

.mfg-checklist-two-col {
  columns: 2;
  column-gap: 2rem;
}

/* --- Industry Grid --- */
.industry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  max-width: 900px;
  margin: 0 auto;
}

.industry-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  background: #1e2a30;
  border: 1px solid #2a3a42;
  border-radius: 6px;
  padding: 1.25rem 1.5rem;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.industry-card:hover {
  background: #232b31;
  border-color: #007482;
}

.industry-card svg {
  flex-shrink: 0;
  margin: 0;
}

.industry-card h3 {
  font-family: Inter, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0;
  flex: 1;
}

/* --- Related Services Grid --- */
.related-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}

/* --- Section Closer --- */
.section-closer {
  font-family: 'DM Serif Display', serif;
  font-size: 1.6rem;
  color: #FFFFFF;
  text-align: center;
  max-width: 680px;
  margin: 32px auto 0;
  padding: 0 0 32px;
  line-height: 1.5;
}

/* --- Fiber Intro Two-Column --- */
.fiber-intro {
  display: grid;
  grid-template-columns: 55fr 45fr;
  gap: 48px;
  align-items: center;
  margin-bottom: 2rem;
}

.fiber-intro-copy h2 {
  max-width: none;
}

.fiber-intro-copy p {
  color: #C8CDD1;
}

.fiber-intro-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
  display: block;
}

/* --- Fiber Banner --- */
.fiber-banner {
  margin-bottom: 2rem;
}

.fiber-banner img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
  display: block;
}

.fiber-banner-caption {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 0.85rem;
  font-style: italic;
  color: #DA291C;
  margin-top: 8px;
  max-width: none;
}

/* --- Fiber Fail Image --- */
.fiber-fail-image {
  margin-top: 16px;
}

.fiber-fail-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
  display: block;
}

.fiber-fail-caption {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 0.85rem;
  font-style: italic;
  color: #DA291C;
  margin-top: 8px;
  max-width: none;
}

/* --- Referral Note --- */
.referral-note {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 1rem;
  font-style: italic;
  color: #E8E8E8;
  text-align: center;
  max-width: 720px;
  margin: 32px auto;
  line-height: 1.8;
}

/* --- Section Banner Image --- */
.section-banner {
  width: 100%;
  height: 350px;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 2rem;
}

.section-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

/* --- Winery Banner Overlay --- */
.winery-banner-overlay {
  position: relative;
  height: 300px;
}

.winery-banner-shade {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(28, 34, 38, 0.20);
  pointer-events: none;
  border-radius: 4px;
}

/* --- Icon Trio --- */
.icon-trio {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  background-color: #161C20;
  border-radius: 8px;
  padding: 40px 0;
  margin: 32px 0;
}

.icon-trio-item {
  text-align: center;
  flex: 1;
  padding: 0 24px;
}

.icon-trio-item svg {
  margin-bottom: 16px;
}

.icon-trio-label {
  font-family: 'Inter', Arial, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #FFFFFF;
  margin-bottom: 8px;
}

.icon-trio-sublabel {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 0.9rem;
  color: #E8E8E8;
  line-height: 1.5;
}

.icon-trio-divider {
  width: 1px;
  height: 60px;
  background-color: #007482;
  flex-shrink: 0;
}

/* --- Cyber Boxes --- */
.cyber-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin: 2rem 0;
}

.cyber-box {
  padding: 32px;
  border-radius: 4px;
}

.cyber-box h3 {
  font-family: 'DM Serif Display', serif;
  font-size: 1.3rem;
  color: #FFFFFF;
  margin-bottom: 1rem;
}

.cyber-box p {
  font-size: 1rem;
  color: #E8E8E8;
  max-width: none;
}

.cyber-box-left {
  background-color: #242B30;
}

.cyber-box-right {
  background-color: #1C2226;
  border: 1px solid #007482;
}

.cyber-checklist {
  list-style: none;
  padding: 0;
}

.cyber-checklist li {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 1rem;
  color: #E8E8E8;
  padding: 0.4rem 0;
  padding-left: 1.6rem;
  position: relative;
}

.cyber-checklist li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #007482;
  font-weight: 700;
}

/* --- Inline Photo --- */
.inline-photo {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}

.inline-photo-wrap {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 4px;
}

.inline-photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.inline-photo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(28, 34, 38, 0.15);
  pointer-events: none;
}

.inline-photo-caption {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 0.85rem;
  font-style: italic;
  color: #007482;
  margin-top: 8px;
  max-width: none;
}

/* --- Before/After Split --- */
.before-after {
  display: flex;
  width: 100%;
  margin-bottom: 3rem;
}

.before-after-item {
  flex: 1;
  position: relative;
  height: 300px;
  overflow: hidden;
}

.before-after-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.before-after-label {
  position: absolute;
  bottom: 12px;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 0.85rem;
  color: #FFFFFF;
  padding: 6px 12px;
}

.label-before {
  left: 12px;
  background: rgba(0, 0, 0, 0.6);
}

.label-after {
  right: 12px;
  background: rgba(0, 116, 130, 0.8);
}

.before-after-divider {
  width: 2px;
  background-color: #007482;
  flex-shrink: 0;
}

/* --- Not For Everyone Section --- */
.section-not {
  background-color: #161C20;
  padding: 80px 0 0 0;
  text-align: center;
  border-bottom: 1px solid #007482;
  margin-bottom: 0;
}

.section-not h2 {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}

.section-not p {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  color: #C8CDD1;
  text-align: left;
}

.section-not h2 {
  text-align: center;
  margin-bottom: 2rem;
}

.not-for-everyone-cta,
p.not-for-everyone-cta {
  max-width: 800px !important;
  margin: 3rem auto 0 auto !important;
  padding: 2rem 2rem 2rem 2rem !important;
  border-top: 2px solid #007482 !important;
  text-align: center !important;
  font-family: 'DM Serif Display', serif !important;
  font-size: 1.4rem !important;
  line-height: 1.5 !important;
  color: #ffffff !important;
}

/* --- NFFE Cards (mobile only) --- */
.nffe-cards {
  display: none;
}

/* --- Winery Parallax Section --- */
.section-winery {
  padding: 6rem 0;
  background: linear-gradient(rgba(28, 34, 38, 0.80), rgba(28, 34, 38, 0.80)), url('../images/winery-aerial.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* --- Scroll Fade-In --- */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-in .section-header {
  transition-delay: 0s;
}

.fade-in .section-body,
.fade-in .service-cards,
.fade-in .steps,
.fade-in .faq-list {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.6s ease 0.1s, transform 0.6s ease 0.1s;
}

.fade-in.visible .section-body,
.fade-in.visible .service-cards,
.fade-in.visible .steps,
.fade-in.visible .faq-list {
  opacity: 1;
  transform: translateY(0);
}

.fade-in .service-cta {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.6s ease 0.2s, transform 0.6s ease 0.2s;
}

.fade-in.visible .service-cta {
  opacity: 1;
  transform: translateY(0);
}

/* --- Responsive --- */
@media (max-width: 768px) {
  html { font-size: 16px; }

  h1 { font-size: 2.2rem; }
  h2 { font-size: 1.6rem; }
  h3 { font-size: 1.2rem; }

  .hero h1 { font-size: 2rem; }
  .page-hero h1 { font-size: 1.8rem; }

  body, p, .section-body p, .faq-item p, .service-card p, .step p {
    font-size: 1rem;
  }

  /* Mobile typography minimums */
  .hero .subheadline {
    font-size: 1rem;
  }

  .main-nav a {
    font-size: 0.9375rem;
  }

  .accordion-header span,
  .accordion-header,
  .accordion-body p {
    font-size: 0.9375rem;
  }

  .btn,
  .hero-cta,
  .final-cta .btn {
    font-size: 0.9375rem;
  }

  .final-cta {
    padding: 32px 0 32px 0 !important;
  }

  .final-cta h2 {
    margin-top: 0 !important;
    margin-bottom: 0.75rem !important;
  }

  .final-cta p {
    margin-bottom: 1.25rem !important;
  }

  .final-cta .btn {
    padding: 14px 24px !important;
  }

  .service-card h4,
  .service-card h3,
  .industry-card h3,
  .contact-card h3,
  .overview-card h2,
  .nffe-card h3 {
    font-size: 0.9375rem;
  }

  .footer-left p,
  .footer-right a {
    font-size: 0.875rem;
  }

  .last-updated,
  .last-updated p {
    font-size: 0.875rem;
  }

  .hero {
    background-attachment: scroll;
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    padding-top: 40px !important;
    padding-bottom: 2rem !important;
  }

  .hero-inner {
    justify-content: flex-start !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .stat-bar {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    text-align: center;
    padding: 1rem;
  }

  .stat-bar .stat-item {
    padding: 0.75rem 0.25rem;
  }

  .stat-value {
    font-size: 1.3rem !important;
    white-space: nowrap;
  }

  .stat-label {
    font-size: 11px !important;
    white-space: nowrap;
  }

  .stat-divider {
    display: none;
  }

  .section-not .not-closer {
    font-size: 1.5rem;
  }

  .nffe-cards {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    padding: 0 !important;
    margin: 1rem 0 !important;
  }

  .nffe-card {
    display: flex !important;
    flex-direction: column !important;
    padding: 1.25rem 1rem !important;
    border-bottom: 1px solid #2a3a42 !important;
    background: transparent !important;
  }

  .nffe-card:last-child {
    border-bottom: none !important;
  }

  .nffe-card svg {
    margin-bottom: 0.75rem !important;
    flex-shrink: 0 !important;
  }

  .nffe-card h3 {
    font-family: 'DM Serif Display', serif !important;
    font-size: 1.2rem !important;
    color: #ffffff !important;
    margin: 0 0 0.5rem 0 !important;
  }

  .nffe-card p {
    font-family: Inter, sans-serif !important;
    font-size: 0.95rem !important;
    color: #8899A6 !important;
    line-height: 1.6 !important;
    margin: 0 !important;
  }

  .section-not > .container > p:not(.not-for-everyone-cta) {
    display: none !important;
  }

  .section-image,
  .about-photo,
  .before-after {
    display: none;
  }

  .network-intro {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.5rem !important;
  }

  .network-intro-image {
    display: block !important;
    order: -1 !important;
  }

  .network-intro-image img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .service-two-col {
    grid-template-columns: 1fr;
  }

  .service-two-col-image {
    display: none;
  }

  .service-section .inline-photo {
    display: none;
  }

  .icon-trio {
    flex-direction: column;
    gap: 2rem;
    padding: 32px 24px;
  }

  .icon-trio-divider {
    display: none;
  }

  .cyber-boxes {
    grid-template-columns: 1fr;
  }

  .section-banner {
    display: none;
  }

  .winery-banner-overlay {
    display: block;
    height: 180px;
  }

  .section-closer {
    font-size: 1.3rem;
  }

  .mit-icon-row {
    flex-direction: column;
  }

  .mit-icon-divider {
    width: 100%;
    height: 1px;
    margin: 0;
  }

  .managed-it-layout {
    grid-template-columns: 1fr;
  }

  .pain-two-col {
    grid-template-columns: 1fr;
  }

  .pain-cards {
    grid-template-columns: 1fr !important;
    padding: 0 1rem !important;
  }

  .page-hero {
    padding: 40px 0 24px !important;
  }

  .overview-grid {
    grid-template-columns: 1fr;
    gap: 8px !important;
    padding: 0 1rem !important;
    max-width: 480px;
    margin: 0 auto;
  }

  .overview-card {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 0.85rem 1rem !important;
    border-radius: 4px !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-left: 3px solid #007482 !important;
    background: #1e2a30 !important;
  }

  .overview-card svg {
    width: 24px !important;
    height: 24px !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
  }

  .overview-card h2 {
    font-family: Inter, sans-serif !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    margin: 0 !important;
    flex: 1 !important;
  }

  .overview-card p {
    display: none !important;
  }

  .service-ill-banner {
    display: none !important;
  }

  .explore-banner {
    padding: 1rem 1rem 16px !important;
  }

  .explore-banner h2 {
    font-size: 1.8rem !important;
    margin-bottom: 0.15rem !important;
  }

  .explore-banner p {
    font-size: 0.875rem !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }

  section.section-light:has(.overview-grid) {
    padding-top: 16px !important;
  }

  .strategy-hero-image {
    height: 180px;
  }

  .contact-cards-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    padding: 0 !important;
  }

  .contact-card {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 1rem !important;
    padding: 0.85rem 0 !important;
    border-bottom: 1px solid #2a3a42 !important;
    border-radius: 0 !important;
    background: transparent !important;
    text-align: left !important;
  }

  .contact-card:last-child {
    border-bottom: none !important;
  }

  .contact-card svg {
    width: 28px !important;
    height: 28px !important;
    flex-shrink: 0 !important;
    display: block !important;
    margin: 0 !important;
  }

  .contact-card h3 {
    font-size: 1.1rem !important;
    font-family: Inter, sans-serif !important;
    color: #ffffff !important;
    margin: 0 !important;
    font-weight: 600 !important;
    letter-spacing: 0.02em !important;
    flex: 1 !important;
  }

  .contact-card p {
    display: none !important;
  }

  .contact-card::after {
    content: "\2192" !important;
    color: #007482 !important;
    font-size: 1.1rem !important;
    margin-left: auto !important;
    flex-shrink: 0 !important;
  }

  .contact-hero-image {
    height: 180px;
  }

  .resource-cards {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .resource-card {
    padding: 1rem !important;
  }

  .resource-card svg {
    width: 20px !important;
    height: 20px !important;
  }

  .resource-card h2 {
    font-size: 1rem !important;
  }

  .resource-card p:not([style*="color: #007482"]):not([style*="color: #8899A6"]) {
    display: none !important;
  }

  .resource-card .btn {
    padding: 10px 16px !important;
    font-size: 0.875rem !important;
  }

  .section-dark > .container[style*="display: flex"] {
    flex-direction: column !important;
    gap: 2rem !important;
  }

  .mfg-boxes-row {
    grid-template-columns: 1fr;
  }

  .mfg-checklist-two-col {
    columns: 1;
  }

  .industry-grid {
    grid-template-columns: 1fr;
    padding: 0 1rem;
  }

  .about-section:first-of-type {
    padding-top: 24px !important;
  }

  section.section-light:has(.industry-grid) {
    padding-top: 16px !important;
    padding-bottom: 24px !important;
  }

  section.page-hero + section.section-light:has(.industry-grid) {
    padding-top: 16px !important;
  }

  .related-services-grid {
    grid-template-columns: 1fr;
  }

  .service-page-hero h1 {
    font-size: 1.8rem;
  }

  .fiber-intro {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .fiber-intro-image img {
    height: 280px;
  }

  .fiber-banner img {
    height: 220px;
  }

  .truncatable {
    max-height: 120px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.4s ease;
  }

  .truncatable.expanded {
    max-height: 2000px;
  }

  .read-more-toggle {
    display: inline-block;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: #007482;
    cursor: pointer;
    margin-top: 8px;
    margin-bottom: 16px;
    background: none;
    border: none;
    padding: 0;
  }

  .read-more-toggle:hover {
    color: #00969e;
  }

  .service-btn,
  .final-cta .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .inline-photo-wrap {
    height: 250px;
  }

  .service-hero-image {
    height: 220px;
  }

  .stat-value {
    font-size: 2.5rem;
  }

  .stat-label {
    font-size: 1rem;
  }

  .section-winery {
    background-attachment: scroll;
  }

  .about-photo {
    height: 250px;
  }

  section { padding: 4rem 0; }

  .network-intro {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .service-cards {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    padding: 0 1rem !important;
  }

  .service-card,
  .service-card-link {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 1rem !important;
    padding: 0.85rem 0 !important;
    border-bottom: 1px solid #2a3a42 !important;
    border-radius: 0 !important;
    background: transparent !important;
    text-decoration: none !important;
  }

  .service-card:last-child,
  .service-card-link:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0.85rem !important;
  }

  .service-cards {
    margin-top: 0.5rem !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .section-winery {
    padding-top: 1.5rem !important;
    margin-top: 0 !important;
  }

  .service-card svg,
  .service-card .service-icon {
    width: 34px !important;
    height: 34px !important;
    flex-shrink: 0 !important;
  }

  .service-card h4,
  .service-card h2,
  .service-card h3,
  .service-card .service-title {
    font-size: 1.1rem !important;
    font-family: Inter, sans-serif !important;
    color: #ffffff !important;
    margin: 0 !important;
    font-weight: 600 !important;
    letter-spacing: 0.02em !important;
  }

  .service-card p,
  .service-card .service-description {
    display: none !important;
  }

  .service-card-link::after {
    content: "\2192" !important;
    color: #007482 !important;
    margin-left: auto !important;
    font-size: 1.3rem !important;
  }

  .steps {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    padding: 0 1rem !important;
  }

  .step {
    padding: 1.25rem 0 1.25rem 1.25rem !important;
    border-bottom: 1px solid #2a3a42 !important;
    border-radius: 0 !important;
    background: transparent !important;
    margin-bottom: 0 !important;
  }

  .step:last-child {
    border-bottom: none !important;
  }

  .step-number {
    font-size: 2.5rem !important;
    font-family: 'DM Serif Display', serif !important;
    color: #007482 !important;
    margin-bottom: 0.5rem !important;
    display: block !important;
    line-height: 1 !important;
  }

  .step h3 {
    font-size: 1.25rem !important;
    font-family: 'DM Serif Display', serif !important;
    color: #ffffff !important;
    margin-bottom: 0.5rem !important;
    margin-top: 0 !important;
  }

  .step p {
    font-size: 1rem !important;
    line-height: 1.6 !important;
    color: #8899A6 !important;
    margin: 0 !important;
  }

  .two-col {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-inner {
    flex-direction: column;
    text-align: center;
  }

  .footer-right {
    justify-content: center;
  }
}

@media (min-width: 769px) {
  .hero {
    min-height: calc(100vh - 340px) !important;
    height: calc(100vh - 340px) !important;
    max-height: calc(100vh - 340px) !important;
  }

  .contact-card p {
    display: block !important;
  }

  .nffe-cards {
    display: none !important;
  }

  .section-not > .container > p {
    display: block !important;
  }

  .service-card p,
  .service-card .service-description {
    display: none !important;
  }


  .hero-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
    text-align: center !important;
    padding-top: 0 !important;
    padding-bottom: 2rem !important;
  }

  .network-intro {
    align-items: center !important;
  }

  .service-card h4,
  .service-card h2,
  .service-card h3,
  .service-card .service-title {
    font-size: 0.82rem !important;
    letter-spacing: 0.04em !important;
  }
}

@media (max-width: 480px) {
  html { font-size: 16px; }

  .container {
    padding: 0 1.2rem;
  }

  .hero h1 { font-size: 1.8rem; }
  h2 { font-size: 1.4rem; }
  .page-hero { padding: 40px 0 1.5rem !important; }
  section { padding: 3rem 0; }

  .btn:not(.hero .btn) {
    width: 100%;
    text-align: center;
  }
}
