/* Couche d'identité Desneux 2026, chargée après les styles historiques. */
h1, h2, h3, h4, h5, h6,
.section-label, .hero-eyebrow, .nav-link,
.bouton-contact, .contact-submit, .stat-number {
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
}

h1, h2, h3, h4 {
  font-weight: 700;
  letter-spacing: 0.005em;
}

.main-nav {
  background: #001b3a;
  border-bottom: 1px solid rgba(255, 101, 0, 0.38);
}

.nav-link {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.025em;
}

.nav-link.active {
  color: #ff7a20;
  background: rgba(255, 101, 0, 0.12);
  box-shadow: inset 0 -2px 0 #ff6500;
}

.hero {
  background:
    linear-gradient(110deg, rgba(0, 27, 58, 0.98), rgba(9, 31, 57, 0.95) 58%, rgba(18, 42, 67, 0.93)),
    repeating-linear-gradient(90deg, transparent 0 79px, rgba(255, 255, 255, 0.035) 79px 80px);
  border-bottom: 4px solid #ff6500;
}

.hero::before {
  background:
    linear-gradient(135deg, transparent 0 72%, rgba(255, 101, 0, 0.08) 72% 76%, transparent 76%),
    radial-gradient(circle at 18% 45%, rgba(255, 101, 0, 0.11), transparent 34%);
}

.hero::after {
  content: "D";
  position: absolute;
  right: clamp(-2rem, 3vw, 4rem);
  bottom: -0.28em;
  color: transparent;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(18rem, 34vw, 34rem);
  font-weight: 800;
  line-height: 1;
  -webkit-text-stroke: 2px rgba(255, 101, 0, 0.075);
  pointer-events: none;
}

.hero-inner { max-width: 900px; }

.hero-eyebrow,
.section-header .section-label {
  color: #ff6500;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.19em;
}

