/*

Theme Name: Listandsell
Theme URI: https://listandsell.de
Author: Listandsell GmbH
Description: Thema: Professionelle Fahrzeugbewertung und Begutachtung durch Kfz-Experten
Version: 1.0.0
Text Domain: mycar-gutachten.de
*/

/* Base Reset */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

img[style*="object-fit"],
img.hero-img-1,
img.hero-img-2,
img.hero-img-4,
.hero-img-3 img,
.about-hero-images img,
.cta-image img,
.services-image,
.finishing-img,
.invest-img-1,
.invest-img-2,
.sidebar-recent-thumb img,
.blog-card-image img,
.single-blog-featured-image img,
.values-video-container img,
.about-how-we-work-image img,
.about-experienced-teams-image img,
.about-company-image img,
.details-image img,
.precision-image img,
.certificate-img {
  height: 100%;
  object-fit: cover;
}

body {
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* =========================================
   LOCAL FONTS
   ========================================= */

/* Epilogue ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â Headings */
@font-face {
  font-family: "Epilogue";
  src: url("fonts/epilogue-latin.woff2") format("woff2");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Epilogue";
  src: url("fonts/epilogue-latin-ext.woff2") format("woff2");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Inter ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â Body/Paragraph */
@font-face {
  font-family: "Inter";
  src: url("fonts/inter-latin.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/inter-latin-ext.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* =========================================
   APP STYLES ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â CSS VARIABLES
   ========================================= */

:root {
  --font-heading: "Epilogue", sans-serif;
  --font-text: "Inter", sans-serif;
  --color-primary: #f36f21;
  --color-primary-light: #f5932a;
  --color-dark: #1a1a1a;
  --color-dark-bg: #111111;
  --color-light-bg: #f5f5f5;
  --color-text-main: #1a1a1a;
  --color-text-muted: #666666;
  --color-accent: #f36f21;
  --color-accent-green: #22c55e;
  --color-white: #ffffff;
}

body {
  font-family: var(--font-text);
  color: var(--color-text-main);
  background-color: #ffffff;
  line-height: 1.6;
}

p,
span,
a,
li,
label,
input,
textarea,
select,
button {
  font-family: var(--font-text);
}

/* =========================================
   SITEWIDE TYPOGRAPHY SYSTEM
   Defaults apply to every page. Homepage (body.home) uses 70px h1.
   To change sizes for a specific section, add one of these parent classes:
     .section-typo-sm  — smaller scale
     .section-typo-lg  — larger scale
     .section-typo-xl  — hero/display scale
   ========================================= */
:root {
  --h1-size: 42px;
  --h2-size: 42px;
  --h3-size: 30px;
  --h4-size: 22px;
  --h5-size: 18px;
  --h6-size: 16px;
  --p-size: 17px;
}

body.home {
  --h1-size: 70px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.2;
}

h1 {
  font-size: var(--h1-size) !important;
}
h2 {
  font-size: var(--h2-size) !important;
}
h3 {
  font-size: var(--h3-size) !important;
}
h4 {
  font-size: var(--h4-size) !important;
}
h5 {
  font-size: var(--h5-size) !important;
}
h6 {
  font-size: var(--h6-size) !important;
}
p {
  font-size: var(--p-size) !important;
}

/* Per-section override hooks — add to a parent wrapper/section */
.section-typo-sm {
  --h1-size: 32px;
  --h2-size: 32px;
  --h3-size: 24px;
  --h4-size: 18px;
  --h5-size: 16px;
  --h6-size: 14px;
  --p-size: 15px;
}

.section-typo-lg {
  --h1-size: 56px;
  --h2-size: 52px;
  --h3-size: 36px;
  --h4-size: 26px;
  --h5-size: 20px;
  --h6-size: 17px;
  --p-size: 18px;
}

.section-typo-xl {
  --h1-size: 70px;
  --h2-size: 60px;
  --h3-size: 40px;
  --h4-size: 28px;
  --h5-size: 22px;
  --h6-size: 18px;
  --p-size: 19px;
}

/* Responsive scaling */
@media (max-width: 1024px) {
  :root {
    --h1-size: 36px;
    --h2-size: 36px;
    --h3-size: 26px;
    --h4-size: 20px;
    --h5-size: 17px;
    --h6-size: 15px;
    --p-size: 17px;
  }
  body.home {
    --h1-size: 56px;
  }
  .section-typo-sm {
    --h1-size: 28px;
    --h2-size: 28px;
    --h3-size: 22px;
    --h4-size: 17px;
    --h5-size: 15px;
    --h6-size: 14px;
    --p-size: 15px;
  }
  .section-typo-lg {
    --h1-size: 48px;
    --h2-size: 44px;
    --h3-size: 30px;
    --h4-size: 22px;
    --h5-size: 18px;
    --h6-size: 16px;
    --p-size: 17px;
  }
  .section-typo-xl {
    --h1-size: 56px;
    --h2-size: 48px;
    --h3-size: 34px;
    --h4-size: 24px;
    --h5-size: 20px;
    --h6-size: 17px;
    --p-size: 18px;
  }
}

@media (max-width: 768px) {
  :root {
    --h1-size: 30px;
    --h2-size: 30px;
    --h3-size: 22px;
    --h4-size: 18px;
    --h5-size: 16px;
    --h6-size: 14px;
    --p-size: 16px;
  }
  body.home {
    --h1-size: 42px;
  }
  .section-typo-sm {
    --h1-size: 24px;
    --h2-size: 24px;
    --h3-size: 19px;
    --h4-size: 16px;
    --h5-size: 14px;
    --h6-size: 13px;
    --p-size: 14px;
  }
  .section-typo-lg {
    --h1-size: 38px;
    --h2-size: 34px;
    --h3-size: 26px;
    --h4-size: 20px;
    --h5-size: 17px;
    --h6-size: 15px;
    --p-size: 16px;
  }
  .section-typo-xl {
    --h1-size: 44px;
    --h2-size: 38px;
    --h3-size: 28px;
    --h4-size: 22px;
    --h5-size: 18px;
    --h6-size: 16px;
    --p-size: 17px;
  }
}

@media (max-width: 480px) {
  :root {
    --h1-size: 26px;
    --h2-size: 26px;
    --h3-size: 20px;
    --h4-size: 17px;
    --h5-size: 15px;
    --h6-size: 13px;
    --p-size: 16px;
  }
  body.home {
    --h1-size: 34px;
  }
  .section-typo-sm {
    --h1-size: 22px;
    --h2-size: 22px;
    --h3-size: 18px;
    --h4-size: 15px;
    --h5-size: 14px;
    --h6-size: 12px;
    --p-size: 14px;
  }
  .section-typo-lg {
    --h1-size: 32px;
    --h2-size: 30px;
    --h3-size: 23px;
    --h4-size: 18px;
    --h5-size: 16px;
    --h6-size: 14px;
    --p-size: 15px;
  }
  .section-typo-xl {
    --h1-size: 36px;
    --h2-size: 32px;
    --h3-size: 24px;
    --h4-size: 20px;
    --h5-size: 17px;
    --h6-size: 15px;
    --p-size: 16px;
  }
}

.main-container {
  width: 100%;
  overflow-x: clip;
}

.inner-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}

.inner-container-wide {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}

/* =========================================
   LOGO STYLES
   ========================================= */

.logo {
  display: flex;
  align-items: center;
}

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

.footer-col.brand-col .logo-img {
  height: 36px;
  /* filter: brightness(0) invert(1); */
}

/* =========================================
   TOP UTILITY BAR
   ========================================= */

.site-topbar {
  background: #0f0f0f;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.site-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 38px;
  padding-top: 0;
  padding-bottom: 0;
}

.site-topbar-left,
.site-topbar-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.site-topbar-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
  line-height: 1;
}

.site-topbar-item:hover {
  color: #ffffff;
}

.site-topbar-reviews {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
  line-height: 1;
}

.site-topbar-reviews:hover {
  color: #ffffff;
}

.site-topbar-stars {
  display: inline-flex;
  gap: 2px;
}

.site-topbar-reviews strong {
  color: #ffffff;
  font-weight: 700;
  font-size: 0.82rem;
}

/* =========================================
   HEADER & NAVIGATION
   ========================================= */

.site-header {
  background: linear-gradient(180deg, rgb(18 18 18) 0%, rgb(12 12 12) 100%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  backdrop-filter: blur(18px) saturate(160%);
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.04) inset,
    0 8px 24px -12px rgba(0, 0, 0, 0.45);
  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.site-header.scrolled {
  background: linear-gradient(
    180deg,
    rgba(18, 18, 18, 0.86) 0%,
    rgba(12, 12, 12, 0.82) 100%
  );
  border-bottom-color: rgba(255, 255, 255, 0.1);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 16px 36px -16px rgba(0, 0, 0, 0.6);
}

/* Fallback for browsers without backdrop-filter */
@supports not (
  (backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))
) {
  .site-header {
    background: linear-gradient(180deg, #1a1a1a 0%, #131313 100%);
  }
  .site-header.scrolled {
    background: linear-gradient(180deg, #121212 0%, #0c0c0c 100%);
  }
}

.site-header-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 78px;
  padding-top: 10px;
  padding-bottom: 10px;
  flex-wrap: nowrap;
}

.header-logo-link {
  text-decoration: none;
  flex-shrink: 0;
}

/* Navigation */
.main-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
  margin-right: auto;
  min-width: 0;
}

.main-nav .main-nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 7px;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--font-text);
  font-weight: 500;
  font-size: 0.9rem;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 7px;
  transition:
    color 0.25s,
    background 0.25s;
}

.main-nav-link--home {
  width: 33px;
  height: 33px;
  padding: 0;
  justify-content: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.85);
  gap: 0;
}
.main-nav-link--home:hover,
.main-nav-link--home.active {
  background: rgba(243, 111, 33, 0.12);
  border-color: rgba(243, 111, 33, 0.4);
  color: #ffffff;
}
.main-nav-link--home::after {
  display: none;
}

.main-nav-link::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 4px;
  height: 2px;
  background: var(--color-primary);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.main-nav-link:hover,
.main-nav-link.active,
.mega-trigger.mega-active .main-nav-link {
  color: #ffffff;
}

.main-nav-link:hover::after,
.main-nav-link.active::after,
.mega-trigger.mega-active .main-nav-link::after {
  transform: scaleX(1);
}

.mega-trigger {
  position: static;
}

.mega-trigger-btn {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

.mega-chevron {
  transition: transform 0.25s ease;
  flex-shrink: 0;
  color: currentColor;
}

.mega-trigger.mega-active .mega-chevron {
  transform: rotate(-180deg);
}

/* Header action cluster */
.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px 6px 6px;
  color: #ffffff;
  text-decoration: none;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  transition:
    background 0.25s,
    border-color 0.25s;
}

.header-phone:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(243, 111, 33, 0.5);
}

.header-phone-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(243, 111, 33, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.header-phone-body {
  display: flex;
  flex-direction: column;
  gap: 1px;
  line-height: 1;
}

.header-phone-body small {
  font-size: 0.64rem;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.3px;
  text-transform: uppercase;
  font-weight: 500;
}

.header-phone-body strong {
  font-family: var(--font-heading);
  font-size: 0.88rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.1px;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 18px;
  background: linear-gradient(145deg, var(--color-primary), #e0600e);
  color: #ffffff;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 0.85rem;
  text-decoration: none;
  border-radius: 100px;
  white-space: nowrap;
  box-shadow: 0 10px 20px -8px rgba(243, 111, 33, 0.6);
  transition:
    transform 0.25s,
    box-shadow 0.25s,
    gap 0.25s;
}

.header-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 24px -8px rgba(243, 111, 33, 0.75);
  gap: 12px;
}

.header-cta svg {
  transition: transform 0.25s;
}

.header-cta:hover svg {
  transform: translateX(3px);
}

/* Mobile burger */
.header-mobile-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.header-mobile-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
  transition:
    transform 0.25s,
    opacity 0.25s;
}

/* Legacy compatibility */
.header-contact,
.header-cta-btn {
  display: none;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
}

.contact-item a {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .header-phone-body {
    display: none;
  }
  .header-phone-icon {
    width: 38px;
    height: 38px;
  }
  .header-phone {
    padding: 4px;
    border-radius: 50%;
  }
  .main-nav-link {
    padding: 10px 12px;
    font-size: 0.88rem;
  }
  .main-nav {
    gap: 2px;
  }
}

@media (max-width: 1024px) {
  .site-topbar-item--hide-sm {
    display: none;
  }
  .main-nav,
  .header-actions {
    display: none;
  }
  .site-header-inner {
    gap: 0;
    min-height: 64px;
    justify-content: center;
  }
  .header-logo-link {
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  .site-topbar {
    display: none;
  }
}

/* =========================================
   HERO SECTION
   ========================================= */

.hero-section {
  background-color: var(--color-dark-bg);
  position: relative;
  overflow: hidden;
}

.hero-bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(17, 17, 17, 0.92) 0%,
    rgba(17, 17, 17, 0.85) 50%,
    rgba(17, 17, 17, 0.92) 100%
  );
  z-index: 1;
}

.hero-content {
  display: flex;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 2;
  padding: 80px 0 40px;
}

.hero-left {
  flex: 1;
  /* max-width: 600px; */
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(243, 111, 33, 0.1);
  border: 1px solid rgba(243, 111, 33, 0.2);
  border-radius: 100px;
  padding: 8px 20px;
  margin-bottom: 28px;
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.3px;
}

.hero-badge svg {
  color: var(--color-primary);
  flex-shrink: 0;
}

.hero-left h1,
.hero-left h2 {
  font-size: 4.2rem !important;
  font-weight: 900;
  margin-bottom: 24px;
  color: #ffffff;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.05;
}

.hero-left h1 span,
.hero-left h2 span {
  color: var(--color-primary);
  display: block;
}

.hero-subtitle {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.8;
  margin-bottom: 36px;
  max-width: 480px;
}

.hero-buttons {
  display: flex;
  gap: 16px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

/* Hero Form Area */
.hero-right {
  /* flex: 1; */
  position: relative;
  max-width: 520px;
}

/* Floating T\00DCV seal on Hero Form (matches precision-floating--tuv) */
.hero-form-tuv-float {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 130px;
  height: 130px;
  z-index: 3;
  filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.2));
  animation: heroFormSealFloat 7s ease-in-out infinite;
}

.hero-form-seal-ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  color: var(--color-primary);
  animation: heroFormSealSpin 22s linear infinite;
  text-transform: uppercase;
}

.hero-form-seal-core {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #ffffff;
  /* box-shadow:
    inset 0 0 0 1px rgba(243, 111, 33, 0.18),
    0 8px 20px -6px rgba(0, 0, 0, 0.1); */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px;
}

.hero-form-seal-core img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

@keyframes heroFormSealSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes heroFormSealFloat {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -8px;
  }
}

@media (max-width: 1024px) {
  .hero-form-tuv-float {
    width: 112px;
    height: 112px;
    top: -22px;
    right: -22px;
  }
  .hero-form-seal-core {
    width: 70px;
    height: 70px;
    padding: 9px;
  }
}

@media (max-width: 768px) {
  .hero-form-tuv-float {
    width: 96px;
    height: 96px;
    top: -16px;
    right: -10px;
  }
  .hero-form-seal-core {
    width: 60px;
    height: 60px;
    padding: 8px;
  }
  .hero-form-seal-ring text {
    font-size: 9px !important;
  }
}

/* Hero Form Card */
.hero-form-card {
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  position: relative;
}

/* Top orange accent bar */
.hero-form-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #f36f21, #f5932a, #f36f21);
  z-index: 1;
}

.hero-form-header {
  padding: 24px 28px 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-form-header-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(243, 111, 33, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hero-form-header-text h3 {
  font-size: 1.15rem !important;
  font-weight: 700;
  color: var(--color-text-main);
  margin-bottom: 1px;
}

.hero-form-header-text p {
  font-size: 0.78rem !important;
  color: var(--color-text-muted);
}

.hero-form-body {
  padding: 18px 28px 6px;
}

/* WPForms styling inside hero card */
.hero-form-body .wpforms-container {
  margin: 0 !important;
  padding: 0 !important;
}

.hero-form-body .wpforms-form .wpforms-field {
  padding: 0 !important;
  margin-bottom: 10px !important;
}

/* Two-column: Name + Phone */
.hero-form-body .wpforms-form .wpforms-field-name,
.hero-form-body .wpforms-form .wpforms-field-phone {
  /* display: inline-block !important; */
  /* width: calc(50% - 9px) !important; */
  /* vertical-align: top !important; */
}

.hero-form-body .wpforms-form .wpforms-field-name {
  /* margin-right: 12px !important; */
}

/* Hide select field */
.hero-form-body .wpforms-form .wpforms-field-select {
  display: none !important;
}

.hero-form-body .wpforms-form .wpforms-field-label {
  font-family: var(--font-text) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: var(--color-text-main) !important;
  margin-bottom: 5px !important;
}

.hero-form-body .wpforms-form input[type="text"],
.hero-form-body .wpforms-form input[type="email"],
.hero-form-body .wpforms-form input[type="tel"],
.hero-form-body .wpforms-form input[type="url"],
.hero-form-body .wpforms-form input[type="number"],
.hero-form-body .wpforms-form textarea,
.hero-form-body .wpforms-form select {
  font-family: var(--font-text) !important;
  font-size: 14px !important;
  border: 1.5px solid #e8e8e8 !important;
  border-radius: 12px !important;
  padding: 11px 16px !important;
  background: #fafafa !important;
  transition:
    border-color 0.25s,
    box-shadow 0.25s,
    background 0.25s !important;
  width: 100% !important;
}

.hero-form-body .wpforms-form input:focus,
.hero-form-body .wpforms-form textarea:focus,
.hero-form-body .wpforms-form select:focus {
  border-color: var(--color-primary) !important;
  background: #ffffff !important;
  outline: none !important;
  box-shadow: 0 0 0 4px rgba(243, 111, 33, 0.08) !important;
}

.hero-form-body .wpforms-form input::placeholder,
.hero-form-body .wpforms-form textarea::placeholder {
  color: #bbb !important;
}

.hero-form-body .wpforms-form textarea {
  min-height: 64px !important;
  resize: vertical !important;
}

.hero-form-body .wpforms-form .wpforms-submit-container {
  padding: 0 !important;
  margin-top: 6px !important;
}

.hero-form-body .wpforms-form button[type="submit"],
.hero-form-body .wpforms-form .wpforms-submit {
  font-family: var(--font-text) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  background: linear-gradient(135deg, #f36f21, #f5932a) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50px !important;
  padding: 13px 28px !important;
  width: 100% !important;
  cursor: pointer !important;
  box-shadow: 0 6px 18px rgba(243, 111, 33, 0.25) !important;
  transition:
    transform 0.2s,
    box-shadow 0.3s !important;
  letter-spacing: 0.3px !important;
}

.hero-form-body .wpforms-form button[type="submit"]:hover,
.hero-form-body .wpforms-form .wpforms-submit:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 24px rgba(243, 111, 33, 0.35) !important;
}

/* Hide WPForms title/description */
.hero-form-body .wpforms-form .wpforms-title,
.hero-form-body .wpforms-form .wpforms-description {
  display: none !important;
}

/* Footer trust badges */
.hero-form-footer {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 28px 18px;
  border-top: 1px solid #f0f0f0;
  justify-content: center;
}

.hero-form-trust {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 500;
  color: var(--color-text-muted);
}

.hero-form-tuv {
  height: 34px;
  width: auto;
  margin-left: auto;
}

/* Hide old image styles that are no longer used */
.hero-image-wrapper,
.hero-img-main {
  display: none;
}

/* Hero Stats Card ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â no longer in hero, keep for other pages */
.hero-stats-card {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: linear-gradient(
    145deg,
    rgba(22, 22, 22, 0.95),
    rgba(10, 10, 10, 0.92)
  );
  backdrop-filter: blur(24px);
  border-radius: 20px;
  padding: 0;
  display: flex;
  gap: 0;
  align-items: stretch;
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  z-index: 3;
  border: 1px solid rgba(243, 111, 33, 0.12);
  overflow: hidden;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.hero-stats-card:hover {
  transform: translateY(-3px);
  box-shadow:
    0 18px 50px rgba(0, 0, 0, 0.55),
    0 0 20px rgba(243, 111, 33, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  border-color: rgba(243, 111, 33, 0.25);
}

/* Top accent line */
.hero-stats-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--color-primary),
    transparent
  );
  opacity: 0.6;
}

/* Shine sweep */
.hero-stats-shine {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.03) 40%,
    rgba(255, 255, 255, 0.07) 50%,
    rgba(255, 255, 255, 0.03) 60%,
    transparent 100%
  );
  pointer-events: none;
  transition: left 0.8s ease;
}

.hero-stats-card:hover .hero-stats-shine {
  left: 100%;
}

.hero-stat {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 22px;
  position: relative;
  transition: background 0.3s;
  cursor: default;
}

.hero-stat:hover {
  background: rgba(243, 111, 33, 0.06);
}

.hero-stat-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(243, 111, 33, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition:
    transform 0.3s,
    background 0.3s;
}

.hero-stat:hover .hero-stat-icon {
  transform: scale(1.1);
  background: rgba(243, 111, 33, 0.15);
}

/* Green icon for last stat */
.hero-stat:last-of-type .hero-stat-icon {
  background: rgba(34, 197, 94, 0.1);
}

.hero-stat:last-of-type:hover .hero-stat-icon {
  background: rgba(34, 197, 94, 0.15);
}

.hero-stat-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.hero-stat-content strong {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 800;
  color: #ffffff;
  display: block;
  line-height: 1.2;
  transition: color 0.3s;
}

.hero-stat:hover .hero-stat-content strong {
  color: var(--color-primary);
}

.hero-stat:last-of-type:hover .hero-stat-content strong {
  color: #22c55e;
}

.hero-stat-content span {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
  letter-spacing: 0.2px;
}

.hero-stat-divider {
  width: 1px;
  align-self: stretch;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(255, 255, 255, 0.1),
    transparent
  );
  flex-shrink: 0;
}

/* Hero Trust Bar ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â Creative Cards */
.hero-trust-bar {
  position: relative;
  z-index: 2;
  padding: 0 0 20px;
  margin-top: 0;
}

.hero-trust-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.hero-trust-card {
  position: relative;
  background: linear-gradient(
    145deg,
    rgba(30, 30, 30, 0.95),
    rgba(20, 20, 20, 0.85)
  );
  backdrop-filter: blur(20px);
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 18px;
  padding: 22px 22px;
  display: flex;
  align-items: center;
  gap: 16px;
  overflow: hidden;
  transition:
    border-color 0.3s,
    transform 0.3s,
    box-shadow 0.3s;
  opacity: 0;
  transform: translateY(20px);
  animation: trustCardIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: var(--card-delay, 0s);
  color: inherit;
  text-decoration: none;
}

/* Top accent line on each card */
.hero-trust-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20%;
  right: 20%;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--color-primary),
    transparent
  );
  opacity: 0;
  transition:
    opacity 0.3s,
    left 0.4s,
    right 0.4s;
}

.hero-trust-card:hover::before {
  opacity: 1;
  left: 10%;
  right: 10%;
}

.hero-trust-card:hover {
  border-color: rgba(243, 111, 33, 0.2);
  transform: translateY(-5px);
  box-shadow:
    0 16px 40px rgba(243, 111, 33, 0.1),
    0 0 0 1px rgba(243, 111, 33, 0.08);
}

@keyframes trustCardIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Shine sweep effect on hover */
.trust-card-shine {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.03) 40%,
    rgba(255, 255, 255, 0.06) 50%,
    rgba(255, 255, 255, 0.03) 60%,
    transparent 100%
  );
  transition: left 0.7s ease;
  pointer-events: none;
}

.hero-trust-card:hover .trust-card-shine {
  left: 100%;
}

/* Icon container with animated ring */
.trust-card-icon {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s;
}

.hero-trust-card:hover .trust-card-icon {
  transform: scale(1.08);
}

.trust-card-icon--gold {
  background: rgba(234, 179, 8, 0.1);
}
.trust-card-icon--green {
  background: rgba(34, 197, 94, 0.1);
}
.trust-card-icon--orange {
  background: rgba(243, 111, 33, 0.1);
}

.trust-card-icon-ring {
  position: absolute;
  inset: -3px;
  border-radius: 16px;
  border: 1.5px solid transparent;
  opacity: 0;
  transition:
    opacity 0.3s,
    inset 0.3s;
}

.hero-trust-card:hover .trust-card-icon-ring {
  inset: -4px;
}

.hero-trust-card:hover .trust-card-icon--gold .trust-card-icon-ring {
  border-color: rgba(234, 179, 8, 0.4);
  opacity: 1;
}
.hero-trust-card:hover .trust-card-icon--green .trust-card-icon-ring {
  border-color: rgba(34, 197, 94, 0.4);
  opacity: 1;
}
.hero-trust-card:hover .trust-card-icon--orange .trust-card-icon-ring {
  border-color: rgba(243, 111, 33, 0.4);
  opacity: 1;
}

.trust-card-body {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.trust-card-body strong {
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  white-space: nowrap;
}

.trust-card-body span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.45);
  font-weight: 400;
  white-space: nowrap;
}

/* Decorative Circles */
.hero-decorative-circle {
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}

.hero-circle-1 {
  width: 500px;
  height: 500px;
  top: -120px;
  right: -120px;
  background: radial-gradient(
    circle,
    rgba(243, 111, 33, 0.2) 0%,
    rgba(243, 111, 33, 0.05) 60%,
    transparent 70%
  );
}

.hero-circle-2 {
  width: 400px;
  height: 400px;
  bottom: -100px;
  left: -100px;
  background: radial-gradient(
    circle,
    rgba(243, 111, 33, 0.15) 0%,
    rgba(243, 111, 33, 0.04) 60%,
    transparent 70%
  );
}

.hero-circle-3 {
  width: 250px;
  height: 250px;
  top: 60%;
  right: 35%;
  background: radial-gradient(
    circle,
    rgba(243, 111, 33, 0.08) 0%,
    transparent 70%
  );
}

/* =========================================
   HERO ANIMATIONS & CREATIVE ELEMENTS
   ========================================= */

/* Background dot grid */
.hero-grid-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.6;
  animation: heroGridFade 3s ease-in-out forwards;
}

@keyframes heroGridFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.6;
  }
}

/* Animated SVG car driving across */
.hero-car-wireframe {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 50px;
  pointer-events: none;
  margin: 0 0 8px;
}

.hero-car-wireframe .car-svg {
  position: absolute;
  width: 180px;
  height: 36px;
  bottom: 8px;
  left: 0;
  transform: scaleX(-1);
  animation: carDrive 10s linear infinite;
  filter: drop-shadow(0 1px 6px rgba(243, 111, 33, 0.25));
}

.hero-car-road {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(243, 111, 33, 0.35) 10%,
    rgba(243, 111, 33, 0.35) 90%,
    transparent 100%
  );
}

/* Dashed center line on road */
.hero-car-road::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  height: 1px;
  background: repeating-linear-gradient(
    90deg,
    rgba(243, 111, 33, 0.18) 0px,
    rgba(243, 111, 33, 0.18) 14px,
    transparent 14px,
    transparent 26px
  );
}

@keyframes carDrive {
  0% {
    left: -200px;
  }
  100% {
    left: 100%;
  }
}

/* Hero content staggered fade-up entrance */
.hero-fade-up {
  opacity: 0;
  transform: translateY(30px);
  animation: heroFadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: var(--delay, 0s);
}

@keyframes heroFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Scan line sweeping over the hero image */
.hero-scan-line {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    transparent 40%,
    rgba(243, 111, 33, 0.08) 45%,
    rgba(243, 111, 33, 0.15) 50%,
    rgba(243, 111, 33, 0.08) 55%,
    transparent 60%,
    transparent 100%
  );
  animation: imageScan 5s ease-in-out 1.5s infinite;
  pointer-events: none;
  z-index: 2;
}

@keyframes imageScan {
  0% {
    left: -100%;
  }
  100% {
    left: 200%;
  }
}

/* Pulsing damage inspection markers on image */
.hero-marker {
  position: absolute;
  width: 14px;
  height: 14px;
  z-index: 4;
  pointer-events: none;
}

.hero-marker span {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--color-primary);
  box-shadow: 0 0 0 0 rgba(243, 111, 33, 0.5);
  animation: markerPulse 2.5s ease-out infinite;
}

.hero-marker::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1.5px solid rgba(243, 111, 33, 0.4);
  animation: markerRing 2.5s ease-out infinite;
}

.marker-1 {
  top: 30%;
  left: 25%;
  animation-delay: 0s;
}
.marker-1 span {
  animation-delay: 0s;
}
.marker-1::before {
  animation-delay: 0s;
}

.marker-2 {
  top: 45%;
  right: 30%;
  animation-delay: 0.8s;
}
.marker-2 span {
  animation-delay: 0.8s;
}
.marker-2::before {
  animation-delay: 0.8s;
}

.marker-3 {
  top: 60%;
  left: 50%;
  animation-delay: 1.6s;
}
.marker-3 span {
  animation-delay: 1.6s;
}
.marker-3::before {
  animation-delay: 1.6s;
}

@keyframes markerPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(243, 111, 33, 0.6);
  }
  50% {
    box-shadow: 0 0 0 12px rgba(243, 111, 33, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(243, 111, 33, 0);
  }
}

@keyframes markerRing {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}

/* Floating "GeprÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¼ft" badge on hero image */
.hero-floating-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(26, 26, 26, 0.85);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(34, 197, 94, 0.3);
  border-radius: 100px;
  padding: 8px 16px;
  z-index: 5;
  font-size: 12px;
  font-weight: 600;
  color: #22c55e;
}

.hero-float-anim {
  animation: heroFloat 4s ease-in-out infinite;
}

/* TÃƒÆ’Ã…â€œV seal on hero image */
.hero-tuv-seal {
  position: absolute;
  bottom: 90px;
  right: 20px;
  z-index: 5;
  background: #ffffff;
  border-radius: 14px;
  padding: 8px 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

.hero-tuv-seal img {
  height: 52px;
  width: auto;
  display: block;
}

@keyframes heroFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

/* Glowing CTA button */
.btn-glow {
  position: relative;
}

.btn-glow::after {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 50px;
  background: linear-gradient(135deg, #f36f21, #f5932a, #f36f21);
  z-index: -1;
  opacity: 0;
  filter: blur(12px);
  animation: btnGlow 3s ease-in-out infinite;
}

@keyframes btnGlow {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
}

/* Breathing animation on decorative circles */
.hero-circle-1 {
  animation: circleBreath1 8s ease-in-out infinite;
}
.hero-circle-2 {
  animation: circleBreath2 10s ease-in-out infinite;
}
.hero-circle-3 {
  animation: circleBreath3 7s ease-in-out infinite;
}

@keyframes circleBreath1 {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.08);
    opacity: 0.7;
  }
}

@keyframes circleBreath2 {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05) translateX(10px);
    opacity: 0.8;
  }
}

@keyframes circleBreath3 {
  0%,
  100% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
  50% {
    transform: scale(1.12) translateY(-15px);
    opacity: 0.6;
  }
}

/* Mouse-follow glow on hero image */
.hero-mouse-glow {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(243, 111, 33, 0.2) 0%,
    transparent 70%
  );
  pointer-events: none;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 2;
}

/* Typing cursor blink after heading animates in */
.hero-typing-done::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 0.85em;
  background: var(--color-primary);
  margin-left: 8px;
  vertical-align: middle;
  animation: cursorBlink 1s steps(2) 3;
  opacity: 0;
}

@keyframes cursorBlink {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
  .hero-fade-up {
    animation: none;
    opacity: 1;
    transform: none;
  }
  .hero-scan-line {
    animation: none;
    display: none;
  }
  .hero-marker span,
  .hero-marker::before {
    animation: none;
  }
  .hero-floating-badge {
    animation: none;
  }
  .btn-glow::after {
    animation: none;
  }
  .hero-circle-1,
  .hero-circle-2,
  .hero-circle-3 {
    animation: none;
  }
  .hero-car-wireframe .car-svg {
    animation: none;
    left: calc(50% - 90px) !important;
  }
  .hero-grid-bg {
    animation: none;
    opacity: 0.6;
  }
  .hero-typing-done::after {
    animation: none;
    display: none;
  }
  .hero-mouse-glow {
    display: none;
  }
}

@media (max-width: 768px) {
  .hero-car-wireframe {
    height: 40px;
  }
  .hero-car-wireframe .car-svg {
    width: 140px;
    height: 28px;
    animation-duration: 7s;
    bottom: 6px;
  }
  .hero-car-road {
    bottom: 6px;
  }
  .hero-car-road::before {
    top: -6px;
  }
}

@media (max-width: 768px) {
  .hero-marker {
    display: none;
  }
  .hero-floating-badge {
    top: 12px;
    right: 12px;
    padding: 6px 12px;
    font-size: 11px;
  }
  .hero-grid-bg {
    display: none;
  }
}

.decorative-circle {
  position: absolute;
  border-radius: 50%;
  background: rgba(243, 111, 33, 0.08);
}

.hero-circle-tl {
  width: 500px;
  height: 500px;
  top: -180px;
  left: -180px;
  background: radial-gradient(
    circle,
    rgba(243, 111, 33, 0.14) 0%,
    rgba(243, 111, 33, 0.04) 55%,
    transparent 70%
  );
  z-index: 0;
}

