﻿.intro-header {
  position: relative;
  padding-top: 118px;
  padding-bottom: 54px;
  color: #1f2430;
  background: linear-gradient(rgba(247, 241, 234, 0.74), rgba(247, 241, 234, 0.82)), url("../img/tlo.jpg") no-repeat center center;
  background-size: cover; }

.hero-showcase {
  padding-top: 38px;
  padding-bottom: 18px; }

.hero-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  max-width: 1060px;
  margin: 0 auto;
  padding: 60px 58px;
  border-radius: 34px;
  background: #ffffff;
  box-shadow: 0 22px 55px rgba(82, 65, 41, 0.18);
  backdrop-filter: blur(10px); }

.hero-card-copy {
  max-width: 540px;
  text-align: left; }

.hero-card-copy h1 {
  margin: 0;
  color: #1f2430;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 4.1rem;
  font-weight: 800;
  line-height: 0.98;
  text-shadow: none; }

.hero-card-accent {
  display: block;
  width: 58px;
  height: 5px;
  margin: 24px 0 28px;
  border-radius: 999px;
  background: linear-gradient(90deg, #e31e24, #e31e24); }

.hero-card-copy p {
  margin: 0;
  color: #6f7687;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.6; }

.hero-card-icons {
  display: flex;
  gap: 22px;
  margin-top: 28px;
  color: #7f8798;
  font-size: 2.8rem; }

.hero-card-icons span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, color 0.2s ease, text-shadow 0.2s ease; }

.hero-card-icons span:hover,
.hero-card-icons span:focus-within {
  transform: scale(1.08);
  color: #e31e24;
  text-shadow: 0 10px 18px rgba(227, 30, 36, 0.12); }

.hero-card-side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  min-width: 290px;
  margin-right: 96px; }

.hero-card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 68px;
  min-width: 360px;
  padding: 0 40px;
  border-radius: 999px;
  background: linear-gradient(135deg, #e31e24, #e31e24);
  color: #fff !important;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none !important;
  box-shadow: 0 14px 30px rgba(239, 67, 53, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease; }

.hero-card-cta:hover,
.hero-card-cta:focus {
  transform: translateY(-1px); }

.hero-card-cta:active {
  transform: translateY(1px); }

.hero-card-cta span {
  font-size: 2.7rem;
  line-height: 1; }

.hero-card-phone {
  margin-left: 54px;
  color: #6f7687;
  font-size: 1.55rem;
  font-weight: 500;
  text-decoration: none !important; }

.hero-card-phone .fa {
  margin-right: 10px;
  color: #6f7687; }

.hero-card-badges {
  display: flex;
  justify-content: center;
  gap: 42px;
  max-width: 1060px;
  margin: 32px auto 0;
  color: #e31e24;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 1.45rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase; }

.hero-card-badges .fa {
  margin-right: 10px;
  color: #e31e24; }

@media (max-width: 991px) {
  .hero-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    padding: 42px 30px; }

  .hero-card-copy h1 {
    font-size: 3.3rem; }

  .hero-card-copy p {
    font-size: 1.7rem; }

  .hero-card-side {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    min-width: 290px;
    margin-right: 96px; }

  .hero-card-badges {
    flex-direction: column;
    align-items: center;
    gap: 14px; } }
@media (max-width: 767px) {
  .intro-header {
    padding-top: 96px;
    padding-bottom: 36px; }

  .hero-showcase {
    padding-top: 8px; }

  .hero-card {
    padding: 32px 22px;
    border-radius: 24px; }

  .hero-card-copy h1 {
    font-size: 2.8rem; }

  .hero-card-copy p {
    font-size: 1.55rem; }

  .hero-card-icons {
    font-size: 2.4rem;
    gap: 18px; }

  .hero-card-cta {
    width: 100%;
    min-width: 0;
    margin-right: 0;
    min-height: 60px;
    padding: 0 24px;
    font-size: 1.7rem;
    white-space: normal; }

  .hero-card-phone {
    margin-left: 0;
    font-size: 1.4rem; }

  .hero-card-badges {
    font-size: 1.2rem;
    letter-spacing: 0.05em; } }