.hero h1 {
  color: #fff;
  font-size: clamp(2.8rem, 5.5vw, 4.7rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0.005em;
  text-wrap: balance;
}

.hero-subtitle { max-width: 680px; }

.bouton-contact,
.contact-submit,
a.nav-link.nav-cta {
  border-radius: 3px;
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.bouton-contact.phone-btn,
.contact-submit,
a.nav-link.nav-cta {
  background: linear-gradient(135deg, #ff7200, #f45100);
  box-shadow: 0 7px 20px rgba(255, 101, 0, 0.28);
}

.hero-badges span {
  border-radius: 3px;
  border-color: rgba(255, 101, 0, 0.35);
  background: rgba(0, 18, 42, 0.55);
}

.promise-bar { background: #f6f5f1; }

.promise-item .promise-icon,
.service-icon,
.proof-card-icon {
  border-radius: 3px;
  background: rgba(255, 101, 0, 0.1);
  box-shadow: inset 0 0 0 1px rgba(255, 101, 0, 0.13);
}

.promise-item strong,
.service-compact-card h3,
.proof-card h3,
.process-card h3 {
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.18rem;
  letter-spacing: 0.025em;
}

.section-header h2 {
  font-size: clamp(2.25rem, 4vw, 3.35rem);
  font-weight: 700;
  letter-spacing: 0.005em;
  line-height: 1;
}

.services-compact,
.gallery-section,
.faq-section { background: #f3f4f1; }

.service-compact-card,
.proof-card,
.process-card,
.contact-form-card,
.contact-coords,
.contact-card {
  border-radius: 5px;
  border-color: #dfe4e8;
  box-shadow: 0 10px 28px rgba(0, 27, 58, 0.09);
}

.service-compact-card {
  position: relative;
  overflow: hidden;
  border-top: 0;
}

.service-compact-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 74px;
  height: 4px;
  background: #ff6500;
}

.service-compact-card:hover,
.proof-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(0, 27, 58, 0.16);
}

.cta-section {
  background:
    linear-gradient(120deg, rgba(0, 27, 58, 0.98), rgba(10, 37, 65, 0.97)),
    repeating-linear-gradient(90deg, transparent 0 79px, rgba(255, 255, 255, 0.04) 79px 80px);
  clip-path: polygon(0 36px, 72% 0, 100% 36px, 100% 100%, 0 100%);
  border-bottom: 4px solid #ff6500;
}

.cta-section h2,
.contact-hero h1,
.contact-hero h2 { color: #fff; }

.site-footer {
  background: #00152e;
  border-top: 0;
}

.footer-section h3 {
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.45rem;
  letter-spacing: 0.04em;
}

@media (max-width: 768px) {
  .hero h1 {
    font-size: clamp(2.55rem, 12vw, 3.7rem);
    line-height: 0.98;
  }

  .hero::after {
    right: -2.5rem;
    font-size: 19rem;
  }

  .section-header h2 { font-size: 2.45rem; }
}

/* ===== ERGONOMIE ET PREUVES CHANTIER ===== */
.hero-with-photo {
  background:
    linear-gradient(90deg, rgba(0, 27, 58, 0.99) 0%, rgba(0, 27, 58, 0.94) 48%, rgba(0, 27, 58, 0.64) 100%),
    url('/images/demolition_accueil.webp') center right 22% / cover no-repeat;
}

.hero-with-photo::before {
  background:
    linear-gradient(135deg, transparent 0 72%, rgba(255, 101, 0, 0.1) 72% 76%, transparent 76%),
    linear-gradient(90deg, rgba(0, 27, 58, 0.18), transparent 65%);
}

.home-inline-cta {
  max-width: 1120px;
  margin: -1.25rem auto 1rem;
  padding: 1.2rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  color: #fff;
  background: #001b3a;
  border-left: 5px solid #ff6500;
  box-shadow: 0 14px 32px rgba(0, 27, 58, 0.16);
  position: relative;
  z-index: 2;
}

.home-inline-cta div {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.home-inline-cta strong {
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.45rem;
  letter-spacing: 0.025em;
}

.home-inline-cta span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

.home-inline-cta a {
  min-height: 46px;
  padding: 0.75rem 1.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  background: linear-gradient(135deg, #ff7200, #f45100);
  border-radius: 3px;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-decoration: none;
  text-transform: uppercase;
}

.gallery figure {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 8px 24px rgba(0, 27, 58, 0.1);
}

.gallery figure figcaption {
  padding: 0.8rem 0.9rem 0.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  color: #001b3a;
}

.gallery figure figcaption strong {
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.05rem;
}

.gallery figure figcaption span {
  color: #6b7280;
  font-size: 0.78rem;
}

.service-hero-visual {
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(0, 27, 58, 0.99) 0%, rgba(0, 27, 58, 0.92) 56%, rgba(0, 27, 58, 0.56) 100%),
    var(--service-hero-image) center 42% / cover no-repeat;
}

.service-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, transparent 0 78%, rgba(255, 101, 0, 0.11) 78% 82%, transparent 82%);
  pointer-events: none;
}

.service-hero-visual .service-hero-inner {
  max-width: 1120px;
}

.field-optional {
  color: #7b8795;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.realisation-overlay {
  opacity: 1;
  background: linear-gradient(to top, rgba(0, 18, 42, 0.92) 0%, rgba(0, 18, 42, 0.12) 58%, transparent 100%);
}

.realisation-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  margin-bottom: 0.4rem;
}

.realisation-service { margin-bottom: 0; }

.realisation-location {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.7rem;
  font-weight: 600;
}

.realisation-title {
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.08rem;
  letter-spacing: 0.02em;
}

.service-link {
  min-height: 44px;
  display: flex;
  align-items: center;
}

.contact-field input,
.contact-field select,
.contact-field textarea,
.filter-btn,
.footer-cookie-settings {
  min-height: 44px;
}

.contact-field label,
.contact-rgpd-label,
.hero-badges span,
.promise-item span,
.zone-note {
  font-size: max(0.875rem, 14px);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid #ff8a3d;
  outline-offset: 3px;
}

.mobile-action-bar { display: none; }

@media (max-width: 768px) {
  body { padding-bottom: 68px; }

  .floating-call-btn { display: none; }

  .mobile-action-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9000;
    height: 64px;
    padding: 8px max(10px, env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left));
    display: grid;
    grid-template-columns: 0.85fr 1.35fr;
    gap: 8px;
    background: rgba(0, 18, 42, 0.97);
    border-top: 1px solid rgba(255, 101, 0, 0.5);
    box-shadow: 0 -8px 28px rgba(0, 18, 42, 0.28);
    transition: transform 0.2s ease;
  }

  .cookie-banner-visible .mobile-action-bar { transform: translateY(110%); }

  .mobile-action-bar a {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    border-radius: 3px;
    font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.035em;
    text-decoration: none;
    text-transform: uppercase;
  }

  .mobile-action-call {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.38);
  }

  .mobile-action-call svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
  }

  .mobile-action-quote {
    color: #fff;
    background: linear-gradient(135deg, #ff7200, #f45100);
  }

  .home-inline-cta {
    margin: 0;
    padding: 1.2rem;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .home-inline-cta a { width: 100%; }

  .hero-with-photo {
    background:
      linear-gradient(180deg, rgba(0, 27, 58, 0.96) 0%, rgba(0, 27, 58, 0.9) 62%, rgba(0, 27, 58, 0.72) 100%),
      url('/images/demolition_accueil.webp') center / cover no-repeat;
  }

  .service-hero-visual {
    background:
      linear-gradient(90deg, rgba(0, 27, 58, 0.97), rgba(0, 27, 58, 0.78)),
      var(--service-hero-image) center / cover no-repeat;
  }

  .realisation-location { display: none; }
}

/* ===== SYSTÈME D'ACTIONS 2026 ===== */
.bouton-contact,
.contact-submit {
  min-height: 54px;
  padding: 0.82rem 1.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  border: 1.5px solid transparent;
  position: relative;
  overflow: hidden;
  line-height: 1.05;
  text-align: center;
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.bouton-contact::before,
.contact-submit::after {
  content: "";
  width: 1.05rem;
  height: 1.05rem;
  flex: 0 0 1.05rem;
  background: currentColor;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.bouton-contact[href^="/contact"]::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 11l3 3L22 4'/%3E%3Cpath d='M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11'/%3E%3C/svg%3E");
}

.bouton-contact[href^="tel:"]::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.69 2.8a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.91.33 1.85.56 2.81.69A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
}

.bouton-contact[href^="mailto:"]::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'/%3E%3Cpath d='M22 6l-10 7L2 6'/%3E%3C/svg%3E");
}