.hero-circle-br {
  width: 450px;
  height: 450px;
  bottom: -160px;
  right: -160px;
  background: radial-gradient(
    circle,
    rgba(243, 111, 33, 0.12) 0%,
    rgba(243, 111, 33, 0.03) 55%,
    transparent 70%
  );
  z-index: 0;
}

.section-circle-1 {
  width: 500px;
  height: 500px;
  top: -200px;
  right: -200px;
}

.section-circle-2 {
  width: 350px;
  height: 350px;
  bottom: -150px;
  left: -150px;
}

/* Buttons */
.btn {
  padding: 16px 32px;
  border-radius: 50px;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  transition:
    transform 0.2s,
    opacity 0.3s ease;
}

.btn:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.btn-primary {
  background: linear-gradient(135deg, #f36f21, #f5932a);
  border: 1px solid transparent;
  color: white;
  box-shadow: 0 10px 20px rgba(243, 111, 33, 0.3);
}

.btn-primary:hover {
  box-shadow: 0 14px 28px rgba(243, 111, 33, 0.4);
}

.btn-secondary {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.6);
}

/* =========================================
   REUSABLE TAG LABEL
   ========================================= */

.tag-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-text);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--color-primary);
  background: rgba(243, 111, 33, 0.06);
  border: 1px solid rgba(243, 111, 33, 0.18);
  border-radius: 100px;
  padding: 8px 22px 8px 16px;
  margin-bottom: 24px;
}

.tag-label::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-primary);
  flex-shrink: 0;
}

/* Dark background variant */
.tag-label--light {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.15);
}

.tag-label--light::before {
  background: var(--color-primary);
}

.hero-logos {
  display: flex;
  gap: 24px;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 36px;
}

.hero-logos img {
  height: 28px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.4;
  transition: opacity 0.3s ease;
}

.hero-logos img:hover {
  opacity: 0.8;
}

/* Legacy grid classes ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â no longer used but kept for safety */
.hero-img-1,
.hero-img-2,
.hero-img-3,
.hero-img-4 {
  display: none;
}

.hero-img-4 {
  grid-column: 2 / 3;
  grid-row: 2 / 4;
  border-radius: 32px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background: var(--color-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(243, 111, 33, 0.4);
  cursor: pointer;
}

.play-button svg {
  width: 24px;
  height: 24px;
  fill: #ffffff;
  margin-left: 4px;
}

/* =========================================
   TICKER / MARQUEE SECTION
   ========================================= */

.ticker-section {
  background-color: var(--color-primary);
  padding: 24px 0;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
}

.ticker-content {
  display: inline-flex;
  gap: 80px;
  align-items: center;
  animation: ticker 40s linear infinite;
  padding-right: 80px;
}

.ticker-item {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff;
}

.ticker-dot {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 50%;
  opacity: 0.6;
}

@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* =========================================
   SERVICES TAB SECTION
   ========================================= */

.services-section {
  padding: 60px 0 20px 0px;
  /* background-color: var(--color-light-bg); */
  position: relative;
}

/* Header */
.services-tab-header {
  text-align: center;
  margin-bottom: 50px;
}

.services-tab-header h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--color-text-main);
  margin-bottom: 16px;
}

.services-tab-header h2 span {
  color: var(--color-primary);
}

.services-tab-header p {
  font-size: 1rem;
  color: var(--color-text-muted);
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Card container ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â vertical tabs */
.services-tab-card {
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  box-shadow: 0 8px 50px rgba(0, 0, 0, 0.06);
}

/* Dark sidebar */
.services-tab-sidebar {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 240px;
  background: var(--color-dark-bg);
  padding: 12px;
  gap: 6px;
}

.services-tab-btn {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 18px 18px;
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  border-radius: 14px;
  transition: all 0.3s ease;
  text-align: left;
  position: relative;
}

.services-tab-btn:hover {
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.04);
}

.services-tab-btn.active {
  color: #ffffff;
  background: rgba(243, 111, 33, 0.12);
}

.services-tab-btn:focus,
.services-tab-btn:focus-visible {
  outline: none;
  box-shadow: none;
}

.stb-num {
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 700;
  color: var(--color-primary);
  opacity: 0.5;
  flex-shrink: 0;
  width: 22px;
  transition: opacity 0.3s;
}

.services-tab-btn.active .stb-num {
  opacity: 1;
}

.stb-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  flex-shrink: 0;
  transition:
    background 0.3s,
    transform 0.3s;
}

.services-tab-btn.active .stb-icon {
  background: rgba(243, 111, 33, 0.18);
  color: var(--color-primary);
  transform: scale(1.05);
}

.stb-label {
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 600;
  flex: 1;
  transition: color 0.3s;
}

.stb-arrow {
  display: flex;
  opacity: 0;
  transform: translateX(-4px) rotate(-90deg);
  transition:
    opacity 0.3s,
    transform 0.3s;
  flex-shrink: 0;
}

.services-tab-btn.active .stb-arrow {
  opacity: 0.6;
  transform: translateX(0) rotate(-90deg);
}

/* Phone CTA in services tab sidebar */
.services-tab-cta {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 14px;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid rgba(243, 111, 33, 0.2);
  color: var(--color-text-main);
  text-decoration: none;
  box-shadow: 0 10px 24px -14px rgba(0, 0, 0, 0.25);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
  flex-direction: column;
}

.services-tab-cta:hover {
  transform: translateY(-2px);
  border-color: var(--color-primary);
  box-shadow: 0 14px 28px -14px rgba(243, 111, 33, 0.45);
}

.services-tab-cta-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(243, 111, 33, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.services-tab-cta-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  align-items: center;
}

.services-tab-cta-body small {
  font-size: 0.7rem;
  color: var(--color-text-muted);
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 1.2;
}

.services-tab-cta-body strong {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-accent);
  line-height: 1.2;
  letter-spacing: -0.2px;
}

/* Right panel body */
.services-tab-body {
  flex: 1;
  min-width: 0;
  background: #ffffff;
  position: relative;
}

/* Tab panels */
.services-tab-panel {
  display: none;
  align-items: stretch;
  height: 480px;
}

.services-tab-panel.active {
  display: flex;
  animation: tabFadeIn 0.4s ease;
}

@keyframes tabFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.services-tab-text {
  flex: 1;
  padding: 50px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.services-tab-step {
  display: inline-block;
  font-family: var(--font-text);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--color-primary);
  margin-bottom: 16px;
}

.services-tab-text h3 {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--color-text-main);
  line-height: 1.15;
  margin-bottom: 18px;
}

.services-tab-text p {
  font-size: 0.95rem;
  color: var(--color-text-muted);
  line-height: 1.8;
  margin-bottom: 32px;
  max-width: 460px;
}

.services-tab-text .btn {
  align-self: flex-start;
}

/* Image side */
.services-tab-img {
  flex: 0 0 42%;
  position: relative;
}

.services-tab-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 1100px) {
  .services-tab-sidebar {
    width: 200px;
    padding: 10px;
  }
  .services-tab-btn {
    padding: 14px 14px;
    gap: 10px;
  }
  .stb-label {
    font-size: 13px;
  }
  .stb-icon {
    width: 32px;
    height: 32px;
  }
  .stb-num {
    display: none;
  }
  .services-tab-text {
    padding: 40px 32px;
  }
  .services-tab-text h3 {
    font-size: 1.8rem;
  }
  .services-tab-img {
    flex: 0 0 38%;
  }
  .services-tab-panel {
    height: 420px;
  }
}

@media (max-width: 768px) {
  .services-section {
    padding: 60px 0;
  }
  .services-tab-header h2 {
    font-size: 1.6rem;
  }
  .services-tab-card {
    flex-direction: column;
    border-radius: 20px;
  }

  .services-tab-sidebar {
    flex-direction: row;
    width: 100%;
    padding: 6px;
    gap: 4px;
    overflow-x: auto;
    scrollbar-width: none;
    flex-wrap: wrap;
  }
  .services-tab-sidebar::-webkit-scrollbar {
    display: none;
  }
  .services-tab-btn {
    /* flex: 0 0 auto; */
    padding: 12px 16px;
    border-radius: 10px;
    gap: 8px;
    width: calc(50% - 10px);
    /* justify-content: center; */
    /* align-items: center; */
    /* text-align: center; */
    /* flex-direction: row; */
    /* flex: unset; */
    display: flex;
  }
  .stb-num {
    display: none;
  }
  .stb-arrow {
    display: none;
  }
  .services-tab-cta {
    display: none;
  }
  .stb-icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
  }
  .stb-label {
    font-size: 12px;
    white-space: nowrap;
    flex: unset;
  }

  .services-tab-panel.active {
    flex-direction: column;
    height: auto;
  }
  .services-tab-img {
    flex: none;
    height: 280px;
    order: -1;
  }
  .services-tab-text {
    padding: 28px 24px;
  }
  .services-tab-text h3 {
    font-size: 1.4rem;
  }
}

/* =========================================
   COMBINED SECTIONS WRAPPER
   ========================================= */

/* Legacy wrapper kept for compatibility but unused on homepage */
.combined-sections-wrapper {
  max-width: 1620px;
  width: calc(100% - 80px);
  border-radius: 60px;
  margin: 0 auto;
  overflow: hidden;
}

/* =========================================
   PRECISION / ABOUT SECTION (Redesigned)
   ========================================= */

.precision-section {
  padding: 100px 0 60px;
  position: relative;
  overflow: hidden;
  /* background: #fff; */
}

.precision-bg-decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  display: none;
}

.precision-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(140px);
  opacity: 0.45;
}

.precision-blob--1 {
  width: 520px;
  height: 520px;
  background: rgba(243, 111, 33, 0.18);
  top: -120px;
  right: -120px;
}

.precision-blob--2 {
  width: 420px;
  height: 420px;
  background: rgba(243, 111, 33, 0.1);
  bottom: -140px;
  left: -140px;
}

.precision-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 70px;
  align-items: center;
}

/* Visual */
.precision-visual {
  position: relative;
  aspect-ratio: 5 / 6;
  max-width: 560px;
}

.precision-visual-frame {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  overflow: hidden;
  /* box-shadow: 0 40px 80px -40px rgba(0, 0, 0, 0.3); */
}

.precision-visual-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s ease;
}

.precision-visual:hover .precision-visual-frame img {
  transform: scale(1.05);
}

.precision-visual-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 50%,
    rgba(26, 26, 26, 0.45) 100%
  );
}

.precision-floating {
  position: absolute;
  z-index: 2;
}

/* ---- TUV Seal (top-left): circular badge with rotating text ring ---- */
.precision-floating--tuv {
  top: -18px;
  left: -36px;
  width: 140px;
  height: 140px;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.18));
  animation: precisionFloatSlow 7s ease-in-out infinite;
}

.precision-floating-ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  color: var(--color-primary);
  animation: precisionRingSpin 22s linear infinite;
  text-transform: uppercase;
}

.precision-floating-core {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow:
    inset 0 0 0 1px rgba(243, 111, 33, 0.18),
    0 8px 20px -6px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}

.precision-floating-core img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

@keyframes precisionRingSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes precisionFloatSlow {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -10px;
  }
}

/* ---- Rating card (bottom-right): compact glass chip ---- */
.precision-floating--rating {
  bottom: 30px;
  right: -42px;
  width: 180px;
  padding: 16px 18px 14px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 18px;
  box-shadow: 0 24px 40px -20px rgba(0, 0, 0, 0.22);
  animation: precisionFloatFast 5s ease-in-out infinite;
  animation-delay: -2s;
  transform: rotate(-3deg);
}

.precision-floating--rating::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(243, 111, 33, 0.5), transparent 60%);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.precision-floating-dot {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 8px;
  height: 8px;
  background: #22c55e;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.18);
  animation: precisionLivePulse 2s ease-in-out infinite;
}

.precision-floating-score {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 4px;
}

.precision-score-num {
  font-family: var(--font-heading);
  font-size: 1.9rem;
  font-weight: 800;
  color: var(--color-text-main);
  line-height: 1;
  letter-spacing: -1px;
}

.precision-score-max {
  font-size: 0.78rem;
  color: var(--color-text-muted);
  font-weight: 500;
}

.precision-floating-stars {
  display: flex;
  gap: 2px;
  margin-bottom: 6px;
  color: var(--color-primary);
}

.precision-floating-stars svg {
  fill: var(--color-primary);
  stroke: var(--color-primary);
}

.precision-floating-label {
  font-size: 0.72rem;
  color: var(--color-text-muted);
  font-weight: 500;
  letter-spacing: 0.2px;
  display: block;
}

@keyframes precisionFloatFast {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -8px;
  }
}

@keyframes precisionLivePulse {
  0%,
  100% {
    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.18);
  }
  50% {
    box-shadow: 0 0 0 7px rgba(34, 197, 94, 0.08);
  }
}

/* Content */
.precision-content h2,
.home-precision-content h1 {
  font-size: 2.6rem !important;
  font-weight: 700;
  color: var(--color-text-main);
  line-height: 1.15;
  margin: 18px 0 20px;
  letter-spacing: -0.5px;
}

.precision-content h2 span,
.home-precision-content h1 span {
  color: var(--color-primary);
  position: relative;
  display: inline-block;
}

.precision-content h2 span::after,
.home-precision-content h1 span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 8px;
  background: rgba(243, 111, 33, 0.18);
  z-index: -1;
  border-radius: 2px;
}

.precision-lead {
  font-size: 1.05rem;
  color: var(--color-text-muted);
  line-height: 1.75;
  margin-bottom: 32px;
}

.precision-lead strong {
  color: var(--color-text-main);
  font-weight: 700;
}

.precision-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 36px;
  padding: 28px 0;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

.precision-stat {
  position: relative;
  transition: transform 0.3s ease;
}

.precision-stat:hover {
  transform: translateY(-3px);
}

.precision-stat-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.precision-stat-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(243, 111, 33, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition:
    transform 0.3s ease,
    background 0.3s ease;
}

.precision-stat:hover .precision-stat-icon {
  transform: rotate(-6deg) scale(1.05);
  background: rgba(243, 111, 33, 0.16);
}

.precision-stat-num {
  display: flex;
  align-items: baseline;
  gap: 3px;
  flex-wrap: wrap;
}

.precision-stat-num em {
  font-style: normal;
  font-size: 0.8rem;
  color: var(--color-text-muted);
  font-weight: 500;
  margin-right: 4px;
}

.precision-stat-num strong {
  font-family: var(--font-heading);
  font-size: 2.1rem;
  font-weight: 800;
  color: var(--color-primary);
  line-height: 1;
}

.precision-stat-num small {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--color-primary);
  opacity: 0.75;
}

.precision-stat > span {
  display: block;
  font-size: 0.85rem;
  color: var(--color-text-muted);
  font-weight: 500;
  margin-bottom: 12px;
}

.precision-stat-bar {
  width: 100%;
  height: 4px;
  background: #f0f0f0;
  border-radius: 3px;
  overflow: hidden;
}

.precision-stat-fill {
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--color-primary), #f5932a);
  border-radius: 3px;
  transition: width 1.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.precision-stat-fill.animated {
  width: var(--fill-width);
}

.precision-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.precision-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: var(--color-primary);
  font-size: 0.95rem;
  text-decoration: none;
  transition: gap 0.2s ease;
}

.precision-link:hover {
  gap: 12px;
}

@media (max-width: 1024px) {
  .precision-section {
    padding: 80px 0 60px;
  }
  .precision-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .precision-visual {
    max-width: 420px;
    margin: 0 auto;
    aspect-ratio: 4 / 3;
  }
  .precision-visual-frame {
    aspect-ratio: 4 / 3;
  }
  .precision-content h2,
  .home-precision-content h1 {
    font-size: 2rem !important;
  }
  .precision-stat-num strong {
    font-size: 1.8rem;
  }
}

@media (max-width: 1024px) {
  .precision-floating--tuv {
    width: 116px;
    height: 116px;
    top: -10px;
    left: -14px;
  }
  .precision-floating-core {
    width: 72px;
    height: 72px;
    padding: 10px;
  }
  .precision-floating--rating {
    width: 160px;
    right: -20px;
    bottom: 18px;
    padding: 14px 16px 12px;
  }
  .precision-score-num {
    font-size: 1.65rem;
  }
}

@media (max-width: 768px) {
  .precision-section {
    padding: 60px 0 40px;
  }
  .precision-content h2,
  .home-precision-content h1 {
    font-size: 1.5rem !important;
  }
  .precision-lead {
    font-size: 0.95rem;
  }
  .precision-stats {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px 0;
  }
  .precision-floating--tuv {
    width: 96px;
    height: 96px;
    top: 10px;
    left: 8px;
  }
  .precision-floating-core {
    width: 60px;
    height: 60px;
    padding: 8px;
  }
  .precision-floating-ring text {
    font-size: 9px !important;
  }
  .precision-floating--rating {
    width: 144px;
    right: 10px;
    bottom: 14px;
    padding: 12px 14px 10px;
  }
  .precision-score-num {
    font-size: 1.5rem;
  }
  .precision-floating-label {
    font-size: 0.68rem;
  }
  .precision-stat-num strong {
    font-size: 1.6rem;
  }
  .precision-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .precision-actions .btn {
    justify-content: center;
  }
  .precision-link {
    justify-content: center;
  }
}

/* =========================================
   CONTENT TRIPLE SECTION (3-col: text / image / card)
   ========================================= */

.content-triple-section {
  padding: 60px 0 60px 0px;
  /* background: var(--color-light-bg); */
  position: relative;
  overflow: hidden;
}

.content-triple-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 28px;
  align-items: stretch;
}

/* ---- Col 1: Text ---- */
.content-triple-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.content-triple-text h2 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-text-main);
  line-height: 1.2;
  margin: 14px 0 18px;
  letter-spacing: -0.3px;
}

.content-triple-text h2 em {
  color: var(--color-primary);
  font-style: normal;
}

.content-triple-text > p {
  font-size: 0.98rem;
  color: var(--color-text-muted);
  line-height: 1.7;
  margin-bottom: 20px;
}

.content-triple-list {
  list-style: none;
  padding: 0;
  margin: 0 0 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.content-triple-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.92rem;
  color: var(--color-text-main);
  font-weight: 500;
  line-height: 1.4;
}

.content-triple-list li svg {
  flex-shrink: 0;
  background: var(--color-primary);
  border-radius: 50%;
  padding: 5px;
  width: 24px;
  height: 24px;
  box-sizing: content-box;
}

/* ---- Col 2: Image ---- */
.content-triple-image {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  min-height: 380px;
  box-shadow: 0 20px 50px -25px rgba(0, 0, 0, 0.18);
}

.content-triple-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.content-triple-image:hover img {
  transform: scale(1.05);
}

.content-triple-image-accent {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 50%,
    rgba(26, 26, 26, 0.5) 100%
  );
  z-index: 1;
}

.content-triple-image-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ffffff;
  padding: 8px 14px;
  border-radius: 100px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--color-primary);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  z-index: 2;
}

/* ---- Col 3: Beautiful Card ---- */
.content-triple-card {
  position: relative;
  background: linear-gradient(160deg, #1a1a1a 0%, #111111 100%);
  border-radius: 22px;
  padding: 36px 28px 28px;
  color: #ffffff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 24px 50px -20px rgba(0, 0, 0, 0.35);
}

.content-triple-card-decor {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 0% 0%, rgba(243, 111, 33, 0.32), transparent 50%),
    radial-gradient(
      circle at 100% 100%,
      rgba(243, 111, 33, 0.18),
      transparent 55%
    );
  pointer-events: none;
}

.content-triple-card > * {
  position: relative;
  z-index: 1;
}

.content-triple-card-badge {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: linear-gradient(145deg, var(--color-primary), #e0600e);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  box-shadow: 0 12px 24px -8px rgba(243, 111, 33, 0.6);
}

.content-triple-card-tag {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--color-primary);
  background: rgba(243, 111, 33, 0.18);
  padding: 4px 12px;
  border-radius: 100px;
  margin-bottom: 12px;
  width: fit-content;
}

.content-triple-card h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.25;
  margin: 0 0 12px;
  letter-spacing: -0.2px;
}

.content-triple-card > p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.6;
  margin: 0 0 22px;
}

.content-triple-card-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 18px 0;
  margin: 0 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.content-triple-card-stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.content-triple-card-stat strong {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--color-primary);
  line-height: 1;
  letter-spacing: -0.3px;
}

.content-triple-card-stat span {
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 500;
}

.content-triple-card-cta {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  text-decoration: none;
  margin-top: auto;
  transition: all 0.3s ease;
}

.content-triple-card-cta:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--color-primary);
  transform: translateY(-2px);
}

.content-triple-card-cta-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(243, 111, 33, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.content-triple-card-cta-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.content-triple-card-cta-text small {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 1.2;
}

.content-triple-card-cta-text strong {
  font-family: var(--font-heading);
  font-size: 0.98rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: -0.2px;
}

/* ---- Responsive ---- */
@media (max-width: 1100px) {
  .content-triple-grid {
    grid-template-columns: 1fr 1fr;
  }
  .content-triple-card {
    grid-column: span 2;
  }
  .content-triple-card-stats {
    padding: 16px 0;
  }
}

@media (max-width: 768px) {
  .content-triple-section {
    padding: 60px 0;
  }
  .content-triple-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .content-triple-card {
    grid-column: auto;
    padding: 28px 22px 24px;
  }
  .content-triple-text h2 {
    font-size: 1.5rem;
  }
  .content-triple-image {
    min-height: 260px;
  }
  .content-triple-card h3 {
    font-size: 1.15rem;
  }
  .content-triple-card-badge {
    width: 48px;
    height: 48px;
  }
}

/* =========================================
   WHY CHOOSE US SECTION (Redesigned)
   ========================================= */

.why-choose-section {
  padding: 110px 0 100px;
  background: linear-gradient(160deg, #0d0d0d 0%, #1a1a1a 50%, #0a0a0a 100%);
  position: relative;
  overflow: hidden;
}

.why-choose-decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.why-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
}

.why-orb--left {
  width: 480px;
  height: 480px;
  background: rgba(243, 111, 33, 0.22);
  top: -150px;
  left: -150px;
}

.why-orb--right {
  width: 420px;
  height: 420px;
  background: rgba(243, 111, 33, 0.12);
  bottom: -150px;
  right: -150px;
}

.why-choose-head {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: flex-end;
  margin-bottom: 70px;
  position: relative;
  z-index: 1;
}

.why-choose-head-left h2 {
  font-size: 2.8rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.5px;
  margin-top: 16px;
}

.why-choose-head-left h2 span {
  color: var(--color-primary);
}

.why-choose-head-right p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 20px;
}

.why-choose-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  background: var(--color-primary);
  color: #ffffff;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  border-radius: 50px;
  box-shadow: 0 14px 28px -10px rgba(243, 111, 33, 0.55);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease,
    gap 0.25s ease;
  align-self: flex-start;
  white-space: nowrap;
}

.why-choose-link:hover {
  background: #e0600e;
  transform: translateY(-2px);
  box-shadow: 0 18px 32px -10px rgba(243, 111, 33, 0.7);
  gap: 14px;
}

.why-choose-link svg {
  transition: transform 0.25s ease;
}

.why-choose-link:hover svg {
  transform: translateX(2px);
}

.why-choose-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  position: relative;
  z-index: 1;
}

.why-feature {
  position: relative;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  padding: 34px 28px 32px;
  overflow: hidden;
  transition: all 0.4s ease;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.why-feature:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
}

.why-feature-num {
  position: absolute;
  top: 18px;
  right: 22px;
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.25);
  letter-spacing: 1px;
}

.why-feature-icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  background: rgba(243, 111, 33, 0.12);
  color: var(--color-primary);
  transition: transform 0.4s ease;
}

.why-feature:hover .why-feature-icon {
  transform: scale(1.08) rotate(-6deg);
}

.why-feature h3 {
  font-size: 1.15rem;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 10px;
}

.why-feature p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.92rem;
  line-height: 1.6;
}

.why-feature-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--color-primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.why-feature:hover .why-feature-bar {
  transform: scaleX(1);
}

@media (max-width: 1024px) {
  .why-choose-section {
    padding: 80px 0;
  }
  .why-choose-head {
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 50px;
  }
  .why-choose-head-left h2 {
    font-size: 2.2rem;
  }
  .why-choose-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .why-choose-section {
    padding: 60px 0;
  }
  .why-choose-head-left h2 {
    font-size: 1.6rem;
  }
  .why-choose-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .why-feature {
    padding: 26px 22px 24px;
  }
  .why-feature-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 16px;
  }
}

/* =========================================
   3 STEPS / HOW IT WORKS ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â TIMELINE
   ========================================= */

.how-it-works-section {
  background:
    radial-gradient(
      ellipse at 10% 0%,
      rgba(243, 111, 33, 0.12) 0%,
      transparent 50%
    ),
    radial-gradient(
      ellipse at 90% 100%,
      rgba(243, 111, 33, 0.08) 0%,
      transparent 45%
    ),
    radial-gradient(
      ellipse at 50% 50%,
      rgba(30, 30, 30, 1) 0%,
      var(--color-dark-bg) 100%
    );
  padding: 100px 0 120px;
  position: relative;
  overflow: hidden;
  max-width: 1600px;
  margin: auto;
  border-radius: 50px;
  margin-bottom: 70px;
}

/* Floating bg cars */
.steps-bg-cars {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.steps-car {
  position: absolute;
  color: rgba(243, 111, 33, 0.1);
  transform: scaleX(-1);
}

.steps-car--1 {
  width: 180px;
  top: 12%;
  animation: stepsCarFloat1 18s linear infinite;
}

.steps-car--2 {
  width: 120px;
  top: 50%;
  animation: stepsCarFloat2 24s linear infinite;
}

.steps-car--3 {
  width: 150px;
  top: 82%;
  animation: stepsCarFloat3 20s linear infinite;
}

@keyframes stepsCarFloat1 {
  0% {
    left: -200px;
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

@keyframes stepsCarFloat2 {
  0% {
    right: -160px;
    left: auto;
    opacity: 0;
    transform: scaleX(1);
  }
  5% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    right: 100%;
    left: auto;
    opacity: 0;
    transform: scaleX(1);
  }
}

@keyframes stepsCarFloat3 {
  0% {
    left: -180px;
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .steps-bg-cars {
    display: none;
  }
}

@media (max-width: 768px) {
  .steps-bg-cars {
    display: none;
  }
}

.steps-header {
  text-align: center;
  margin-bottom: 70px;
  position: relative;
  z-index: 1;
}

.steps-header h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 20px;
}

.steps-header h2 span {
  color: var(--color-primary);
  font-style: normal;
}

.steps-header p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
  max-width: 660px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Timeline container */
.steps-timeline {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}

/* Center vertical line with animated fill */
.steps-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: rgba(255, 255, 255, 0.06);
  transform: translateX(-50%);
}

.steps-line-fill {
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    var(--color-primary),
    rgba(243, 111, 33, 0.3)
  );
  border-radius: 2px;
}

/* Each step row */
.step-row {
  display: grid;
  grid-template-columns: 1fr 60px 1fr;
  align-items: start;
  margin-bottom: 50px;
}

.step-row:last-child {
  margin-bottom: 0;
}

/* Center marker */
.step-marker {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 36px;
  position: relative;
  z-index: 2;
}

.step-dot {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--color-primary);
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 0 0 6px rgba(243, 111, 33, 0.15),
    0 4px 24px rgba(243, 111, 33, 0.3);
  position: relative;
}

/* Pulse ring on dot */
.step-dot::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid var(--color-primary);
  opacity: 0;
  animation: stepPulse 3s ease-out infinite;
}

[data-step="1"] .step-dot::after {
  animation-delay: 0s;
}
[data-step="2"] .step-dot::after {
  animation-delay: 1s;
}
[data-step="3"] .step-dot::after {
  animation-delay: 2s;
}

@keyframes stepPulse {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  60% {
    transform: scale(1.6);
    opacity: 0;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

/* Horizontal connector from dot to card */
.step-connector {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 1px;
  background: rgba(243, 111, 33, 0.3);
  transform: translateY(-50%);
  display: none;
}

.step-row .step-connector {
  right: -30px;
}
.step-row--right .step-connector {
  left: -30px;
}

.step-spacer {
  min-height: 1px;
}

/* Card with staggered slide-in */
.step-card {
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 36px 32px;
  transition:
    border-color 0.3s,
    background 0.3s,
    box-shadow 0.3s;
}

.step-card:hover {
  border-color: rgba(243, 111, 33, 0.25);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 8px 30px rgba(243, 111, 33, 0.08);
}

.step-card-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.step-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: rgba(243, 111, 33, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition:
    transform 0.3s,
    background 0.3s;
}

.step-card:hover .step-icon {
  transform: scale(1.1) rotate(-3deg);
  background: rgba(243, 111, 33, 0.16);
}

.step-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
}

.step-card p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.75;
  margin-bottom: 10px;
}

.step-card p:last-child {
  margin-bottom: 0;
}

/* Tag badge at bottom of card */
.step-card-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 18px;
  padding: 6px 14px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1024px) {
  .steps-header h2 {
    font-size: 2.2rem;
  }
  .steps-header p {
    max-width: 520px;
  }
  .step-card {
    padding: 30px 26px;
  }
  .step-row {
    grid-template-columns: 1fr 50px 1fr;
    margin-bottom: 36px;
  }
  .step-dot {
    width: 42px;
    height: 42px;
    font-size: 16px;
  }
  .step-connector {
    width: 20px;
  }
  .step-icon {
    width: 40px;
    height: 40px;
  }
  .step-card h3 {
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {
  .how-it-works-section {
    padding: 60px 0 80px;
  }
  .steps-header h2 {
    font-size: 1.5rem;
  }
  .steps-header p {
    font-size: 0.9rem;
    max-width: 100%;
  }
  .steps-timeline {
    max-width: 100%;
  }

  /* Single column layout with left timeline */
  .steps-line {
    right: 15px; /* transform: translateX(100%); */
    left: unset;
  }
  .step-row,
  .step-row.step-row--right {
    grid-template-columns: 44px 1fr;
    gap: 0 12px;
    display: flex;
  }
  .step-spacer {
    display: none;
  }
  .step-marker {
    padding-top: 0px;
    justify-content: flex-start;
  }
  .step-dot {
    width: 34px;
    height: 34px;
    font-size: 14px;
    box-shadow:
      0 0 0 4px rgba(243, 111, 33, 0.15),
      0 2px 12px rgba(243, 111, 33, 0.2);
  }
  .step-card {
    padding: 22px 18px;
    border-radius: 14px;
  }
  .step-connector {
    display: none;
  }
  .step-row {
    margin-bottom: 24px;
  }
  .step-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
  }
  .step-card h3 {
    font-size: 1rem;
  }
  .step-card p {
    font-size: 0.85rem;
  }
  .step-card-tag {
    font-size: 11px;
    padding: 5px 12px;
  }
}

@media (max-width: 480px) {
  .steps-header h2 {
    font-size: 1.3rem;
  }
  .step-row,
  .step-row.step-row--right {
    grid-template-columns: 36px 1fr;
    gap: 0 10px;
  }
  .steps-line {
    right: 12px;
  }
  .step-dot {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }
  .step-card {
    padding: 18px 16px;
  }
}

/* =========================================
   INDUSTRIES / LEISTUNGSSPEKTRUM (Redesigned as Grid)
   ========================================= */

.industries-section {
  padding: 110px 0;
  /* background: #ffffff; */
  position: relative;
  overflow: hidden;
}

.industries-decor {
  /* position: absolute; */
  /* inset: 0; */
  /* pointer-events: none; */
  /* z-index: 0; */
}

.ind-decor {
  position: absolute;
  border-radius: 50%;
  filter: blur(130px);
  opacity: 0.5;
}

.ind-decor--tl {
  width: 420px;
  height: 420px;
  background: rgba(243, 111, 33, 0.1);
  top: -120px;
  left: -100px;
}

.ind-decor--br {
  width: 380px;
  height: 380px;
  background: rgba(26, 26, 26, 0.06);
  bottom: -120px;
  right: -100px;
}

.industries-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.industries-header-content {
  flex: 1 1 520px;
  min-width: 0;
}

.industries-header-content .tag-label {
  display: inline-flex;
  margin-bottom: 14px;
}

.industries-header-action {
  flex: 0 0 auto;
}

.industries-top-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  background: var(--color-primary);
  color: #ffffff;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  border-radius: 50px;
  box-shadow: 0 14px 28px -10px rgba(243, 111, 33, 0.55);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease,
    gap 0.25s ease;
  white-space: nowrap;
}

.industries-top-link:hover {
  background: #e0600e;
  transform: translateY(-2px);
  box-shadow: 0 18px 32px -10px rgba(243, 111, 33, 0.7);
  gap: 14px;
}

.industries-top-link svg {
  transition: transform 0.25s ease;
}

.industries-top-link:hover svg {
  transform: translateX(2px);
}

.industries-header h2 {
  font-size: 2.6rem;
  color: var(--color-text-main);
  margin-bottom: 18px;
  letter-spacing: -0.5px;
  line-height: 1.15;
  font-weight: 700;
}

.industries-header h2 span {
  color: var(--color-primary);
  position: relative;
}

.industries-header p {
  color: var(--color-text-muted);
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 640px;
}

.industries-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  position: relative;
  z-index: 1;
}

.industry-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 22px;
  text-decoration: none;
  overflow: hidden;
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.4s ease,
    box-shadow 0.4s ease;
}

