:root {
  color-scheme: dark;
  --header-height: 120px;
}

@media (max-width: 768px) {
  .hero-block h1 {
    font-size: clamp(3.5rem, 14vw, 5.5rem);
    line-height: 0.8;
  }

  :root {
    --header-height: 90px;
  }
}

body {
  font-family: 'Lexend', sans-serif;
  background-color: #050505;
  color: #fafaf9;
  -webkit-font-smoothing: antialiased;
}

.site-main {
  padding-top: 0;
}

.hero-content {
  padding-top: calc(var(--header-height) + 60px);
  text-align: left;
}

body:not([data-page="home"]) main {
  padding-top: calc(var(--header-height) + 60px);
}

.hero-block h1 {
  font-size: clamp(5.5rem, 13vw, 8rem);
  line-height: 0.78;
}

.hero-block h1 .text-outline {
  font-size: 10rem;
  display: inline-block;
  transform: translateY(0.15em);
}



.hero-highlight {
  color: #ea580c;
  display: inline-block;
  transform: translateY(0.05em);
}

 .hero-cta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.25rem;
  padding-top: 30px;
 }

 .hero-call {
  display: inline-flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.58rem;
  font-weight: 900;
  color: #ffffff;
  transition: border-color 0.3s ease, background 0.3s ease;
}

.hero-call strong {
  font-size: 1.1rem;
  letter-spacing: normal;
  color: #ea580c;
}

.hero-call:hover {
  border-color: #ea580c;
  background: rgba(234, 88, 12, 0.15);
}

 .hero-stats {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.85rem 1.25rem;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
 }

.hero-stats div {
  text-align: center;
}