.bouton-contact[href="/"]::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 11l9-8 9 8'/%3E%3Cpath d='M5 10v10h14V10M9 20v-6h6v6'/%3E%3C/svg%3E");
}

.contact-submit::after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E");
}

.bouton-contact.primary,
.bouton-contact.phone-btn,
.contact-submit {
  color: #fff;
  background: linear-gradient(135deg, #ff7200, #f45100);
  border-color: #ff7200;
  box-shadow: 0 8px 22px rgba(244, 81, 0, 0.3);
}

.bouton-contact.primary:hover,
.bouton-contact.phone-btn:hover,
.contact-submit:hover:not(:disabled) {
  color: #fff;
  background: linear-gradient(135deg, #ff8125, #e84d00);
  border-color: #ff8125;
  box-shadow: 0 12px 28px rgba(244, 81, 0, 0.4);
  transform: translateY(-2px);
}

.bouton-contact.ghost {
  color: #fff;
  background: rgba(0, 18, 42, 0.28);
  border-color: rgba(255, 255, 255, 0.58);
  box-shadow: inset 0 0 0 1px rgba(0, 18, 42, 0.18);
}

.bouton-contact.ghost:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
  border-color: #fff;
  box-shadow: 0 9px 22px rgba(0, 18, 42, 0.2);
  transform: translateY(-2px);
}

.hero-cta,
.service-hero-cta,
.hero-btns,
.cta-btns {
  gap: 0.75rem;
  align-items: stretch;
}

.hero-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.hero-cta .bouton-contact,
.service-hero-cta .bouton-contact {
  min-width: 215px;
}

.cta-section .bouton-contact.ghost,
.blog-single-cta .bouton-contact.ghost,
.blog-cta-section .bouton-contact.ghost {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.58);
  box-shadow: none;
}