.industry-card-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    155deg,
    rgba(243, 111, 33, 0.06),
    transparent 70%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 0;
}

.industry-card:hover {
  transform: translateY(-8px);
  border-color: rgba(243, 111, 33, 0.3);
  box-shadow: 0 24px 50px -25px rgba(243, 111, 33, 0.35);
}

.industry-card:hover .industry-card-bg {
  opacity: 1;
}

.industry-card-image {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f5f5f5;
}

.industry-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.industry-card:hover .industry-card-image img {
  transform: scale(1.06);
}

.industry-card-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 0.45) 100%
  );
  pointer-events: none;
}

.industry-card-body {
  padding: 22px 24px 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  z-index: 1;
}

.industry-card h3 {
  font-size: 1.15rem !important;
  color: var(--color-text-main);
  font-weight: 700;
  margin-bottom: 8px;
}

.industry-card p {
  font-size: 0.88rem;
  color: var(--color-text-muted);
  line-height: 1.55;
  margin-bottom: 18px;
  flex-grow: 1;
}

.industry-card-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color-primary);
  margin-top: auto;
  transition: gap 0.3s ease;
}

.industry-card:hover .industry-card-more {
  gap: 10px;
}

@media (max-width: 1024px) {
  .industries-section {
    padding: 80px 0;
  }
  .industries-header h2 {
    font-size: 2.1rem;
  }
  .industries-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .industries-section {
    padding: 60px 0;
  }
  .industries-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 40px;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .industries-header-content {
    flex: 1 1 100%;
  }
  .industries-header-action {
    width: 100%;
  }
  .industries-header-action .industries-top-link {
    width: 100%;
    justify-content: center;
  }
  .industries-header h2 {
    font-size: 1.5rem;
  }
  .industries-header p {
    font-size: 0.95rem;
  }
  .industries-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .industry-card-body {
    padding: 18px 20px 20px;
  }
}

/* =========================================
   COST INFO SECTION (NEW)
   ========================================= */

.cost-info-section {
  padding: 60px 0;
  /* background: #fff; */
  position: relative;
  overflow: hidden;
}

.cost-info-decor {
  position: absolute;
  top: -200px;
  right: -200px;
  width: 540px;
  height: 540px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(243, 111, 33, 0.08),
    transparent 70%
  );
  pointer-events: none;
  display: none;
}

.cost-info-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 60px;
}

.cost-info-head .tag-label {
  margin-bottom: 16px;
}

.cost-info-head h2 {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--color-text-main);
  line-height: 1.2;
  margin-bottom: 18px;
  letter-spacing: -0.3px;
}

.cost-info-head h2 em {
  color: var(--color-primary);
  font-style: normal;
}

.cost-info-head p {
  font-size: 1.05rem;
  color: var(--color-text-muted);
  line-height: 1.7;
}

.cost-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 30px;
}

.cost-info-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 24px;
  padding: 36px 30px 32px;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
}

.cost-info-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px -24px rgba(0, 0, 0, 0.12);
  border-color: rgba(243, 111, 33, 0.25);
}

.cost-info-card--highlight {
  background: linear-gradient(165deg, #f36f21 0%, #e55a0e 100%);
  border-color: transparent;
  color: #ffffff;
  transform: translateY(-10px);
  box-shadow: 0 30px 60px -25px rgba(243, 111, 33, 0.55);
}

.cost-info-card--highlight:hover {
  transform: translateY(-14px);
  box-shadow: 0 35px 70px -25px rgba(243, 111, 33, 0.65);
}

.cost-info-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.cost-info-icon--alt {
  background: rgba(243, 111, 33, 0.1);
}

.cost-info-tag {
  position: absolute;
  top: 24px;
  right: 24px;
  background: #ffffff;
  color: var(--color-primary);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 6px 12px;
  border-radius: 100px;
  text-transform: uppercase;
}

.cost-info-card h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: inherit;
}

.cost-info-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 24px;
  padding-bottom: 22px;
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.2);
}

.cost-info-card:not(.cost-info-card--highlight) .cost-info-price {
  border-color: #ececec;
}

.cost-info-price strong {
  font-family: var(--font-heading);
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1;
  color: inherit;
}

.cost-info-card:not(.cost-info-card--highlight) .cost-info-price strong {
  color: var(--color-text-main);
}

.cost-info-price small {
  font-size: 0.9rem;
  opacity: 0.75;
  font-weight: 500;
}

.cost-info-list {
  list-style: none;
  padding: 0;
  margin: 0 0 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}

.cost-info-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.9rem;
  line-height: 1.5;
  color: inherit;
}

.cost-info-card--highlight .cost-info-list li svg {
  stroke: #ffffff;
}

.cost-info-card--highlight .cost-info-list li {
  color: rgba(255, 255, 255, 0.92);
}

.cost-info-card:not(.cost-info-card--highlight) .cost-info-list li {
  color: var(--color-text-main);
}

.cost-info-card .btn {
  width: 100%;
  justify-content: center;
}

.cost-info-card--highlight .btn-primary {
  background: #ffffff;
  color: var(--color-primary);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.cost-info-card--highlight .btn-primary:hover {
  background: #f5f5f5;
  color: var(--color-primary);
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 32px;
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
  background: transparent;
  border-radius: 50px;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.25s ease;
}

.btn-outline:hover {
  background: var(--color-primary);
  color: #ffffff;
}

.cost-info-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 24px;
  background: rgb(255 255 255);
  border-radius: 16px;
  font-size: 0.92rem;
  color: var(--color-text-main);
  font-weight: 500;
  text-align: center;
}

/* Cost info table */
.cost-info-table-wrap {
  margin: 0 auto 28px;
  max-width: 1100px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px -20px rgba(15, 23, 42, 0.18);
  border: 1px solid rgba(15, 23, 42, 0.06);
}
.cost-info-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}
.cost-info-table thead th {
  background: linear-gradient(135deg, #f36f21, #f5932a);
  color: #fff;
  padding: 18px 22px;
  text-align: left;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.2px;
  white-space: nowrap;
}
.cost-info-table thead th small {
  display: block;
  font-size: 12px;
  font-weight: 500;
  opacity: 0.85;
  margin-top: 2px;
}
.cost-info-table tbody tr {
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  transition: background 0.2s;
}
.cost-info-table tbody tr:hover {
  background: rgba(243, 111, 33, 0.04);
}
.cost-info-table th[scope="row"] {
  padding: 18px 22px;
  font-weight: 600;
  color: #0f172a;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 64px;
}
.cost-info-table td {
  padding: 18px 22px;
  color: var(--color-text-muted);
  vertical-align: middle;
  line-height: 1.55;
}
.cost-info-table td:nth-child(2) {
  white-space: nowrap;
}
.cost-info-table td strong {
  color: #f36f21;
  font-weight: 700;
  font-size: 1rem;
}
.cost-info-row-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 10px;
  background: rgba(243, 111, 33, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cost-info-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cost-info-actions .btn-secondary {
  background: #ffffff;
  color: #0f172a;
  border-color: rgba(243, 111, 33, 0.3);
}
.cost-info-actions .btn-secondary:hover {
  background: rgba(243, 111, 33, 0.08);
  border-color: #f36f21;
  color: #f36f21;
}

/* Costs page — CTA factor blocks */
.cta-factor {
  margin: 18px 0;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid rgba(243, 111, 33, 0.14);
  border-radius: 14px;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}
.cta-factor:hover {
  border-color: rgba(243, 111, 33, 0.32);
  box-shadow: 0 8px 24px -12px rgba(243, 111, 33, 0.18);
}
.cta-factor h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 8px;
}
.cta-factor p {
  margin: 0;
  color: var(--color-text-muted);
  line-height: 1.6;
  font-size: 0.95rem;
}
.cta-factor .content-checklist {
  margin: 6px 0 0;
}
.cta-factor .content-checklist li {
  font-size: 0.92rem;
}

/* Costs page — "Unser Tipp" callout in inquiry section */
.services-inquiry-tip {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 22px 0;
  padding: 18px 20px;
  background: linear-gradient(135deg, #fff8f3, #ffffff);
  border: 1px solid rgba(243, 111, 33, 0.18);
  border-left: 3px solid #f36f21;
  border-radius: 14px;
}
.services-inquiry-tip svg {
  flex-shrink: 0;
  margin-top: 2px;
}
.services-inquiry-tip p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--color-text-main);
}
.services-inquiry-tip strong {
  color: #f36f21;
}

/* Costs page — inquiry text column with collapsible content */
.services-inquiry-text[data-inquiry-collapse] {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
}
.services-inquiry-collapse {
  position: relative;
  overflow: hidden;
  max-height: 320px;
  transition: max-height 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.services-inquiry-text.is-expanded .services-inquiry-collapse {
  max-height: 4000px;
}
.services-inquiry-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.92) 60%,
    #ffffff 100%
  );
  transition: opacity 0.3s ease;
}
.services-inquiry-text.is-expanded .services-inquiry-fade {
  opacity: 0;
}
.services-inquiry-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 22px;
}
.services-inquiry-readmore {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 22px;
  font-family: var(--font-text);
  font-size: 14px;
  font-weight: 600;
  color: #f36f21;
  background: transparent;
  border: 1.5px solid rgba(243, 111, 33, 0.4);
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.services-inquiry-readmore:hover {
  background: rgba(243, 111, 33, 0.08);
  border-color: #f36f21;
}
.services-inquiry-readmore-icon {
  transition: transform 0.3s ease;
}
.services-inquiry-text.is-expanded .services-inquiry-readmore-icon {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .services-inquiry-collapse {
    max-height: 260px;
  }
  .services-inquiry-actions {
    width: 100%;
  }
  .services-inquiry-actions .btn {
    flex: 1;
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .cost-info-section {
    padding: 80px 0;
  }
  .cost-info-head h2 {
    font-size: 1.9rem;
  }
  .cost-info-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
  .cost-info-card--highlight {
    transform: translateY(0);
  }
  .cost-info-card--highlight:hover {
    transform: translateY(-4px);
  }
}

@media (max-width: 768px) {
  .cost-info-table-wrap {
    border-radius: 16px;
    border: none;
    box-shadow: none;
    background: transparent;
  }
  .cost-info-table thead {
    display: none;
  }
  .cost-info-table tbody tr {
    display: block;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 16px;
    margin-bottom: 14px;
    padding: 8px 0;
    box-shadow: 0 8px 20px -10px rgba(15, 23, 42, 0.1);
  }
  .cost-info-table tbody tr:hover {
    background: #fff;
  }
  .cost-info-table th[scope="row"],
  .cost-info-table td {
    display: block;
    padding: 10px 18px;
  }
  .cost-info-table th[scope="row"] {
    border-bottom: 1px dashed rgba(15, 23, 42, 0.08);
    margin-bottom: 6px;
    padding-bottom: 14px;
  }
  .cost-info-table td:nth-child(2)::before {
    content: "Kosten: ";
    font-weight: 600;
    color: #0f172a;
  }
  .cost-info-table td:last-child::before {
    content: "Besonderheiten: ";
    font-weight: 600;
    color: #0f172a;
    display: block;
    margin-bottom: 2px;
  }
}

@media (max-width: 768px) {
  .cost-info-section {
    padding: 60px 0;
  }
  .cost-info-head h2 {
    font-size: 1.5rem;
  }
  .cost-info-card {
    padding: 28px 24px;
  }
  .cost-info-price strong {
    font-size: 2rem;
  }
  .cost-info-note {
    font-size: 0.85rem;
    flex-direction: column;
    text-align: center;
  }
}

/* =========================================
   ADVANTAGES SECTION
   ========================================= */

.advantage-section {
  padding: 60px 28px;
  /* background: linear-gradient(180deg, #ffffff 0%, var(--color-light-bg) 100%); */
  position: relative;
  overflow: hidden;
}

.advantage-bg-accent {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
  background: linear-gradient(
    135deg,
    transparent 40%,
    rgba(243, 111, 33, 0.04) 100%
  );
  pointer-events: none;
  z-index: 0;
  display: none;
}

/* Centered header */
.advantage-header {
  max-width: 1000px;
  margin: 0 auto 64px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.advantage-header .tag-label {
  margin-bottom: 14px;
}

.advantage-header h2 {
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--color-text-main);
  line-height: 1.2;
  margin-bottom: 18px;
}

.advantage-header h2 em {
  color: var(--color-primary);
  font-style: normal;
}

.advantage-header p {
  font-size: 1rem;
  color: var(--color-text-muted);
  line-height: 1.7;
  max-width: 780px;
  margin: 0 auto;
}

/* Two-column layout: visual left, advantage list right */
.advantage-layout {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 1;
}

/* Visual (image + layered decor + floating badges) */
.advantage-visual {
  position: relative;
  /* aspect-ratio: 5 / 6; */
  /* max-height: 620px; */
  pointer-events: none;
}

.advantage-visual-decor {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.advantage-visual-decor--disc {
  top: -33px;
  right: 4px;
  width: 260px;
  height: 260px;
  background: var(--color-primary);
  opacity: 0.9;
  z-index: 0;
}

.advantage-visual-decor--ring {
  /* bottom: -40px; */
  left: -30px;
  width: 180px;
  height: 180px;
  border: 2px solid var(--color-primary);
  opacity: -1.75;
  z-index: 0;
}

.advantage-visual-frame {
  position: relative;
  inset: 0;
  border-radius: 22px;
  /* overflow: hidden; */
  /* box-shadow: 0 30px 70px -30px rgba(0, 0, 0, 0.4); */
  z-index: 1;
}

.advantage-visual-frame img {
  /* width: 100%; */
  /* height: 100%; */
  /* object-fit: cover; */
  /* display: block; */
}

.advantage-visual-badge {
  position: absolute;
  bottom: 28px;
  left: -24px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 20px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 20px 40px -16px rgba(0, 0, 0, 0.25);
  z-index: 2;
  pointer-events: auto;
}

.advantage-visual-badge-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(34, 197, 94, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.advantage-visual-badge-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.advantage-visual-badge-text strong {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--color-text-main);
}

.advantage-visual-badge-text span {
  font-size: 0.8rem;
  color: var(--color-text-muted);
  margin-top: 4px;
}

.advantage-visual-chip {
  position: absolute;
  top: 24px;
  right: -18px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: #ffffff;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--color-text-main);
  box-shadow: 0 12px 28px -10px rgba(0, 0, 0, 0.25);
  z-index: 2;
  pointer-events: auto;
}

/* Right-side vertical list */
.advantage-list {
  display: flex;
  flex-direction: column;
  /* gap: 4px; */
  position: relative;
  z-index: 1;
}

.advantage-item {
  position: relative;
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 0px 20px;
  padding: 16px 4px;
  transition: transform 0.35s ease;
}

.advantage-item + .advantage-item .advantage-item-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(243, 111, 33, 0.25),
    rgba(243, 111, 33, 0) 70%
  );
  pointer-events: none;
}

.advantage-item:hover {
  transform: translateX(6px);
}

.advantage-item-number {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--color-primary);
  letter-spacing: 1px;
  opacity: 0.6;
  min-width: 28px;
}

.advantage-item-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(243, 111, 33, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition:
    transform 0.35s ease,
    background 0.35s ease;
  flex-shrink: 0;
}

.advantage-item:hover .advantage-item-icon {
  background: rgba(243, 111, 33, 0.18);
  transform: scale(1.08) rotate(-5deg);
}

.advantage-item-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.advantage-item-text strong {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-text-main);
}

.advantage-item-text p {
  font-size: 0.92rem;
  color: var(--color-text-muted);
  line-height: 1.55;
  margin: 0;
}

@media (max-width: 1024px) {
  .advantage-section {
    padding: 90px 0;
  }
  .advantage-header {
    margin-bottom: 48px;
  }
  .advantage-header h2 {
    font-size: 2rem;
  }
  .advantage-layout {
    gap: 40px;
  }
  .advantage-visual-decor--disc {
    width: 200px;
    height: 200px;
    right: -30px;
    top: -22px;
  }
  .advantage-visual-decor--ring {
    width: 140px;
    height: 140px;
    left: -20px;
    bottom: -28px;
  }
}

@media (max-width: 860px) {
  .advantage-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .advantage-visual {
    max-width: 460px;
    margin: 0 auto; /* aspect-ratio: 4 / 5; */
  }
  .advantage-visual-badge {
    left: 12px;
    bottom: -12px;
  }
  .advantage-visual-chip {
    right: 12px;
    top: 16px;
  }
}

@media (max-width: 640px) {
  .advantage-section {
    padding: 60px 0;
  }
  .advantage-header {
    margin-bottom: 36px;
  }
  .advantage-header h2 {
    font-size: 1.5rem;
  }
  .advantage-header p {
    font-size: 0.92rem;
  }
  .advantage-bg-accent {
    display: none;
  }
  .advantage-visual-decor--disc {
    width: 150px;
    height: 150px;
    right: -16px;
    top: -16px;
  }
  .advantage-visual-decor--ring {
    display: none;
  }
  .advantage-item {
    grid-template-columns: auto 1fr;
    gap: 8px;
    padding: 9px 2px;
  }
  .advantage-item-number {
    display: none;
  }
  .advantage-item-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }
  .advantage-item-text strong {
    font-size: 1rem;
  }
  .advantage-item-text p {
    font-size: 0.86rem;
  }
  .advantage-visual-badge {
    padding: 12px 16px;
    gap: 10px;
  }
  .advantage-visual-badge-text strong {
    font-size: 1.2rem;
  }
}

/* =========================================
   REVIEWS SECTION
   ========================================= */

.reviews-section {
  padding: 60px 0px 60px;
  background: linear-gradient(135deg, #1a1a1a 0%, #2a1a0e 50%, #1a1a1a 100%);
  position: relative;
  overflow: hidden;
  max-width: 1600px;
  margin: auto;
  border-radius: 50px;
  /* margin: 0px 28px; */
}

.reviews-blob {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50% 40% 55% 45%;
  background: rgba(243, 111, 33, 0.08);
  z-index: 0;
}

.reviews-blob--tl {
  top: -140px;
  left: -120px;
  transform: rotate(-20deg);
}
.reviews-blob--br {
  bottom: -140px;
  right: -120px;
  transform: rotate(30deg);
}

/* Header: 3-column layout */
.reviews-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 48px;
  position: relative;
  z-index: 1;
}

.reviews-top-left .tag-label {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

.reviews-top-left .tag-label::before {
  background: #fff;
}

.reviews-top-left h2 {
  font-size: 2.1rem !important;
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
}

/* Center: score card */
.reviews-top-center {
  flex-shrink: 0;
}

.reviews-score-card {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 16px 24px;
  color: inherit;
  text-decoration: none;
  transition:
    border-color 0.25s,
    transform 0.25s,
    background 0.25s;
}

.reviews-score-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.18);
}

.reviews-score-card strong {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  display: block;
  margin-bottom: 4px;
}

.reviews-score-stars {
  display: flex;
  gap: 2px;
}

/* Right: button + arrows */
.reviews-top-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
  flex-shrink: 0;
}

.reviews-read-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-text);
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  background: linear-gradient(135deg, #f36f21, #f5932a);
  border: 1px solid transparent;
  border-radius: 50px;
  padding: 16px 32px;
  box-shadow: 0 10px 20px rgba(243, 111, 33, 0.3);
  transition:
    transform 0.2s,
    opacity 0.3s ease;
}

.reviews-read-btn:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.reviews-nav {
  display: flex;
  gap: 10px;
}

.reviews-nav-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  transition: all 0.25s;
}

.reviews-nav-btn:hover {
  background: #fff;
  color: var(--color-primary);
  border-color: #fff;
}

/* Carousel */
.reviews-carousel-wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0 -10px;
  padding: 0 10px 10px;
}

.reviews-carousel {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 4px;
}

.reviews-carousel::-webkit-scrollbar {
  display: none;
}

/* Cards */
.review-card {
  flex: 0 0 380px;
  scroll-snap-align: start;
  background: #ffffff;
  border-radius: 15px;
  padding: 20px 20px 20px;
  display: flex;
  flex-direction: column;
  position: relative;
}

/* Large quote mark */
.review-card-quote {
  font-family: Georgia, serif;
  font-size: 4rem;
  line-height: 1;
  color: var(--color-primary);
  opacity: 0.15;
  position: absolute;
  top: 16px;
  right: 28px;
  pointer-events: none;
}

.review-card > p {
  font-size: 16px !important;
  color: var(--color-text-muted);
  line-height: 1.75;
  flex: 1;
  margin-bottom: 18px;
}

.review-card-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 20px;
  border-top: 1px solid #f0f0f0;
}

.review-google-icon {
  flex-shrink: 0;
}

.review-card-footer h4 {
  font-family: var(--font-heading);
  font-size: 15px !important;
  font-weight: 600;
  color: var(--color-text-main);
  margin-bottom: 3px;
}

.review-stars {
  display: flex;
  gap: 2px;
}

@media (max-width: 1024px) {
  .reviews-top {
    flex-wrap: wrap;
  }
  .reviews-top-center {
    order: 3;
    width: 100%;
    margin-top: 8px;
  }
  .review-card {
    flex: 0 0 320px;
  }
}

@media (max-width: 768px) {
  .reviews-section {
    padding: 60px 0 70px;
  }
  .reviews-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .reviews-top-left h2 {
    font-size: 1.6rem;
  }
  .reviews-top-right {
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }
  .review-card {
    flex: 0 0 280px;
    padding: 28px 24px 24px;
    border-radius: 18px;
  }
  .reviews-blob {
    width: 220px;
    height: 220px;
  }
  .reviews-carousel {
    gap: 16px;
  }
}

/* =========================================
   EXPERT SECTION
   ========================================= */

.expert-section {
  padding: 60px 0;
  /* background: var(--color-light-bg); */
  position: relative;
}

.expert-layout {
  display: flex;
  gap: 60px;
  align-items: center;
}

/* Image left */
.expert-image {
  flex-shrink: 0;
  width: 360px;
}

.expert-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* Text right */
.expert-content {
  flex: 1;
}

.expert-content h2 {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--color-text-main);
  line-height: 1.2;
  margin-bottom: 24px;
}

.expert-content h2 span {
  color: var(--color-primary);
}

.expert-content > p {
  font-size: 0.95rem;
  color: var(--color-text-muted);
  line-height: 1.8;
  margin-bottom: 16px;
}

.expert-content > p strong {
  color: var(--color-text-main);
  font-weight: 700;
}

/* Features 2x2 grid */
.expert-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 28px 0 32px;
}

.expert-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid #eee;
  transition:
    border-color 0.3s,
    box-shadow 0.3s;
}

.expert-feature:hover {
  border-color: rgba(243, 111, 33, 0.2);
  box-shadow: 0 4px 20px rgba(243, 111, 33, 0.06);
}

.expert-feature-icon {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  background: rgba(243, 111, 33, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s;
}

.expert-feature:hover .expert-feature-icon {
  transform: scale(1.08);
}

.expert-feature strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 700;
  color: var(--color-text-main);
  margin-bottom: 1px;
}

.expert-feature span {
  font-size: 12px;
  color: var(--color-text-muted);
}

@media (max-width: 1024px) {
  .expert-layout {
    gap: 40px;
  }
  .expert-image {
    width: 280px;
  }
  .expert-content h2 {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .expert-section {
    padding: 60px 0;
  }
  .expert-layout {
    flex-direction: column;
    gap: 30px;
  }
  .expert-image {
    width: 220px;
    margin: 0 auto;
  }
  .expert-content h2 {
    font-size: 1.5rem;
  }
  .expert-features {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .expert-feature {
    padding: 14px 16px;
  }
}

/* =========================================
   CONTENT BLOCKS
   ========================================= */

.content-block {
  padding: 120px 0 120px 0px;
}

.content-block--img {
  /* background: #ffffff; */
}

.content-block--cols {
  /* background: var(--color-light-bg); */
  padding: 60px 28px 60px 28px;
}

/* Layout: text + image side by side */
.content-block-layout {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

.content-block-text {
  flex: 1;
}

.content-block-text h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--color-text-main);
  line-height: 1.2;
  margin-bottom: 24px;
}

.content-block-text h2 em {
  color: var(--color-primary);
  font-style: normal;
}

.content-block-text p {
  font-size: 0.95rem;
  color: var(--color-text-muted);
  line-height: 1.8;
  margin-bottom: 14px;
}

/* Checklist */
.content-checklist {
  list-style: none;
  padding: 0;
  margin: 16px 0 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.content-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.95rem;
  color: var(--color-text-main);
  line-height: 1.6;
  font-weight: 500;
}

.content-checklist li svg {
  flex-shrink: 0;
  margin-top: 3px;
}

/* Image wrap with accent */
.content-block-img-wrap {
  flex-shrink: 0;
  width: 530px;
  position: relative;
}

.content-block-img-accent {
  position: absolute;
  bottom: -14px;
  right: -14px;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background: linear-gradient(
    135deg,
    rgba(243, 111, 33, 0.08),
    rgba(243, 111, 33, 0.02)
  );
  pointer-events: none;
  z-index: 0;
}

.content-block-img {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
  z-index: 1;
}

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

.content-block-img-tag {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
  background: #ffffff;
  padding: 8px 16px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 600;
  color: var(--color-primary);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

/* Two-column text layout */
.content-two-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.content-col h2 {
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--color-text-main);
  line-height: 1.2;
  margin-bottom: 24px;
}

.content-col h2 em {
  color: var(--color-primary);
  font-style: normal;
}

.content-col p {
  font-size: 0.95rem;
  color: var(--color-text-muted);
  line-height: 1.8;
  margin-bottom: 14px;
}

.content-col p:last-child {
  margin-bottom: 0;
}

.content-col a {
  color: var(--color-primary);
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 600;
  transition: color 0.2s;
}

.content-col a:hover {
  color: #e0600e;
}

@media (max-width: 1024px) {
  .content-block-layout {
    gap: 40px;
  }
  .content-block-img-wrap {
    width: 360px;
  }
  .content-block-text h2 {
    font-size: 1.8rem;
  }
  .content-two-cols {
    gap: 40px;
  }
  .content-col h2 {
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  .content-block {
    padding: 60px 0;
  }
  .content-block-layout {
    flex-direction: column;
    gap: 30px;
  }
  .content-block-img-wrap {
    width: 100%;
    order: -1;
  }
  .content-block-img {
    max-height: 280px;
  }
  .content-block-img-accent {
    bottom: -8px;
    right: -8px;
  }
  .content-block-text h2 {
    font-size: 1.4rem;
  }
  .content-two-cols {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .content-col h2 {
    font-size: 1.3rem;
  }
}

/* =========================================
   DARK CTA SECTION
   ========================================= */

.dark-cta-container {
  max-width: 1620px;
  margin: 100px auto 0;
  padding: 0 40px;
}

.dark-cta-wrapper {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
  border-radius: 40px;
  padding: 80px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.dark-cta-bg-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.dark-cta-content {
  position: relative;
  z-index: 1;
}

.dark-cta-content h2 {
  color: white;
  font-size: 42px;
  margin-bottom: 40px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}

.dark-cta-content h2 span {
  color: var(--color-primary);
}

.dark-cta-btn {
  background: linear-gradient(135deg, #f36f21, #f5932a);
  color: white;
  border: none;
  padding: 16px 40px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.2s;
  box-shadow: 0 10px 20px rgba(243, 111, 33, 0.3);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.dark-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(243, 111, 33, 0.4);
}

/* =========================================
   CTA CONTENT SECTION ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â Image LEFT
   ========================================= */

.cta-section {
  padding: 120px 0 60px 0px;
  /* background-color: #ffffff; */
}

.cta-layout {
  display: flex;
  gap: 60px;
  align-items: center;
}

/* Image on left with accent */
.cta-image-wrap {
  flex-shrink: 0;
  width: 460px;
  position: relative;
}

.cta-image-accent {
  position: absolute;
  top: -16px;
  left: -16px;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  border: 2px solid var(--color-primary);
  opacity: 0.2;
  pointer-events: none;
  z-index: 0;
}

.cta-image {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  z-index: 1;
}

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

.cta-image-badge {
  position: absolute;
  bottom: 16px;
  left: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--color-primary);
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 100px;
  z-index: 2;
  box-shadow: 0 4px 16px rgba(243, 111, 33, 0.3);
}

/* Text on right */
.cta-text {
  flex: 1;
}

.cta-text h2 {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--color-text-main);
  line-height: 1.2;
  margin-bottom: 24px;
}

.cta-text h2 span {
  color: var(--color-primary);
  font-style: normal;
}

.cta-text p {
  font-size: 0.95rem;
  color: var(--color-text-muted);
  line-height: 1.8;
  margin-bottom: 16px;
}

.cta-text p strong {
  color: var(--color-text-main);
}

.cta-text .btn {
  margin-top: 16px;
}

@media (max-width: 1024px) {
  .cta-layout {
    gap: 40px;
  }
  .cta-image-wrap {
    width: 380px;
  }
  .cta-text h2 {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .cta-section {
    padding: 60px 0;
  }
  .cta-layout {
    flex-direction: column;
    gap: 30px;
  }
  .cta-image-wrap {
    width: 100%;
  }
  .cta-image-accent {
    top: -10px;
    left: -10px;
  }
  .cta-text h2 {
    font-size: 1.5rem;
  }
}

/* =========================================
   CITY / EINSATZGEBIETE SECTION
   ========================================= */

.city-section {
  background: var(--color-dark-bg);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  max-width: 1600px;
  border-radius: 50px;
  margin: auto;
  margin-bottom: 100px;
}

.city-bg-map {
  position: absolute;
  top: 0%;
  left: 0%;
  /* transform: translate(-50%, -50%); */
  width: 700px;
  opacity: 0.3;
  pointer-events: none;
  z-index: 0;
}

.city-bg-map img {
  width: 100%;
  height: auto;
  display: block;
}

.city-header,
.city-content {
  position: relative;
  z-index: 1;
}

.city-bg-glow {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(243, 111, 33, 0.2) 0%,
    transparent 65%
  );
  /* transform: translateY(-50%); */
  pointer-events: none;
}

.city-header {
  text-align: center;
  margin-bottom: 64px;
}

.city-header h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 16px;
}

.city-header h2 span {
  color: var(--color-primary);
}

.city-header p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
  max-width: 500px;
  margin: 0 auto;
}

.city-content {
  width: 100%;
}

/* District cards grid */
.city-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  /* backdrop-filter: blur(8px); */
  -webkit-backdrop-filter: blur(8px);
  padding: 20px;
  border-radius: 16px;
}

.city-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.25s ease;
  cursor: pointer;
}

.city-card:hover {
  background: rgba(243, 111, 33, 0.1);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-color: rgba(243, 111, 33, 0.25);
  transform: translateX(4px);
  box-shadow: 0 4px 20px rgba(243, 111, 33, 0.08);
}

.city-card-dot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.3);
  transition:
    color 0.25s,
    transform 0.25s;
}

.city-card:hover .city-card-dot {
  color: var(--color-primary);
  transform: scale(1.2);
}

.city-card--active .city-card-dot {
  color: var(--color-primary);
}

.city-card-name {
  flex: 1;
  font-family: var(--font-text);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.25s;
}

.city-card:hover .city-card-name {
  color: #ffffff;
}

.city-card--active .city-card-name {
  color: var(--color-primary);
  font-weight: 500;
}

.city-card--active:hover .city-card-name {
  color: #f5932a;
}

.city-card-arrow {
  opacity: 0;
  transform: translateX(-4px);
  transition:
    opacity 0.25s,
    transform 0.25s;
  color: var(--color-primary);
  flex-shrink: 0;
}

.city-card:hover .city-card-arrow {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 1024px) {
  .city-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
}

@media (max-width: 768px) {
  .city-section {
    padding: 60px 0;
  }
  .city-header h2 {
    font-size: 1.6rem;
  }
  .city-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .city-card {
    padding: 10px 12px;
  }
  .city-card-name {
    font-size: 13px;
  }
  .city-bg-glow {
    display: none;
  }
  .city-bg-map {
    width: 400px;
    opacity: 0.3;
  }
}

@media (max-width: 480px) {
  .city-list {
    grid-template-columns: 1fr;
  }
}

/* =========================================
   PARTNER SECTION
   ========================================= */

.partner-section {
  padding: 70px 0;
  background: #fff;
}

.partner-header {
  text-align: center;
  margin-bottom: 40px;
}

.partner-carousel-wrap {
  overflow: hidden;
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 10%,
    #000 90%,
    transparent
  );
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent,
    #000 10%,
    #000 90%,
    transparent
  );
}

.partner-carousel {
  display: flex;
  gap: 60px;
  animation: partnerScroll 20s linear infinite;
  width: max-content;
}

.partner-logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  height: 80px;
  padding: 0 10px;
}

.partner-logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.55;
  transition:
    filter 0.3s,
    opacity 0.3s,
    transform 0.3s;
}

.partner-logo:hover img {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.05);
}

/* Legacy text fallback (if img is missing) */
.partner-logo span {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--color-text-main);
  opacity: 0.3;
  white-space: nowrap;
  transition: opacity 0.3s;
  letter-spacing: 0.5px;
}

.partner-logo:hover span {
  opacity: 0.7;
}

@keyframes partnerScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .partner-carousel {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .partner-section {
    padding: 50px 0;
  }
  .partner-carousel {
    gap: 40px;
    animation-duration: 15s;
  }
  .partner-logo {
    min-width: 140px;
  }
  .partner-logo span {
    font-size: 1.1rem;
  }
}

/* =========================================
   FAQ SECTION
   ========================================= */