.hero-stats p {
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.hero-stats small {
  display: block;
  margin-top: 0.15rem;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.48rem;
  color: rgba(255, 255, 255, 0.6);
}

.hero-divider {
  width: 1px;
  height: 32px;
  background: rgba(255, 255, 255, 0.15);
  display: block;
}
.content-shell {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.content-shell--loose {
  padding-left: 3rem;
  padding-right: 3rem;
}

@media (max-width: 768px) {
  .content-shell {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .content-shell--loose {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

body.menu-open {
  overflow: hidden;
}

.smooth-scroll {
  scroll-behavior: smooth;
}

::selection {
  background: #ea580c;
  color: #ffffff;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  width: 100%;
  padding: 1.25rem 0;
  z-index: 50;
  transition: padding 0.4s ease;
  pointer-events: none;
}

.site-header .header-shell {
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - 2rem, 1440px);
  margin: 0 auto;
  padding: 0.85rem 1.75rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(5, 5, 5, 0.4);
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  gap: 2rem;
  box-sizing: border-box;
  transition: background 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}

.site-header.is-scrolled {
  padding: 0.75rem 0;
}

.site-header.is-scrolled .header-shell {
  background: rgba(5, 5, 5, 0.75);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.logo-mark {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-transform: uppercase;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.35em;
}

.logo-mark span {
  font-size: 0.6rem;
  letter-spacing: 0.3em;
}

.logo-mark svg {
  width: 2.5rem;
  height: 2.5rem;
  color: #ffffff;
}

.logo-mark svg circle:first-child {
  fill: none;
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 1;
}

.logo-mark svg path {
  fill: none;
  stroke: #ea580c;
  stroke-width: 2;
}

.logo-mark svg circle:last-child {
  fill: #ffffff;
}

.header-shell nav a {
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.2s ease;
}

.header-shell nav a:hover {
  color: #ffffff;
}

.primary-nav {
  display: none;
}

@media (min-width: 768px) {
  .primary-nav {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1.5rem;
    font-size: 0.7rem;
    letter-spacing: 0.28em;
    font-weight: 800;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .primary-nav .emergency-chip {
    margin-left: 0.75rem;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .primary-nav {
    gap: 1rem;
    letter-spacing: 0.2em;
  }
}

@media (max-width: 768px) {
  .site-header {
    padding: 0.75rem 0;
  }

  .site-header .header-shell {
    width: calc(100% - 1rem);
    padding: 0.75rem 1.25rem;
    border-radius: 1.25rem;
    gap: 1rem;
    justify-content: space-between;
  }
  .hero-content {
    padding-top: calc(var(--header-height) + 20px);
    text-align: center;
  }

 .hero-cta {
   width: 100%;
   flex-direction: column;
   align-items: center;
   justify-content: center;
    gap: 0.4rem;
    padding-top: 8px;
 }

 .hero-stats {
   width: 100%;
   flex-direction: column;
    gap: 0.5rem;
    padding: 0.6rem 0.9rem;
 }

  .hero-divider {
    width: 45%;
    height: 1px;
  }

  .hero-block h1 .text-outline {
    font-size: 5rem;
    transform: translateY(0.1em);
  }

  .hero-block h1 {
    font-size: clamp(3.2rem, 12vw, 5.2rem);
    line-height: 0.8;
    text-align: center;
  }

  .hero-block .grid {
    gap: 2.5rem;
    justify-items: center;
  }

  .hero-block .text-outline {
    -webkit-text-stroke-width: 1px;
    font-size: 0.32em;
  }

  body:not([data-page="home"]) main {
    padding-top: calc(var(--header-height) + 30px);
  }
  
  .hero-block::after {
    width: 100%;
    opacity: 0.15;
    background-position: center top;
  }
  
  .hero-character {
    position: static;
    width: 80%;
    max-width: 360px;
    margin: 1rem auto 0;
    filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.5));
  }

  .services-headline,
  .process-header,
  .testimonials-header,
  .footer-brand,
  .legal-panel .flex,
  #contact .eyebrow,
  #contact h2,
  .benefits .eyebrow,
  .legal-panel h2,
  .legal-panel .legal-intro,
  #services .services-headline,
  #services .services-headline p,
  #about .eyebrow,
  #about .display,
  #about p,
  .hero-block p,
  .benefits h4,
  .process p,
  #contact .space-y-6 p,
  .footer-company__intro {
    text-align: center;
  }

  .services-headline p,
  .legal-panel .legal-intro,
  #contact .eyebrow,
  .footer-brand h4,
  .hero-block p,
  #about p,
  .footer-company__intro {
    margin-left: auto;
    margin-right: auto;
  }

  #about .content-shell {
    text-align: center;
  }

  .about-visual {
    padding-left: 0;
  }



  .testimonials-marquee {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .testimonial-card {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    text-align: center;
    padding: 1.75rem 1.5rem;
  }

  .testimonial-card__top {
    flex-direction: column;
    gap: 0.75rem;
  }

  .hero-cta {
    width: 100%;
  }

  .hero-stats {
    flex-direction: column;
    width: 100%;
  }

  .hero-divider {
    width: 60%;
    height: 1px;
  }

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

  .faq-list details {
    padding: 1rem 1.25rem;
  }

  .footer-menus {
    text-align: center;
  }

  .footer-column a {
    letter-spacing: 0.25em;
  }

  .footer-company {
    padding: 1.75rem;
  }

}


body[data-page="legal"] .nav-legal {
  color: #ea580c !important;
}

.emergency-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-width: auto;
  padding: 0.5rem 1.8rem;
  border-radius: 999px;
  border: 1px solid #ea580c;
  background: #ea580c;
  color: #050505;
  font-size: 0.58rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  font-weight: 900;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}

.emergency-chip:hover {
  background: #ea580c;
  border-color: #ea580c;
  color: #050505;
  transform: translateY(-2px);
}

.menu-button {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.25rem;
  width: 2.5rem;
}

.menu-button span {
  display: block;
  height: 2px;
  width: 100%;
  background: #ffffff;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.menu-button.is-open span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-button.is-open span:nth-child(2) {
  opacity: 0;
}

.menu-button.is-open span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  inset: 0;
  background: #050505;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-100px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  z-index: 40;
}

.mobile-menu nav {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: clamp(1.5rem, 7vw, 2.1rem);
  font-weight: 700;
  letter-spacing: 0.15em;
  text-align: center;
}

.mobile-menu.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.thermal-aura {
  position: absolute;
  inset: -20% auto auto 50%;
  width: 190%;
  height: 190%;
  transform: translate(-50%, 0);
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.08), transparent 45%),
    radial-gradient(circle at center, rgba(234, 88, 12, 0.18) 0%, transparent 70%);
  z-index: 0;
}

.hero-block {
  display: block;
  padding: 1.5rem 0 1rem;
  position: relative;
}

.hero-block::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-image: url('../img/comfort.png');
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: right ;
  opacity: 0.45;
  pointer-events: none;
  z-index: 1;
}

.hero-character {
  position: absolute;
  right: 6%;
  bottom: 0;
  width: 420px;
  max-width: 30vw;
  opacity: 0.9;
  filter: drop-shadow(0 25px 40px rgba(0, 0, 0, 0.6));
  pointer-events: none;
  z-index: 2;
}

