/* ============================================
   TAX & ADVICE - MAIN STYLESHEET
   Wierny klon WordPress (Inzofin theme)
   ============================================ */

/* --- RESET & BASE --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.875;
  color: #555;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; transition: color 0.3s ease; }
ul, ol { list-style: none; }
h1, h2, h3, h4, h5, h6 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  color: #14212b;
  line-height: 1.2;
}
h1 { font-size: 44px; line-height: 50px; }
h2 { font-size: 36px; line-height: 44px; }
h3 { font-size: 28px; line-height: 36px; }
h4 { font-size: 22px; line-height: 30px; }
h5 { font-size: 18px; line-height: 26px; }
p { margin-bottom: 15px; }
.container { max-width: 1240px; margin: 0 auto; padding: 0 15px; }

/* --- BUTTONS --- */
.btn {
  display: inline-block;
  padding: 14px 32px;
  font-size: 15px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  color: #ffffff;
  background: #c10f19;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.btn:hover { background: #a00d15; }
.btn--gray { background: #939393; }
.btn--gray:hover { background: #c10f19; }
.btn--outline {
  background: transparent;
  border: 2px solid #c10f19;
  color: #c10f19;
}
.btn--outline:hover { background: #c10f19; color: #fff; }

/* --- TOPBAR --- */
.topbar {
  background: #761712;
  color: #ffffff;
  padding: 6px 0;
  font-size: 13px;
}
.topbar .container { display: flex; align-items: center; justify-content: center; gap: 20px; }
.topbar a { color: #ffffff; }
.topbar a:hover { opacity: 0.8; }
.topbar__contact { display: flex; gap: 20px; align-items: center; }
.topbar__contact span { display: flex; align-items: center; gap: 6px; }
.topbar__social { display: flex; align-items: center; gap: 8px; }
.topbar__social a { display: inline-flex; align-items: center; }
.topbar__right { display: flex; align-items: center; gap: 12px; }

/* --- HEADER: Logo row + Nav row --- */
.header-logo-row {
  background: #ffffff;
  padding: 12px 0;
  text-align: center;
}
.header-logo-row img {
  max-height: 80px;
  margin: 0 auto;
}

/* Main nav bar — dark, full-width */
.header-nav {
  background: #939393;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}
.header-nav .container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.nav__list { display: flex; gap: 0; }
.nav__item { position: relative; }
.nav__link {
  display: block;
  padding: 16px 18px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.3s ease;
}
.nav__link:hover, .nav__link--active { color: #e30f17; }

/* Dropdown */
.nav__dropdown {
  position: absolute; top: 100%; left: 0;
  background: #939393; min-width: 260px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  opacity: 0; visibility: hidden;
  transform: translateY(5px);
  transition: all 0.3s ease; z-index: 100;
}
.nav__item:hover .nav__dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.nav__dropdown a {
  display: block; padding: 12px 20px;
  font-size: 13px; color: #ffffff;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  font-family: 'Source Sans Pro', sans-serif; font-weight: 600;
}
.nav__dropdown a:hover { color: #e30f17; background: rgba(255,255,255,0.05); }

/* Nav social (Facebook icon right side) */
.nav__social {
  position: absolute; right: 15px; top: 50%; transform: translateY(-50%);
}
.nav__social a { color: #ffffff; display: flex; align-items: center; }
.nav__social a:hover { color: #e30f17; }

/* Mobile menu */
.nav__toggle {
  display: none; background: none; border: none; cursor: pointer; padding: 10px;
}
.nav__toggle span {
  display: block; width: 28px; height: 3px;
  background: #ffffff; margin: 5px 0;
  border-radius: 2px; transition: all 0.3s ease;
}
.nav__toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.nav__toggle.active span:nth-child(2) { opacity: 0; }
.nav__toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(7px, -6px); }

/* --- HERO SLIDER --- */
.hero { position: relative; overflow: hidden; }
.hero__slides { display: flex; transition: transform 0.6s ease; }
.hero__slide {
  min-width: 100%; position: relative;
  display: flex; align-items: center; justify-content: center;
  min-height: 520px;
  background-size: cover; background-position: center;
}
.hero__slide::before {
  content: ''; position: absolute; inset: 0;
  background: rgba(0,0,0,0.6);
}
.hero__content {
  position: relative; z-index: 2;
  text-align: center; color: #ffffff;
  padding: 60px 20px;
  max-width: 800px;
}
.hero__badge {
  display: inline-block;
  background: #c10f19;
  color: #fff;
  padding: 10px 30px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 25px;
}
.hero__content h1 {
  color: #ffffff;
  font-size: 56px;
  line-height: 64px;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
.hero__content .btn {
  font-size: 16px;
  padding: 16px 45px;
  letter-spacing: 2px;
}
/* Arrows */
.hero__arrow {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 3;
  width: 50px; height: 50px; border-radius: 50%;
  background: #c10f19; border: none;
  color: #fff; font-size: 24px; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.3s;
}
.hero__arrow:hover { background: #a00d15; }
.hero__arrow--prev { left: 30px; }
.hero__arrow--next { right: 30px; }
/* Dots */
.hero__nav {
  position: absolute; bottom: 25px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 8px; z-index: 3;
}
.hero__dot {
  width: 12px; height: 12px; border-radius: 50%;
  background: rgba(255,255,255,0.5); border: none;
  cursor: pointer; transition: background 0.3s;
}
.hero__dot.active { background: #c10f19; }

/* --- SERVICE CARDS (overlapping hero) --- */
.services-overlap {
  position: relative;
  margin-top: -60px;
  z-index: 10;
  padding-bottom: 60px;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.service-card {
  background: #ffffff;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(0,0,0,0.1);
  display: flex;
  align-items: stretch;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 35px rgba(0,0,0,0.15);
}
.service-card__icon {
  background: #939393;
  min-width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.service-card__icon svg { width: 32px; height: 32px; }
.service-card__body {
  padding: 25px 25px 25px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.service-card__body h4 {
  font-size: 18px;
  margin-bottom: 12px;
  line-height: 1.3;
}
.service-card__body .btn {
  align-self: flex-start;
  padding: 10px 24px;
  font-size: 13px;
}

/* --- SECTION COMMON --- */
.section { padding: 80px 0; }
.section--gray { background: #f0f0f0; }
.section--dark { background: #939393; color: #ffffff; }

/* Section header with red label and dashes */
.section__label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 12px;
}
.section__label::before,
.section__label::after {
  content: '';
  width: 40px;
  height: 2px;
  background: #939393;
}
.section__label span {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #c10f19;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.section__header { text-align: center; margin-bottom: 50px; }
.section__header h2 { margin-bottom: 15px; }
.section__header p { max-width: 700px; margin: 0 auto; color: #555; }
.section__divider { width: 60px; height: 3px; background: #c10f19; margin: 15px auto 20px; }

/* --- ABOUT ROW (photo + text) --- */
.about-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: start;
}
.about-row__img img { width: 100%; }
.about-row__text h2 { margin-bottom: 20px; }
.about-row__text p { margin-bottom: 15px; text-align: justify; }

/* Nasze usługi — numbered items */
.service-numbered {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.service-numbered__circle {
  width: 60px; height: 60px;
  border-radius: 50%;
  background: #e0e0e0;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.service-numbered__circle svg { width: 28px; height: 28px; fill: #555; }
.service-numbered__num {
  position: absolute;
  top: -5px; right: -5px;
  width: 22px; height: 22px;
  background: #939393;
  color: #fff;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}

/* Phone CTA box */
.phone-cta {
  background: #f0f0f0;
  padding: 20px 25px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 25px;
  border-radius: 4px;
}
.phone-cta__icon { width: 50px; height: 50px; flex-shrink: 0; }
.phone-cta__icon img { width: 100%; }
.phone-cta h4 { font-size: 20px; margin-bottom: 2px; }
.phone-cta p { margin: 0; font-size: 16px; color: #555; }

/* --- FEATURES (Dlaczego my / Cechuje nas) --- */
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.feature-box {
  text-align: center;
  padding: 35px 20px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}
.feature-box__icon {
  width: 70px; height: 70px;
  margin: 0 auto 20px;
}
.feature-box__icon img { width: 100%; height: 100%; object-fit: contain; }
.feature-box h4 { margin-bottom: 12px; font-size: 20px; }
.feature-box p { font-size: 14px; line-height: 1.7; color: #666; }

/* --- TESTIMONIALS --- */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.testimonial__card {
  background: #ffffff;
  padding: 35px 30px;
  box-shadow: 0 3px 15px rgba(0,0,0,0.06);
  text-align: center;
  border: 1px solid #eee;
}
.testimonial__text {
  font-style: italic;
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 20px;
}
.testimonial__author {
  font-weight: 700;
  color: #c10f19;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
}

/* --- CTA BANNER (text left, button right) --- */
.cta-banner {
  padding: 60px 0;
}
.cta-banner .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.cta-banner__text { max-width: 800px; }
.cta-banner__text h3 {
  font-size: 22px;
  line-height: 1.5;
  color: #14212b;
  margin-bottom: 15px;
}
.cta-banner__text p {
  color: #c10f19;
  font-weight: 700;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
}
.cta-banner__text p::before {
  content: '';
  width: 30px; height: 2px;
  background: #939393;
}

/* --- CONTACT FORM --- */
.contact-form { max-width: 700px; margin: 0 auto; }
.form-group { margin-bottom: 20px; }
.form-group label {
  display: block; font-weight: 600; margin-bottom: 5px;
  color: #14212b; font-family: 'Source Sans Pro', sans-serif;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%; padding: 12px 15px;
  border: 1px solid #ddd; border-radius: 0;
  font-family: 'Open Sans', sans-serif; font-size: 15px; color: #333;
  transition: border-color 0.3s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: #c10f19; outline: none; }
.form-group textarea { min-height: 150px; resize: vertical; }
.form-checkbox { display: flex; align-items: flex-start; gap: 10px; }
.form-checkbox input[type="checkbox"] { width: auto; margin-top: 4px; }
.form-checkbox label { font-size: 13px; font-weight: 400; color: #666; }
.form-message { padding: 15px; margin-top: 15px; display: none; }
.form-message--success { background: #d4edda; color: #155724; border: 1px solid #c3e6cb; }
.form-message--error { background: #f8d7da; color: #721c24; border: 1px solid #f5c6cb; }

/* --- PRICING PACKAGES --- */
.packages-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px; align-items: flex-start;
}
.package {
  background: #fff; overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: transform 0.3s ease; position: relative;
}
.package:hover { transform: translateY(-5px); }
.package--popular { border: 2px solid #c10f19; }
.package--popular::after {
  content: 'Popularny'; position: absolute; top: 15px; right: -30px;
  background: #c10f19; color: #fff; padding: 4px 35px;
  font-size: 12px; font-weight: 700; transform: rotate(45deg);
}
.package__header {
  background: #939393; color: #fff; padding: 25px 20px; text-align: center;
}
.package__header h3 { color: #fff; font-size: 24px; margin-bottom: 5px; }
.package__price {
  font-size: 42px; font-weight: 700; font-family: 'Source Sans Pro', sans-serif; color: #c10f19;
}
.package__features { padding: 25px 20px; }
.package__features li {
  padding: 10px 10px; border-bottom: 1px solid #f0f0f0;
  font-size: 14px; text-align: center;
}
.package__footer { padding: 0 20px 25px; text-align: center; }

/* --- PRICING TABLE --- */
.pricing-table { width: 100%; border-collapse: collapse; margin-top: 30px; }
.pricing-table th {
  background: #939393; color: #fff; padding: 15px 20px; text-align: left;
  font-family: 'Source Sans Pro', sans-serif; font-weight: 700;
}
.pricing-table td { padding: 12px 20px; border-bottom: 1px solid #eee; }
.pricing-table tr:nth-child(even) { background: #f9f9f9; }
.pricing-table tr:hover { background: #f0f0f0; }
.pricing-table .price { font-weight: 700; color: #c10f19; white-space: nowrap; }

/* --- CONTACT BOXES --- */
.contact-boxes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-bottom: 50px; }
.contact-box {
  text-align: center; padding: 30px; background: #fff;
  box-shadow: 0 4px 15px rgba(0,0,0,0.06);
}
.contact-box__icon {
  width: 60px; height: 60px; margin: 0 auto 15px;
  background: #c10f19; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 24px;
}
.contact-box h4 { margin-bottom: 8px; }
.contact-box a { color: #c10f19; font-weight: 600; }
.contact-box a.btn { color: #ffffff; }

/* --- PAGE TITLE (subpages) --- */
.page-title {
  background: #f5f5f5; border-bottom: 3px solid #c10f19;
  padding: 40px 0; text-align: center;
}
.page-title h1 { color: #14212b; font-size: 36px; }

/* --- ADDITIONAL SERVICES --- */
.additional-services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.additional-service { text-align: center; padding: 20px; }
.additional-service__icon { width: 70px; height: 70px; margin: 0 auto 15px; }
.additional-service__icon img { width: 100%; height: 100%; object-fit: contain; }
.additional-service h5 { color: #14212b; }

/* --- VALUES --- */
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.value-card { text-align: center; padding: 30px; }
.value-card h4 { margin-bottom: 10px; color: #c10f19; }

/* --- FAQ --- */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid #eee; margin-bottom: 10px; }
.faq-question {
  width: 100%; background: none; border: none; padding: 20px 0;
  font-family: 'Source Sans Pro', sans-serif; font-weight: 700;
  font-size: 18px; color: #14212b; text-align: left; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
}
.faq-question::after { content: '+'; font-size: 24px; color: #c10f19; transition: transform 0.3s; }
.faq-item.active .faq-question::after { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.faq-item.active .faq-answer { max-height: 500px; padding-bottom: 20px; }

/* --- BLOG --- */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.blog-card { background: #fff; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.06); }
.blog-card__img { height: 200px; overflow: hidden; }
.blog-card__img img { width: 100%; height: 100%; object-fit: cover; }
.blog-card__body { padding: 20px; }
.blog-card__body h4 { margin-bottom: 10px; font-size: 18px; }
.blog-card__body p { font-size: 14px; }

/* --- SERVICE ICONS GRID (osoby prywatne) --- */
.service-icons-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; margin-bottom: 40px; }
.service-icon-card {
  text-align: center; padding: 30px 15px; background: #fff;
  box-shadow: 0 4px 15px rgba(0,0,0,0.06); transition: transform 0.3s;
}
.service-icon-card:hover { transform: translateY(-3px); }
.service-icon-card img { width: 60px; height: 60px; margin: 0 auto 15px; object-fit: contain; }
.service-icon-card h5 { font-size: 15px; }

/* --- FOOTER --- */
.footer { position: relative; }

/* Footer topbar (logo + contact icons) */
.footer__topbar {
  background: #ffffff;
  padding: 20px 0;
  border-top: 4px solid #c10f19;
}
.footer__topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.footer__topbar-contacts {
  display: flex;
  gap: 40px;
  align-items: center;
}
.footer__topbar-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #14212b;
}
.footer__topbar-icon {
  width: 45px; height: 45px;
  background: #c10f19;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}

/* Footer main (background image like original) */
.footer__main {
  background: url('../assets/images/uploads/footer-bg.jpg') center/cover no-repeat;
  position: relative;
  padding: 50px 0 40px;
}
.footer__main::before {
  content: ''; position: absolute; inset: 0;
  background: rgba(230, 230, 230, 0.88);
}
.footer__main .container { position: relative; z-index: 1; }

.footer__center {
  text-align: center;
  margin-bottom: 10px;
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.2fr 0.8fr 1.5fr;
  gap: 25px;
}
.footer__col h4 {
  color: #14212b; font-size: 16px; font-weight: 700;
  margin-bottom: 15px;
}
.footer__col p { font-size: 13px; line-height: 1.7; margin-bottom: 8px; color: #555; }
.footer__col a { color: #555; transition: color 0.3s; }
.footer__col a:hover { color: #c10f19; }
.footer__col ul li {
  padding: 4px 0; font-size: 13px; color: #555;
}

.footer__bottom {
  background: url('../assets/images/uploads/footer-bg.jpg') bottom/cover no-repeat;
  position: relative;
  padding: 15px 0;
  text-align: center;
  font-size: 13px;
  color: #888;
}
.footer__bottom::before {
  content: ''; position: absolute; inset: 0;
  background: rgba(230,230,230,0.88);
}
.footer__bottom .container { position: relative; z-index: 1; }

/* --- MODAL --- */
.modal {
  display: none; position: fixed; inset: 0;
  background: rgba(0,0,0,0.6); z-index: 2000;
  align-items: center; justify-content: center;
}
.modal.active { display: flex; }
.modal__content {
  background: #fff; padding: 40px; max-width: 500px; width: 90%; position: relative;
}
.modal__close {
  position: absolute; top: 15px; right: 15px;
  background: none; border: none; font-size: 24px; cursor: pointer; color: #999;
}

/* --- LANGUAGE SWITCHER --- */
.lang-switch { display: flex; gap: 5px; align-items: center; margin-left: 15px; }
.lang-switch__btn {
  padding: 4px 8px; font-size: 11px; font-weight: 700;
  font-family: 'Source Sans Pro', sans-serif; text-transform: uppercase;
  color: rgba(255,255,255,0.6); background: transparent;
  border: 1px solid rgba(255,255,255,0.2); cursor: pointer; transition: all 0.2s;
}
.lang-switch__btn:hover, .lang-switch__btn.active {
  color: #fff; background: #c10f19; border-color: #c10f19;
}

/* --- RESPONSIVE --- */
@media (max-width: 1024px) {
  .packages-grid { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: repeat(3, 1fr); }
  h1 { font-size: 36px; line-height: 42px; }
  h2 { font-size: 30px; line-height: 36px; }
  .hero__content h1 { font-size: 42px; line-height: 50px; }
}

@media (max-width: 768px) {
  .nav__list {
    position: fixed; top: 0; right: -300px; width: 300px; height: 100vh;
    background: #939393; flex-direction: column; padding: 60px 20px 20px;
    box-shadow: -5px 0 20px rgba(0,0,0,0.2); transition: right 0.3s ease;
    z-index: 999; overflow-y: auto;
  }
  .nav__list.open { right: 0; }
  .nav__toggle { display: block; z-index: 1001; }
  .nav__link { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .nav__dropdown {
    position: static; opacity: 1; visibility: visible; transform: none;
    box-shadow: none; display: none; padding-left: 15px;
  }
  .nav__item:hover .nav__dropdown, .nav__dropdown.open { display: block; }
  .nav__social { display: none; }

  .services-grid, .features-grid, .contact-boxes,
  .values-grid, .blog-grid, .additional-services,
  .testimonials-grid { grid-template-columns: 1fr; }
  .about-row { grid-template-columns: 1fr; }
  .packages-grid { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__topbar-inner { flex-direction: column; text-align: center; }
  .footer__topbar-contacts { flex-direction: column; gap: 15px; }
  .service-icons-grid { grid-template-columns: repeat(2, 1fr); }

  .hero__slide { min-height: 380px; }
  .hero__content h1 { font-size: 30px; line-height: 36px; }
  .hero__badge { font-size: 12px; padding: 8px 20px; }
  .hero__arrow { width: 36px; height: 36px; font-size: 18px; }

  .section { padding: 50px 0; }
  .topbar__contact { flex-direction: column; gap: 3px; font-size: 11px; }
  .cta-banner .container { flex-direction: column; text-align: center; }

  .service-card { flex-direction: column; }
  .service-card__icon { min-width: auto; min-height: 60px; }
  .service-card__icon::after { display: none; }
}

@media (max-width: 480px) {
  .footer__grid { grid-template-columns: 1fr; }
  .services-overlap { margin-top: -30px; }
  .service-icons-grid { grid-template-columns: 1fr; }
}

/* --- DEPTH & SHADOWS (global enhancement) --- */

/* Buttons: subtle shadow + lift on hover */
.btn {
  box-shadow: 0 2px 8px rgba(193,15,25,0.25);
  transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
}
.btn:hover {
  box-shadow: 0 6px 20px rgba(193,15,25,0.35);
  transform: translateY(-2px);
}

/* Service cards: elevated */
.service-card {
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}
.service-card:hover {
  box-shadow: 0 15px 40px rgba(0,0,0,0.18);
}

/* Feature boxes: depth */
.feature-box {
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.feature-box:hover {
  box-shadow: 0 12px 35px rgba(0,0,0,0.12);
}

/* Testimonials: lifted cards */
.testimonial__card {
  box-shadow: 0 6px 25px rgba(0,0,0,0.08);
}
.testimonial__card:hover {
  box-shadow: 0 12px 35px rgba(0,0,0,0.14);
  transform: translateY(-3px);
  transition: all 0.3s ease;
}

/* Contact boxes */
.contact-box {
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  transition: box-shadow 0.3s, transform 0.3s;
}
.contact-box:hover {
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
  transform: translateY(-3px);
}

/* Phone CTA box */
.phone-cta {
  box-shadow: 0 2px 15px rgba(0,0,0,0.06);
}

/* About row image: soft shadow */
.about-row__img img {
  box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

/* Section gray: subtle inset shadow for depth */
.section--gray {
  box-shadow: inset 0 4px 15px rgba(0,0,0,0.03);
}

/* Nav dropdown: deeper shadow */
.nav__dropdown {
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

/* Footer topbar icons: subtle shadow */
.footer__topbar-icon {
  box-shadow: 0 3px 10px rgba(193,15,25,0.3);
}

/* Packages: depth */
.package {
  box-shadow: 0 6px 25px rgba(0,0,0,0.1);
}
.package:hover {
  box-shadow: 0 15px 40px rgba(0,0,0,0.16);
}

/* --- UTILITIES --- */
.text-center { text-align: center; }
.text-red { color: #c10f19; }
.mt-30 { margin-top: 30px; }
.mb-30 { margin-bottom: 30px; }
.mb-50 { margin-bottom: 50px; }