.faq-section {
  padding: 110px 0;
  /* background-color: #ffffff; */
  position: relative;
  overflow: hidden;
}

/* .faq-section::before {
  content: '';
  position: absolute;
  top: -200px;
  left: -200px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(243, 111, 33, 0.07), transparent 70%);
  pointer-events: none;
} */

/* .faq-section::after {
  content: '';
  position: absolute;
  bottom: -200px;
  right: -200px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(26, 26, 26, 0.05), transparent 70%);
  pointer-events: none;
} */

.faq-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 60px;
  position: relative;
  z-index: 1;
}

.faq-header h2 {
  font-size: 2.6rem;
  color: var(--color-text-main);
  font-weight: 700;
  margin: 14px 0 16px;
  letter-spacing: -0.5px;
  line-height: 1.15;
}

.faq-header h2 span {
  color: var(--color-primary);
}

.faq-header p {
  color: var(--color-text-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.faq-container {
  max-width: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  z-index: 1;
}

/* 2-column FAQ variant */
.faq-container.faq-two-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 20px;
  align-items: start;
}

.faq-item {
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 18px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item:hover {
  border-color: rgba(243, 111, 33, 0.3);
  box-shadow: 0 12px 30px -16px rgba(0, 0, 0, 0.12);
}

.faq-item.active {
  background: #ffffff;
  border-color: var(--color-primary);
  box-shadow: 0 16px 40px -18px rgba(243, 111, 33, 0.25);
}

.faq-question {
  padding: 22px 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}

.faq-question h3 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-text-main);
  margin: 0;
  line-height: 1.35;
  flex: 1;
}

.faq-question svg {
  color: var(--color-primary);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.35s ease,
    padding 0.35s ease;
  padding: 0 26px;
}

.faq-item.active .faq-answer {
  max-height: 100%;
  padding: 0 26px 22px;
}

.faq-answer p {
  color: var(--color-text-muted);
  font-size: 0.95rem;
  line-height: 1.7;
  margin: 0;
  padding-top: 4px;
  border-top: 1px dashed #ececec;
  padding-top: 14px;
}

/* FAQ Chevron Toggle Icons */
.faq-item .faq-chevron-up {
  display: none;
}
.faq-item .faq-chevron-down {
  display: inline-flex;
}
.faq-item.active .faq-chevron-up {
  display: inline-flex;
}
.faq-item.active .faq-chevron-down {
  display: none;
}

@media (max-width: 1024px) {
  .faq-section {
    padding: 80px 0;
  }
  .faq-header h2 {
    font-size: 2rem;
  }
  .faq-container.faq-two-col {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .faq-section {
    padding: 60px 0;
  }
  .faq-header {
    margin-bottom: 40px;
  }
  .faq-header h2 {
    font-size: 1.5rem;
  }
  .faq-question {
    padding: 18px 22px;
  }
  .faq-question h3 {
    font-size: 0.95rem;
  }
}

/* =========================================
   FOOTER
   ========================================= */

.site-footer {
  background-color: var(--color-dark-bg);
  color: white;
  padding: 80px 0 20px;
  position: relative;
  overflow: hidden;
}

.footer-bg-mark {
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 0;
}

.footer-right-bg {
  width: 400px;
  height: auto;
  opacity: 0.08;
}

.footer-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}

.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1.5fr;
  gap: 40px;
  margin-bottom: 40px;
}

.footer-desc {
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px !important;
  line-height: 1.6;
  max-width: 300px;
}

.social-links {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    transform 0.2s,
    background 0.2s,
    border-color 0.2s;
  text-decoration: none;
}

.social-icon svg {
  width: 20px;
  height: 20px;
  stroke: white;
  fill: none;
}

.social-icon:hover {
  transform: translateY(-2px);
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: white;
}

.footer-col h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 24px;
  color: white;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-col a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.2s;
  font-size: 15px;
}

.footer-col a:hover {
  color: var(--color-primary);
}

.contact-col li {
  list-style: none;
}

.contact-col li a {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none;
  padding: 10px 14px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition:
    background 0.2s,
    border-color 0.2s,
    color 0.2s;
}

.contact-col li a:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(243, 111, 33, 0.3);
  color: white;
}

.contact-col li a svg {
  flex-shrink: 0;
  margin-top: 2px;
}

.contact-col li strong {
  display: block;
  color: white;
  margin-bottom: 2px;
}

.contact-col li span {
  color: rgba(255, 255, 255, 0.7);
}

.footer-link-all {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  color: var(--color-primary) !important;
  font-weight: 600;
  transition: gap 0.2s;
}
.footer-link-all:hover {
  gap: 10px;
}

.footer-review-block {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  text-decoration: none !important;
  transition:
    border-color 0.2s,
    background 0.2s,
    transform 0.2s;
}
.footer-review-block:hover {
  background: rgba(243, 111, 33, 0.06);
  border-color: rgba(243, 111, 33, 0.3);
  transform: translateY(-1px);
}
.footer-review-google {
  flex-shrink: 0;
}
.footer-review-body {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
.footer-review-body strong {
  color: #ffffff !important;
  font-weight: 700;
  font-size: 15px;
}
.footer-review-stars {
  display: flex;
  gap: 2px;
  margin: 2px 0;
}
.footer-review-body span {
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 12px;
}

.footer-bottom-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-bottom {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  margin: 0;
}
.footer-bottom p {
  margin: 0;
  font-size: 16px !important;
}
.footer-credit {
  text-align: right;
}
@media (max-width: 768px) {
  .footer-bottom-row {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 14px;
  }
  .footer-credit {
    text-align: center;
  }
}
.footer-credit a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  font-size: 13px;
  transition: color 0.2s;
}
.footer-credit a:hover {
  color: #faa41a;
}
.footer-credit p {
  margin: 0;
  line-height: 1.4;
}
.footer-credit strong {
  font-weight: 400;
  font-size: 16px !important;
}

/* =========================================
   ABOUT PAGE STYLES
   ========================================= */

.about-page {
  width: 100%;
  overflow-x: hidden;
}

/* Common Components */
.section-label {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-primary);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 16px;
  position: relative;
  padding-left: 40px;
}

.section-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 2px;
  background-color: var(--color-primary);
}

.section-label.white {
  color: white;
}

.section-label.white::before {
  background-color: white;
}

/* About Hero Section */
.about-hero-section {
  position: relative;
  padding: 100px 0;
  background-color: var(--color-dark-bg);
  overflow: hidden;
}

.about-hero-grid-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    linear-gradient(rgba(243, 111, 33, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(243, 111, 33, 0.05) 1px, transparent 1px);
  background-size: 40px 40px;
  z-index: 0;
}

.about-hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 60px;
}

.about-hero-left {
  flex: 1;
  max-width: 600px;
}

.about-hero-left h1 {
  font-size: 3.5rem;
  color: #ffffff;
  margin-bottom: 24px;
  line-height: 1.1;
}

.about-hero-left p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
}

.about-hero-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 30px;
}

.about-hero-images {
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 500px;
}

.about-hero-images .img-back {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 80%;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.about-hero-images .img-front {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
  height: 70%;
  object-fit: cover;
  border-radius: 24px;
  border: 10px solid var(--color-dark-bg);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.about-hero-action-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-color: var(--color-primary);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(243, 111, 33, 0.4);
  transition: transform 0.3s ease;
  z-index: 2;
}

.about-hero-action-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.about-hero-cta {
  align-self: flex-start;
  margin-left: 10%;
}

/* About Company Section */
.about-company-section {
  padding: 100px 0;
  background-color: white;
}

.about-company-wrapper {
  display: flex;
  gap: 80px;
  align-items: center;
}

.about-company-text {
  flex: 1;
}

.about-company-text h2 {
  font-size: 42px;
  color: var(--color-dark);
  margin-bottom: 30px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.about-company-text p {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.7;
}

.about-company-image {
  flex: 1;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.about-company-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Company Journey Section */
.about-journey-section {
  padding: 100px 0;
  background: var(--color-dark-bg);
  position: relative;
  overflow: hidden;
}

.about-journey-grid-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 40px 40px;
  z-index: 0;
}

.about-journey-header {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 80px;
}

.about-journey-header h2 {
  font-size: 42px;
  color: white;
  margin-top: 16px;
  letter-spacing: -0.5px;
}

.journey-timeline {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 100px 0;
  max-width: 1200px;
  margin: 0 auto;
}

.timeline-line {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-50%);
  z-index: 1;
}

.timeline-item {
  position: relative;
  z-index: 2;
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.timeline-dot {
  width: 24px;
  height: 24px;
  background-color: var(--color-primary);
  border: 4px solid var(--color-dark-bg);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(243, 111, 33, 0.3);
  margin: 20px 0;
  position: relative;
  z-index: 3;
}

.timeline-content {
  text-align: center;
  position: absolute;
  width: 250px;
}

.timeline-item.top .timeline-content {
  bottom: 60px;
}

.timeline-item.bottom .timeline-content {
  top: 60px;
}

.timeline-content h3 {
  color: white;
  font-size: 1.2rem;
  margin-bottom: 12px;
}

.timeline-content p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Certifications Section */
.about-certifications-section {
  padding: 80px 40px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
}

.certifications-container {
  max-width: 1620px;
  width: 100%;
  background-color: var(--color-light-bg);
  border-radius: 40px;
  padding: 80px;
  box-sizing: border-box;
}

.certifications-wrapper {
  display: flex;
  gap: 80px;
  align-items: center;
}

.certifications-text {
  flex: 1;
}

.certifications-text .section-label {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.certifications-text h2 {
  font-size: 42px;
  color: #000000;
  margin-bottom: 30px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.certifications-text p {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.7;
}

.certifications-logos {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 50px;
  flex-wrap: wrap;
}

.cert-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.cert-logo .main-logo {
  height: 40px;
  object-fit: contain;
}

.cert-logo .stars {
  font-size: 14px;
  display: flex;
  gap: 2px;
}

.cert-logo .trustpilot-stars span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 12px;
}

.certifications-image {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.certificate-img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  background: white;
  padding: 10px;
}

/* About CTA Section */
.about-cta-section {
  padding: 120px 40px;
  background-color: var(--color-dark-bg);
  position: relative;
  color: white;
}

.about-cta-container {
  max-width: 1620px;
  margin: 0 auto;
  position: relative;
}

.about-cta-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}

.about-cta-left {
  flex: 1;
}

.about-cta-left h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  color: white;
  letter-spacing: -0.5px;
}

.about-cta-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}

.about-cta-right p {
  font-size: 1.1rem;
  line-height: 1.7;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  max-width: 600px;
}

.about-cta-button {
  background: linear-gradient(135deg, #f36f21, #f5932a);
  color: white;
  border: none;
  padding: 16px 32px;
  border-radius: 30px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px rgba(243, 111, 33, 0.3);
}

.about-cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(243, 111, 33, 0.4);
}

.cta-dots {
  position: absolute;
  width: 60px;
  height: 60px;
  background-image: radial-gradient(
    rgba(243, 111, 33, 0.3) 2px,
    transparent 2px
  );
  background-size: 10px 10px;
}

.cta-dots.top-left {
  top: -40px;
  left: -40px;
}
.cta-dots.bottom-left {
  bottom: -40px;
  left: -40px;
}
.cta-dots.top-right {
  top: -40px;
  right: -40px;
}
.cta-dots.bottom-right {
  bottom: -40px;
  right: -40px;
}

/* How We Work & Experienced Teams */
.about-how-we-work-section,
.about-experienced-teams-section {
  padding: 100px 0;
  background-color: white;
  overflow: hidden;
  position: relative;
}

.about-how-we-work-container,
.about-experienced-teams-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  gap: 80px;
  position: relative;
  z-index: 2;
}

.about-how-we-work-image,
.about-experienced-teams-image {
  flex: 1;
  position: relative;
}

.about-how-we-work-image img,
.about-experienced-teams-image img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  object-fit: cover;
  position: relative;
  z-index: 2;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.about-how-we-work-text,
.about-experienced-teams-text {
  flex: 1;
}

.about-how-we-work-text h2,
.about-experienced-teams-text h2 {
  font-size: 42px;
  font-weight: 700;
  color: #111;
  margin-bottom: 30px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.about-how-we-work-text p,
.about-experienced-teams-text p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #666;
  margin: 0;
}

/* Background Waves */
.bg-waves {
  position: absolute;
  width: 1000px;
  height: 1000px;
  background-image: repeating-radial-gradient(
    circle at center,
    transparent 0,
    transparent 20px,
    rgba(243, 111, 33, 0.03) 20px,
    rgba(243, 111, 33, 0.03) 21px
  );
  z-index: 1;
  border-radius: 50%;
  pointer-events: none;
}

.left-waves {
  top: 50%;
  left: -200px;
  transform: translateY(-50%);
}

.right-waves {
  top: 50%;
  right: -200px;
  transform: translateY(-50%);
}

/* Company Values */
.about-values-section {
  position: relative;
  padding-bottom: 100px;
}

.values-top-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 400px;
  background-color: #ffffff;
  z-index: 1;
}

.values-bottom-bg {
  position: absolute;
  top: 400px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-dark-bg);
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 50px 50px;
  z-index: 1;
}

.values-container {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}

.values-header {
  text-align: center;
  padding: 80px 0 60px;
}

.values-header .section-label {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.values-header h2 {
  font-size: 42px;
  font-weight: 700;
  color: #111;
  margin: 0;
  letter-spacing: -0.5px;
}

.values-video-container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 80px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}

.values-video-container img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-color: var(--color-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition:
    transform 0.3s ease,
    background-color 0.3s ease;
  box-shadow: 0 10px 30px rgba(243, 111, 33, 0.4);
}

.video-play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
  background-color: #f5932a;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.value-card {
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 40px;
  text-align: center;
  transition:
    transform 0.3s ease,
    background-color 0.3s ease;
  backdrop-filter: blur(10px);
}

.value-card:hover {
  transform: translateY(-10px);
  background-color: rgba(255, 255, 255, 0.08);
  border-color: rgba(243, 111, 33, 0.3);
}

.value-icon {
  color: var(--color-primary);
  margin-bottom: 24px;
}

.value-card h3 {
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 16px;
}

.value-card p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

/* =========================================
   SERVICES PAGE STYLES
   ========================================= */

.services-about-section {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  background-color: #ffffff;
}

.services-waves-bg {
  position: absolute;
  top: 50%;
  right: -20%;
  transform: translateY(-50%);
  width: 1000px;
  height: 1000px;
  background-image: repeating-radial-gradient(
    circle at center,
    transparent 0,
    transparent 20px,
    rgba(243, 111, 33, 0.03) 20px,
    rgba(243, 111, 33, 0.03) 21px
  );
  z-index: 1;
  border-radius: 50%;
  pointer-events: none;
}

.services-about-content {
  display: flex;
  gap: 60px;
  position: relative;
  z-index: 2;
}

.services-about-left {
  flex: 1;
}

.services-about-left .section-label {
  color: var(--color-primary);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 20px;
}

.services-about-left h2 {
  font-size: 42px;
  letter-spacing: -0.5px;
  font-weight: 700;
  color: #111;
  line-height: 1.2;
  margin: 0;
}

.services-about-right {
  flex: 1;
}

.services-about-right h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #111;
  line-height: 1.3;
  margin-bottom: 24px;
}

.services-about-right p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #666;
  margin-bottom: 24px;
}

/* Scope of Services */
.services-scope-section {
  background-color: var(--color-dark-bg);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  max-width: 1620px;
  margin: 0 auto;
  width: calc(100% - 80px);
}

.services-scope-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(
    circle at center,
    rgba(243, 111, 33, 0.1) 0%,
    transparent 70%
  );
  opacity: 0.5;
  z-index: 1;
}

.services-scope-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
  position: relative;
  z-index: 2;
}
section.services-section.home-services-section {
  padding-top: 100px;
}

.services-scope-header .section-label {
  color: var(--color-primary);
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}

.services-scope-header h2 {
  font-size: 42px;
  letter-spacing: -0.5px;
  line-height: 1.2;
  font-weight: 700;
  color: white;
  margin-bottom: 24px;
}

.services-scope-header p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
}

.services-scope-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  position: relative;
  z-index: 2;
}

.scope-card {
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 40px;
  transition:
    transform 0.3s ease,
    background-color 0.3s ease;
}

.scope-card:hover {
  transform: translateY(-10px);
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(243, 111, 33, 0.3);
}

.scope-icon {
  color: var(--color-primary);
  margin-bottom: 30px;
}

.scope-card h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: white;
  margin-bottom: 20px;
}

.scope-card p {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

/* Services Invest Section */
.services-invest-section {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  background-color: #ffffff;
}

.services-waves-bg-bottom {
  position: absolute;
  bottom: -20%;
  left: -20%;
  width: 1000px;
  height: 1000px;
  background-image: repeating-radial-gradient(
    circle at center,
    transparent 0,
    transparent 20px,
    rgba(243, 111, 33, 0.03) 20px,
    rgba(243, 111, 33, 0.03) 21px
  );
  z-index: 1;
  border-radius: 50%;
  pointer-events: none;
}

.services-invest-content {
  display: flex;
  align-items: center;
  gap: 60px;
  position: relative;
  z-index: 2;
}

.services-invest-left {
  flex: 1;
}

.services-invest-left h2 {
  font-size: 42px;
  letter-spacing: -0.5px;
  line-height: 1.2;
  font-weight: 700;
  color: #111;
  margin-bottom: 30px;
}

.services-invest-left p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #666;
  margin: 0;
}

.services-invest-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 30px;
}

.invest-images {
  position: relative;
  width: 100%;
  height: 400px;
}

.invest-img-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 300px;
  object-fit: cover;
  border-radius: 30px;
  z-index: 2;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.invest-img-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 300px;
  object-fit: cover;
  border-radius: 30px;
  z-index: 1;
}

.invest-action-btn {
  position: absolute;
  top: -20px;
  right: 20%;
  width: 80px;
  height: 80px;
  background-color: var(--color-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  z-index: 3;
  transition: transform 0.3s ease;
  box-shadow: 0 10px 20px rgba(243, 111, 33, 0.3);
}

.invest-action-btn:hover {
  transform: scale(1.1);
}

.btn-whatsapp {
  background-color: #25d366;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 32px;
  font-family: var(--font-text);
  font-size: 1rem;
  font-weight: 600;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-decoration: none;
}

.btn-whatsapp:hover {
  background-color: #128c7e;
}

/* Finishing Touch Section */
.services-finishing-section {
  background-color: var(--color-dark-bg);
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.finishing-grid-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 100px 100px;
  z-index: 1;
}

.finishing-content {
  display: flex;
  gap: 60px;
  position: relative;
  z-index: 2;
}

.finishing-left {
  flex: 1;
}

.finishing-left h2 {
  font-size: 42px;
  letter-spacing: -0.5px;
  font-weight: 700;
  color: white;
  line-height: 1.2;
  margin-bottom: 40px;
}

.finishing-img {
  width: 100%;
  border-radius: 30px;
  object-fit: cover;
  height: 400px;
}

.finishing-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.finishing-right p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 40px;
}

.finishing-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.finishing-card {
  background-color: white;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  transition: transform 0.3s ease;
}

.finishing-card:hover {
  transform: translateY(-5px);
}

.finishing-icon {
  color: var(--color-primary);
}

.finishing-card h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #111;
  margin: 0;
  line-height: 1.4;
}

/* Services Why Section */
.services-why-section {
  padding: 120px 0;
  background-color: white;
  text-align: center;
  overflow: hidden;
}

.why-header {
  margin-bottom: 80px;
}

.why-header .section-label {
  color: var(--color-primary);
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}

.why-header h2 {
  font-size: 42px;
  letter-spacing: -0.5px;
  font-weight: 700;
  color: #111;
  line-height: 1.2;
}

.why-arc-container {
  position: relative;
  padding-top: 60px;
  max-width: 1200px;
  margin: 0 auto;
}

.why-arc-line {
  position: absolute;
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 300px;
  border-bottom: 1px solid #e5e7eb;
  border-radius: 50%;
  z-index: 1;
}

.why-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  position: relative;
  z-index: 2;
}

.why-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.why-step:nth-child(1) {
  transform: translateY(-40px);
}
.why-step:nth-child(2) {
  transform: translateY(20px);
}
.why-step:nth-child(3) {
  transform: translateY(20px);
}
.why-step:nth-child(4) {
  transform: translateY(-40px);
}

.step-icon-wrapper {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.step-icon-wrapper.blue {
  background-color: #fff0e0;
  color: var(--color-primary);
}
.step-icon-wrapper.yellow {
  background-color: #fff8e6;
  color: #f5a623;
}
.step-icon-wrapper.red {
  background-color: #ffeef0;
  color: #ff4d4f;
}
.step-icon-wrapper.green {
  background-color: #e6f7ed;
  color: #22c55e;
}

.why-step h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 16px;
}

.why-step p {
  font-size: 1rem;
  line-height: 1.6;
  color: #666;
}

/* Services Details Section */
.services-details-section {
  padding: 60px 0 120px;
  background-color: white;
}

.details-card {
  background-color: var(--color-light-bg);
  border-radius: 40px;
  padding: 60px;
  position: relative;
}

.details-content-wrapper {
  display: flex;
  gap: 60px;
  align-items: center;
  margin-bottom: 20px;
}

.details-image {
  flex: 1;
}

.details-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 30px;
}

.details-text {
  flex: 1;
}

.details-text h2 {
  font-size: 42px;
  letter-spacing: -0.5px;
  line-height: 1.2;
  font-weight: 700;
  color: #111;
  margin-bottom: 30px;
}

.details-text p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #666;
  margin-bottom: 20px;
}

.details-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: -40px;
  position: relative;
  z-index: 2;
  padding-left: 40px;
}

.detail-pill {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 16px 24px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.pill-check {
  color: var(--color-primary);
}

.detail-pill span {
  font-weight: 600;
  color: #111;
}

/* Services Logos Section */
.services-logos-section {
  padding: 60px 0;
  background-color: white;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.logos-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

.logo-item {
  flex: 1;
  min-width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-item h2 {
  font-size: 2rem;
  font-weight: 800;
  margin: 0;
  color: #111;
}

.placeholder-logo {
  font-weight: 800;
  text-align: center;
  line-height: 1.2;
}

.placeholder-logo.dark {
  color: #111;
}
.placeholder-logo.green {
  color: #8dc63f;
}
.placeholder-logo.green span {
  font-size: 0.5em;
  font-weight: 600;
  color: #666;
  display: block;
}
.placeholder-logo.red-blue {
  color: #e30613;
}
.placeholder-logo.blue {
  color: #0054a6;
}
.placeholder-logo.circle {
  background-color: var(--color-primary);
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

/* Services Locations Section */
.services-locations-section {
  padding: 120px 0;
  background-color: white;
  text-align: center;
}

.locations-header {
  margin-bottom: 60px;
}

.locations-header .section-label {
  color: var(--color-primary);
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}

.locations-header h2 {
  font-size: 42px;
  letter-spacing: -0.5px;
  line-height: 1.2;
  font-weight: 700;
  color: #111;
  margin-bottom: 24px;
}

.locations-header p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #666;
}

.locations-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  max-width: 1400px;
  margin: 0 auto;
}

.location-pill {
  background-color: #fff5eb;
  border: 1px solid #ffd9b3;
  padding: 16px 20px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.location-pill:hover {
  background-color: var(--color-primary);
  color: white;
  border-color: var(--color-primary);
}

.location-pill:hover .location-icon {
  color: white;
}

.location-icon {
  color: var(--color-primary);
}

.location-pill span {
  font-weight: 600;
  font-size: 1rem;
}

/* =========================================
   ALL SERVICES PAGE
   ========================================= */

.all-services-page {
  width: 100%;
  overflow-x: hidden;
}

/* Hero */
.all-services-hero {
  position: relative;
  padding: 100px 0 80px;
  background-color: var(--color-dark-bg);
  overflow: hidden;
  text-align: center;
}

.all-services-hero-content {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 auto;
}

.all-services-hero h1 {
  font-size: 3.2rem;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.1;
}

.all-services-hero p {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
}

/* Section */
.all-services-section {
  padding: 100px 0;
  position: relative;
}

.all-services-section-header {
  max-width: 600px;
  margin-bottom: 60px;
}

.all-services-section-header h2 {
  font-size: 42px;
  color: var(--color-dark);
  margin-bottom: 16px;
  line-height: 1.15;
}

.all-services-section-header p {
  font-size: 1.05rem;
  color: #666;
  line-height: 1.7;
}

/* Facility section variant */
.all-services-facility {
  background-color: var(--color-light-bg);
  position: relative;
  overflow: hidden;
}

.all-services-facility-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    linear-gradient(rgba(243, 111, 33, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(243, 111, 33, 0.03) 1px, transparent 1px);
  background-size: 50px 50px;
  pointer-events: none;
}

.all-services-facility .all-services-section-header {
  position: relative;
  z-index: 1;
}

/* Card Grid */
.all-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  position: relative;
  z-index: 1;
}

.all-services-grid-sm {
  grid-template-columns: repeat(2, 1fr);
  max-width: 900px;
}

/* Service Card */
.service-card {
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  border: 1px solid #eef1f4;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(243, 111, 33, 0.1);
}

/* Card image */
.service-card-img {
  position: relative;
  height: 260px;
  overflow: hidden;
}

.service-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  /* border-radius: 20px; */
}

.service-card:hover .service-card-img img {
  transform: scale(1.08);
}

.service-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 40%,
    rgba(26, 26, 26, 0.55) 100%
  );
  pointer-events: none;
}

.service-card-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  background: rgba(243, 111, 33, 0.85);
  backdrop-filter: blur(8px);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(243, 111, 33, 0.3);
  color: white;
}

/* Card body */
.service-card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.service-card-body h3 {
  font-family: var(--font-heading);
  font-size: 1.2rem !important;
  font-weight: 700;
  color: var(--color-dark);
  margin-bottom: 10px;
}

.service-card-body p {
  font-size: 14px;
  color: #666;
  line-height: 1.65;
  margin-bottom: 18px;
  flex: 1;
}

.service-card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: var(--color-primary);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: gap 0.25s ease;
}

.service-card:hover .service-card-link {
  gap: 10px;
}

/* CTA Banner */
.all-services-cta {
  padding: 80px 0 100px;
}

.all-services-cta-card {
  position: relative;
  background: linear-gradient(145deg, var(--color-dark-bg) 0%, #2d2d2d 100%);
  border-radius: 32px;
  padding: 80px 60px;
  text-align: center;
  overflow: hidden;
}

.all-services-cta-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 20% 50%,
      rgba(243, 111, 33, 0.15) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 50%,
      rgba(255, 140, 0, 0.1) 0%,
      transparent 50%
    );
  pointer-events: none;
}

.all-services-cta-content {
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin: 0 auto;
}

.all-services-cta-content h2 {
  font-size: 2.4rem;
  color: white;
  margin-bottom: 16px;
  line-height: 1.2;
}

.all-services-cta-content p {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.7;
  margin-bottom: 32px;
}

/* =========================================
   QUOTE REQUEST PAGE
   ========================================= */

.quote-form-section {
  padding: 60px 0 80px;
}

.quote-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 40px;
  align-items: start;
}

/* =========================================
   QUOTE FORM INTRO + CARD
   ========================================= */

.quote-form-intro {
  margin-bottom: 28px;
}

.quote-form-intro h2 {
  font-size: 2.1rem;
  font-weight: 700;
  color: var(--color-text-main);
  line-height: 1.15;
  margin: 12px 0 14px;
  letter-spacing: -0.4px;
}

.quote-form-intro h2 span {
  color: var(--color-primary);
  position: relative;
  display: inline-block;
}

.quote-form-intro h2 span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 8px;
  background: rgba(243, 111, 33, 0.16);
  z-index: -1;
  border-radius: 2px;
}

.quote-form-intro > p {
  font-size: 1rem;
  color: var(--color-text-muted);
  line-height: 1.7;
  max-width: 580px;
}

/* Form card */
.quote-form-card {
  background: #ffffff;
  border-radius: 28px;
  padding: 0;
  border: 1px solid #ececec;
  box-shadow: 0 30px 80px -40px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  position: relative;
  padding: 25px;
}

.quote-form-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--color-primary),
    #f5932a,
    var(--color-primary)
  );
  z-index: 2;
}

.quote-form-card .wpforms-container {
  padding: 42px 40px 40px;
  margin: 0;
}

.quote-form-card .wpforms-container.wpforms-container-full .wpforms-form {
  display: block;
}

/* =========================================
   KG QUOTE WPFORM Ã¢â‚¬â€ Step Sections
   ========================================= */

.kg-quote-wpform .wpforms-field-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0px 14px;
  align-items: start;
}

.kg-quote-wpform .wpforms-field-container > .wpforms-field {
  grid-column: 1 / -1;
  min-width: 0;
}

.kg-quote-wpform .wpforms-field-container > .wpforms-field-hp,
.kg-quote-wpform .wpforms-field-container > [data-field-id="NaN"],
.kg-quote-wpform .wpforms-field-container > [data-field-id="30"] {
  display: none !important;
}

/* Step/section header container */
.kg-quote-wpform .kg-form-section-wrap {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: none !important;
}

.kg-quote-wpform .kg-form-section-wrap .wpforms-field-label,
.kg-quote-wpform .kg-form-section-wrap .wpforms-field-description {
  display: none !important;
}

.kg-quote-wpform .kg-form-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  margin: 20px 0 0px;
  padding: 15px 15px 15px 70px;
  background: linear-gradient(135deg, #fff8f3 0%, #ffffff 100%);
  border-radius: 16px;
  border: 1px solid rgba(243, 111, 33, 0.14);
  overflow: hidden;
}

.kg-quote-wpform .kg-form-section::after {
  content: "";
  position: absolute;
  right: -20px;
  top: -20px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(243, 111, 33, 0.08),
    transparent 70%
  );
}

.kg-quote-wpform .wpforms-field:first-child .kg-form-section,
.kg-quote-wpform .kg-form-section-wrap:first-child .kg-form-section {
  margin-top: 0;
}

.kg-quote-wpform .kg-form-section-step {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-family: var(--font-heading);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #ffffff;
  background: linear-gradient(145deg, var(--color-primary), #e0600e);
  border-radius: 12px;
  box-shadow: 0 8px 18px -6px rgba(243, 111, 33, 0.5);
}

.kg-quote-wpform .kg-form-section h3 {
  font-size: 1.15rem !important;
  font-weight: 700;
  color: var(--color-text-main);
  margin: 0;
  letter-spacing: -0.2px;
  line-height: 1.2;
}

.kg-quote-wpform .kg-form-section p {
  font-size: 0.85rem !important;
  color: var(--color-text-muted);
  margin: 0;
  line-height: 1.4;
}

/* =========================================
   KG QUOTE WPFORM Ã¢â‚¬â€ Field Layout
   ========================================= */

.kg-quote-wpform .wpforms-field {
  padding: 8px 0;
}

.kg-quote-wpform .wpforms-field-html {
  padding: 0;
}

/* Inline fields (grid spans) */
.kg-quote-wpform .wpforms-field-container > .kg-form-half {
  grid-column: span 6;
}
.kg-quote-wpform .wpforms-field-container > .kg-form-third {
  grid-column: span 4;
}

/* =========================================
   KG QUOTE WPFORM Ã¢â‚¬â€ Labels
   ========================================= */

.kg-quote-wpform label.wpforms-field-label {
  display: block;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--color-text-main);
  margin-bottom: 10px;
  letter-spacing: -0.1px;
}

.kg-quote-wpform .wpforms-required-label {
  color: var(--color-primary);
  margin-left: 2px;
}

/* =========================================
   KG QUOTE WPFORM Ã¢â‚¬â€ Inputs
   ========================================= */

.kg-quote-wpform input[type="text"],
.kg-quote-wpform input[type="email"],
.kg-quote-wpform input[type="tel"],
.kg-quote-wpform input[type="number"],
.kg-quote-wpform input[type="url"],
.kg-quote-wpform input[type="date"],
.kg-quote-wpform input[type="time"],
.kg-quote-wpform select,
.kg-quote-wpform textarea {
  width: 100%;
  padding: 14px 18px;
  font-size: 0.95rem;
  font-family: var(--font-text);
  color: var(--color-text-main);
  background: #fafafa;
  border: 1.5px solid transparent;
  border-radius: 12px;
  transition:
    border-color 0.25s,
    background 0.25s,
    box-shadow 0.25s;
  box-shadow: inset 0 0 0 1px #ececec;
}

.kg-quote-wpform input:hover:not(:focus),
.kg-quote-wpform select:hover:not(:focus),
.kg-quote-wpform textarea:hover:not(:focus) {
  background: #ffffff;
  box-shadow: inset 0 0 0 1px #d8d8d8;
}

.kg-quote-wpform input:focus,
.kg-quote-wpform select:focus,
.kg-quote-wpform textarea:focus {
  outline: none !important;
  background: #ffffff;
  border-color: var(--color-primary) !important;
  box-shadow: 0 0 0 4px rgba(243, 111, 33, 0.12) !important;
}

.kg-quote-wpform select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23F36F21' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><path d='m6 9 6 6 6-6'/></svg>");
  background-repeat: no-repeat;
  background-position: right 18px center;
  padding-right: 44px;
}

.kg-quote-wpform textarea {
  min-height: 130px;
  resize: vertical;
  line-height: 1.55;
}

