:root {
  --bg: #0b0d12;
  --text: #f5f7fb;
  --text-dark: #111827;
  --muted: #677287;
  --line: rgba(15,23,42,0.08);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Poppins", system-ui, sans-serif; background: var(--bg); color: var(--text); }
.video-bg,.video-overlay { position: fixed; inset: 0; }
.hero-shell { position: relative; min-height: 100vh; overflow: hidden; }
.video-bg iframe { width: 100vw; height: 56.25vw; min-width: 177.77vh; min-height: 100vh; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); pointer-events: none; }
.video-overlay { background:
  radial-gradient(circle at top left, rgba(255,255,255,0.07), transparent 22%),
  radial-gradient(circle at bottom right, rgba(6,182,212,0.12), transparent 28%),
  repeating-linear-gradient(90deg, rgba(255,255,255,0.016) 0 1px, transparent 1px 120px),
  linear-gradient(180deg, rgba(3,5,8,.24), rgba(3,5,8,.52)); }
.hero-divider { position: absolute; inset: 0; z-index: 1; background:
  radial-gradient(circle at center, rgba(255,255,255,0.04), transparent 48%),
  repeating-linear-gradient(0deg, rgba(255,255,255,0.018) 0 1px, transparent 1px 4px),
  repeating-linear-gradient(90deg, rgba(255,255,255,0.014) 0 1px, transparent 1px 5px),
  linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0));
  opacity: 0.65;
  mix-blend-mode: screen; }