.about-team-actions .bouton-contact.ghost {
  color: #001b3a;
  background: #fff;
  border-color: #b9c4cf;
  box-shadow: none;
}

.about-team-actions .bouton-contact.ghost:hover {
  color: #c2410c;
  background: #fff7ed;
  border-color: #ff6500;
}

.contact-submit {
  width: 100%;
  cursor: pointer;
}

.contact-submit:disabled {
  cursor: wait;
  opacity: 0.72;
  box-shadow: none;
}

.coords-actions {
  gap: 0.65rem;
}

.coords-actions a {
  min-height: 50px;
  gap: 0.55rem;
  border-radius: 3px;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, color 180ms ease;
}

.coords-actions a::before {
  content: "";
  width: 1rem;
  height: 1rem;
  flex: 0 0 1rem;
  background: currentColor;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.coords-call::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.69 2.8a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.91.33 1.85.56 2.81.69A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
}

.coords-email::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'/%3E%3Cpath d='M22 6l-10 7L2 6'/%3E%3C/svg%3E");
}

.coords-actions a:hover {
  transform: translateY(-2px);
}

.coords-call:hover {
  box-shadow: 0 9px 22px rgba(244, 81, 0, 0.32);
}

a.nav-link.nav-cta {
  min-height: 40px;
  padding-inline: 1rem;
  border: 1px solid #ff7a20;
  box-shadow: 0 5px 16px rgba(244, 81, 0, 0.24);
}

a.nav-link.nav-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(244, 81, 0, 0.34);
}

.service-link {
  margin-top: 1.15rem;
  padding: 0.8rem 0 0;
  justify-content: space-between;
  gap: 0.75rem;
  border-top: 1px solid #e3e8ec;
  text-decoration: none;
}

.service-link::after {
  content: "→";
  width: 2rem;
  height: 2rem;
  display: inline-grid;
  place-items: center;
  flex: 0 0 2rem;
  color: #fff;
  background: #001b3a;
  border-radius: 50%;
  transition: transform 180ms ease, background-color 180ms ease;
}

.service-link:hover::after {
  background: #ff6500;
  transform: translateX(3px);
}

.home-inline-cta {
  border-radius: 6px;
}

.home-inline-cta a {
  gap: 0.55rem;
  border: 1px solid #ff7a20;
  box-shadow: 0 7px 18px rgba(244, 81, 0, 0.26);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.home-inline-cta a::after {
  content: "→";
  font-size: 1.2em;
  line-height: 1;
}

.home-inline-cta a:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(244, 81, 0, 0.36);
}

.filter-bar {
  width: fit-content;
  max-width: 100%;
  padding: 0.4rem;
  gap: 0.25rem;
  background: #e9edf0;
  border: 1px solid #d9e0e5;
  border-radius: 6px;
}

.filter-btn {
  border: 0;
  border-radius: 3px;
  box-shadow: none;
}

.filter-btn.active {
  box-shadow: 0 4px 12px rgba(244, 81, 0, 0.26);
}

.mobile-actions-managed .mobile-action-bar {
  transform: translateY(115%);
}

.mobile-actions-managed.mobile-actions-ready .mobile-action-bar {
  transform: translateY(0);
}

body.cookie-banner-visible .mobile-action-bar {
  transform: translateY(115%);
}