/* Name fields - composite */
.kg-quote-wpform .wpforms-field-name .wpforms-field-row {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.kg-quote-wpform .wpforms-field-name .wpforms-one-half,
.kg-quote-wpform .wpforms-field-name .wpforms-field-row-block {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.kg-quote-wpform .wpforms-field-sublabel {
  font-size: 0.75rem;
  color: var(--color-text-muted);
  margin-top: 4px;
  font-weight: 500;
  display: block;
}

/* Address block */
.kg-quote-wpform .wpforms-field-address .wpforms-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

/* Single-input rows (address line 1, postal alone) span both columns */
.kg-quote-wpform .wpforms-field-address .wpforms-field-row > div:only-child {
  grid-column: 1 / -1;
}

.kg-quote-wpform .wpforms-field-address .wpforms-one-half,
.kg-quote-wpform .wpforms-field-address .wpforms-one-third,
.kg-quote-wpform .wpforms-field-address .wpforms-two-thirds {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

@media (max-width: 600px) {
  .kg-quote-wpform .wpforms-field-address .wpforms-field-row {
    grid-template-columns: 1fr;
  }
}

/* =========================================
   KG QUOTE WPFORM Ã¢â‚¬â€ Inline Radio (pill)
   ========================================= */

.kg-quote-wpform .kg-form-inline-radio ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.kg-quote-wpform .kg-form-inline-radio li {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}

.kg-quote-wpform .kg-form-inline-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.kg-quote-wpform .kg-form-inline-radio label {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  background: #fafafa;
  border: 1.5px solid #ececec;
  border-radius: 100px;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--color-text-main);
  cursor: pointer;
  transition: all 0.2s;
  line-height: 1;
}

.kg-quote-wpform .kg-form-inline-radio label:hover {
  border-color: #d0d0d0;
  background: #ffffff;
}

.kg-quote-wpform .kg-form-inline-radio input[type="radio"]:checked + label {
  background: linear-gradient(145deg, #f36f21, #e0600e);
  border-color: var(--color-primary);
  color: #ffffff;
  box-shadow: 0 6px 14px -6px rgba(243, 111, 33, 0.5);
}

/* =========================================
   KG QUOTE WPFORM Ã¢â‚¬â€ Choice Cards
   ========================================= */

.kg-quote-wpform .kg-form-choice-cards ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex !important;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 10px;
  flex-direction: row;
  flex-wrap: wrap;
}

.kg-quote-wpform .kg-form-choice-cards li {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}

.kg-quote-wpform .kg-form-choice-cards input[type="radio"],
.kg-quote-wpform .kg-form-choice-cards input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.kg-quote-wpform .kg-form-choice-cards label {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 9px 18px 9px 12px;
  background: #fafafa;
  border: 1.5px solid #ececec;
  border-radius: 14px;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--color-text-main);
  cursor: pointer;
  transition: all 0.25s;
  position: relative;
  line-height: 1.3;
  min-height: 52px;
}

.kg-quote-wpform .kg-form-choice-cards label::before {
  /* content: ''; */
  width: 20px;
  height: 20px;
  border: 2px solid #d0d0d0;
  border-radius: 6px;
  flex-shrink: 0;
  transition: all 0.25s;
  background: #ffffff;
}

.kg-quote-wpform .kg-form-choice-cards label:hover {
  border-color: #d0d0d0;
  background: #ffffff;
}

.kg-quote-wpform .kg-form-choice-cards input:checked + label {
  border-color: var(--color-primary);
  background: linear-gradient(135deg, #fff8f3 0%, #ffffff 100%);
  color: var(--color-primary);
  font-weight: 600;
  box-shadow: 0 8px 20px -10px rgba(243, 111, 33, 0.35);
}

.kg-quote-wpform .kg-form-choice-cards input:checked + label::before {
  /* border-color: var(--color-primary); */
  /* background: var(--color-primary) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M20 6 9 17l-5-5'/></svg>") center / 14px no-repeat; */
  /* box-shadow: none; */
}

/* =========================================
   KG QUOTE WPFORM Ã¢â‚¬â€ Choice Chips
   ========================================= */

.kg-quote-wpform .kg-form-choice-chips ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.kg-quote-wpform .kg-form-choice-chips li {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}

.kg-quote-wpform .kg-form-choice-chips input[type="checkbox"],
.kg-quote-wpform .kg-form-choice-chips input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.kg-quote-wpform .kg-form-choice-chips label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px 9px 12px;
  background: #fafafa;
  border: 1.5px solid #ececec;
  border-radius: 100px;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--color-text-main);
  cursor: pointer;
  transition: all 0.2s;
  line-height: 1;
}

.kg-quote-wpform .kg-form-choice-chips label::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid #d0d0d0;
  border-radius: 4px;
  background: #ffffff;
  flex-shrink: 0;
  transition: all 0.25s;
  display: none;
}

.kg-quote-wpform .kg-form-choice-chips label:hover {
  border-color: #d0d0d0;
  background: #ffffff;
}

.kg-quote-wpform .kg-form-choice-chips input:checked + label {
  background: rgba(243, 111, 33, 0.1);
  border-color: var(--color-primary);
  color: var(--color-primary);
  font-weight: 600;
}

.kg-quote-wpform .kg-form-choice-chips input:checked + label::before {
  border-color: var(--color-primary);
  background: var(--color-primary)
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M20 6 9 17l-5-5'/></svg>")
    center / 12px no-repeat;
  display: nn;
}

/* =========================================
   KG QUOTE WPFORM Ã¢â‚¬â€ Regular Checkbox (consent)
   ========================================= */

.kg-quote-wpform
  .wpforms-field-checkbox:not(.kg-form-choice-cards):not(.kg-form-choice-chips)
  ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.kg-quote-wpform
  .wpforms-field-checkbox:not(.kg-form-choice-cards):not(.kg-form-choice-chips)
  li {
  position: relative;
  padding-left: 32px;
  margin: 6px 0;
}

.kg-quote-wpform
  .wpforms-field-checkbox:not(.kg-form-choice-cards):not(.kg-form-choice-chips)
  input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  accent-color: var(--color-primary);
  cursor: pointer;
}

.kg-quote-wpform
  .wpforms-field-checkbox:not(.kg-form-choice-cards):not(.kg-form-choice-chips)
  label {
  font-size: 0.88rem;
  color: var(--color-text-main);
  line-height: 1.55;
  cursor: pointer;
  font-weight: 500;
}

.kg-quote-wpform
  .wpforms-field-checkbox:not(.kg-form-choice-cards):not(.kg-form-choice-chips)
  label
  a {
  color: var(--color-primary);
  font-weight: 600;
}

/* =========================================
   KG QUOTE WPFORM Ã¢â‚¬â€ Number slider
   ========================================= */

.kg-quote-wpform .wpforms-field-number-slider input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  background: #ffe6d7;
  border-radius: 3px;
  outline: none;
  padding: 0;
  box-shadow: none;
}

.kg-quote-wpform
  .wpforms-field-number-slider
  input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  background: linear-gradient(145deg, var(--color-primary), #e0600e);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 10px -2px rgba(243, 111, 33, 0.5);
  border: 2px solid #ffffff;
}

.kg-quote-wpform
  .wpforms-field-number-slider
  input[type="range"]::-moz-range-thumb {
  width: 22px;
  height: 22px;
  background: linear-gradient(145deg, var(--color-primary), #e0600e);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 10px -2px rgba(243, 111, 33, 0.5);
  border: 2px solid #ffffff;
}

.kg-quote-wpform .wpforms-field-number-slider-hint {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--color-text-muted);
  margin-top: 12px;
  padding: 6px 14px;
  background: rgba(243, 111, 33, 0.08);
  border: 1px solid rgba(243, 111, 33, 0.18);
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding-top: 0px !important;
}

.kg-quote-wpform .wpforms-field-number-slider-hint b {
  font-weight: 700;
  color: var(--color-primary) !important;
  font-size: 0.95rem;
  padding: 3px 5px;
}

/* =========================================
   KG QUOTE WPFORM Ã¢â‚¬â€ File Upload (modern)
   ========================================= */

.kg-quote-wpform .wpforms-field-file-upload .wpforms-uploader {
  padding: 36px 24px;
  background: #fafafa;
  border: 2px dashed #d8d8d8;
  border-radius: 16px;
  text-align: center;
  transition: all 0.25s;
  cursor: pointer;
}

.kg-quote-wpform .wpforms-field-file-upload .wpforms-uploader:hover,
.kg-quote-wpform .wpforms-field-file-upload .wpforms-uploader.dz-drag-hover {
  background: #fff8f3;
  border-color: var(--color-primary);
}

.kg-quote-wpform .wpforms-field-file-upload .dz-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.kg-quote-wpform .wpforms-field-file-upload .dz-message svg {
  width: 44px;
  height: 44px;
  color: var(--color-primary);
  margin-bottom: 4px;
  transition: transform 0.25s;
}

.kg-quote-wpform
  .wpforms-field-file-upload
  .wpforms-uploader:hover
  .dz-message
  svg {
  transform: translateY(-2px);
}

.kg-quote-wpform .wpforms-field-file-upload .modern-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--color-text-main);
  line-height: 1.4;
}

.kg-quote-wpform .wpforms-field-file-upload .modern-title span {
  color: var(--color-primary);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.kg-quote-wpform .wpforms-field-file-upload .modern-hint {
  font-size: 0.8rem;
  color: var(--color-text-muted);
}

/* Uploaded files list (when files are selected) */
.kg-quote-wpform .wpforms-field-file-upload .dz-preview {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  margin-top: 12px;
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 12px;
  font-size: 0.82rem;
}

/* =========================================
   KG QUOTE WPFORM Ã¢â‚¬â€ Descriptions
   ========================================= */

.kg-quote-wpform .wpforms-field-description {
  font-size: 0.8rem;
  color: var(--color-text-muted);
  margin-top: 8px;
  line-height: 1.5;
  font-style: normal;
}

/* =========================================
   KG QUOTE WPFORM Ã¢â‚¬â€ Errors
   ========================================= */

.kg-quote-wpform .wpforms-error {
  font-size: 0.8rem;
  color: #ef4444;
  margin-top: 6px;
  font-weight: 500;
}

.kg-quote-wpform input.wpforms-error,
.kg-quote-wpform select.wpforms-error,
.kg-quote-wpform textarea.wpforms-error {
  border-color: #ef4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}

/* =========================================
   KG QUOTE WPFORM Ã¢â‚¬â€ Submit
   ========================================= */

.kg-quote-wpform .wpforms-submit-container {
  margin-top: 30px;
  padding-top: 28px;
  border-top: 1px solid #ececec;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.kg-quote-wpform .wpforms-submit-container::before {
  content: "Bereit zum Absenden? Wir melden uns in 24h.";
  font-size: 0.85rem;
  color: var(--color-text-muted);
  flex: 1;
  min-width: 200px;
}

.kg-quote-wpform button[type="submit"].wpforms-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 32px;
  font-family: var(--font-text);
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  background: linear-gradient(135deg, #f36f21, #f5932a);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(243, 111, 33, 0.3);
  transition:
    transform 0.25s,
    box-shadow 0.25s;
  position: relative;
  overflow: hidden;
}

/* .kg-quote-wpform button[type="submit"].wpforms-submit::after {
  content: 'Ã¢â€ â€™';
  font-weight: 400;
  transition: transform 0.25s;
} */

.kg-quote-wpform button[type="submit"].wpforms-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 40px -12px rgba(243, 111, 33, 0.7);
}

.kg-quote-wpform button[type="submit"].wpforms-submit:hover::after {
  transform: translateX(4px);
}

.kg-quote-wpform button[type="submit"].wpforms-submit:active {
  transform: translateY(-1px);
}

/* =========================================
   RESPONSIVE
   ========================================= */

@media (max-width: 1024px) {
  .quote-form-card .wpforms-container {
    padding: 34px 30px 30px;
  }
  .kg-quote-wpform .kg-form-section {
    padding: 20px 22px 20px 70px;
  }
}

@media (max-width: 768px) {
  .quote-form-intro h2 {
    font-size: 1.6rem;
  }
  .quote-form-card .wpforms-container {
    padding: 28px 22px 26px;
  }
  .kg-quote-wpform .kg-form-section {
    padding: 18px 18px 18px 64px;
    margin: 28px 0 14px;
  }
  .kg-quote-wpform .kg-form-section-step {
    left: 14px;
    width: 36px;
    height: 36px;
    font-size: 0.85rem;
  }
  .kg-quote-wpform .kg-form-section h3 {
    font-size: 1.05rem;
  }
  .kg-quote-wpform .wpforms-field-container > .kg-form-half,
  .kg-quote-wpform .wpforms-field-container > .kg-form-third {
    grid-column: 1 / -1;
  }
  .kg-quote-wpform .kg-form-choice-cards ul {
    grid-template-columns: 1fr;
    gap: 8px !important;
  }
  .kg-quote-wpform .wpforms-field-name .wpforms-field-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .kg-quote-wpform .wpforms-submit-container {
    flex-direction: column;
    align-items: stretch;
  }
  .kg-quote-wpform .wpforms-submit-container::before {
    text-align: center;
  }
  .kg-quote-wpform button[type="submit"].wpforms-submit {
    width: 100%;
    padding: 16px 24px;
  }
}

/* =========================================
   FLOATING ACTION BUTTONS
   ========================================= */

.floating-actions {
  position: fixed;
  bottom: 24px;
  right: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 999;
  align-items: flex-end;
}

.floating-btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0;
  height: 56px;
  padding: 0;
  border: none;
  border-radius: 100px;
  background: var(--color-primary);
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 10px 24px -8px rgba(0, 0, 0, 0.25);
  transition:
    padding 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    gap 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.25s ease,
    transform 0.25s ease;
  width: 56px;
  justify-content: center;
}

.floating-btn:hover {
  width: auto;
  padding: 0 22px 0 0;
  gap: 0;
  box-shadow: 0 14px 30px -8px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}

.floating-btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  color: inherit;
}

.floating-btn-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-align: left;
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-8px);
  transition:
    max-width 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.25s ease,
    transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.floating-btn:hover .floating-btn-body {
  max-width: 180px;
  opacity: 1;
  transform: translateX(0);
  padding-right: 4px;
}

.floating-btn-body strong {
  font-family: var(--font-heading);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  color: inherit;
}

.floating-btn-body small {
  font-size: 0.72rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1;
}

/* Live green pulse dot (WhatsApp only) */
.floating-btn-dot {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #22c55e;
  border: 2px solid #ffffff;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.25);
  animation: floatingDotPulse 2s ease-in-out infinite;
}

.floating-btn:hover .floating-btn-dot {
  opacity: 0;
}

@keyframes floatingDotPulse {
  0%,
  100% {
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.25);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.12);
  }
}

/* Button variants */
.floating-whatsapp {
  background: linear-gradient(145deg, #25d366, #1da851);
}

.floating-whatsapp:hover {
  background: linear-gradient(145deg, #1da851, #147c3d);
}

.floating-call {
  background: linear-gradient(145deg, #f36f21, #e0600e);
}

.floating-call:hover {
  background: linear-gradient(145deg, #e0600e, #c4520d);
}

.floating-top {
  background: linear-gradient(145deg, #1a1a1a, #0d0d0d);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
}

.floating-top.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  border: 1px solid #969696;
}

.floating-top.visible:hover {
  transform: translateY(-2px);
}

/* =========================================
   MOBILE FOOTER BAR
   ========================================= */

.mobile-footer-bar {
  display: none;
}

@media (max-width: 1024px) {
  .mobile-footer-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    background: white;
    border-top: 1px solid #e5e7eb;
    z-index: 1000;
    padding: 0;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
  }

  .mobile-footer-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 12px 0;
    text-decoration: none;
    color: #4a5568;
    font-size: 11px;
    font-weight: 600;
    border: none;
    background: none;
    cursor: pointer;
    transition:
      color 0.2s,
      background-color 0.2s;
    font-family: var(--font-text);
  }

  .mobile-footer-item:active {
    background-color: #f5f5f5;
  }

  .mobile-footer-item svg {
    color: #4a5568;
  }

  .mobile-footer-whatsapp {
    color: #25d366;
  }

  .mobile-footer-whatsapp svg {
    color: #25d366;
  }

  .mobile-footer-quote {
    color: var(--color-primary);
  }

  .main-container {
    padding-bottom: 70px;
  }

  .site-footer {
    margin-bottom: 0;
  }
}

/* =========================================
   BLOG ARCHIVE STYLES
   ========================================= */

.blog-hero-section {
  text-align: center;
  padding: 80px 0 60px;
  background-color: var(--color-dark-bg);
}

.blog-hero-content {
  max-width: 720px;
  margin: 0 auto;
}

.blog-hero-content h1 {
  font-size: 42px;
  color: #ffffff;
  margin-bottom: 16px;
}

.blog-hero-content > p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
}

/* Breadcrumb */
.blog-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 20px;
}

.blog-breadcrumb a {
  color: var(--color-primary);
  text-decoration: none;
  transition: color 0.2s;
}

.blog-breadcrumb a:hover {
  color: #ffffff;
}

.blog-breadcrumb span {
  color: rgba(255, 255, 255, 0.6);
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.blog-breadcrumb svg {
  opacity: 0.4;
  flex-shrink: 0;
}

/* Category Filter */
.blog-categories {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}

.blog-cat-link {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text-muted);
  background: #ffffff;
  text-decoration: none;
  transition: all 0.25s;
  border: 1px solid transparent;
}

.blog-cat-link:hover {
  color: var(--color-dark);
  border-color: #d1d5db;
}

.blog-cat-link.active {
  background: var(--color-primary);
  color: #fff;
}

/* Blog Grid */
.blog-archive-section {
  padding: 60px 0 80px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

/* Blog Card */
.blog-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e8ecf0;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(243, 111, 33, 0.08);
}

.blog-card-image-link {
  display: block;
  text-decoration: none;
}

.blog-card-image {
  height: 220px;
  overflow: hidden;
}

.blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.blog-card:hover .blog-card-image img {
  transform: scale(1.05);
}

.blog-card-body {
  padding: 24px;
}

.blog-card-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 13px;
}

.blog-card-category {
  background: rgba(243, 111, 33, 0.1);
  color: var(--color-primary);
  padding: 3px 12px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.blog-card-date {
  color: var(--color-text-muted);
}

.blog-card-title {
  font-size: 18px !important;
  line-height: 1.4;
  margin-bottom: 10px;
}

.blog-card-title a {
  color: var(--color-dark);
  text-decoration: none;
  transition: color 0.2s;
}

.blog-card-title a:hover {
  color: var(--color-primary);
}

.blog-card-excerpt {
  font-size: 14px;
  color: var(--color-text-muted);
  line-height: 1.6;
  margin-bottom: 16px;
}

.blog-card-read-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-primary);
  text-decoration: none;
  transition: gap 0.25s;
}

.blog-card-read-more:hover {
  gap: 10px;
}

/* Pagination */
.blog-pagination {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}

.blog-pagination .nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.blog-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-text-muted);
  background: var(--color-light-bg);
  text-decoration: none;
  transition: all 0.25s;
}

.blog-pagination .page-numbers:hover {
  background: #e8ecf0;
  color: var(--color-dark);
}

.blog-pagination .page-numbers.current {
  background: var(--color-primary);
  color: #fff;
}

.blog-pagination .prev,
.blog-pagination .next {
  background: transparent;
}

/* No Posts */
.blog-no-posts {
  text-align: center;
  padding: 80px 0;
}

.blog-no-posts h2 {
  font-size: 28px;
  color: var(--color-dark);
  margin-bottom: 12px;
}

.blog-no-posts p {
  color: var(--color-text-muted);
}

/* =========================================
   SINGLE BLOG POST PAGE
   ========================================= */

.single-blog-hero .blog-hero-content {
  max-width: 800px;
}

.single-blog-hero h1 {
  font-size: 38px;
}

/* Author Meta */
.single-blog-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.single-blog-author {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #ffffff;
}

.single-blog-author img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}

.single-blog-meta-sep {
  opacity: 0.3;
}

/* Featured Image */
.single-blog-featured-image {
  margin-top: -20px;
  margin-bottom: 48px;
}

.single-blog-featured-image .inner-container {
  max-width: 1000px;
}

.single-blog-featured-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 20px;
}

/* Content Layout */
.single-blog-content-section {
  padding-bottom: 80px;
}

.single-blog-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 48px;
  align-items: start;
}

/* Blog Content Prose */
.single-blog-content {
  min-width: 0;
}

.single-blog-content h2 {
  font-size: 26px;
  color: var(--color-dark);
  margin: 40px 0 16px;
}

.single-blog-content h3 {
  font-size: 22px;
  color: var(--color-dark);
  margin: 32px 0 12px;
}

.single-blog-content h4 {
  font-size: 18px;
  color: var(--color-dark);
  margin: 24px 0 10px;
}

.single-blog-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 20px;
}

.single-blog-content ul,
.single-blog-content ol {
  margin: 0 0 20px 24px;
  line-height: 1.8;
  color: #333;
}

.single-blog-content li {
  margin-bottom: 8px;
}

.single-blog-content blockquote {
  border-left: 4px solid var(--color-primary);
  padding: 20px 24px;
  margin: 28px 0;
  background: var(--color-light-bg);
  border-radius: 0 12px 12px 0;
  font-size: 17px;
  font-style: normal;
  color: var(--color-dark);
}

.single-blog-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 24px 0;
}

.single-blog-content a {
  color: var(--color-primary);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.single-blog-content a:hover {
  color: var(--color-dark);
}

/* Tags */
.single-blog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #e8ecf0;
}

.blog-tag {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 500;
  color: var(--color-text-muted);
  background: var(--color-light-bg);
  text-decoration: none;
  transition: all 0.25s;
}

.blog-tag:hover {
  background: var(--color-primary);
  color: #fff;
}

/* Share */
.single-blog-share {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e8ecf0;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-dark);
}

.single-blog-share-links {
  display: flex;
  gap: 8px;
}

.share-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--color-light-bg);
  color: var(--color-text-muted);
  text-decoration: none;
  transition: all 0.25s;
}

.share-link:hover {
  background: var(--color-primary);
  color: #fff;
}

.share-link svg {
  fill: currentColor;
}

/* Sidebar */
.single-blog-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: sticky;
  top: 100px;
}

.sidebar-card {
  background: var(--color-light-bg);
  border-radius: 16px;
  padding: 28px;
}

.sidebar-card h4 {
  font-size: 17px;
  color: var(--color-dark);
  margin-bottom: 16px;
}

/* Author Card */
.sidebar-author-card {
  text-align: center;
}

.sidebar-author-card img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 12px;
}

.sidebar-author-card h4 {
  margin-bottom: 8px;
}

.sidebar-author-card p {
  font-size: 13px;
  color: var(--color-text-muted);
  line-height: 1.6;
}

/* Recent Posts */
.sidebar-recent-posts {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sidebar-recent-post {
  display: flex;
  gap: 12px;
  text-decoration: none;
  align-items: center;
}

.sidebar-recent-post:hover h5 {
  color: var(--color-primary);
}

.sidebar-recent-thumb {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}

.sidebar-recent-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sidebar-recent-date {
  font-size: 12px;
  color: var(--color-text-muted);
}

.sidebar-recent-post h5 {
  font-size: 14px !important;
  color: var(--color-dark);
  line-height: 1.4;
  margin-top: 2px;
  transition: color 0.2s;
  font-family: var(--font-heading);
}

/* CTA Card */
.sidebar-cta-card {
  background: var(--color-dark);
  color: #fff;
  text-align: center;
}

.sidebar-cta-card h4 {
  color: #fff;
}

.sidebar-cta-card p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
  line-height: 1.6;
}

.sidebar-cta-card .btn-primary {
  width: 100%;
  justify-content: center;
}

/* Related Posts */
.related-posts-section {
  padding: 60px 0 80px;
  background: var(--color-light-bg);
}

.related-posts-header {
  text-align: center;
  margin-bottom: 40px;
}

.related-posts-header h2 {
  font-size: 32px;
  color: var(--color-dark);
}

.related-posts-grid {
  grid-template-columns: repeat(3, 1fr);
}

.related-posts-grid .blog-card {
  border: none;
}

/* =========================================
   MEGA MENU (Redesigned)
   ========================================= */

.mega-panel {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #ffffff;
  box-shadow: 0 40px 80px -20px rgba(0, 0, 0, 0.18);
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  pointer-events: none;
  transform: translateY(-10px);
  transition:
    opacity 0.3s ease,
    transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0.3s;
  z-index: 200;
  overflow: hidden;
}

.mega-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--color-primary),
    #f5932a,
    var(--color-primary)
  );
  background-size: 200% 100%;
  animation: megaAccentShift 5s ease infinite;
}

.mega-panel.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

@keyframes megaAccentShift {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

.mega-panel-inner {
  display: grid;
  grid-template-columns: 1.7fr 0.4fr;
  gap: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
}

/* ---- LEFT: Featured card ---- */
.mega-featured {
  background: linear-gradient(160deg, #fff8f3, #ffffff);
  border: 1px solid #ececec;
  border-radius: 22px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition:
    border-color 0.3s,
    box-shadow 0.3s;
}

.mega-featured:hover {
  border-color: rgba(243, 111, 33, 0.3);
  box-shadow: 0 16px 32px -16px rgba(243, 111, 33, 0.25);
}

.mega-featured-visual {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.mega-featured-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.mega-featured:hover .mega-featured-visual img {
  transform: scale(1.05);
}

.mega-featured-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 40%,
    rgba(26, 26, 26, 0.4) 100%
  );
}

.mega-featured-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  background: var(--color-primary);
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: 100px;
  box-shadow: 0 4px 12px rgba(243, 111, 33, 0.4);
}

.mega-featured-body {
  padding: 20px 22px 24px;
}

.mega-eyebrow {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--color-primary);
  margin-bottom: 8px;
}

.mega-featured-body h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--color-text-main);
  line-height: 1.25;
  margin: 0 0 10px;
  letter-spacing: -0.2px;
}

.mega-featured-body h3 span {
  color: var(--color-primary);
}

.mega-featured-body p {
  font-size: 0.85rem;
  color: var(--color-text-muted);
  line-height: 1.55;
  margin: 0 0 14px;
}

.mega-featured-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--color-primary);
  font-weight: 600;
  font-size: 0.85rem;
  text-decoration: none;
  transition: gap 0.25s;
}

.mega-featured-link:hover {
  gap: 10px;
}

/* ---- CENTER: Categorized services ---- */
.mega-services {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px 19px;
}

.mega-services-group {
  display: flex;
  flex-direction: column;
}

.mega-group-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-heading);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--color-primary);
  padding-bottom: 10px;
  margin-bottom: 8px;
  border-bottom: 1px solid #ececec;
}

.mega-services-group ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.mega-services-group li a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 10px;
  margin: 0 -12px;
  border-radius: 12px;
  color: var(--color-text-main);
  text-decoration: none;
  transition:
    background 0.25s,
    transform 0.25s;
  position: relative;
}

.mega-services-group li a::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 50%;
  transform: translateY(-50%) scaleY(0);
  width: 3px;
  height: 70%;
  background: var(--color-primary);
  border-radius: 3px;
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}

.mega-services-group li a:hover {
  background: #fafafa;
}

.mega-services-group li a:hover::before {
  transform: translateY(-50%) scaleY(1);
}

.mega-services-group li a svg {
  flex-shrink: 0;
  color: var(--color-text-muted);
  transition:
    color 0.25s,
    transform 0.25s;
}

.mega-services-group li a:hover svg {
  color: var(--color-primary);
  transform: scale(1.1);
}

.mega-services-group li a div {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}

.mega-services-group li a strong {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--color-text-main);
  letter-spacing: -0.1px;
}

.mega-services-group li a span {
  font-size: 0.76rem;
  color: var(--color-text-muted);
}

/* ---- RIGHT: Quick actions ---- */
.mega-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mega-action-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  background: #fafafa;
  border: 1px solid #ececec;
  border-radius: 16px;
  text-decoration: none;
  transition:
    background 0.25s,
    border-color 0.25s,
    transform 0.25s;
}

.mega-action-card:hover {
  background: #ffffff;
  border-color: var(--color-primary);
  transform: translateY(-2px);
  box-shadow: 0 10px 22px -12px rgba(243, 111, 33, 0.3);
}

.mega-action-card--primary {
  background: linear-gradient(145deg, var(--color-primary), #e0600e);
  border-color: transparent;
  box-shadow: 0 14px 28px -12px rgba(243, 111, 33, 0.5);
}

.mega-action-card--primary:hover {
  background: linear-gradient(145deg, #e0600e, #c4520d);
  border-color: transparent;
  box-shadow: 0 18px 32px -12px rgba(243, 111, 33, 0.65);
}

.mega-action-card-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(243, 111, 33, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.mega-action-card--primary .mega-action-card-icon {
  background: rgba(255, 255, 255, 0.2);
}

.mega-action-card-icon--whatsapp {
  background: rgba(37, 211, 102, 0.12);
}

.mega-action-card div {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.mega-action-card strong {
  font-family: var(--font-heading);
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--color-text-main);
  line-height: 1.2;
}

.mega-action-card--primary strong {
  color: #ffffff;
}

.mega-action-card span {
  font-size: 0.76rem;
  color: var(--color-text-muted);
}

.mega-action-card--primary span {
  color: rgba(255, 255, 255, 0.85);
}

/* Contact footer (inside mega) */
.mega-actions-contact {
  margin-top: 6px;
  padding: 16px 18px;
  background: linear-gradient(160deg, #1a1a1a, #0f0f0f);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mega-actions-contact-label {
  font-family: var(--font-heading);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--color-primary);
}

.mega-actions-contact-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  text-decoration: none;
}

.mega-actions-contact-phone strong {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.2px;
}

.mega-actions-contact-hours {
  font-size: 0.74rem;
  color: rgba(255, 255, 255, 0.5);
}

/* Responsive mega panel */
@media (max-width: 1200px) {
  .mega-panel-inner {
    grid-template-columns: 1.4fr 1fr;
    gap: 32px;
  }
}

@media (max-width: 1024px) {
  .mega-panel {
    display: none;
  }
}

/* =========================================
   MOBILE MENU & SERVICES POPUP
   ========================================= */

.mobile-menu-overlay {
  display: none;
}

.mobile-menu-popup {
  display: none;
}

.services-popup-overlay {
  display: none;
}

.services-popup {
  display: none;
}

@media (max-width: 1024px) {
  .mega-menu-trigger {
    display: none;
  }
  .mega-panel {
    display: none;
  }

  /* Mobile Menu Overlay */
  .mobile-menu-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1001;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }

  .mobile-menu-overlay.active {
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-menu-popup {
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    border-radius: 24px 24px 0 0;
    z-index: 1002;
    padding: 0;
    transform: translateY(100%);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.15);
  }

  .mobile-menu-popup.active {
    transform: translateY(0);
  }

  .mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 2px;
    border-bottom: 1px solid #e5e7eb;
  }

  .mobile-menu-title {
    font-family: var(--font-heading);
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--color-text-main);
  }

  .mobile-menu-close {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: var(--color-light-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #4a5568;
    transition: background-color 0.2s;
  }

  .mobile-menu-close:active {
    background: #e2e8f0;
  }

  .mobile-menu-nav {
    display: flex;
    flex-direction: column;
    padding: 16px 0;
  }

  .mobile-menu-nav a {
    display: block;
    padding: 16px 24px;
    text-decoration: none;
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--color-text-main);
    transition:
      background-color 0.2s,
      color 0.2s;
  }

  .mobile-menu-nav a:active {
    background-color: #f5f5f5;
  }

  .mobile-menu-nav a.active {
    color: var(--color-primary);
    background-color: rgba(243, 111, 33, 0.05);
  }

  .mobile-menu-contact {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 20px 24px;
    border-top: 1px solid #e5e7eb;
  }

  .mobile-menu-contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: var(--color-text-main);
    font-weight: 600;
    font-size: 0.95rem;
  }

  .mobile-menu-socials {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 16px 24px 28px;
  }

  .mobile-menu-socials a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #f3f4f6;
    color: var(--color-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition:
      background 0.2s,
      color 0.2s;
  }

  .mobile-menu-socials a:hover {
    background: var(--color-primary);
    color: white;
  }

  /* Mobile Menu Accordion */
  .mobile-menu-accordion {
    border-bottom: none;
  }

  .mobile-menu-accordion-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 16px 24px;
    text-decoration: none;
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--color-text-main);
    background: none;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s;
  }

  .mobile-menu-accordion-toggle:active {
    background-color: #f5f5f5;
  }

  .mobile-accordion-chevron {
    transition: transform 0.25s ease;
    flex-shrink: 0;
  }

  .mobile-menu-accordion.open .mobile-accordion-chevron {
    transform: rotate(180deg);
  }

  .mobile-menu-accordion-body {
    display: none;
    padding: 0 24px 8px 40px;
  }

  .mobile-menu-accordion.open .mobile-menu-accordion-body {
    display: block;
  }

  .mobile-menu-accordion-body a {
    display: block;
    padding: 10px 0;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    color: #4a5568;
    border-bottom: 1px solid #f0f0f0;
    transition: color 0.2s;
  }

  .mobile-menu-accordion-body a:last-child {
    border-bottom: none;
  }

  .mobile-menu-accordion-body a:active {
    color: var(--color-primary);
  }

  /* Services Popup */
  .services-popup-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1001;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }

  .services-popup-overlay.active {
    opacity: 1;
    pointer-events: auto;
  }

  .services-popup {
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    border-radius: 24px 24px 0 0;
    z-index: 1002;
    padding: 0;
    transform: translateY(100%);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    max-height: 85vh;
    overflow-y: auto;
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.15);
  }

  .services-popup.active {
    transform: translateY(0);
  }

  .services-popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid #e5e7eb;
    position: sticky;
    top: 0;
    background: white;
    border-radius: 24px 24px 0 0;
    z-index: 1;
  }

  .services-popup-title {
    font-family: var(--font-heading);
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--color-text-main);
  }

  .services-popup-close {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: var(--color-light-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #4a5568;
    transition: background-color 0.2s;
  }

  .services-popup-close:active {
    background: #e2e8f0;
  }

  .services-popup-body {
    padding: 16px 24px;
  }

  .services-popup-section {
    margin-bottom: 20px;
  }

  .services-popup-section h4 {
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 700;
    color: var(--color-dark);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--color-primary);
  }

  .services-popup-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .services-popup-section ul li a {
    display: block;
    padding: 10px 0;
    color: #4a5568;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #f5f5f5;
    transition: color 0.2s;
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .services-popup-section ul li:last-child a {
    border-bottom: none;
  }

  .services-popup-section ul li a:active {
    color: var(--color-primary);
  }

  .services-popup-footer {
    padding: 16px 24px 28px;
    border-top: 1px solid #e5e7eb;
  }

  .services-popup-cta {
    width: 100%;
    text-align: center;
  }
}