.container { width: min(1180px, calc(100% - 2rem)); margin: 0 auto; }
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 40; padding: 18px 0; }
.site-header::after { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 150px; pointer-events: none; background: linear-gradient(180deg, rgba(11,13,18,0.38) 0%, rgba(11,13,18,0.16) 35%, rgba(11,13,18,0.00) 100%); mask-image: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,.85) 38%, rgba(0,0,0,0) 100%); }
.header-inner { position: relative; z-index: 2; display: flex; align-items: flex-start; justify-content: space-between; gap: 2rem; padding-left: 0; padding-right: 28px; min-height: 120px; padding-top: 0; background: transparent; border: 0; border-radius: 0; backdrop-filter: none; -webkit-backdrop-filter: none; box-shadow: none; }
.brand-block { display: inline-flex; align-items: center; justify-content: center; gap: 0; margin-left: 6px; margin-top: 6px; text-decoration: none; width: 56px; height: 56px; border-radius: 14px; background: rgba(8,12,18,.58); border: 1px solid rgba(255,255,255,.10); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); box-shadow: 0 10px 30px rgba(0,0,0,.16); flex: 0 0 56px; }
.brand-logo { width: 430px; max-width: 56vw; height: auto; display: block; object-fit: contain; filter: drop-shadow(0 12px 28px rgba(0,0,0,.24)) drop-shadow(0 26px 70px rgba(0,0,0,.46)) drop-shadow(0 0 18px rgba(0,0,0,.12)); }
.brand-icon-logo { width: 38px; max-width: 38px; }
.brand-mobile-logo { display: none; }
.hero-brand-frame { width: min(92vw, 450px); display: grid; place-items: center; overflow: visible; margin: 1.35rem auto 1rem; }
.hero-brand-logo { width: 100%; max-width: min(92vw, 450px); height: auto; display: block; margin: 0 auto; object-fit: contain; transform: none; filter: drop-shadow(0 12px 28px rgba(0,0,0,.24)) drop-shadow(0 26px 70px rgba(0,0,0,.46)) drop-shadow(0 0 18px rgba(0,0,0,.12)); }
.brand-name { font-size: 1rem; font-weight: 800; letter-spacing: .12em; }
.brand-sub { font-size: .82rem; color: rgba(255,255,255,.72); }
.nav-right { margin-left: auto; margin-right: 14px; display: flex; align-items: flex-start; gap: 0; margin-top: 6px; position: relative; flex: 0 0 56px; }
.nav-stack { flex-direction: row; }
.main-nav { position: absolute; top: calc(100% + 10px); right: 0; min-width: 230px; display: none; flex-direction: column; align-items: flex-start; gap: 12px; padding: 16px; border-radius: 18px; background: rgba(8,12,18,.94); border: 1px solid rgba(255,255,255,.08); box-shadow: 0 24px 60px rgba(0,0,0,.26); backdrop-filter: blur(18px); }
.main-nav.is-open { display: flex; }
.main-nav a { color: #fff; text-decoration: none; font-size: .98rem; line-height: 1.2; width: 100%; opacity: .94; position: relative; }
.main-nav a::after { content: ""; position: absolute; left: 0; bottom: -5px; width: 0; height: 1px; background: rgba(255,255,255,.95); transition: width .2s ease; }
.main-nav a:hover::after { width: 100%; }
.header-socials { display: none; gap: 10px; align-items: center; justify-content: flex-end; width: 100%; }
.header-socials a { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 999px; text-decoration: none; color: #fff; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.05); }
.header-socials svg { width: 15px; height: 15px; fill: currentColor; }
.menu-toggle { width: 56px; height: 56px; border-radius: 14px; border: 1px solid rgba(255,255,255,.18); background: rgba(8,12,18,.58); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); display: inline-flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; padding: 0; box-shadow: 0 10px 30px rgba(0,0,0,.16); }
.menu-toggle span { display: block; width: 20px; height: 2px; border-radius: 999px; background: #fff; }
.mobile-fixed-icon { display: none; }
.hero-mobile-socials { display: none; }
.mobile-menu-socials { display: flex; gap: 10px; align-items: center; justify-content: flex-start; flex-wrap: nowrap; padding-top: 10px; margin-top: 4px; border-top: 1px solid rgba(255,255,255,.08); width: 100%; overflow: hidden; }
.hero-content { position: relative; z-index: 2; min-height: calc(100vh - 106px); display: grid; align-content: start; justify-items: center; padding: 8.2rem 0 6rem; }
.eyebrow { margin: 0 0 14px; text-transform: uppercase; letter-spacing: .18em; font-size: .76rem; font-weight: 700; color: #ffffff; }
.hero-copy > .eyebrow { margin-top: -6px; }
.eyebrow.dark { color: #06b6d4; }
h1,h2,h3,p,ul { margin-top: 0; }
h1 { font-size: clamp(2.9rem, 7vw, 6rem); line-height: .92; max-width: 10.5ch; margin-bottom: 1.5rem; }
.accent-cyan { color: #06b6d4; }
.accent-light { color: #67e8f9; }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.04; margin-bottom: 1rem; color: var(--text); }
h3 { color: #06b6d4; margin-bottom: .8rem; }
.lead { max-width: 62ch; color: rgba(255,255,255,.84); font-size: 1.06rem; }
.strong-lead { max-width: 58ch; font-size: 1.08rem; line-height: 1.9; margin-bottom: 1.2rem; }
.hero-copy { max-width: 980px; width: 100%; text-align: center; display: grid; justify-items: center; }
.hero-copy .eyebrow,
.hero-copy h1,
.hero-copy .lead { text-align: center; max-width: 100%; }
.hero-actions { justify-content: center; }
.hero-actions,.contact-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 32px; }
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 14px 22px; border-radius: 999px; text-decoration: none; font-weight: 700; }
.btn-primary { background: #ffffff; color: #0b1119; }
.btn-ghost { color: #fff; border: 1px solid rgba(255,255,255,.22); background: transparent; }
.dark-ghost { color: var(--text-dark); border-color: rgba(15,23,42,.12); }
.content-layer { position: relative; z-index: 3; background: transparent; margin-top: -1px; transform: translateZ(0); will-change: transform; }
.content-layer::before { display: none; }
.section { position: relative; padding: 5.5rem 0; color: var(--text); }
.services-section { padding-top: 3.25rem; padding-bottom: 4.25rem; margin-bottom: 0; }
.contact-section { padding-top: 4rem; }
.section > * { position: relative; z-index: 1; }
.section-heading { max-width: 760px; margin: 0 0 2rem; text-align: left; }
.section-heading.narrow { max-width: 900px; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: start; }
.long-copy p, .long-copy li, .contact-lead, .info-column p, .info-column li { color: rgba(255,255,255,0.82); max-width: 72ch; }
.long-copy ul, .info-column ul { padding-left: 1.2rem; margin-bottom: 1rem; list-style-position: outside; }
.two-text-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-bottom: 2rem; }
.info-column { text-align: left; }
.info-column h3 { margin-bottom: .8rem; }
.single-flow-about { grid-template-columns: 1fr; gap: 34px; align-items: start; }
.about-main-copy { max-width: 900px; margin: 0; text-align: left; }
.about-main-copy p { font-size: 1.03rem; line-height: 1.9; margin-bottom: 1.1rem; margin-left: 0; margin-right: 0; }
.about-service-icons { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; margin-top: 2.4rem; }
.about-service-badge { display: grid; justify-items: center; gap: 10px; padding: 18px 10px 14px; border-radius: 18px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); backdrop-filter: blur(8px); }
.about-service-badge span { font-size: 1.4rem; line-height: 1; }
.about-service-badge small { color: rgba(255,255,255,0.82); font-size: 0.8rem; text-align: center; }
.services-compact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.services-three-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; max-width: 780px; margin-top: 22px; }
.service-mini { position: relative; aspect-ratio: 1 / 1; min-height: 0; width: 100%; max-width: 240px; margin: 0; border-radius: 20px; overflow: hidden; background: rgba(255,255,255,0.04) !important; border: 1px solid rgba(255,255,255,0.08); box-shadow: 0 14px 34px rgba(0,0,0,.14); padding: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.service-mini::after { display: none; }
.service-layer { position: relative; left: auto; right: auto; top: auto; z-index: 1; padding: 0; width: 100%; margin-top: 10px; }
.service-layer-strong { background: transparent; padding-top: 0; }
.company-logo { width: 100%; max-width: 190px; height: 74px; object-fit: contain; display: block; margin-bottom: 10px; border-radius: 14px; background: rgba(255,255,255,0.94); padding: 8px; }
.service-logo-inline { position: relative; z-index: 3; width: min(100%, 150px); max-width: none; height: 52px; object-fit: contain; display: block; margin: 0 auto 8px; transform: scale(3.15); transform-origin: center center; filter: drop-shadow(0 12px 28px rgba(0,0,0,.28)) drop-shadow(0 0 14px rgba(0,0,0,.12)); }
.service-layer p { max-width: 16ch; color: rgba(255,255,255,0.82); margin: 0 auto; font-size: .82rem; line-height: 1.15; }
.service-mini-image-only { padding: 0; overflow: hidden; }
.service-square-image { width: 100%; height: 100%; object-fit: cover; display: block; }
.about-services-centered-row { justify-content: center; margin-left: auto; margin-right: auto; }
.services-three-grid .service-mini:nth-child(1), .services-three-grid .service-mini:nth-child(2), .services-three-grid .service-mini:nth-child(3) { z-index: auto; margin-top: 0; margin-left: 0; }
.quote-inline { margin-top: 2rem; display: grid; gap: 1rem; }
.quote-inline h3 { margin-bottom: 0; }
.quote-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.quote-list div { padding: 18px 20px; border-radius: 18px; background: transparent; border: 1px solid rgba(255,255,255,0.10); box-shadow: none; font-weight: 600; color: var(--text); backdrop-filter: none; }
.contact-section { text-align: left; }
.contact-section h2 { margin-bottom: .8rem; }
.contact-form { max-width: 760px; margin: 18px 0 8px; }
.contact-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.contact-form label { display: grid; gap: 8px; color: rgba(255,255,255,0.88); font-size: 0.84rem; font-weight: 600; }
.contact-form label span { color: rgba(255,255,255,0.82); }
.contact-form input,
.contact-form textarea { width: 100%; border: 1px solid rgba(255,255,255,0.12); background: rgba(255,255,255,0.04); color: #fff; border-radius: 16px; padding: 14px 16px; font: inherit; outline: none; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); box-shadow: 0 10px 28px rgba(0,0,0,.10); }
.contact-form textarea { resize: vertical; min-height: 120px; }
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: rgba(255,255,255,0.46); }
.contact-form .full-width { grid-column: 1 / -1; }
.consent-row { margin-top: 2px; }
.consent-inline { display: flex; align-items: flex-start; gap: 10px; font-weight: 400; line-height: 1.45; }
.consent-inline input[type="checkbox"] { width: 18px; height: 18px; margin-top: 2px; flex: 0 0 18px; }
.consent-inline a { color: #67e8f9; text-decoration: none; }
.consent-inline a:hover { text-decoration: underline; }
.contact-form-note { margin: 4px 0 10px; color: rgba(255,255,255,0.62); font-size: 0.8rem; }
.contact-submit { min-width: 180px; border: 0; cursor: pointer; font-family: "Poppins", system-ui, sans-serif; font-weight: 800; letter-spacing: 0.01em; }
.secondary-white-btn { color: #ffffff !important; border: 1px solid rgba(255,255,255,.22) !important; background: transparent !important; }
.form-action-row { padding-top: 0; margin-top: 0; }
.services-detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 12px; }
.services-detail-grid h3 { margin-bottom: .7rem; }
.services-detail-grid ul { margin: 0; padding-left: 1.1rem; }
.services-detail-grid li { color: rgba(255,255,255,0.82); margin-bottom: .45rem; }
.left-actions { align-self: end; padding-top: 28px; }
.vertical-contact-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-start; gap: 12px; }
.multiline-contact { flex-basis: 100%; }
.left-contact-inline { margin: 26px 0 0; color: rgba(255,255,255,0.76); font-size: 0.8rem; line-height: 1.45; max-width: 760px; text-align: left; }
.multiline-contact p { margin: 0; }
.footer-contact-centered { margin-top: 34px; display: grid; gap: 10px; justify-items: start; text-align: left; }
.footer-contact-centered p { margin: 0; color: rgba(255,255,255,0.76); font-size: 0.8rem; line-height: 1.45; }
.mobile-note { color: rgba(255,255,255,0.58); }
.footer-follow-row { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; justify-content: center; }
.footer-follow-row span { color: rgba(255,255,255,0.82); font-weight: 600; font-size: 0.84rem; }
.social-links { display: flex; gap: 14px; flex-wrap: wrap; }
.social-links a { color: var(--text); text-decoration: none; padding: 10px 14px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.12); background: rgba(255,255,255,0.04); display: inline-grid; place-items: center; }
.icon-links a { width: 40px; height: 40px; padding: 0; }
.icon-links svg { width: 17px; height: 17px; fill: currentColor; }
.inline-icons { gap: 10px; }
.compact-follow-row { gap: 8px; align-items: center; justify-content: flex-start; }
.compact-social-row { gap: 8px; flex-wrap: nowrap; }
.compact-social-row a { width: 30px; height: 30px; min-width: 30px; min-height: 30px; }
.compact-social-row svg { width: 14px; height: 14px; }
@media (max-width: 980px) {
  .header-inner,.about-grid,.quote-list,.trust-grid,.two-text-columns,.services-detail-grid,.contact-form-grid { grid-template-columns: 1fr; display: grid; }
  .hero-brand-frame { width: min(96vw, 380px); }
  .hero-brand-logo { width: 100%; }
  .services-compact-grid { grid-template-columns: repeat(2, 1fr); }
  .services-three-grid { grid-template-columns: 1fr; max-width: 360px; margin-top: 28px; margin-left: auto; margin-right: auto; justify-items: center; }
  .about-service-icons { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .nav-right { margin-left: 0; align-items: flex-start; }
  .main-nav { justify-content: flex-start; }
  .footer-inline-contact { align-items: flex-start; }
}
@media (max-width: 720px) {
  html, body { overflow-x: hidden; }
  .hero-shell { overflow: visible; }
  .container { width: min(100%, calc(100% - 1.25rem)); }
  .site-header { position: absolute; overflow: visible; padding: 10px 0 0; }
  .site-header::after { height: 340px; background: linear-gradient(180deg, rgba(11,13,18,0.82) 0%, rgba(11,13,18,0.46) 56%, rgba(11,13,18,0.00) 100%); }
  .header-inner {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "spacer toggle"
      "logo logo"
      "socials socials";
    align-items: start;
    gap: 6px 0;
    min-height: auto;
    padding: 0 10px;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .mobile-fixed-icon {
    display: inline-flex;
    position: fixed;
    top: 16px;
    left: 14px;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    z-index: 60;
    border-radius: 12px;
    background: rgba(8,12,18,.58);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,.10);
  }
  .mobile-fixed-icon img {
    width: 38px;
    height: 38px;
    object-fit: contain;
    display: block;
  }
  .brand-block {
    grid-area: logo;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: -102px 0 0;
    padding-left: 10px;
  }
  .brand-icon-logo { display: none; }
  .brand-mobile-logo { display: block; }
  .hero-brand-logo { display: block; }
  .nav-right {
    grid-area: toggle;
    width: auto;
    margin: 0;
    gap: 10px;
    align-items: flex-end;
    position: fixed;
    top: 16px;
    right: 14px;
    justify-self: end;
    z-index: 60;
  }
  .menu-toggle {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(8,12,18,.58);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0;
    box-shadow: 0 10px 30px rgba(0,0,0,.16);
    margin-top: 6px;
    margin-right: 8px;
  }
  .menu-toggle span { display: block; width: 18px; height: 2px; border-radius: 999px; background: #fff; }
  .main-nav {
    position: absolute;
    top: 60px;
    right: 8px;
    min-width: 230px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    border-radius: 18px;
    background: rgba(8,12,18,.94);
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 24px 60px rgba(0,0,0,.26);
    backdrop-filter: blur(18px);
  }
  .main-nav.is-open { display: flex; }
  .main-nav a { font-size: 0.98rem; line-height: 1.2; width: 100%; }
  .mobile-menu-socials {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding-top: 10px;
    margin-top: 4px;
    border-top: 1px solid rgba(255,255,255,.08);
    width: 100%;
    overflow: hidden;
  }
  .mobile-menu-socials a,
  .main-nav .mobile-menu-socials a {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    max-width: 30px !important;
    max-height: 30px !important;
    display: inline-grid !important;
    place-items: center !important;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.04);
    color: #ffffff !important;
    text-decoration: none;
    padding: 0 !important;
    flex: 0 0 30px !important;
    line-height: 1 !important;
  }
  .mobile-menu-socials svg,
  .main-nav .mobile-menu-socials svg {
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    min-height: 14px !important;
    display: block;
    fill: #ffffff !important;
  }
  .header-socials { display: none; }
  .hero-mobile-socials { display: none; }
  .brand-logo { width: 826px; max-width: 208vw; }
  .hero-content { min-height: auto; padding: 16.9rem 0 4.25rem; width: 100%; transform: translateZ(0); will-change: transform; }
  .hero-copy { max-width: 100%; width: 100%; padding: 0 12px; text-shadow: 0 2px 10px rgba(0,0,0,.26), 0 8px 28px rgba(0,0,0,.18); transform: translateZ(0); will-change: transform; justify-items: start; }
  .hero-brand-frame { width: auto; max-width: none; height: auto; overflow: visible; margin: -68px 0 22px; display: block; justify-self: start; background: transparent; border: 0; box-shadow: none; padding: 0; margin-left: -10px; }
  .section-heading,
  .about-main-copy,
  .info-column,
  .contact-section,
  .left-contact-inline,
  .footer-contact-centered,
  .vertical-contact-actions { text-align: left; }
  .contact-journey-row { justify-content: center; }
  .contact-journey-step { justify-content: center; }
  .hero-brand-logo { width: 380px; max-width: 88vw; transform: translate(-8px, -74px); margin-left: 0; }
  .hero-copy .eyebrow,
  .hero-copy h1,
  .hero-copy .lead { text-align: left; }
  .hero-copy > .eyebrow { margin-top: -20px; }
  .hero-actions { justify-content: flex-start; }
  .eyebrow { font-size: 0.74rem; line-height: 1.45; letter-spacing: .14em; margin: 0 0 12px; max-width: 100%; width: 100%; }
  h1 { font-size: clamp(3rem, 16vw, 4.4rem); line-height: 0.94; max-width: 100%; width: 100%; margin: 0 0 0.7rem; }
  .lead, .strong-lead { max-width: 100%; width: 100%; font-size: 1rem; line-height: 1.55; margin: 0; }
  .hero-actions, .contact-actions { gap: 10px; margin-top: 18px; width: 100%; }
  .hero-actions .btn, .contact-actions .btn { width: 100%; min-height: 56px; font-size: 1rem; padding: 14px 18px; }
  .content-layer::before { height: 120px; }
  .section { padding: 4rem 0; }
  .services-section { padding-top: 1.5rem; padding-bottom: 2.75rem; }
  .contact-section { padding-top: 2.75rem; }
  .visual-card,.visual-card.tall,.service-mini { min-height: 138px; }
  .services-compact-grid { grid-template-columns: 1fr; }
  .services-three-grid { margin-top: 28px; margin-bottom: -18px; }
  .service-mini { padding: 18px 18px 16px; gap: 4px; justify-content: center; align-items: center; }
  .service-logo-inline { margin: 0 auto -6px; }
  .service-layer { margin-top: -2px; display: flex; justify-content: center; align-items: center; }
  .service-layer p { margin: 0 auto; text-align: center; }
  .left-contact-inline, .footer-contact-centered, .footer-follow-row { justify-items: flex-start; justify-content: flex-start; text-align: left; }
}