@media (max-width: 768px) {
  .about-stats-strip { padding: 1rem; }

  .about-stats-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-stat-item {
    min-width: 0;
    padding-inline: 0.5rem;
  }

  .about-stat-item span { overflow-wrap: anywhere; }

  .bouton-contact,
  .contact-submit {
    min-height: 52px;
    padding: 0.8rem 1rem;
    font-size: 1rem;
  }

  .hero-cta,
  .service-hero-cta,
  .hero-btns,
  .cta-btns {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .hero-cta .bouton-contact,
  .service-hero-cta .bouton-contact,
  .cta-btns .bouton-contact {
    width: 100%;
    min-width: 0;
  }

  .filter-bar {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .filter-bar::-webkit-scrollbar { display: none; }

  .filter-btn {
    flex: 0 0 auto;
    min-height: 42px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bouton-contact,
  .contact-submit,
  .home-inline-cta a,
  .service-link::after,
  a.nav-link.nav-cta {
    transition: none;
  }
}

/* ===== PICTOGRAMMES MÉTIER ===== */
.service-icon,
.promise-item .promise-icon,
.proof-card-icon,
.coords-icon,
.contact-card-title svg {
  color: #ff6500;
  background: linear-gradient(145deg, #fff8f2, #ffe9d9);
  border: 1px solid rgba(255, 101, 0, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 6px 14px rgba(0, 27, 58, 0.07);
}

.service-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 1.25rem;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  transition: color 200ms ease, background 200ms ease, border-color 200ms ease, transform 200ms ease;
}

.service-icon::after {
  content: "";
  position: absolute;
  right: -9px;
  bottom: -9px;
  width: 24px;
  height: 24px;
  background: rgba(255, 101, 0, 0.16);
  transform: rotate(45deg);
}

.service-icon svg {
  width: 31px;
  height: 31px;
  position: relative;
  z-index: 1;
  color: inherit;
  stroke: currentColor;
  fill: none;
}

.service-compact-card:hover .service-icon {
  color: #fff;
  background: #001b3a;
  border-color: #001b3a;
  transform: translateY(-2px);
}

.service-compact-card:hover .service-icon::after {
  background: #ff6500;
}

.promise-item .promise-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 0.65rem;
  border-radius: 50%;
}

.promise-item .promise-icon svg {
  width: 21px;
  height: 21px;
  color: inherit;
  stroke: currentColor;
  stroke-width: 1.8;
}

.promise-item:hover .promise-icon {
  color: #fff;
  background: #ff6500;
  border-color: #ff6500;
}

.proof-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 5px;
}

.proof-card-icon svg {
  width: 25px;
  height: 25px;
  color: inherit;
  stroke: currentColor;
  stroke-width: 1.8;
}

.coords-icon {
  width: 42px;
  height: 42px;
  border-radius: 5px;
}

.coords-icon svg {
  width: 21px;
  height: 21px;
  color: inherit;
  stroke: currentColor;
}

.coords-list li:hover .coords-icon {
  color: #fff;
  background: #001b3a;
  border-color: #001b3a;
}

.contact-card-title {
  gap: 0.7rem;
}

.contact-card-title > svg {
  width: 38px;
  height: 38px;
  padding: 8px;
  border-radius: 5px;
  stroke: currentColor;
}

.hero-badges span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.hero-badges span::before,
.service-highlights .highlight::before {
  content: "";
  width: 1rem;
  height: 1rem;
  flex: 0 0 1rem;
  background: currentColor;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.hero-badges span:first-child::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13S3 17 3 10a9 9 0 0 1 18 0Z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}

.hero-badges span:nth-child(2)::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10Z'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E");
}

.service-highlights .highlight {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.service-highlights .highlight::before {
  width: 0.9rem;
  height: 0.9rem;
  flex-basis: 0.9rem;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='m8 12 2.5 2.5L16 9'/%3E%3C/svg%3E");
}

.footer-section p > a > svg {
  color: #ff7a20;
  fill: currentColor;
}

@media (max-width: 768px) {
  .service-icon {
    width: 54px;
    height: 54px;
  }

  .service-icon svg {
    width: 29px;
    height: 29px;
  }

  .promise-item .promise-icon {
    width: 40px;
    height: 40px;
  }
}