/* =========================================
   ANIMATED SVG ICONS -- Phone & WhatsApp
   ========================================= */

/* Phone -- ringing animation with signal rings */
.icon-phone-animated {
  overflow: visible;
}

.icon-phone-animated .phone-body {
  transform-origin: center center;
  animation: phoneRing 3s ease-in-out infinite;
}

.icon-phone-animated .phone-ring-1 {
  animation: phoneSignal1 3s ease-out infinite;
}

.icon-phone-animated .phone-ring-2 {
  animation: phoneSignal2 3s ease-out infinite;
}

@keyframes phoneRing {
  0%,
  100% {
    transform: rotate(0deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8% {
    transform: rotate(-12deg);
  }
  12% {
    transform: rotate(10deg);
  }
  16% {
    transform: rotate(-8deg);
  }
  20% {
    transform: rotate(5deg);
  }
  24% {
    transform: rotate(0deg);
  }
}

@keyframes phoneSignal1 {
  0%,
  30% {
    opacity: 0;
    stroke-dasharray: 0 100;
  }
  40% {
    opacity: 0.8;
    stroke-dasharray: 100 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes phoneSignal2 {
  0%,
  35% {
    opacity: 0;
    stroke-dasharray: 0 100;
  }
  50% {
    opacity: 0.9;
    stroke-dasharray: 100 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* WhatsApp -- pulse + floating dots */
.icon-whatsapp-animated {
  overflow: visible;
}

.icon-whatsapp-animated .wa-body {
  transform-origin: center center;
  animation: waBounce 4s ease-in-out infinite;
}

.icon-whatsapp-animated .wa-pulse {
  animation: waPulse 4s ease-out infinite;
}

.icon-whatsapp-animated .wa-dot-1 {
  animation: waDot 4s ease-out 0.5s infinite;
}

.icon-whatsapp-animated .wa-dot-2 {
  animation: waDot 4s ease-out 1s infinite;
}

.icon-whatsapp-animated .wa-dot-3 {
  animation: waDot 4s ease-out 1.5s infinite;
}

@keyframes waBounce {
  0%,
  100% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.08);
  }
  20% {
    transform: scale(1);
  }
}

@keyframes waPulse {
  0% {
    r: 11;
    opacity: 0;
  }
  10% {
    opacity: 0.3;
  }
  30% {
    r: 16;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes waDot {
  0% {
    opacity: 0;
    transform: translate(0, 0) scale(0);
  }
  15% {
    opacity: 0.7;
    transform: translate(-2px, -3px) scale(1);
  }
  40% {
    opacity: 0;
    transform: translate(-5px, -8px) scale(0.5);
  }
  100% {
    opacity: 0;
  }
}

/* Hover boost */
a:hover .icon-phone-animated .phone-body,
button:hover .icon-phone-animated .phone-body {
  animation-duration: 1.5s;
}

a:hover .icon-phone-animated .phone-ring-1,
button:hover .icon-phone-animated .phone-ring-1,
a:hover .icon-phone-animated .phone-ring-2,
button:hover .icon-phone-animated .phone-ring-2 {
  animation-duration: 1.5s;
}

a:hover .icon-whatsapp-animated .wa-body,
button:hover .icon-whatsapp-animated .wa-body {
  animation-duration: 2s;
}

a:hover .icon-whatsapp-animated .wa-pulse,
button:hover .icon-whatsapp-animated .wa-pulse {
  animation-duration: 2s;
}

/* Floating buttons -- persistent glow pulse */
.floating-whatsapp .icon-whatsapp-animated .wa-pulse {
  animation: waPulse 2.5s ease-out infinite;
}

.floating-call .icon-phone-animated .phone-ring-1 {
  animation: phoneSignal1 2s ease-out infinite;
}

.floating-call .icon-phone-animated .phone-ring-2 {
  animation: phoneSignal2 2s ease-out infinite;
}

/* =========================================
   RESPONSIVE BREAKPOINTS
   ========================================= */

/* === 1450px -- tighten spacing at smaller desktops === */
@media (max-width: 1450px) {
  .header-container {
    padding: 0 24px;
  }
  .main-nav {
    gap: 20px;
  }
  .main-nav a {
    font-size: 13px;
  }
  .inner-container,
  .inner-container-wide {
    padding: 0 28px;
  }
  .mega-panel-inner {
    padding: 32px 28px 36px;
  }
}

/* === 1280px -- compact header, scale fonts, tighten layouts === */
@media (max-width: 1280px) {
  .combined-sections-wrapper {
    width: calc(100% - 48px);
    border-radius: 40px;
  }
  .services-scope-section {
    width: calc(100% - 48px);
    border-radius: 30px;
  }
  .why-choose-wrapper {
    border-radius: 40px;
    padding: 60px 30px;
  }
  .main-nav {
    gap: 16px;
  }
  .main-nav a,
  .mega-menu-link {
    font-size: 13px;
  }
  .hero-left h1,
  .hero-left h2 {
    font-size: 3.2rem !important;
  }
  .hero-content {
    gap: 40px;
  }
  .hero-img-main {
    height: 420px;
  }
  .services-content {
    gap: 50px;
  }
  .services-left h2 {
    font-size: 36px;
  }
  .mega-panel-inner {
    padding: 28px 24px 32px;
  }
  .mega-panel-divider {
    margin: 0 20px;
  }
  .mega-services-grid {
    gap: 0 16px;
  }
  .mega-panel-services ul li a {
    font-size: 13px;
    padding: 7px 10px;
  }
  .mega-facility-card {
    padding: 12px 14px !important;
  }
  .mega-cta-img {
    height: 110px;
  }
}

/* === 1200px === */
@media (max-width: 1200px) {
  .testimonials-grid {
    column-count: 3;
  }
  .hero-content,
  .services-content {
    flex-direction: column;
  }
  .hero-right {
    width: 100%;
    max-width: 100%;
  }
  .hero-left {
    max-width: 100%;
  }
  .hero-left h1,
  .hero-left h2 {
    font-size: 3rem !important;
  }
  .hero-subtitle {
    max-width: 100%;
  }
  .hero-content {
    padding: 60px 0 40px;
  }
  .hero-trust-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .hero-trust-bar {
    margin-top: 0;
    padding-bottom: 48px;
  }
  .services-section {
    padding: 80px 0;
  }
  .services-image-wrapper {
    height: 450px;
  }
  .mega-panel-inner {
    padding: 28px 20px 32px;
  }
  .mega-panel-divider {
    margin: 0 16px;
  }
  .mega-stats {
    gap: 14px;
  }
  .mega-stat strong {
    font-size: 1.3rem;
  }

  /* Footer */
  .footer-top {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
  .footer-col.brand-col {
    grid-column: 1 / -1;
  }

  /* About page */
  .about-hero-section {
    padding: 80px 0;
  }
  .about-hero-left h1 {
    font-size: 2.8rem;
  }
  .about-hero-content {
    gap: 40px;
  }
  .about-hero-images {
    height: 450px;
    max-width: 450px;
  }
  .about-company-text h2,
  .about-journey-header h2,
  .certifications-text h2 {
    font-size: 36px;
  }
  .services-about-left h2,
  .services-scope-header h2,
  .services-invest-left h2,
  .finishing-left h2,
  .details-text h2,
  .why-header h2,
  .locations-header h2 {
    font-size: 36px;
  }
  .finishing-content {
    gap: 40px;
  }
  .details-content-wrapper {
    gap: 30px;
  }
  .contact-grid {
    gap: 40px;
  }

  /* All services page */
  .all-services-hero h1 {
    font-size: 2.6rem;
  }
  .all-services-section-header h2 {
    font-size: 36px;
  }
  .all-services-grid {
    gap: 20px;
  }
  .service-card-img {
    height: 180px;
  }
}

/* === 1024px === */
@media (max-width: 1024px) {
  /* Testimonials carousel */
  .testimonials-wrapper {
    overflow: hidden;
  }

  .testimonials-grid {
    column-count: initial;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 20px;
    padding-bottom: 8px;
    scrollbar-width: none;
    scroll-padding-left: 0;
  }

  .testimonials-grid::-webkit-scrollbar {
    display: none;
  }

  .testimonial-card {
    flex: 0 0 min(340px, 85vw);
    scroll-snap-align: center;
    margin-bottom: 0;
  }

  .testimonials-carousel-nav {
    display: flex;
  }

  .testimonials-section {
    padding: 80px 0;
  }

  /* Footer */
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .main-nav {
    display: none;
  }

  /* Mega panel */
  .mega-panel-inner {
    padding: 24px 20px 28px;
  }
  .mega-panel-cta {
    display: none;
  }
  .mega-panel-divider:last-of-type {
    display: none;
  }

  /* About page */
  .about-hero-content,
  .about-company-wrapper,
  .certifications-wrapper,
  .about-cta-content,
  .about-how-we-work-container,
  .about-experienced-teams-container {
    flex-direction: column;
    gap: 40px;
  }
  .about-cta-left h2 {
    font-size: 2rem;
  }
  .about-cta-right {
    align-items: flex-start;
  }
  .about-hero-right {
    align-items: center;
  }
  .about-hero-cta {
    align-self: center;
    margin-left: 0;
  }
  .journey-timeline {
    flex-direction: column;
    padding: 40px 0;
  }
  .timeline-line {
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    height: auto;
    transform: translateX(-50%);
  }
  .timeline-item {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    margin: 30px 0;
  }
  .timeline-dot {
    margin: 0 30px;
  }
  .timeline-content {
    position: static;
    text-align: left;
    width: calc(50% - 60px);
  }
  .timeline-item.top .timeline-content,
  .timeline-item.bottom .timeline-content {
    bottom: auto;
    top: auto;
  }
  .timeline-item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .timeline-item:nth-child(even) .timeline-content {
    text-align: right;
  }
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .services-about-content,
  .services-invest-content {
    flex-direction: column;
    gap: 40px;
  }
  .services-scope-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .services-invest-right {
    align-items: flex-start;
    width: 100%;
  }
  .services-contact-wrapper {
    flex-direction: column;
    padding: 40px;
  }
  .certifications-container {
    padding: 60px 40px;
  }
  .services-contact-left h2 {
    font-size: 2rem;
  }

  /* All services */
  .all-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .all-services-grid-sm {
    grid-template-columns: repeat(2, 1fr);
  }
  .all-services-section {
    padding: 80px 0;
  }

  /* Blog */
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .single-blog-layout {
    grid-template-columns: 1fr;
  }
  .single-blog-sidebar {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .sidebar-cta-card {
    grid-column: 1 / -1;
  }
  .related-posts-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Quote */
  .quote-layout {
    grid-template-columns: 1fr;
  }
  .quote-sidebar {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .quote-sidebar-contact {
    grid-column: 1 / -1;
  }
}

/* === 992px === */
@media (max-width: 992px) {
  .why-choose-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .process-grid {
    grid-template-columns: 1fr;
  }
  .process-arrow {
    display: none;
  }
  .cta-card {
    flex-direction: column;
    padding: 40px;
    gap: 40px;
  }
  .hero-img-main {
    height: 350px;
  }
  .hero-stats-card {
    border-radius: 16px;
  }
  .hero-stat {
    padding: 16px 14px;
    gap: 10px;
  }
  .hero-stat-icon {
    width: 34px;
    height: 34px;
    border-radius: 8px;
  }
  .hero-stat-content strong {
    font-size: 1.15rem;
  }
  .services-image-wrapper {
    height: 400px;
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .contact-features-grid {
    grid-template-columns: 1fr;
  }
}

/* === 768px === */
@media (max-width: 768px) {
  .dark-cta-content h2 {
    font-size: 32px;
  }

  .why-choose-wrapper,
  .how-it-works-wrapper {
    padding: 60px 15px;
  }

  .dark-cta-wrapper {
    padding: 60px 15px;
  }

  .cta-card {
    padding: 15px;
  }

  .testimonial-card {
    flex: 0 0 min(280px, 85vw);
  }
  .cta-content h2 {
    font-size: 32px;
  }
  .hero-left h1,
  .hero-left h2 {
    font-size: 1.75rem !important;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 12px;
  }

  .hero-buttons .btn {
    width: 100%;
    justify-content: center;
  }

  .hero-logos {
    flex-wrap: wrap;
    gap: 16px 24px;
    justify-content: center;
  }

  h1 {
    font-size: 1.5rem !important;
  }

  h2 {
    font-size: 1.25rem !important;
  }

  h3 {
    font-size: 1.1rem !important;
  }

  h4 {
    font-size: 1rem !important;
  }

  h5 {
    font-size: 0.9rem !important;
  }

  .service-title {
    font-size: 1rem !important;
  }

  p,
  li,
  td,
  th,
  blockquote,
  .form-input,
  .form-textarea,
  .checkbox-text,
  label {
    font-size: 16px !important;
  }

  .why-choose-grid {
    grid-template-columns: 1fr;
  }

  .hero-right {
    display: block;
    height: auto;
    max-width: 100%;
  }

  .hero-form-card {
    border-radius: 20px;
  }

  .hero-form-header {
    padding: 18px 5px 0;
  }

  .hero-form-header-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
  }

  .hero-form-header-text h3 {
    font-size: 1rem;
  }

  .hero-form-body {
    padding: 9px 5px 4px;
  }

  .hero-form-body .wpforms-form .wpforms-field-name,
  .hero-form-body .wpforms-form .wpforms-field-phone {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
  }

  .hero-form-footer {
    padding: 12px 20px 16px;
    gap: 10px;
    flex-wrap: wrap;
  }

  .hero-form-tuv {
    height: 28px;
  }

  .hero-stat-content strong {
    font-size: 1rem;
  }

  .hero-stat-content span {
    font-size: 0.65rem;
  }

  .hero-trust-items {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero-trust-card {
    padding: 16px 16px;
    border-radius: 12px;
  }

  .hero-trust-bar {
    margin-top: 0;
    padding-bottom: 40px;
  }

  .trust-card-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }

  .hero-content {
    padding: 40px 0 30px;
  }

  .hero-decorative-circle.hero-circle-1 {
    width: 250px;
    height: 250px;
    top: -60px;
    right: -60px;
  }

  .hero-decorative-circle.hero-circle-2 {
    width: 200px;
    height: 200px;
    bottom: -50px;
    left: -50px;
  }

  .inner-container,
  .inner-container-wide {
    padding: 0 15px;
  }

  .testimonials-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonials-header {
    padding: 0 15px;
  }

  .testimonials-header h2 {
    font-size: 1.5rem;
  }

  .testimonials-carousel-nav {
    padding: 0 15px;
  }

  .header-container,
  .footer-container,
  .dark-cta-container,
  .cta-container,
  .industries-header,
  .faq-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .combined-sections-wrapper {
    width: calc(100% - 30px);
    border-radius: 30px;
  }

  .services-scope-section {
    width: calc(100% - 30px);
  }

  /* Footer */
  .footer-top {
    grid-template-columns: 1fr;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
  .main-nav {
    display: none;
  }
  .header-contact {
    display: none;
  }
  .footer-container {
    padding: 0 15px;
  }

  /* About page */
  .about-cta-section {
    padding: 60px 15px;
  }
  .about-how-we-work-section,
  .about-experienced-teams-section {
    padding: 60px 0;
  }
  .about-how-we-work-container,
  .about-experienced-teams-container {
    padding: 0 15px;
  }
  .about-certifications-section {
    padding: 60px 15px;
  }
  .values-container {
    padding: 0 15px;
  }
  .about-how-we-work-text h2,
  .about-experienced-teams-text h2 {
    font-size: 2rem;
  }
  .certifications-container {
    padding: 40px 15px;
    border-radius: 20px;
  }
  .certifications-logos {
    gap: 20px;
  }
  .about-hero-left h1 {
    font-size: 2.5rem;
  }
  .about-hero-images {
    height: 400px;
  }
  .about-company-text h2,
  .about-journey-header h2,
  .certifications-text h2,
  .about-cta-left h2 {
    font-size: 2rem;
  }
  .timeline-line {
    left: 20px;
  }
  .timeline-item,
  .timeline-item:nth-child(even) {
    flex-direction: row;
    justify-content: flex-start;
  }
  .timeline-dot {
    margin: 0 20px 0 8px;
  }
  .timeline-content,
  .timeline-item:nth-child(even) .timeline-content {
    width: calc(100% - 60px);
    text-align: left;
  }
  .values-grid {
    grid-template-columns: 1fr;
  }
  .values-header h2 {
    font-size: 2rem;
  }

  /* Services page */
  .services-about-left h2,
  .services-scope-header h2,
  .services-invest-left h2 {
    font-size: 2rem;
  }
  .services-scope-grid {
    grid-template-columns: 1fr;
  }
  .services-scope-section {
    width: calc(100% - 30px);
    border-radius: 20px;
    padding: 60px 0;
  }
  .invest-images {
    height: 300px;
  }
  .invest-img-1,
  .invest-img-2 {
    height: 200px;
  }
  .finishing-content,
  .details-content-wrapper {
    flex-direction: column;
  }
  .finishing-img {
    height: 300px;
  }
  .why-steps {
    grid-template-columns: repeat(2, 1fr);
  }
  .why-step:nth-child(1),
  .why-step:nth-child(2),
  .why-step:nth-child(3),
  .why-step:nth-child(4) {
    transform: none;
  }
  .why-arc-line {
    display: none;
  }
  .locations-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .finishing-left h2,
  .why-header h2,
  .details-text h2,
  .locations-header h2 {
    font-size: 2rem;
  }
  .details-card {
    padding: 15px;
  }
  .details-pills {
    padding-left: 0;
    justify-content: center;
  }
  .form-row {
    flex-direction: column;
    gap: 24px;
  }
  .services-contact-wrapper {
    padding: 15px;
  }

  /* Contact page */
  .contact-info-left h2 {
    font-size: 2rem;
  }
  .contact-form-card {
    padding: 15px;
  }

  /* Floating actions */
  .floating-actions {
    bottom: 90px;
    right: 15px;
    gap: 10px;
  }
  .floating-btn {
    width: 50px;
    height: 50px;
  }
  .floating-btn-icon {
    width: 50px;
    height: 50px;
  }
  .floating-btn:hover {
    width: 50px;
    padding: 0;
  }
  .floating-btn:hover .floating-btn-body {
    max-width: 0;
    opacity: 0;
  }
  .floating-call {
    display: none;
  }

  /* All services */
  .all-services-hero {
    padding: 50px 0 50px;
  }
  .all-services-hero h1 {
    font-size: 2rem;
  }
  .all-services-section {
    padding: 60px 0;
  }
  .all-services-section-header h2 {
    font-size: 28px;
  }
  .all-services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .all-services-grid-sm {
    grid-template-columns: 1fr;
  }
  .all-services-cta-card {
    padding: 50px 24px;
    border-radius: 20px;
  }
  .all-services-cta-content h2 {
    font-size: 1.6rem;
  }

  /* Blog */
  .blog-hero-content h1 {
    font-size: 28px;
  }
  .single-blog-hero h1 {
    font-size: 26px;
  }
  .blog-grid,
  .related-posts-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .blog-card-image {
    height: 200px;
  }
  .single-blog-featured-image img {
    height: 260px;
    border-radius: 14px;
  }
  .single-blog-meta {
    flex-wrap: wrap;
    gap: 8px;
  }
  .single-blog-sidebar {
    grid-template-columns: 1fr;
  }
  .blog-categories {
    gap: 6px;
  }
  .blog-cat-link {
    padding: 6px 14px;
    font-size: 13px;
  }
  .single-blog-share {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .blog-archive-section {
    padding: 40px 0 60px;
  }

  /* Quote */
  .quote-layout {
    gap: 28px;
  }
  .quote-section-card {
    padding: 20px;
    border-radius: 16px;
  }
  .quote-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .quote-section-header {
    margin-bottom: 20px;
    padding-bottom: 16px;
  }
  .quote-submit-card {
    flex-direction: column;
    align-items: flex-start;
  }
  .quote-submit-btn {
    width: 100%;
    justify-content: center;
  }
  .quote-sidebar {
    grid-template-columns: 1fr;
  }
  .quote-form-section {
    padding: 40px 0 60px;
  }
  .quote-days-grid {
    gap: 6px;
  }
  .quote-day-chip span {
    width: 44px;
    height: 40px;
    font-size: 13px;
  }
}

/* === 480px === */
@media (max-width: 480px) {
  .finishing-cards {
    grid-template-columns: 1fr;
  }
  .why-steps {
    grid-template-columns: 1fr;
  }
  .locations-grid {
    grid-template-columns: 1fr;
  }
}

/* === 1350px Footer === */
@media (max-width: 1350px) {
  .footer-top {
    grid-template-columns: 2fr 1fr 1fr 1fr 1.5fr;
    gap: 24px;
  }
  .footer-desc {
    max-width: 250px;
  }
  .footer-col a {
    font-size: 14px;
  }
}

/* =====================================================
   SERVICES PAGE Ã¢â‚¬â€ Redesigned sections
   ===================================================== */

/* --- Section 1: Hero v2 --- */
.services-hero-v2 {
  position: relative;
  padding: 70px 0 0px;
  background:
    radial-gradient(
      1000px 600px at 85% -10%,
      rgba(243, 111, 33, 0.28) 0%,
      rgba(243, 111, 33, 0) 60%
    ),
    radial-gradient(
      900px 700px at -10% 110%,
      rgba(243, 111, 33, 0.22) 0%,
      rgba(243, 111, 33, 0) 55%
    ),
    linear-gradient(135deg, #0b0b0c 0%, #141417 45%, #1b1612 100%);
  overflow: hidden;
  color: #ffffff;
}
.services-hero-v2-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(
      1000px 600px at 85% -10%,
      rgba(243, 111, 33, 0.28) 0%,
      rgba(243, 111, 33, 0) 60%
    ),
    radial-gradient(
      900px 700px at -10% 110%,
      rgba(243, 111, 33, 0.22) 0%,
      rgba(243, 111, 33, 0) 55%
    ),
    linear-gradient(135deg, #000000c2 0%, #000000d6 45%, #000000 100%);
}
.services-hero-v2-grid {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  mix-blend-mode: screen;
}
.services-hero-v2-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(140px);
  opacity: 0.55;
  animation: services-hero-glow 14s ease-in-out infinite alternate;
}
.services-hero-v2-glow--a {
  bottom: -160px;
  left: -140px;
  width: 560px;
  height: 560px;
  background: radial-gradient(circle, rgba(243, 111, 33, 0.7), transparent 70%);
}
.services-hero-v2-glow--b {
  bottom: -180px;
  right: -140px;
  width: 620px;
  height: 620px;
  background: radial-gradient(
    circle,
    rgba(255, 140, 60, 0.45),
    transparent 70%
  );
  animation-delay: -7s;
}
@keyframes services-hero-glow {
  from {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.55;
  }
  to {
    transform: translate3d(40px, -30px, 0) scale(1.08);
    opacity: 0.75;
  }
}
.services-hero-v2 .inner-container {
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
}
.services-hero-v2-layout {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 70px;
  align-items: center;
}
.services-hero-v2-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid rgba(243, 111, 33, 0.35);
  background: rgba(243, 111, 33, 0.08);
  color: #ffffff;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 22px;
}
.services-hero-v2-text h1 {
  font-size: 3.6rem;
  line-height: 1.08;
  color: #ffffff;
  margin: 0 0 20px;
}
.services-hero-v2-text h1 span {
  color: #f36f21;
  font-style: normal;
}
.services-hero-v2-text > p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.75);
  max-width: 560px;
  margin: 0 0 32px;
}
.services-hero-v2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 44px;
}
.services-hero-v2-actions .btn-secondary {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  backdrop-filter: blur(6px);
}
.services-hero-v2-actions .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(243, 111, 33, 0.5);
}
/* --- Creative stats (hero-stat-card) --- */
.services-hero-v2-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 28px;
}
.hero-stat-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  backdrop-filter: blur(8px);
  overflow: hidden;
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    background 0.3s ease;
  animation: hero-stat-fadeup 0.6s ease both;
  animation-delay: var(--card-delay, 0s);
}
.hero-stat-card:hover {
  transform: translateY(-3px);
  border-color: rgba(243, 111, 33, 0.45);
  background: rgba(255, 255, 255, 0.06);
}
.hero-stat-icon {
  position: relative;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.hero-stat-icon--gold {
  background: rgba(234, 179, 8, 0.14);
}
.hero-stat-icon--green {
  background: rgba(34, 197, 94, 0.14);
}
.hero-stat-icon--orange {
  background: rgba(243, 111, 33, 0.14);
}
.hero-stat-icon-ring {
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 1.5px dashed rgba(255, 255, 255, 0.25);
  animation: hero-stat-ring 14s linear infinite;
}
.hero-stat-icon--gold .hero-stat-icon-ring {
  border-color: rgba(234, 179, 8, 0.45);
}
.hero-stat-icon--green .hero-stat-icon-ring {
  border-color: rgba(34, 197, 94, 0.5);
}
.hero-stat-icon--orange .hero-stat-icon-ring {
  border-color: rgba(243, 111, 33, 0.5);
}
.hero-stat-body {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.hero-stat-body strong {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  color: #ffffff;
  font-weight: 700;
}
.hero-stat-body span {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 3px;
}
.hero-stat-shine {
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255, 255, 255, 0.12) 50%,
    transparent 100%
  );
  transform: skewX(-20deg);
  transition: left 0.8s ease;
}
.hero-stat-card:hover .hero-stat-shine {
  left: 130%;
}
@keyframes hero-stat-fadeup {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes hero-stat-ring {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* --- Generic hero visual (image frame + TÃƒÅ“V seal + floating badges) --- */
.services-hero-v2-visual {
  position: relative;
  min-height: 520px;
}
.services-hero-visual-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 5 / 6;
  max-width: 480px;
  margin-left: auto;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.services-hero-visual-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.services-hero-visual-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(13, 13, 13, 0) 40%,
    rgba(13, 13, 13, 0.65) 100%
  );
  pointer-events: none;
}

.services-hero-visual-tuv {
  position: absolute;
  top: -28px;
  left: -10px;
  width: 140px;
  height: 140px;
  z-index: 3;
}
.services-hero-visual-ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 0.85);
  animation: services-tuv-spin 18s linear infinite;
}
.services-hero-visual-tuv-core {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 84px;
  height: 84px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
  padding: 12px;
}
.services-hero-visual-tuv-core img {
  max-width: 100%;
  height: auto;
}
@keyframes services-tuv-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.services-hero-visual-badge {
  position: absolute;
  bottom: 40px;
  left: -30px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 16px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
  z-index: 3;
  animation: hero-stat-fadeup 0.8s ease 0.3s both;
}
.services-hero-visual-badge-dot {
  width: 10px;
  height: 10px;
  background: #22c55e;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.2);
  animation: hero-visual-pulse 2s ease-in-out infinite;
}
@keyframes hero-visual-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.2);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(34, 197, 94, 0);
  }
}
.services-hero-visual-badge-body {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.services-hero-visual-badge-body strong {
  font-size: 0.95rem;
  color: var(--color-dark);
  font-weight: 700;
}
.services-hero-visual-badge-body span {
  font-size: 0.78rem;
  color: var(--color-text-muted);
  margin-top: 3px;
}

.services-hero-visual-chip {
  position: absolute;
  top: -16px;
  right: -20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: #ffffff;
  border-radius: 999px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.3);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color-dark);
  z-index: 3;
  animation: hero-stat-fadeup 0.8s ease 0.5s both;
}

@media (max-width: 1024px) {
  .services-hero-v2 {
    padding: 90px 0 80px;
  }
  .services-hero-v2-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .services-hero-v2-text h1 {
    font-size: 2.6rem;
  }
  .services-hero-v2-visual {
    min-height: auto;
  }
  .services-hero-visual-frame {
    margin: 0 auto;
  }
  .services-hero-visual-tuv {
    width: 110px;
    height: 110px;
    top: -20px;
    left: 0;
  }
  .services-hero-visual-tuv-core {
    width: 68px;
    height: 68px;
    padding: 10px;
  }
  .services-hero-visual-badge {
    left: 10px;
    bottom: 20px;
  }
  .services-hero-visual-chip {
    right: 10px;
    top: 20px;
  }
}
@media (max-width: 600px) {
  .services-hero-v2 {
    padding: 70px 0 60px;
  }
  .services-hero-v2-text h1 {
    font-size: 2.1rem;
  }
  .services-hero-v2-stats {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .hero-stat-body strong {
    font-size: 1.05rem;
  }
  .services-hero-visual-tuv {
    width: 90px;
    height: 90px;
  }
  .services-hero-visual-tuv-core {
    width: 56px;
    height: 56px;
    padding: 8px;
  }
  .services-hero-visual-badge {
    padding: 10px 14px;
  }
  .services-hero-visual-badge-body strong {
    font-size: 0.85rem;
  }
}

/* --- Section 5: Info Block (vertical, collapsible) --- */
.services-info-block {
  padding: 100px 0;
  background: #ffffff;
}
.services-info-header {
  text-align: center;
  max-width: 720px;
  /* margin: 0 auto 48px; */
}
.services-info-header h2 {
  font-size: 2.4rem;
  line-height: 1.2;
  margin: 14px 0 14px;
  color: var(--color-dark);
}
.services-info-header h2 span {
  color: #f36f21;
  font-style: normal;
}
.services-info-header p {
  color: var(--color-text-muted);
  font-size: 1rem;
  line-height: 1.7;
}
.services-info-block {
  --info-collapsed-height: 350px;
}
.services-info-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 28px;
  max-height: var(--info-collapsed-height);
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.services-info-block.is-expanded .services-info-list {
  max-height: 4000px;
}
.services-info-list::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 140px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgb(255 255 255 / 62%) 55%,
    #ffffff 100%
  );
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.services-info-block.is-expanded .services-info-list::after {
  opacity: 0;
}
.services-info-item {
  padding: 0;
}
.services-info-item h3 {
  font-size: 1.45rem;
  line-height: 1.3;
  color: var(--color-dark);
  margin: 0 0 12px;
}
.services-info-item p {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--color-text-muted);
  margin: 0 0 24px;
}
.services-info-item p:last-child {
  margin-bottom: 20px;
}

/* Subsequent h3s get a divider when they become visible on expand */
.services-info-item > h3:not(:first-of-type) {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #ececec;
}
.services-info-toggle-wrap {
  display: flex;
  justify-content: flex-start;
  /* margin-top: -20px; */
  position: relative;
  z-index: 2;
}
.services-info-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: #ffffff;
  border: 1.5px solid #f36f21;
  color: #f36f21;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 999px;
  cursor: pointer;
  transition:
    background 0.25s ease,
    color 0.25s ease;
}
.services-info-toggle:hover {
  background: #f36f21;
  color: #ffffff;
}
.services-info-toggle:hover .services-info-toggle-icon {
  stroke: #ffffff;
}
.services-info-toggle-icon {
  transition: transform 0.3s ease;
}
.services-info-block.is-expanded .services-info-toggle-icon {
  transform: rotate(180deg);
}

@media (max-width: 960px) {
  .services-info-block {
    padding: 70px 0;
  }
  .services-info-header h2 {
    font-size: 1.9rem;
  }
  .services-info-item h3 {
    font-size: 1.2rem;
  }
}

/* --- Section 6: Inquiry (text + form) --- */
.services-inquiry-section {
  padding: 100px 0;
  background: #ffffff;
  position: relative;
}
.services-inquiry-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 60px;
  align-items: start;
}
.services-inquiry-text h2 {
  font-size: 2.4rem;
  line-height: 1.2;
  color: var(--color-dark);
  margin: 14px 0 18px;
}
.services-inquiry-text h2 span {
  color: #f36f21;
  font-style: normal;
}
.services-inquiry-text > p {
  color: var(--color-text-muted);
  font-size: 1rem;
  line-height: 1.75;
  margin: 0 0 28px;
}
.services-inquiry-perks {
  list-style: none;
  padding: 0;
  margin: 0 0 36px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.services-inquiry-perks li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.98rem;
  color: var(--color-dark);
}
.services-inquiry-contact {
  display: flex;
  flex-direction: column;
  gap: 14px;
  border-top: 1px solid #e5e5e5;
  padding-top: 24px;
}
.services-inquiry-contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 14px;
  text-decoration: none;
  color: var(--color-dark);
  transition:
    border-color 0.25s ease,
    transform 0.25s ease;
}
.services-inquiry-contact-item:hover {
  border-color: #f36f21;
  transform: translateX(4px);
}
.services-inquiry-contact-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(243, 111, 33, 0.1);
  border-radius: 10px;
  flex-shrink: 0;
}
.services-inquiry-contact-item small {
  display: block;
  font-size: 0.78rem;
  color: var(--color-text-muted);
  margin-bottom: 2px;
}
.services-inquiry-contact-item strong {
  font-size: 1rem;
  color: var(--color-dark);
  font-weight: 600;
}