.hero-character img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-block::before {
  content: '';
  position: absolute;
  inset: 0 0 0 0;
  background: radial-gradient(circle at 20% -10%, rgba(255, 255, 255, 0.08), transparent 40%),
    radial-gradient(circle at 60% 10%, rgba(234, 88, 12, 0.35), transparent 55%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.9) 0%, rgba(5, 5, 5, 0) 60%);
  z-index: 0;
  pointer-events: none;
}

.hero-block > * {
  position: relative;
  z-index: 2;
}

.text-outline {
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.14);
  color: transparent;
}

.cta-circle {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.cta-circle svg {
  color: #ffffff;
}

.group:hover .cta-circle {
  border-color: #ea580c;
  color: #ea580c;
  transform: scale(1.1);
}

.services {
  padding: 0 0 3.5rem;
}

.services-headline {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 3rem;
}

.services-headline h2 {
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.services-headline p:last-child {
  max-width: 32rem;
  color: rgba(255, 255, 255, 0.55);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.service-showcase {
  padding: 5rem 0 3rem;
  background: radial-gradient(circle at top, rgba(234, 88, 12, 0.1), transparent 60%);
}

.service-showcase__intro {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 3rem;
}

.service-showcase__intro h2 {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 900;
  margin-bottom: 0.75rem;
}

.service-showcase__intro p {
  color: rgba(255, 255, 255, 0.6);
}

.service-showcase__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

.service-showcase__card {
  border-radius: 1.75rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  display: flex;
  flex-direction: column;
  min-height: 360px;
}

.service-showcase__image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.service-showcase__body {
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.service-showcase__badge {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(234, 88, 12, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.service-showcase__body h4 {
  font-size: 1.25rem;
  font-weight: 800;
}

.service-showcase__body p {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
}

.faq-section {
  padding: 4rem 0;
}

.faq-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 2.5rem;
}

.faq-header h3 {
  font-size: clamp(2.2rem, 5vw, 3rem);
  font-weight: 900;
  margin-bottom: 0.75rem;
}

.faq-header p {
  color: rgba(255, 255, 255, 0.6);
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.faq-list details {
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(10, 10, 10, 0.6);
  padding: 0.9rem 1.2rem;
  transition: border-color 0.3s ease, background 0.3s ease;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.faq-list summary::after {
  content: '+';
  font-size: 1.2rem;
  margin-left: 1rem;
}

.faq-list details[open] summary::after {
  content: '−';
}

.faq-list details[open] summary {
  color: #ea580c;
}

.faq-list details p {
  margin-top: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 0.75rem;
}

.disclaimer {
  padding: 2rem 0 1rem;
  background: rgba(0, 0, 0, 0.4);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.disclaimer p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.6;
  text-align: center;
}

.service-card {
  position: relative;
  padding: 3rem 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 2rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.03), rgba(5, 5, 5, 0.2));
  overflow: hidden;
  transition: border-color 0.3s ease, transform 0.3s ease, background 0.3s ease;
}

.service-card::after {
  content: '';
  position: absolute;
  inset: 20% auto auto -30%;
  width: 60%;
  height: 60%;
  background: radial-gradient(circle, rgba(234, 88, 12, 0.15), transparent 65%);
  transform: rotate(15deg);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.service-card:hover {
  border-color: rgba(234, 88, 12, 0.6);
  transform: translateY(-8px);
  background: linear-gradient(145deg, rgba(15, 15, 15, 0.9), rgba(5, 5, 5, 0.8));
}

.service-card:hover::after {
  opacity: 1;
}

.service-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.service-index {
  font-size: 1.1rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
}

.service-card h4 {
  font-size: 1.8rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.service-card p {
  color: rgba(255, 255, 255, 0.6);
  min-height: 4.5rem;
}

.service-card svg {
  width: 2.5rem;
  height: 2.5rem;
  color: rgba(255, 255, 255, 0.2);
  transition: color 0.3s ease;
}

.service-card:hover svg {
  color: #ea580c;
}

.service-card--featured {
  border-color: rgba(234, 88, 12, 0.6);
  transform: rotate(-1.5deg) translateY(-12px);
  background: linear-gradient(135deg, rgba(35, 12, 0, 0.85), rgba(5, 5, 5, 0.85));
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
}

.service-card--featured::after {
  opacity: 0.9;
}

.service-card--featured .service-index {
  color: rgba(234, 88, 12, 0.8);
  font-size: 1.3rem;
}

.service-card--featured svg {
  color: #ea580c;
}

.service-card--featured:hover {
  transform: rotate(-2deg) translateY(-18px);
  border-color: rgba(234, 88, 12, 0.9);
}

.process {
  padding: 4rem 0;
}

.process-header {
  text-align: center;
  margin-bottom: 3rem;
}

.process-header h3 {
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 900;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.5rem;
}

.process-step {
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2rem 1.5rem;
  background: rgba(255, 255, 255, 0.02);
  position: relative;
  overflow: hidden;
}

.process-step::after {
  content: '';
  position: absolute;
  inset: auto 1.5rem 1.5rem 1.5rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.process-index {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  letter-spacing: 0.3em;
  margin-bottom: 1.25rem;
}

.process-index--accent {
  border-color: #ea580c;
  color: #ea580c;
}

.process-step h4 {
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 0.9rem;
}

.process-step p {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
}

.service-chip {
  margin-top: 2rem;
  display: inline-flex;
  padding: 0.4rem 1.6rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 0.55rem;
  letter-spacing: 0.5em;
  text-transform: uppercase;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.6em;
  font-size: 0.65rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 1.5rem;
}

.display {
  font-size: clamp(4rem, 14vw, 10rem);
  font-weight: 900;
  line-height: 0.8;
  margin-bottom: 1.5rem;

}

.testimonials {
  padding: 0 0 4rem;
}

.testimonials-wrapper {
  border-radius: 4rem;
 padding: 2rem;

}

.testimonials-header {
  text-align: center;
  margin-bottom: 3rem;
}

.testimonials-header h3 {
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 900;
}

.testimonials-marquee {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

.testimonial-card {
  border-radius: 1.5rem;
  padding: 1.25rem 1.5rem;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  overflow: hidden;
  min-height: 230px;
}

.testimonial-card::after {
  content: '';
  position: absolute;
  inset: auto 0 -2px 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(234, 88, 12, 0.8), transparent);
}

.testimonial-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.stars {
  font-size: 0.9rem;
  color: #fbbf24;
  letter-spacing: 0.15em;
}

.testimonial-card .quote {
  font-size: 1.25rem;
  font-style: italic;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.testimonial-card .author span {
  text-transform: uppercase;
  letter-spacing: 0.4em;
  font-size: 0.65rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
}

.testimonial-card .author small {
  display: block;
  margin-top: 0.25rem;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
}

.benefits {
  padding: 4rem 0;
  background: radial-gradient(circle at top, rgba(234, 88, 12, 0.15), transparent 60%);
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.benefit-card {
  border-radius: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 360px;
  position: relative;
}

.benefit-card--accent {
  border-color: rgba(234, 88, 12, 0.5);
}

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

.benefit-body {
  padding: 2rem;
  padding-top: 3.5rem;
}

.benefit-badge {
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.benefit-badge--accent {
  background: rgba(234, 88, 12, 0.2);
  border-color: rgba(234, 88, 12, 0.5);
}

.benefit-badge svg {
  width: 24px;
  height: 24px;
  stroke: rgba(255, 255, 255, 0.85);
}

.benefit-card h4 {
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
}
.benefit-body h4 {
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
}

.benefit-body p {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
}

.about-visual {
  position: relative;
  padding-left: 3rem;
}

.about-frame {
  border-radius: 2.5rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
}

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

.about-visual::after {
  content: '';
  position: absolute;
  inset: 10% 5% auto 50%;
  width: 50%;
  height: 50%;
  background: radial-gradient(circle, rgba(234, 88, 12, 0.3), transparent 65%);
  filter: blur(40px);
  z-index: -1;
}

.contact-panel {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 3rem;
  border-radius: 2.5rem;
  backdrop-filter: blur(24px);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.6);
}

.field-group {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.field-group label {
  font-size: 0.6rem;
  letter-spacing: 0.5em;
  font-weight: 900;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}

.field-group input,
.field-group select {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1rem 0;
  font-size: 1.5rem;
  font-weight: 800;
  color: #ffffff;
  outline: none;
}

.field-group select {
  font-size: 1.1rem;
}

.field-group input::placeholder {
  color: rgba(255, 255, 255, 0.2);
}

.field-group select option {
  color: #fafaf9;
  background: #050505;
}

.contact-panel button {
  width: 100%;
  border: none;
  border-radius: 999px;
  background: #ffffff;
  color: #050505;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  font-size: 0.7rem;
  font-weight: 900;
  padding: 1.5rem 0;
  transition: background 0.3s ease, color 0.3s ease;
}

.contact-panel button:hover {
  background: #ea580c;
  color: #ffffff;
}

footer .text-white\/60 {
  line-height: 1.5;
}

.site-footer {
  background: #050505;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 4rem 0 2rem;
}

.footer-top {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  align-items: flex-start;
}

.footer-brand h4 {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 200;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 2rem;
}

.footer-brand h4 span {
  color: rgba(255, 255, 255, 0.25);
}

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

.footer-menus {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 2rem;
  margin-top: 2.5rem;
}

.footer-label {
  text-transform: uppercase;
  letter-spacing: 0.5em;
  font-size: 0.6rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 1rem;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-column a {
  color: rgba(255, 255, 255, 0.65);
  text-transform: uppercase;
  letter-spacing: 0.35em;
  font-size: 0.65rem;
  font-weight: 800;
}

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

.footer-company {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 2rem;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.02);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
}

.footer-company__intro {
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}

.footer-company__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
}

.footer-company__grid span {
  display: block;
  font-size: 0.65rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 0.35rem;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  font-size: 0.6rem;
  color: rgba(255, 255, 255, 0.4);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.5rem;
  margin-top: 3rem;
}

.footer-bottom__meta {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.footer-bottom .accent {
  color: #ea580c;
}

@media (max-width: 768px) {
  .footer-bottom {
    letter-spacing: 0.35em;
  }
}

.legal-panel {
  padding: 4rem 0;
  background: #050505;
  color: #fafaf9;
}

.legal-content .legal-hero {
  padding: 6rem 0 3rem;
  text-align: center;
}

.legal-content .legal-hero h1 {
  font-size: clamp(3rem, 6vw, 4.5rem);
  font-weight: 900;
}

.legal-content .legal-hero p {
  margin: 0 auto;
  max-width: 720px;
}

.legal-intro {
  color: rgba(255, 255, 255, 0.55);
  max-width: 32rem;
}

.legal-updated {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.4em;
  color: rgba(255, 255, 255, 0.35);
}

.legal-card {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 2rem;
  padding: 2.5rem;
  background: rgba(255, 255, 255, 0.02);
  color: inherit;
  transition: border-color 0.3s ease, transform 0.3s ease;
  text-decoration: none;
}

.legal-card:hover {
  border-color: #ea580c;
  transform: translateY(-6px);
}

.legal-card span {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  color: #ea580c;
  font-weight: 900;
}

.legal-card__desc {
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.5;
  margin-bottom: 2rem;
}

footer .text-white\/60 {
  line-height: 1.5;
  font-size: 0.9rem;
}

.legal-wrap {
  max-width: 56rem;
  margin: 0 auto;
  padding: 4rem 1.5rem;
}

.legal-wrap h2 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.legal-date {
  color: #6b7280;
  margin-bottom: 2rem;
}

.legal-wrap article {
  margin-bottom: 2rem;
}

.legal-wrap h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.legal-wrap p {
  color: #4b5563;
  line-height: 1.7;
}

.legal-wrap ul {
  list-style: disc;
  padding-left: 1.25rem;
  margin-top: 0.75rem;
  color: #4b5563;
}

.cookie-banner {
  position: fixed;
  bottom: 2rem;
  left: 0;
  width: 100%;
  padding: 0 1.5rem;
  display: flex;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transform: translateY(40px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  z-index: 60;
}

.cookie-banner.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.cookie-inner {
  max-width: 32rem;
  width: 100%;
  background: rgba(10, 10, 11, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  text-align: center;
}

.cookie-inner p {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  color: rgba(255, 255, 255, 0.6);
}

.cookie-inner button {
  align-self: center;
  border: none;
  border-radius: 999px;
  padding: 0.75rem 2.5rem;
  background: #ffffff;
  color: #050505;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  transition: background 0.3s ease, color 0.3s ease;
}

.cookie-inner button:hover {
  background: #ea580c;
  color: #ffffff;
}

@media (max-width: 768px) {
  .service-card {
    padding: 3rem 2rem;
  }

  .contact-panel {
    padding: 2rem;
  }
.testimonials-wrapper {
  padding: 0;
  padding-top: 1rem;
}
  .logo-mark span {
    letter-spacing: 0.3em;
  }
  .hero-block::after {

  background-size: 90%;
  background-position: bottom;

}

}