.services-inquiry-form-wrap {
  position: relative;
}

@media (max-width: 960px) {
  .services-inquiry-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .services-inquiry-section {
    padding: 70px 0;
  }
  .services-inquiry-text h2 {
    font-size: 1.9rem;
  }
}

section.industries-section.industries-section--services {
  padding-bottom: 50px;
}

section.cta-section.cta-section--services {
  padding-bottom: 120px;
  padding-top: 50px;
}

.content-block-img img {
  min-height: 485px;
}

/* .cta-image img {
    min-height: 470px;
} */
/* =========================================
   404 PAGE
   ========================================= */

.error-404-page {
  background: #ffffff;
}

.error-404-hero {
  position: relative;
  padding: 120px 0 80px;
  background: linear-gradient(135deg, #0b0b0c 0%, #141417 55%, #1b1612 100%);
  color: #ffffff;
  overflow: hidden;
}

.error-404-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.error-404-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.55;
  pointer-events: none;
}

.error-404-glow--a {
  top: -120px;
  right: -80px;
  width: 420px;
  height: 420px;
  background: radial-gradient(
    circle,
    rgba(243, 111, 33, 0.55),
    transparent 70%
  );
  animation: error404Drift 14s ease-in-out infinite alternate;
}

.error-404-glow--b {
  bottom: -160px;
  left: -100px;
  width: 460px;
  height: 460px;
  background: radial-gradient(
    circle,
    rgba(243, 111, 33, 0.35),
    transparent 70%
  );
  animation: error404Drift 18s ease-in-out infinite alternate-reverse;
}

@keyframes error404Drift {
  0% {
    transform: translate(0, 0) scale(1);
  }
  100% {
    transform: translate(40px, -30px) scale(1.12);
  }
}

.error-404-grid {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
  opacity: 0.5;
}

.error-404-content {
  position: relative;
  z-index: 2;
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.error-404-content .tag-label {
  margin-bottom: 28px;
}

.error-404-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-heading);
  font-size: clamp(6rem, 16vw, 11rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -4px;
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 32px;
}

.error-404-code-zero {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.9em;
  height: 0.9em;
  border-radius: 50%;
  border: 6px solid rgba(243, 111, 33, 0.85);
  color: #f36f21;
  -webkit-text-fill-color: #f36f21;
  background: rgba(243, 111, 33, 0.08);
  box-shadow: 0 20px 50px -20px rgba(243, 111, 33, 0.6);
  position: relative;
  animation: error404Spin 18s linear infinite;
}

.error-404-code-zero svg {
  width: 38%;
  height: 38%;
  animation: error404SpinReverse 18s linear infinite;
}

@keyframes error404Spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes error404SpinReverse {
  to {
    transform: rotate(-360deg);
  }
}

.error-404-content h1 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 18px;
}

.error-404-content h1 span {
  color: var(--color-primary);
  font-style: normal;
}

.error-404-content > p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
  margin-bottom: 36px;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.error-404-search {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 560px;
  margin: 0 auto 26px;
  padding: 8px 8px 8px 48px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition:
    border-color 0.3s,
    background 0.3s;
}

.error-404-search:focus-within {
  border-color: rgba(243, 111, 33, 0.45);
  background: rgba(255, 255, 255, 0.12);
}

.error-404-search-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  pointer-events: none;
}

.error-404-search input[type="search"] {
  flex: 1;
  background: transparent;
  border: 0;
  outline: none;
  color: #ffffff;
  font-size: 0.95rem;
  padding: 8px 4px;
  font-family: inherit;
}

.error-404-search input[type="search"]::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.error-404-search .btn {
  flex-shrink: 0;
  padding: 12px 22px;
  border-radius: 999px;
}

.error-404-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.error-404-actions .btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #ffffff;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition:
    background 0.3s,
    border-color 0.3s,
    transform 0.3s;
}

.error-404-actions .btn-secondary:hover {
  background: rgba(243, 111, 33, 0.16);
  border-color: rgba(243, 111, 33, 0.5);
  transform: translateY(-2px);
}

.error-404-hero .hero-car-wireframe {
  opacity: 0.35;
}

.error-404-services {
  padding: 90px 0 110px;
  background: var(--color-light-bg);
}

.error-404-services-header {
  max-width: 680px;
  margin: 0 auto 48px;
  text-align: center;
}

.error-404-services-header .tag-label {
  margin-bottom: 14px;
}

.error-404-services-header h2 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-text-main);
  line-height: 1.2;
}

.error-404-services-header h2 span {
  color: var(--color-primary);
  font-style: normal;
}

.error-404-services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.error-404-service-card {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 22px;
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 18px;
  text-decoration: none;
  color: inherit;
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.error-404-service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(243, 111, 33, 0.35);
  box-shadow: 0 20px 40px -22px rgba(243, 111, 33, 0.45);
}

.error-404-service-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(243, 111, 33, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.35s ease;
}

.error-404-service-card:hover .error-404-service-icon {
  background: rgba(243, 111, 33, 0.18);
}

.error-404-service-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex-grow: 1;
  min-width: 0;
}

.error-404-service-body strong {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-text-main);
}

.error-404-service-body span {
  font-size: 0.85rem;
  color: var(--color-text-muted);
  line-height: 1.5;
}

.error-404-service-arrow {
  flex-shrink: 0;
  color: var(--color-primary);
  transition: transform 0.35s ease;
}

.error-404-service-card:hover .error-404-service-arrow {
  transform: translateX(4px);
}

@media (max-width: 768px) {
  .error-404-hero {
    padding: 90px 0 60px;
  }
  .error-404-content > p {
    font-size: 0.92rem;
  }
  .error-404-search {
    padding-left: 44px;
  }
  .error-404-search .btn {
    padding: 10px 16px;
    font-size: 0.85rem;
  }
  .error-404-actions .btn {
    font-size: 0.85rem;
    padding: 10px 16px;
  }
  .error-404-services {
    padding: 60px 0 80px;
  }
  .error-404-services-header {
    margin-bottom: 32px;
  }
  .error-404-services-header h2 {
    font-size: 1.5rem;
  }
  .error-404-services-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

@media (max-width: 480px) {
  .error-404-search {
    flex-direction: column;
    border-radius: 18px;
    padding: 12px;
    padding-left: 12px;
    gap: 10px;
  }
  .error-404-search-icon {
    display: none;
  }
  .error-404-search input[type="search"] {
    width: 100%;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    padding: 10px 16px;
  }
  .error-404-search .btn {
    width: 100%;
    justify-content: center;
  }
}
section.content-block.content-block--cols .inner-container {
  background: #fff;
  padding: 50px;
  border-radius: 50px;
}

section.advantage-section .inner-container {
  background: #fff;
  padding: 50px;
  border-radius: 50px;
}
body {
  background-color: #fffaf8;
  background-image: linear-gradient(
    139deg,
    rgb(245 144 41 / 10%) 0%,
    rgb(255 255 255 / 0%) 20.95%,
    rgb(243 111 33 / 8%) 75.88%,
    rgb(255 255 255 / 0%) 100%
  );
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

h2 strong,
h1 strong {
  color: #f36f21 !important;
  font-weight: 700;
}

/* =========================================
   SERVICES PAGE — shortcode content lists
   Styles plain <ul> output by [page_section] shortcodes with a check icon.
   Scoped to .services-page so lists elsewhere on the site are untouched.
   ========================================= */
.services-page .services-hero-v2-text ul,
.services-page .content-block-text ul,
.services-page .cta-text ul,
.services-page .services-info-item ul,
.services-page .services-inquiry-text ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.services-page .services-hero-v2-text ul li,
.services-page .content-block-text ul li,
.services-page .cta-text ul li,
.services-page .services-info-item ul li,
.services-page .services-inquiry-text ul li {
  position: relative;
  padding: 6px 0 6px 36px;
  font-size: var(--p-size);
  line-height: 1.6;
  color: inherit;
}

.services-page .services-hero-v2-text ul li::before,
.services-page .content-block-text ul li::before,
.services-page .cta-text ul li::before,
.services-page .services-info-item ul li::before,
.services-page .services-inquiry-text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: rgba(243, 111, 33, 0.12);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23F36F21' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
  flex-shrink: 0;
}

@media (max-width: 480px) {
  .services-page .services-hero-v2-text ul li,
  .services-page .content-block-text ul li,
  .services-page .cta-text ul li,
  .services-page .services-info-item ul li,
  .services-page .services-inquiry-text ul li {
    padding-left: 30px;
  }
  .services-page .services-hero-v2-text ul li::before,
  .services-page .content-block-text ul li::before,
  .services-page .cta-text ul li::before,
  .services-page .services-info-item ul li::before,
  .services-page .services-inquiry-text ul li::before {
    width: 20px;
    height: 20px;
    top: 8px;
    background-size: 12px 12px;
  }
}

section.faq-section h3 {
  font-size: 18px !important;
  /* padding: 20px 40px 20px 20px !important; */
}
section.faq-section h3.pfaq-question {
  padding: 20px 40px 20px 20px !important;
}
.services-page .faq-container.faq-two-col .page-faq-accordion {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 20px;
  align-items: start;
}

.services-page .faq-container.faq-two-col {
  display: block;
}

.pfaq-item {
  background: #ffffff !important;
  border: 1px solid #fdf4ef !important;
  border-radius: 18px !important;
  overflow: hidden;
  transition: all 0.3s ease;
}

h3.pfaq-question {
  background: #fff !important;
}

.pfaq-item.open {
  border: 1px solid #f36f21 !important;
}
.page-section a {
  color: #f36f21;
  transition: all 0.3s linear;
  text-decoration: none;
}

.page-section a:hover {
  color: #e36311;
}
.services-inquiry-form-wrap .hero-form-card {
  box-shadow: 0 20px 60px rgb(0 0 0 / 7%);
}
.services-inquiry-text .page-section.page-section-5 p:last-child {
  margin-bottom: 25px;
}
.page-section.page-section-1 {
  margin-bottom: 25px;
}

.page-section.page-section-1 p {
  color: #ffffffe6;
  font-size: 16px !important;
}
.city-page .page-section.page-section-1 p {
  color: var(--color-text-muted);
}

/* =========================================
   CITY HERO V2 — redesigned city-page hero
   ========================================= */
.city-hero-v2 {
  position: relative;
  overflow: hidden;
  padding: 90px 0 50px;
  background:
    radial-gradient(
      1200px 600px at 15% 10%,
      rgba(243, 111, 33, 0.12),
      transparent 60%
    ),
    radial-gradient(
      900px 500px at 90% 80%,
      rgba(243, 111, 33, 0.08),
      transparent 60%
    ),
    linear-gradient(180deg, #0d0d0d 0%, #171717 100%);
  color: #ffffff;
  isolation: isolate;
}

.city-hero-v2__section-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}

.city-hero-v2::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(13, 13, 13, 0.85) 0%,
      rgba(13, 13, 13, 0.7) 45%,
      rgba(23, 23, 23, 0.92) 100%
    ),
    radial-gradient(
      800px 500px at 15% 15%,
      rgba(243, 111, 33, 0.18),
      transparent 65%
    ),
    radial-gradient(
      700px 400px at 90% 85%,
      rgba(243, 111, 33, 0.1),
      transparent 65%
    );
}

.city-hero-v2__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}

.city-hero-v2__glow {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.55;
}
.city-hero-v2__glow--a {
  top: -140px;
  left: -120px;
  background: rgba(243, 111, 33, 0.35);
}
.city-hero-v2__glow--b {
  bottom: -180px;
  right: -140px;
  background: rgba(243, 111, 33, 0.22);
}

.city-hero-v2__grid {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.city-hero-v2 .inner-container {
  position: relative;
  z-index: 3;
}

.city-hero-v2__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 80px;
  align-items: center;
}

/* LEFT — content */
.city-hero-v2__crumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.city-hero-v2__crumb-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-primary);
  box-shadow: 0 0 0 4px rgba(243, 111, 33, 0.18);
}
.city-hero-v2__crumb-sep {
  color: rgba(255, 255, 255, 0.25);
}
.city-hero-v2__crumb strong {
  color: #ffffff;
  font-weight: 600;
}

.city-hero-v2__kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(243, 111, 33, 0.12);
  border: 1px solid rgba(243, 111, 33, 0.3);
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
}

.city-hero-v2__content > h1,
.city-hero-v2__content .page-section h1,
.city-hero-v2__content .page-section h2 {
  color: #ffffff !important;
  line-height: 1.05;
  margin: 0 0 20px;
  letter-spacing: -0.5px;
}
.city-hero-v2__content .page-section span {
  color: var(--color-primary);
}
.city-hero-v2__content .page-section p {
  color: rgba(255, 255, 255, 0.72) !important;
  max-width: 560px;
  line-height: 1.7;
  margin: 0 0 32px;
}

.city-hero-v2__trust {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 32px !important;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.city-hero-v2__trust li {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  padding: 10px 16px !important;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  font-weight: 500;
}
.city-hero-v2__trust li::before {
  display: none !important;
}
.city-hero-v2__trust-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(243, 111, 33, 0.14);
}

.city-hero-v2__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

/* RIGHT — visual */
.city-hero-v2__visual {
  position: relative;
  min-height: 520px;
}

.city-hero-v2__map-card {
  position: relative;
  aspect-ratio: 392 / 324;
  width: 100%;
  max-width: 520px;
  margin-left: auto;
  background: transparent;
  border: none;
  box-shadow: none;
  overflow: visible;
  filter: drop-shadow(0 0 25px rgba(243, 111, 33, 0.25));
}

.city-hero-v2__map-stage {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.city-hero-v2__map-canvas,
.city-hero-v2__map-car-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.city-hero-v2__map-car-layer {
  pointer-events: none;
}

.city-hero-v2__map-car {
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: 50% 50%;
  will-change: transform;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.6));
}

.city-hero-v2__map-label {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  white-space: nowrap;
  z-index: 3;
}
.city-hero-v2__map-label-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.2);
  animation: city-hero-pulse 1.6s ease-in-out infinite;
}
@keyframes city-hero-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.2);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(34, 197, 94, 0);
  }
}
.city-hero-v2__map-label-body {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.city-hero-v2__map-label-body strong {
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
}
.city-hero-v2__map-label-body span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}

/* Floating cards */
.city-hero-v2__float {
  position: absolute;
  background: rgba(20, 20, 20, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 14px 18px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 20px 50px -20px rgba(0, 0, 0, 0.6);
  z-index: 3;
}

.city-hero-v2__float--avail {
  top: 28px;
  left: -20px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.city-hero-v2__avail-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.18);
  animation: city-hero-pulse 1.6s ease-in-out infinite;
  flex-shrink: 0;
}
.city-hero-v2__float--avail strong {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}
.city-hero-v2__float--avail span {
  display: block;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  margin-top: 2px;
}

/* Responsive */
@media (max-width: 1100px) {
  .city-hero-v2 {
    padding: 90px 0 130px;
  }
  .city-hero-v2__layout {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .city-hero-v2__visual {
    min-height: auto;
  }
  .city-hero-v2__map-card {
    margin: 0 auto;
  }
  .city-hero-v2__float--avail {
    left: 10px;
    top: 10px;
  }
}

@media (max-width: 768px) {
  .city-hero-v2 {
    padding: 70px 0 110px;
  }
  .city-hero-v2__layout {
    gap: 0px;
  }
  .city-hero-v2__kicker {
    font-size: 12px;
    padding: 6px 14px;
  }
  .city-hero-v2__crumb {
    font-size: 11px;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
  }
  .city-hero-v2__trust {
    gap: 8px;
  }
  .city-hero-v2__trust li {
    font-size: 13px;
    padding: 8px 14px !important;
  }
  .city-hero-v2__actions {
    gap: 10px;
  }
  .city-hero-v2__map-label {
    bottom: 24px;
    padding: 8px 14px;
  }
}

@media (max-width: 480px) {
  .city-hero-v2 {
    padding: 56px 0 37px;
  }
  .city-hero-v2__trust li span:last-child {
    font-size: 12px;
  }
  .city-hero-v2__float {
    padding: 10px 14px;
  }
  .city-hero-v2__map-card {
    border-radius: 20px;
  }
}
.city-page .precision-layout {
  grid-template-columns: 0.8fr 1.2fr;
}

.city-page section.services-section {
  padding-bottom: 100px;
}

section.advantage-section.advantage-section--city {
  padding: 50px 0px 120px 0px;
}

.city-page section.expert-section {
  padding: 20px 0px 120px 0px;
}

.city-page .page-section.page-section-4 p {
  color: var(--color-text-muted);
}

.city-page .services-inquiry-text a {
  margin-top: 25px;
}
.city-page .expert-content p {
  color: var(--color-text-muted);
}

/* ============================================================
   Single Blog Page — Redesign (v2)
   ============================================================ */

.reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: rgba(243, 111, 33, 0.08);
  z-index: 9999;
  pointer-events: none;
}
.reading-progress-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #f36f21, #f5932a);
  box-shadow: 0 0 12px rgba(243, 111, 33, 0.6);
  transition: width 0.05s linear;
}

/* Hero v2 (dark) */
.single-blog-v2 .single-blog-hero-v2 {
  position: relative;
  padding: 120px 0 70px;
  background-color: var(--color-dark-bg);
  overflow: hidden;
}
.single-blog-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    linear-gradient(rgba(243, 111, 33, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(243, 111, 33, 0.06) 1px, transparent 1px);
  background-size: 40px 40px;
}
.single-blog-hero-glow {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.45;
  z-index: 0;
}
.single-blog-hero-glow--a {
  top: -180px;
  left: -160px;
  background: radial-gradient(circle, rgba(243, 111, 33, 0.6), transparent 70%);
}
.single-blog-hero-glow--b {
  bottom: -200px;
  right: -180px;
  background: radial-gradient(
    circle,
    rgba(243, 111, 33, 0.45),
    transparent 70%
  );
}
.single-blog-hero-grid {
  display: none;
}
.single-blog-v2 .inner-container {
  position: relative;
  z-index: 1;
}

.single-blog-v2 .single-blog-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.single-blog-v2 .single-blog-breadcrumb a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: color 0.2s;
}
.single-blog-v2 .single-blog-breadcrumb a:hover {
  color: #f36f21;
}
.single-blog-v2 .single-blog-breadcrumb span {
  color: #ffffff;
  font-weight: 600;
}
.single-blog-v2 .single-blog-breadcrumb svg {
  color: rgba(255, 255, 255, 0.35);
  flex-shrink: 0;
}

.single-blog-hero-head {
  max-width: 880px;
}
.single-blog-hero-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}
.single-blog-hero-cat {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  background: rgba(243, 111, 33, 0.12);
  border: 1px solid rgba(243, 111, 33, 0.35);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: #f36f21;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(243, 111, 33, 0.08);
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.single-blog-hero-cat:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(243, 111, 33, 0.18);
}

.single-blog-v2 .single-blog-hero-head h1 {
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  line-height: 1.15;
  color: #ffffff;
  margin: 0 0 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.single-blog-hero-excerpt {
  font-size: 1.15rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 36px;
  max-width: 760px;
}

.single-blog-hero-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.single-blog-hero-author {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}
.single-blog-hero-author img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.1);
}
.single-blog-hero-author-text {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
.single-blog-hero-author-text small {
  font-size: 11px;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.single-blog-hero-author-text strong {
  font-size: 15px;
  color: #0f172a;
  font-weight: 700;
}
.single-blog-hero-meta-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.single-blog-meta-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 13px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
}

/* Featured image v2 */
.single-blog-featured-v2 {
  margin-top: -32px;
  position: relative;
  z-index: 2;
  padding: 0 0 32px;
}
.single-blog-featured-frame {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 60px -20px rgba(15, 23, 42, 0.25);
  aspect-ratio: 16 / 8;
  background: #f1f5f9;
}
.single-blog-featured-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.single-blog-featured-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(15, 23, 42, 0.18));
  pointer-events: none;
}

/* Layout */
.single-blog-v2 .single-blog-content-section {
  padding: 48px 0 80px;
  position: relative;
}
.single-blog-v2 .single-blog-layout {
  display: grid;
  grid-template-columns: 60px 1fr 340px;
  gap: 40px;
  align-items: start;
}

/* Floating share rail */
.single-blog-share-rail {
  position: sticky;
  top: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 16px 8px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}
.single-blog-share-rail-label {
  font-size: 10px;
  font-weight: 700;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  margin-bottom: 4px;
}
.single-blog-share-rail-link {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #64748b;
  background: transparent;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
}
.single-blog-share-rail-link:hover {
  color: #f36f21;
  background: rgba(243, 111, 33, 0.08);
  border-color: rgba(243, 111, 33, 0.2);
  transform: translateY(-1px);
}
.single-blog-share-rail-link.is-copied {
  color: #22c55e;
  background: rgba(34, 197, 94, 0.1);
}

/* Tags redesigned */
.single-blog-v2 .single-blog-tags {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  flex-wrap: wrap;
  margin: 48px 0 0;
  padding: 24px;
  background: linear-gradient(135deg, #fff8f3, #fff);
  border: 1px solid rgba(243, 111, 33, 0.12);
  border-radius: 16px;
}
.single-blog-tags-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #0f172a;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding-top: 6px;
}
.single-blog-tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.single-blog-v2 .blog-tag {
  padding: 6px 14px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  color: #475569;
  text-decoration: none;
  transition: all 0.2s;
}
.single-blog-v2 .blog-tag:hover {
  background: #f36f21;
  border-color: #f36f21;
  color: #fff;
  transform: translateY(-1px);
}

/* Inline share row */
.single-blog-share--inline {
  margin-top: 32px;
  padding: 20px 24px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.single-blog-share--inline > span {
  font-weight: 600;
  color: #0f172a;
}

/* Author bio block */
.single-blog-author-bio {
  margin-top: 48px;
  padding: 32px;
  background: linear-gradient(135deg, #0f172a, #1e293b);
  color: #fff;
  border-radius: 24px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}
.single-blog-author-bio::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 280px;
  height: 280px;
  background: radial-gradient(
    circle,
    rgba(243, 111, 33, 0.25),
    transparent 70%
  );
  pointer-events: none;
}
.single-blog-author-bio img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid rgba(243, 111, 33, 0.5);
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.single-blog-author-bio-body {
  flex: 1;
  position: relative;
  z-index: 1;
}
.single-blog-author-bio-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  color: #f36f21;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 6px;
}
.single-blog-author-bio-body h3 {
  font-size: 1.4rem;
  color: #fff;
  margin: 0 0 10px;
  font-weight: 700;
}
.single-blog-author-bio-body p {
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
  margin: 0 0 16px;
}
.single-blog-author-bio-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  color: #f36f21;
  text-decoration: none;
  transition: gap 0.2s;
}
.single-blog-author-bio-link:hover {
  gap: 10px;
}

/* Prev/Next pager */
.single-blog-pager {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.single-blog-pager-link {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  text-decoration: none;
  transition: all 0.25s;
  color: #0f172a;
}
.single-blog-pager-link:hover {
  border-color: #f36f21;
  box-shadow: 0 8px 24px rgba(243, 111, 33, 0.12);
  transform: translateY(-2px);
}
.single-blog-pager-link--next {
  text-align: right;
  justify-content: flex-end;
}
.single-blog-pager-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(243, 111, 33, 0.1);
  color: #f36f21;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.2s;
}
.single-blog-pager-link:hover .single-blog-pager-arrow {
  background: #f36f21;
  color: #fff;
}
.single-blog-pager-text {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
  min-width: 0;
}
.single-blog-pager-text small {
  font-size: 11px;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.single-blog-pager-text strong {
  font-size: 15px;
  color: #0f172a;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* Sidebar redesign */
.single-blog-v2 .single-blog-sidebar {
  position: sticky;
  top: 110px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.single-blog-v2 .sidebar-card {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
}
.single-blog-v2 .sidebar-card h4 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.05rem;
  margin: 0 0 18px;
  color: #0f172a;
  font-weight: 700;
}

.sidebar-card--cta {
  background: linear-gradient(135deg, #0f172a, #1e293b) !important;
  color: #fff;
  border-color: transparent !important;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.sidebar-card--cta::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(243, 111, 33, 0.3), transparent 70%);
  pointer-events: none;
}
.sidebar-cta-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  background: linear-gradient(135deg, #f36f21, #f5932a);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(243, 111, 33, 0.4);
  position: relative;
  z-index: 1;
}
.single-blog-v2 .sidebar-card--cta h4 {
  justify-content: center;
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.sidebar-card--cta p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.55;
  margin: 0 0 18px;
  position: relative;
  z-index: 1;
}
.sidebar-card--cta .btn {
  width: 100%;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.sidebar-cta-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  position: relative;
  z-index: 1;
}
.sidebar-cta-phone strong {
  color: #f36f21;
  font-weight: 700;
}

.sidebar-cats-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-cats-list li + li {
  border-top: 1px dashed rgba(15, 23, 42, 0.08);
}
.sidebar-cats-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 4px;
  color: #475569;
  text-decoration: none;
  font-weight: 500;
  transition:
    color 0.2s,
    padding 0.2s;
}
.sidebar-cats-list a:hover {
  color: #f36f21;
  padding-left: 8px;
}
.sidebar-cats-list em {
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  color: #94a3b8;
  background: #f1f5f9;
  padding: 2px 10px;
  border-radius: 999px;
}
.sidebar-cats-list a:hover em {
  background: rgba(243, 111, 33, 0.1);
  color: #f36f21;
}

/* CTA strip */
.single-blog-cta-strip {
  padding: 60px 0 80px;
}
.single-blog-cta-strip-inner {
  background: linear-gradient(135deg, #f36f21, #f5932a);
  border-radius: 28px;
  padding: 48px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 60px -20px rgba(243, 111, 33, 0.4);
}
.single-blog-cta-strip-inner::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 320px;
  height: 320px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.18),
    transparent 70%
  );
  pointer-events: none;
}
.single-blog-cta-strip-inner::after {
  content: "";
  position: absolute;
  bottom: -120px;
  left: -80px;
  width: 280px;
  height: 280px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.12),
    transparent 70%
  );
  pointer-events: none;
}
.single-blog-cta-strip-text {
  flex: 1 1 360px;
  position: relative;
  z-index: 1;
}
.single-blog-cta-strip-text .tag-label {
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.3);
}
.single-blog-cta-strip-text h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: #fff;
  margin: 12px 0 10px;
  font-weight: 800;
}
.single-blog-cta-strip-text h2 span {
  color: #fff;
  opacity: 0.85;
}
.single-blog-cta-strip-text p {
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  font-size: 1.05rem;
}
.single-blog-cta-strip-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.single-blog-cta-strip-actions .btn-primary {
  background: #fff;
  color: #f36f21;
}
.single-blog-cta-strip-actions .btn-primary:hover {
  background: #0f172a;
  color: #fff;
}
.single-blog-cta-strip-actions .btn-secondary {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}
.single-blog-cta-strip-actions .btn-secondary:hover {
  background: #fff;
  color: #f36f21;
}

/* Related header */
.single-blog-v2 ~ .related-posts-section,
.single-blog-v2 .related-posts-section {
  background: #f8fafc;
  padding: 70px 0;
}
.single-blog-share.single-blog-share--inline {
  display: none;
}

@media (max-width: 1100px) {
  .single-blog-v2 .single-blog-layout {
    grid-template-columns: 1fr 320px;
  }
  .single-blog-share-rail {
    display: none;
  }
  .single-blog-share.single-blog-share--inline {
    display: flex;
  }
}
@media (max-width: 900px) {
  .single-blog-v2 .single-blog-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .single-blog-v2 .single-blog-sidebar {
    position: static;
  }
  .single-blog-pager {
    grid-template-columns: 1fr;
  }
  .single-blog-author-bio {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .single-blog-cta-strip-inner {
    padding: 32px;
    text-align: center;
    justify-content: center;
  }
  .single-blog-cta-strip-actions {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .single-blog-v2 .single-blog-hero-v2 {
    padding: 90px 0 50px;
  }
  .single-blog-hero-meta {
    gap: 16px;
  }
  .single-blog-share--inline {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ============================================================
   Contact Page — Redesign (v2)
   ============================================================ */

.contact-page-v2 {
  overflow-x: hidden;
}

/* Hero */
.contact-hero-v2 {
  position: relative;
  padding: 120px 0 80px;
  background-color: var(--color-dark-bg);
  overflow: hidden;
}
.contact-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    linear-gradient(rgba(243, 111, 33, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(243, 111, 33, 0.06) 1px, transparent 1px);
  background-size: 40px 40px;
}
.contact-hero-glow {
  position: absolute;
  width: 540px;
  height: 540px;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.45;
  z-index: 0;
}
.contact-hero-glow--a {
  top: -180px;
  left: -160px;
  background: radial-gradient(circle, rgba(243, 111, 33, 0.6), transparent 70%);
}
.contact-hero-glow--b {
  bottom: -200px;
  right: -180px;
  background: radial-gradient(
    circle,
    rgba(243, 111, 33, 0.45),
    transparent 70%
  );
}
.contact-hero-v2 .inner-container {
  position: relative;
  z-index: 1;
}
.contact-hero-layout {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
}

.contact-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(243, 111, 33, 0.12);
  border: 1px solid rgba(243, 111, 33, 0.35);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: #f36f21;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.contact-hero-text h1 {
  font-size: clamp(2.2rem, 4.5vw, 3.4rem);
  line-height: 1.15;
  color: #ffffff;
  margin: 0 0 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.contact-hero-text h1 span {
  color: #f36f21;
}
.contact-hero-lead {
  font-size: 1.1rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 32px;
  max-width: 540px;
}

.contact-hero-quick {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}
.contact-hero-quick-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  color: #fff;
  text-decoration: none;
  transition: all 0.25s;
}
.contact-hero-quick-card:hover {
  background: rgba(243, 111, 33, 0.08);
  border-color: rgba(243, 111, 33, 0.4);
  transform: translateX(4px);
}
.contact-hero-quick-card--whatsapp:hover {
  background: rgba(37, 211, 102, 0.08);
  border-color: rgba(37, 211, 102, 0.4);
}
.contact-hero-quick-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 12px;
  background: rgba(243, 111, 33, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-hero-quick-card--whatsapp .contact-hero-quick-icon {
  background: rgba(37, 211, 102, 0.12);
}
.contact-hero-quick-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  line-height: 1.3;
  min-width: 0;
}
.contact-hero-quick-body small {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.contact-hero-quick-body strong {
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contact-hero-quick-card > svg:last-child {
  color: rgba(255, 255, 255, 0.4);
  flex-shrink: 0;
  transition:
    color 0.2s,
    transform 0.2s;
}
.contact-hero-quick-card:hover > svg:last-child {
  color: #f36f21;
  transform: translateX(2px);
}

.contact-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.contact-hero-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
}

.contact-hero-form-wrap {
  position: relative;
}
.contact-hero-form-wrap .hero-form-card {
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.5);
}
.contact-hero-form-wrap .hero-form-tuv-float {
  color: #fff;
}

/* Contact cards grid */
.contact-cards-section {
  padding: 80px 0;
  position: relative;
}
.contact-cards-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 50px;
}
.contact-cards-header h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  margin: 12px 0 14px;
}
.contact-cards-header p {
  color: var(--color-text-muted);
  font-size: 1.05rem;
  line-height: 1.6;
}
.contact-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}
.contact-card {
  display: block;
  padding: 32px 28px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 20px;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  overflow: hidden;
}
.contact-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #f36f21, #f5932a);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
}
.contact-card:hover {
  transform: translateY(-6px);
  border-color: rgba(243, 111, 33, 0.25);
  box-shadow: 0 20px 50px -12px rgba(243, 111, 33, 0.18);
}
.contact-card:hover::before {
  transform: scaleX(1);
}
.contact-card--whatsapp::before {
  background: linear-gradient(90deg, #25d366, #1ea854);
}
.contact-card--whatsapp:hover {
  border-color: rgba(37, 211, 102, 0.3);
  box-shadow: 0 20px 50px -12px rgba(37, 211, 102, 0.2);
}
.contact-card-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: linear-gradient(
    135deg,
    rgba(243, 111, 33, 0.12),
    rgba(243, 111, 33, 0.04)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.contact-card--whatsapp .contact-card-icon {
  background: linear-gradient(
    135deg,
    rgba(37, 211, 102, 0.14),
    rgba(37, 211, 102, 0.04)
  );
}
.contact-card h3 {
  font-size: 1.2rem;
  margin: 0 0 10px;
  color: #0f172a;
  font-weight: 700;
}
.contact-card p {
  font-size: 0.95rem;
  color: var(--color-text-muted);
  line-height: 1.55;
  margin: 0 0 6px;
}
.contact-card p strong {
  color: #0f172a;
  font-weight: 600;
}
.contact-card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 18px;
  font-size: 14px;
  font-weight: 600;
  color: #f36f21;
  transition: gap 0.2s;
}
.contact-card:hover .contact-card-link {
  gap: 10px;
}
.contact-card--whatsapp .contact-card-link {
  color: #25d366;
}

/* Map section */
.contact-map-section {
  padding: 80px 0;
  background: linear-gradient(180deg, transparent, rgba(243, 111, 33, 0.03));
}
.contact-map-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 50px;
  align-items: center;
}
.contact-map-info h2 {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  margin: 12px 0 16px;
  line-height: 1.2;
}
.contact-map-info > p {
  color: var(--color-text-muted);
  font-size: 1.05rem;
  line-height: 1.65;
  margin-bottom: 32px;
}
.contact-office-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 32px;
}
.contact-office-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 14px;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}
.contact-office-item:hover {
  border-color: rgba(243, 111, 33, 0.25);
  box-shadow: 0 8px 24px rgba(243, 111, 33, 0.06);
}
.contact-office-item-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 12px;
  background: rgba(243, 111, 33, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-office-item > div:last-child {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.contact-office-item strong {
  color: #0f172a;
  font-size: 15px;
  font-weight: 700;
}
.contact-office-item span {
  color: var(--color-text-muted);
  font-size: 14px;
}

.contact-map-frame {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 60px -20px rgba(15, 23, 42, 0.2);
}
.contact-map-accent {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 120px;
  height: 120px;
  border-radius: 24px;
  background: linear-gradient(135deg, #f36f21, #f5932a);
  opacity: 0.15;
  z-index: 0;
}
.contact-map-frame iframe {
  display: block;
  position: relative;
  z-index: 1;
}

/* Features header (override existing for v2) */
.contact-page-v2 .contact-features-section {
  padding: 80px 0;
}
.contact-features-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 50px;
  position: relative;
  z-index: 1;
}
.contact-features-header h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  margin: 12px 0 14px;
}
.contact-features-header p {
  color: var(--color-text-muted);
  font-size: 1.05rem;
  line-height: 1.6;
}
.contact-page-v2 .contact-features-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

/* CTA strip */
.contact-cta-strip {
  padding: 60px 0 100px;
}
.contact-cta-strip-inner {
  background: linear-gradient(135deg, #111111, #111111);
  border-radius: 28px;
  padding: 56px 48px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 60px -20px rgba(15, 23, 42, 0.4);
}
.contact-cta-strip-inner::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(243, 111, 33, 0.4), transparent 70%);
  pointer-events: none;
}
.contact-cta-strip-inner::after {
  content: "";
  position: absolute;
  bottom: -140px;
  left: -100px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(243, 111, 33, 0.2), transparent 70%);
  pointer-events: none;
}
.contact-cta-strip-text {
  flex: 1 1 360px;
  position: relative;
  z-index: 1;
}
.contact-cta-strip-text .tag-label {
  color: #f36f21;
  background: rgba(243, 111, 33, 0.12);
  border-color: rgba(243, 111, 33, 0.3);
}
.contact-cta-strip-text h2 {
  font-size: clamp(1.7rem, 3vw, 2.4rem) !important;
  color: #fff;
  margin: 12px 0 10px;
  font-weight: 800;
}
.contact-cta-strip-text h2 span {
  color: #f36f21;
}
.contact-cta-strip-text p {
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
  font-size: 1.05rem;
}
.contact-cta-strip-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.contact-cta-strip-actions .btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.15);
}
.contact-cta-strip-actions .btn-secondary:hover {
  background: #fff;
  color: #f36f21;
}

@media (max-width: 1000px) {
  .contact-hero-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .contact-map-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .contact-hero-v2 {
    padding: 90px 0 60px;
  }
  .contact-cards-section,
  .contact-map-section,
  .contact-page-v2 .contact-features-section {
    padding: 60px 0;
  }
  .contact-cta-strip-inner {
    padding: 36px 28px;
    text-align: center;
    justify-content: center;
  }
  .contact-cta-strip-actions {
    justify-content: center;
    width: 100%;
  }
}

/* ============================================================
   Quote / Anfrage Page — Redesign (v2)
   ============================================================ */

.quote-page-v2 {
  overflow-x: hidden;
}

/* Smooth-scroll target for #anfrage-form (offset for sticky header) */
html {
  scroll-behavior: smooth;
}
#anfrage-form {
  scroll-margin-top: 100px;
}
@media (max-width: 768px) {
  #anfrage-form {
    scroll-margin-top: 80px;
  }
}

/* ---- Hero ---- */
.quote-hero {
  position: relative;
  padding: 110px 0 70px;
  background: var(--color-dark-bg);
  overflow: hidden;
}
.quote-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.quote-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(243, 111, 33, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(243, 111, 33, 0.06) 1px, transparent 1px);
  background-size: 40px 40px;
}
.quote-hero-glow {
  position: absolute;
  width: 540px;
  height: 540px;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.45;
}
.quote-hero-glow--a {
  top: -180px;
  left: -160px;
  background: radial-gradient(circle, rgba(243, 111, 33, 0.6), transparent 70%);
}
.quote-hero-glow--b {
  bottom: -200px;
  right: -180px;
  background: radial-gradient(
    circle,
    rgba(243, 111, 33, 0.45),
    transparent 70%
  );
}
.quote-hero .inner-container {
  position: relative;
  z-index: 1;
}

.quote-hero-grid-layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}
.quote-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(243, 111, 33, 0.12);
  border: 1px solid rgba(243, 111, 33, 0.35);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.quote-hero-text h1 {
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  line-height: 1.15;
  color: #ffffff;
  margin: 0 0 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.quote-hero-text h1 span {
  color: #f36f21;
}
.quote-hero-text > p {
  font-size: 1.1rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 28px;
  max-width: 540px;
}
.quote-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.quote-hero-meta-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 13px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
}

/* Hero step rail (right side) */
.quote-step-rail {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.quote-step-rail li {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  transition:
    border-color 0.25s,
    transform 0.25s,
    background 0.25s;
}
.quote-step-rail li:hover {
  background: rgba(243, 111, 33, 0.06);
  border-color: rgba(243, 111, 33, 0.3);
  transform: translateX(4px);
}
.quote-step-num {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #f36f21, #e0600e);
  color: #fff;
  font-weight: 800;
  font-family: var(--font-heading);
  border-radius: 12px;
  box-shadow: 0 8px 20px -8px rgba(243, 111, 33, 0.6);
  font-size: 0.95rem;
}
.quote-step-rail li > div {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
.quote-step-rail li strong {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
.quote-step-rail li span {
  color: rgb(255 255 255);
  font-size: 13px;
}

/* ---- Trust strip ---- */
.quote-trust-strip {
  padding: 30px 0;
  background: #ffffff;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}
.quote-trust-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}
.quote-trust-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border-radius: 14px;
  transition: background 0.2s;
}
.quote-trust-list li:hover {
  background: rgba(243, 111, 33, 0.04);
}
.quote-trust-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 12px;
  background: rgba(243, 111, 33, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}
.quote-trust-list strong {
  display: block;
  color: #0f172a;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}
.quote-trust-list span {
  color: var(--color-text-muted);
  font-size: 13px;
}

/* ---- Form section ---- */
.quote-page-v2 .quote-form-section {
  padding: 70px 0 90px;
  position: relative;
}
.quote-page-v2 .quote-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 40px;
  align-items: start;
}
.quote-page-v2 .quote-form-intro {
  margin-bottom: 32px;
}
.quote-page-v2 .quote-form-intro h2 {
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  margin: 12px 0 14px;
  line-height: 1.2;
}
.quote-page-v2 .quote-form-intro h2 span {
  color: #f36f21;
}
.quote-page-v2 .quote-form-intro p {
  color: var(--color-text-muted);
  font-size: 1rem;
  line-height: 1.6;
  max-width: 600px;
}

/* ---- Sidebar ---- */
.quote-page-v2 .quote-sidebar {
  position: sticky !important;
  top: 110px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.quote-sidebar-card {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 8px 24px -16px rgba(15, 23, 42, 0.1);
}

/* Phone CTA card (dark) */
.quote-sidebar-card--phone {
  background: linear-gradient(135deg, #0f172a, #1e293b);
  color: #fff;
  border-color: transparent;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-top: 28px;
}
.quote-sidebar-icon-bg {
  position: absolute;
  top: -80px;
  right: -80px;
  width: 220px;
  height: 220px;
  background: radial-gradient(
    circle,
    rgba(243, 111, 33, 0.35),
    transparent 70%
  );
  pointer-events: none;
}
.quote-sidebar-card--phone .quote-sidebar-icon {
  position: relative;
  z-index: 1;
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;
  border-radius: 16px;
  background: linear-gradient(135deg, #f36f21, #f5932a);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(243, 111, 33, 0.4);
}
.quote-sidebar-card--phone h4 {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 6px;
}
.quote-sidebar-card--phone p {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  margin: 0 0 16px;
}
.quote-sidebar-phone-cta {
  position: relative;
  z-index: 1;
  display: block;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  text-decoration: none;
  transition:
    background 0.2s,
    border-color 0.2s;
}
.quote-sidebar-phone-cta:hover {
  background: rgba(243, 111, 33, 0.12);
  border-color: rgba(243, 111, 33, 0.4);
}
.quote-sidebar-phone-cta strong {
  display: block;
  color: #f36f21;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 2px;
}
.quote-sidebar-phone-cta span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
}

/* Channel cards (WhatsApp / Email) */
.quote-sidebar-channels {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.quote-sidebar-channel {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
  transition: all 0.2s;
}
.quote-sidebar-channel:hover {
  border-color: rgba(243, 111, 33, 0.3);
  transform: translateX(2px);
  box-shadow: 0 6px 16px -8px rgba(243, 111, 33, 0.2);
}
.quote-sidebar-channel-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 10px;
  background: rgba(243, 111, 33, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}
.quote-sidebar-channel > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  line-height: 1.3;
  min-width: 0;
}
.quote-sidebar-channel strong {
  color: #0f172a;
  font-size: 14px;
  font-weight: 700;
}
.quote-sidebar-channel span {
  color: var(--color-text-muted);
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.quote-sidebar-channel > svg:last-child {
  color: #94a3b8;
  flex-shrink: 0;
  transition:
    color 0.2s,
    transform 0.2s;
}
.quote-sidebar-channel:hover > svg:last-child {
  color: #f36f21;
  transform: translateX(2px);
}

/* Checklist */
.quote-sidebar-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.quote-sidebar-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: #475569;
  line-height: 1.5;
}
.quote-sidebar-checklist li svg {
  margin-top: 3px;
  flex-shrink: 0;
}

/* Review block */
.quote-sidebar-review a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  background: rgba(243, 111, 33, 0.04);
  border: 1px solid rgba(243, 111, 33, 0.18);
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
  transition:
    background 0.2s,
    border-color 0.2s,
    transform 0.2s;
}
.quote-sidebar-review a:hover {
  background: rgba(243, 111, 33, 0.08);
  border-color: rgba(243, 111, 33, 0.4);
  transform: translateY(-1px);
}
.quote-sidebar-review-body {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
.quote-sidebar-review-body strong {
  color: #0f172a;
  font-weight: 700;
  font-size: 14px;
}
.quote-sidebar-review-stars {
  display: flex;
  gap: 2px;
  margin: 2px 0;
}
.quote-sidebar-review-body span {
  color: var(--color-text-muted);
  font-size: 12px;
}

/* FAQ tweak */
.quote-faq-section {
  padding: 70px 0;
  background: #f8fafc;
}

@media (max-width: 1100px) {
  .quote-page-v2 .quote-layout {
    grid-template-columns: 1fr;
  }
  .quote-page-v2 .quote-sidebar {
    position: static !important;
    order: 1;
    flex-direction: row;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .quote-page-v2 .quote-sidebar > * {
    /* flex: 1 1 280px; */
  }
}
@media (max-width: 900px) {
  .quote-hero-grid-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .quote-hero {
    padding: 90px 0 50px;
  }
  .quote-page-v2 .quote-form-section {
    padding: 50px 0 70px;
  }
  .quote-faq-section {
    padding: 50px 0;
  }
  .quote-page-v2 .quote-sidebar {
    flex-direction: column;
  }
  .quote-step-rail li {
    padding: 14px 16px;
  }
  .quote-step-num {
    width: 38px;
    height: 38px;
    font-size: 0.85rem;
  }
}

.footer-col h3 {
  font-size: 20px !important;
}
a.contact-card h3 {
  font-size: 22px !important;
}

/* ============================================================
   GLOBAL RESPONSIVE OVERRIDES
   Breakpoints: 1200 / 1024 / 900 / 768 / 600 / 480
   Fluid type via clamp() + tighter spacing on smaller viewports.
   ============================================================ */

/* Headings — fluid scaling for all H1/H2/H3 */
@media (max-width: 1200px) {
  h1 {
    font-size: clamp(1.9rem, 4.2vw, 3rem) !important;
  }
  h2 {
    font-size: clamp(1.65rem, 3.4vw, 2.4rem) !important;
  }
  h3 {
    font-size: clamp(1.1rem, 2vw, 1.4rem) !important;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: clamp(1.6rem, 6vw, 2.2rem) !important;
    line-height: 1.2 !important;
  }
  h2 {
    font-size: clamp(1.4rem, 5vw, 1.85rem) !important;
    line-height: 1.25 !important;
  }
  h3 {
    font-size: 1.05rem !important;
  }
  p {
    font-size: 0.95rem !important;
    line-height: 1.6;
  }
  .tag-label,
  .section-label {
    font-size: 11px !important;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 1.55rem !important;
  }
  h2 {
    /* font-size: 1.3rem !important; */
  }
}

/* Inner container padding */
@media (max-width: 1024px) {
  .inner-container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 768px) {
  .inner-container {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 480px) {
  .inner-container {
    padding-left: 14px;
    padding-right: 14px;
  }
}

/* Section paddings (consistent vertical rhythm) */
@media (max-width: 1024px) {
  .services-section,
  .precision-section,
  .content-triple-section,
  .content-block,
  .expert-section,
  .faq-section,
  .cta-section,
  .reviews-section,
  .industries-section,
  .city-section,
  .partner-section,
  .advantage-section,
  .how-it-works-section,
  .ticker-section,
  .cost-info-section,
  .about-company-section,
  .about-journey-section,
  .about-certifications-section,
  .about-cta-section,
  .about-how-we-work-section,
  .about-experienced-teams-section,
  .about-values-section,
  .contact-cards-section,
  .contact-map-section,
  .contact-features-section,
  .contact-cta-strip,
  .single-blog-cta-strip,
  .related-posts-section,
  .blog-archive-section,
  .quote-form-section,
  .all-services-grid-section,
  .all-services-cta {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
@media (max-width: 768px) {
  .services-section,
  .precision-section,
  .content-triple-section,
  .content-block,
  .expert-section,
  .faq-section,
  .cta-section,
  .reviews-section,
  .industries-section,
  .city-section,
  .partner-section,
  .advantage-section,
  .how-it-works-section,
  .cost-info-section,
  .about-company-section,
  .about-journey-section,
  .about-certifications-section,
  .about-cta-section,
  .about-how-we-work-section,
  .about-experienced-teams-section,
  .about-values-section,
  .contact-cards-section,
  .contact-map-section,
  .contact-features-section,
  .contact-cta-strip,
  .single-blog-cta-strip,
  .related-posts-section,
  .blog-archive-section,
  .quote-form-section,
  .all-services-grid-section,
  .all-services-cta {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
}

/* Hero sections - reduce top padding for fixed header */
@media (max-width: 1024px) {
  .hero-section,
  .services-hero-v2,
  .about-hero-section,
  .contact-hero-v2,
  .single-blog-hero-v2,
  .quote-hero {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media (max-width: 768px) {
  .hero-section,
  .services-hero-v2,
  .about-hero-section,
  .contact-hero-v2,
  .single-blog-hero-v2,
  .quote-hero {
    padding-top: 50px !important;
    padding-bottom: 36px !important;
  }
}

/* Buttons — touch-friendly + readable */
@media (max-width: 768px) {
  .btn,
  .btn-primary,
  .btn-secondary,
  .btn-outline {
    padding: 12px 20px !important;
    font-size: 14px !important;
  }
  .header-cta {
    padding: 10px 16px !important;
    font-size: 13px !important;
  }
  .hero-buttons,
  .services-hero-v2-actions,
  .precision-actions,
  .cta-text > .btn,
  .contact-cta-strip-actions {
    gap: 10px !important;
  }
  .hero-buttons .btn,
  .services-hero-v2-actions .btn,
  .contact-cta-strip-actions .btn {
    width: 100%;
    justify-content: center;
  }
}

/* Tag labels */
@media (max-width: 768px) {
  .tag-label,
  .section-label,
  .services-hero-v2-badge,
  .contact-hero-badge,
  .quote-hero-badge {
    margin-bottom: 14px !important;
  }
}

/* Cards — tighter padding on small screens */
@media (max-width: 768px) {
  .service-card,
  .blog-card,
  .precision-stat,
  .expert-feature,
  .value-card,
  .timeline-content,
  .contact-card,
  .contact-feature-card,
  .quote-sidebar-card,
  .hero-form-card,
  .review-card,
  .why-choose-card,
  .industries-card,
  .city-card,
  .advantage-card,
  .content-triple-card,
  .how-it-works-card,
  .cost-info-card,
  .sidebar-card {
    padding: 18px !important;
  }
  .hero-form-card {
    padding: 10px !important;
  }
}

/* Form inputs — bigger tap targets */
@media (max-width: 768px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="number"],
  input[type="url"],
  select,
  textarea {
    font-size: 16px !important; /* prevents iOS zoom */
    padding: 12px 14px !important;
  }
}

/* Header — collapse desktop nav, show mobile toggle */
@media (max-width: 1024px) {
  .site-header-inner {
    padding: 12px 0 !important;
  }
  .header-phone .header-phone-body {
    display: none;
  }
}
@media (max-width: 768px) {
  .site-topbar {
    display: none;
  }
  .header-actions .header-cta span:first-child {
    display: none;
  }
}

/* Footer */
@media (max-width: 1024px) {
  .footer-top {
    grid-template-columns: 1fr 1fr 1fr !important;
    gap: 32px !important;
  }
  .footer-top .brand-col {
    grid-column: 1 / -1;
  }
}
@media (max-width: 768px) {
  .footer-top {
    grid-template-columns: 1fr 1fr !important;
    gap: 28px !important;
    margin-bottom: 32px !important;
  }
  .footer-top .brand-col,
  .footer-top .contact-col {
    grid-column: 1 / -1;
  }
  .footer-bottom-row {
    padding-top: 22px !important;
  }
}
@media (max-width: 480px) {
  .footer-top {
    grid-template-columns: 1fr !important;
  }
}

/* Front-page hero refinements */
@media (max-width: 900px) {
  .hero-content {
    grid-template-columns: 1fr !important;
    gap: 6px !important;
  }
  .hero-form-tuv-float {
    display: none;
  }
}
@media (max-width: 768px) {
  .hero-trust-bar {
    padding: 16px 0;
  }
  .hero-trust-items {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
  .hero-car-wireframe {
    display: none;
  }
}

/* Services tab section (front-page) */
@media (max-width: 900px) {
  .services-tab-card {
    grid-template-columns: 1fr !important;
    flex-direction: column;
  }
  .services-tab-sidebar {
    flex-direction: row;
    overflow-x: auto;
    gap: 8px;
    width: 100%;
  }
  .services-tab-cta {
    display: none;
  }
}
@media (max-width: 768px) {
  .services-tab-panel {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }
}

/* Precision section */
@media (max-width: 900px) {
  .precision-layout {
    grid-template-columns: 1fr !important;
    gap: 36px !important;
  }
}
@media (max-width: 768px) {
  .precision-stats {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
}

/* Content blocks */
@media (max-width: 900px) {
  .content-block-layout,
  .content-triple-grid,
  .cta-layout,
  .expert-layout {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }
}

/* Two-column content */
@media (max-width: 768px) {
  .content-two-cols {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }
}

/* FAQ */
@media (max-width: 900px) {
  .faq-two-col {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
}
@media (max-width: 768px) {
  .faq-question {
    padding: 16px 18px !important;
  }
  .faq-question h3 {
    font-size: 0.95rem !important;
    padding-right: 30px;
  }
  .faq-answer {
    padding: 0 18px 16px !important;
  }
  .faq-answer p {
    font-size: 0.9rem;
  }
}

/* Reviews carousel */
@media (max-width: 768px) {
  .reviews-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .reviews-top-right {
    width: 100%;
    justify-content: space-between;
  }
  .review-card {
    min-width: 280px !important;
  }
}

/* About page sections */
@media (max-width: 900px) {
  .about-hero-content,
  .about-company-wrapper,
  .about-how-we-work-container,
  .about-experienced-teams-container,
  .certifications-wrapper,
  .about-cta-content {
    grid-template-columns: 1fr !important;
    flex-direction: column !important;
    gap: 32px !important;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .journey-timeline .timeline-item {
    width: 100% !important;
    padding: 0 !important;
  }
  .journey-timeline .timeline-line {
    display: none;
  }
  .values-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
  .about-cta-content h2 {
    font-size: 1.5rem !important;
  }
}

/* Services page */
@media (max-width: 1100px) {
  .services-hero-v2-layout {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }
}
@media (max-width: 768px) {
  .services-hero-v2-stats {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
  .services-hero-v2-stats .hero-stat-card {
    padding: 12px 14px !important;
  }
  .services-inquiry-grid {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }
  /* .services-info-block { padding-bottom: 8px; } */
}

/* Industries / city / partner */
@media (max-width: 768px) {
  .industries-grid,
  .city-list,
  .partner-grid,
  .advantage-grid,
  .how-it-works-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
  }
}
@media (max-width: 480px) {
  .industries-grid,
  .city-list,
  .advantage-grid,
  .how-it-works-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Cost info table fallback already handled */

/* Contact page */
@media (max-width: 1000px) {
  .contact-hero-layout {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }
  .contact-map-layout {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }
}
@media (max-width: 768px) {
  .contact-cards-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
  .contact-card {
    padding: 22px !important;
  }
  .contact-card-icon {
    width: 50px !important;
    height: 50px !important;
  }
  .contact-map-frame iframe {
    height: 360px !important;
  }
}

/* Blog */
@media (max-width: 900px) {
  .blog-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 18px !important;
  }
}
@media (max-width: 600px) {
  .blog-grid {
    grid-template-columns: 1fr !important;
  }
  .blog-card-image img {
    aspect-ratio: 16/10;
  }
  .blog-categories {
    gap: 6px !important;
  }
  .blog-cat-link {
    padding: 6px 12px !important;
    font-size: 13px !important;
  }
}

/* Single blog */
@media (max-width: 768px) {
  .single-blog-content h2 {
    margin: 24px 0 12px !important;
  }
  .single-blog-content h3 {
    margin: 18px 0 10px !important;
  }
  .single-blog-content p {
    font-size: 1rem;
    line-height: 1.7;
  }
  .single-blog-content blockquote {
    padding: 16px 18px !important;
    font-size: 1rem !important;
  }
  .single-blog-content img {
    border-radius: 12px;
  }
}

/* Quote / Anfrage page */
@media (max-width: 1100px) {
  .quote-page-v2 .quote-layout {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
    /* direction: rtl; */
  }
}
@media (max-width: 768px) {
  .quote-trust-list {
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
  }
  .quote-trust-list li {
    padding: 12px 14px !important;
  }
  .quote-trust-icon {
    width: 36px !important;
    height: 36px !important;
  }
  .quote-step-rail li {
    padding: 12px 14px !important;
    gap: 12px !important;
  }
  .quote-step-num {
    width: 36px !important;
    height: 36px !important;
    font-size: 0.8rem !important;
  }
}
@media (max-width: 480px) {
  .quote-trust-list {
    grid-template-columns: 1fr !important;
  }
}

/* Standorte */
@media (max-width: 768px) {
  .city-card {
    padding: 12px 14px !important;
  }
  .city-card-name {
    font-size: 13px !important;
  }
}

/* All services */
@media (max-width: 900px) {
  .all-services-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 18px !important;
  }
}
@media (max-width: 600px) {
  .all-services-grid {
    grid-template-columns: 1fr !important;
  }
}

/* CTA sections — text/image stacks */
@media (max-width: 900px) {
  .cta-image-wrap {
    max-width: 460px;
    margin: 0 auto;
  }
  .cta-text {
    text-align: center;
  }
  .cta-text .btn {
    display: inline-flex;
  }
}

/* Mobile menu spacing */
@media (max-width: 1024px) {
  .mobile-menu-popup {
    padding: 0px 24px 32px !important;
  }
  .mobile-menu-nav a {
    font-size: 1.05rem !important;
    padding: 12px 0 !important;
  }
}

/* Floating actions — smaller on mobile */
@media (max-width: 768px) {
  .floating-actions {
    right: 12px !important;
    bottom: 12px !important;
    gap: 10px !important;
  }
  .floating-btn {
    padding: 10px !important;
  }
  .floating-btn-body {
    display: none;
  }
}

/* Misc — generic */
@media (max-width: 768px) {
  .ticker-track {
    gap: 32px !important;
  }
  .ticker-item {
    font-size: 14px !important;
  }
  iframe {
    max-width: 100%;
  }
  table {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .footer-col h3 {
    font-size: 17px !important;
  }
  a.contact-card h3 {
    font-size: 18px !important;
  }
}

.costs-page section.services-inquiry-section {
  background: unset;
}

.costs-page .services-inquiry-fade {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgb(255 244 238) 60%,
    #fef4ee 100%
  );
}

section.services-info-block li,
.pfaq-answer p,
section.services-inquiry-section p {
  color: var(--color-text-muted) !important;
}

.services-inquiry-tip p {
  font-size: 15px !important;
}
section.contact-map-section {
  padding-top: 20px !important;
}
section.city-section.city-section--standorte {
  margin-top: 80px;
}

.page-id-57 .services-info-block,
.page-id-59 .services-info-block,
.page-id-69 .services-info-block,
.page-id-266 .services-info-block,
.page-id-264 .services-info-block,
.page-id-262 .services-info-block,
.page-id-260 .services-info-block,
.page-id-268 .services-info-block {
  --info-collapsed-height: 100%;
}
.page-id-57 .services-info-toggle-wrap,
.page-id-59 .services-info-toggle-wrap,
.page-id-69 .services-info-toggle-wrap,
.page-id-266 .services-info-toggle-wrap,
.page-id-264 .services-info-toggle-wrap,
.page-id-262 .services-info-toggle-wrap,
.page-id-260 .services-info-toggle-wrap,
.page-id-268 .services-info-toggle-wrap {
  display: none;
}

.page-id-57 .services-info-list::after,
.page-id-59 .services-info-list::after,
.page-id-69 .services-info-list::after,
.page-id-266 .services-info-list::after,
.page-id-264 .services-info-list::after,
.page-id-262 .services-info-list::after,
.page-id-260 .services-info-list::after,
.page-id-268 .services-info-list::after {
  display: none;
}
.page-id-67 .services-hero-visual-frame img {
  object-position: right;
}
@media only screen and (max-width: 1650px) {
  .reviews-section {
    margin: 0px 28px;
  }

  .how-it-works-section {
    margin: 0px 28px 70px;
  }

  .city-section {
    margin: 0px 28px;
  }
}

@media only screen and (max-width: 1024px) {
  .ticker-section {
    padding: 16px 0 !important;
  }
  .floating-actions {
    bottom: 80px !important;
  }
  section.hero-section {
    padding-top: 0px !important;
  }
}

@media only screen and (max-width: 768px) {
  .city-section {
    margin: 0px !important;
  }
  section.advantage-section .inner-container {
    padding: 30px 15px;
  }
  .reviews-section {
    margin: 0px 0px;
  }
  section.content-block.content-block--cols .inner-container {
    padding: 30px 15px;
  }
  .cost-info-head {
    text-align: left;
    margin-bottom: 20px !important;
  }
  .how-it-works-section {
    margin: 0px 0px 50px;
  }

  .step-row.step-row--right {
    flex-direction: row;
    flex-direction: row-reverse;
  }
  .services-page .faq-container.faq-two-col .page-faq-accordion {
    grid-template-columns: 1fr !important;
  }
  section.advantage-section .inner-container {
    border-radius: 0px;
  }

  section.reviews-section {
    border-radius: 0px;
  }

  section.content-block.content-block--cols .inner-container {
    border-radius: 0px;
  }

  .how-it-works-section {
    border-radius: 0px;
  }

  .city-section {
    border-radius: 0px;
  }
  .steps-header {
    margin-bottom: 30px;
    text-align: left;
  }
  section.how-it-works-section.how-it-works-section--city {
    margin-bottom: 0px;
  }

  section.advantage-section.advantage-section--city {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .service-card-body {
    padding: 24px 0px;
  }

  .service-card-img {
    border-radius: 15px !important;
  }
}

@media only screen and (max-width: 480px) {
  .city-list {
    grid-template-columns: 1fr 1fr !important;
    padding: 0px;
    gap: 7px 7px !important;
  }

  .city-card {
    padding: 7px 4px !important;
    gap: 5px;
  }

  .city-card-name {
    flex: unset;
  }

  .city-card-dot {
    height: 20px;
    width: 20px;
  }

  .city-header {
    margin-bottom: 20px;
  }

  .city-bg-map {
    top: 127px;
  }
}

section.cta-section.cta-section--about-us {
  padding-top: 60px;
}

.content-block-text h2 span {
  color: #f36f21;
}
section.content-block.content-block--img.content-block--about {
  padding-top: 100px;
}
ul.content-checklist li {
  color: var(--color-text-muted) !important;
}

ul.content-checklist li strong {
  color: #1a1a1a;
}
.services-hero-v2-text p {
  font-size: 16px !important;
}
.costs-page .cta-image-wrap {
  max-width: 600px;
  width: unset;
}

div#wpforms-169 {
  margin: unset;
}
div#wpforms-169-field_30-container {
  display: block !important;
  font-size: 16px !important;
}

div#wpforms-169-field_30-container a {
  color: #e86615 !important;
}

div#wpforms-169-field_30-container div {
  font-size: 14px !important;
}
.kg-quote-wpform .wpforms-field-name .wpforms-field-row:before,
.kg-quote-wpform .wpforms-field-name .wpforms-field-row:after {
  display: none !important;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"] {
  border-radius: 10px !important;
}

select#wpforms-169-field_26 {
  border-radius: 10px !important;
}
textarea#wpforms-169-field_22 {
  border-radius: 10px !important;
}
.kg-quote-wpform .kg-form-choice-cards label {
  min-height: unset !important;
  border-radius: 50px !important;
}
@media only screen and (max-width: 1100px) {
  .quote-form-card {
    padding: 15px;
  }

  .kg-quote-wpform .kg-form-choice-cards ul li {
    width: unset !important;
  }
}

@media only screen and (max-width: 768px) {
  .kg-quote-wpform .kg-form-choice-cards label,
  .kg-quote-wpform .kg-form-choice-chips label {
    padding: 7px 7px !important;
    min-height: unset !important;
    font-size: 14px !important;
    border-radius: 50px !important;
  }
}

.pfaq-answer ul {
  padding-left: 20px;
  padding-top: 10px;
}

.pfaq-answer ul li {
  color: var(--color-text-muted) !important;
}

ul.Rechtliches {
  margin-bottom: 15px;
}
.city-hero-v2__content h2 span,
.city-hero-v2__content h2 strong {
  color: #f96015 !important;
}
img.pe-icon--scenarioB.svelte-h3pwga {
  width: auto;
  height: 65px;
}

.pe-ratedText.svelte-zbcs42 {
  font-size: 13px;
  line-height: 13px;
}

.imp a {
  color: #000000;
}

.imp a:hover {
  color: var(--color-primary);
}

.imp p {
  color: var(--color-text-muted);
  margin-bottom: 20px;
}

.imp p strong {
  color: #000;
}

.imp h2.wp-block-heading,
.imp h3.wp-block-heading {
  margin-bottom: 9px;
  font-size: 30px !important;
}

.imp p:last-child {
  margin-bottom: 30px !important;
}
div#wpforms-9-field_10 a {
  color: var(--color-primary);
}

.services-inquiry-form-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.services-inquiry-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: center;
}
.page-section.page-section-2 ul li,
.page-section.page-section-5 ul li {
  color: var(--color-text-muted) !important;
}
.page-id-63 .services-inquiry-grid,
.page-id-65 .services-inquiry-grid {
  grid-template-columns: 1.3fr 0.7fr;
}

::selection {
  background: #000; /* background color */
  color: #fff; /* text color */
}
section.partner-section .inner-container {
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  .footer-credit p {
    font-size: 13px !important;
  }

  .footer-credit strong {
    font-size: 12px !important;
  }

  .footer-bottom p {
    font-size: 12px !important;
  }
}

.m-t-22 {
  margin-top: 15px !important;
}

.mid-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
div#wpforms-9-field_10 {
  font-size: 14px !important;
}

.page-id-210 h2 {
  font-size: 2.2rem !important;
  line-height: 2.4rem !important;
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}

.page-id-210 h2 {
  font-size: 2.1rem !important;
  line-height: 2.3rem !important;
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}

.page-id-210 h3 {
  font-size: 1.4rem !important;
  line-height: 1.5rem !important;
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}

.page-id-210 h4 {
  font-size: 1rem !important;
  line-height: 1.1rem !important;
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}

div#wpforms-9-field_10 {
  color: #000;
}
