* {
  box-sizing: border-box;
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-style: normal;
  background: #f7f7f4;
  color: #111;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

/* HEADER */

.site-header {
  background: rgba(247, 247, 244, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 0;
  z-index: 100;
}

.header-inner {
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo img {
  width: 235px;
  height: 135px;
  display: block;
}

.header-phone {
  color: #111;
  font-size: 17px;
  font-weight: 800;
  text-decoration: none;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: #fff;
  transition: 0.2s ease;
}

.header-phone:hover {
  background: #111;
  color: #fff;
}

/* HERO */

.hero {
  padding: 72px 0 80px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  align-items: center;
  gap: 70px;
}

.hero-badge {
  display: inline-block;
  background: #111;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  padding: 9px 14px;
  border-radius: 999px;
  margin-bottom: 22px;
}

.hero-content h1 {
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 0.95;
  letter-spacing: -2px;
  font-weight: 900;
  max-width: 680px;
}

.hero-content h1 span {
  color: #ff5a00;
}

.hero-text {
  margin-top: 24px;
  max-width: 610px;
  font-size: 21px;
  line-height: 1.35;
  color: #333;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.btn-primary,
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 26px;
  border-radius: 10px;
  font-size: 17px;
  font-weight: 900;
  text-decoration: none;
  transition: 0.2s ease;
}

.btn-primary {
  background: #ff5a00;
  color: #fff;
  box-shadow: 0 14px 28px rgba(255, 90, 0, 0.28);
}

.btn-primary:hover {
  transform: translateY(-2px);
  background: #e64f00;
}

.btn-secondary {
  background: #fff;
  color: #111;
  border: 1px solid rgba(0, 0, 0, 0.14);
}

.btn-secondary:hover {
  background: #111;
  color: #fff;
}

.hero-proof {
  margin-top: 22px;
  display: grid;
  gap: 6px;
  font-size: 14px;
  color: #333;
}

.hero-proof strong {
  color: #111;
  font-size: 16px;
}

/* HERO IMAGES */

.hero-images {
  position: relative;
  display: grid;
  gap: 16px;
}

.hero-img {
  width: 100%;
  height: 265px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.2);
}

.main-img {
  height: 330px;
}

.small-img {
  height: 230px;
}

/* DAMAGE TIMELINE */

.damage-timeline {
  padding: 100px 20px;
  background: #fff;
}

.damage-timeline .container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-tag,
.section-label {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ff6a00;
  margin-bottom: 16px;
}

.damage-timeline h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.05;
  font-weight: 900;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

.damage-timeline h2 span {
  color: #ff6a00;
}

.section-text {
  max-width: 700px;
  font-size: 1.1rem;
  color: #666;
  line-height: 1.7;
  margin-bottom: 50px;
}

.timeline-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.timeline-card {
  background: white;
  border: 1px solid #eee;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
  transition: 0.3s;
}

.timeline-card:hover {
  transform: translateY(-5px);
}

.timeline-number {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ff6a00;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  margin-bottom: 20px;
}

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

.timeline-card p {
  color: #666;
  line-height: 1.6;
}

.timeline-card.danger {
  border: 2px solid #ff6a00;
}

.timeline-card.danger h3 {
  color: #ff6a00;
}

/* COMPARISON */

.comparison-section {
  padding: 110px 20px;
  background: #0f0f12;
  color: #fff;
}

.comparison-container {
  max-width: 1150px;
  margin: 0 auto;
}

.comparison-section h2 {
  max-width: 760px;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.1;
  letter-spacing: -1px;
  font-weight: 900;
  margin-bottom: 22px;
}

.comparison-intro {
  max-width: 720px;
  color: rgba(255,255,255,0.72);
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 50px;
}

.comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.compare-card {
  position: relative;
  border-radius: 26px;
  padding: 38px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
}

.compare-card.weak {
  opacity: 0.75;
}

.compare-card.strong {
  border: 2px solid #ff6a00;
  box-shadow: 0 0 45px rgba(255,106,0,0.18);
}

.best-badge {
  display: inline-block;
  background: #ff6a00;
  color: #fff;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 18px;
}

.compare-card h3 {
  font-size: 1.5rem;
  margin-bottom: 22px;
}

.compare-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.compare-card li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 15px;
  color: rgba(255,255,255,0.82);
  line-height: 1.5;
}

.compare-card.weak li::before {
  content: "×";
  position: absolute;
  left: 0;
  color: #999;
  font-weight: 900;
}

.compare-card.strong li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #ff6a00;
  font-weight: 900;
}

/* WHY US */

.why-us {
  background: #f7f7f4;
  color: #111;
  padding: 95px 20px;
}

.why-container {
  max-width: 1150px;
  margin: 0 auto;
  text-align: center;
}

.why-us h2 {
  max-width: 720px;
  margin: 0 auto 16px;
  color: #111;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.1;
  letter-spacing: -1px;
  font-weight: 900;
}

.why-us .section-subtitle {
  max-width: 680px;
  margin: 0 auto 42px;
  color: #666;
  font-size: 1.05rem;
  line-height: 1.65;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0 auto 38px;
  max-width: 1050px;
}

.why-card {
  text-align: left;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 22px;
  padding: 26px 22px;
  min-height: 210px;
  box-shadow: 0 14px 35px rgba(0,0,0,0.06);
  transition: transform .2s ease, box-shadow .2s ease;
}

.why-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.09);
}

.why-card span {
  display: inline-block;
  color: #ff6a00;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

.why-card h3 {
  color: #111;
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: 10px;
}

.why-card p {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.55;
  margin: 0;
}

.why-btn,
.gallery-btn,
.reviews-btn,
.footer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 310px;
  height: 58px;
  padding: 0 28px;
  background: #ff6a00;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none;
  border-radius: 12px;
  box-shadow: 0 14px 30px rgba(255,106,0,0.25);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.why-btn:hover,
.gallery-btn:hover,
.reviews-btn:hover,
.footer-btn:hover {
  transform: translateY(-2px);
  background: #ff7a1a;
  box-shadow: 0 18px 38px rgba(255,106,0,0.32);
}

/* GALLERY */

#gallery {
  scroll-margin-top: 90px;
}

.work-gallery {
  background: #000000;
  color: #fff;
  padding: 100px 20px;
  position: relative;
  overflow: hidden;
}

.work-gallery__inner {
  max-width: 1150px;
  margin: 0 auto;
  text-align: center;
}

.work-gallery h2 {
  max-width: 760px;
  margin: 0 auto 18px;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.1;
  letter-spacing: -1px;
  font-weight: 900;
}

.work-gallery__text {
  max-width: 700px;
  margin: 0 auto 48px;
  color: rgba(255,255,255,0.72);
  font-size: 1.05rem;
  line-height: 1.7;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 46px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  aspect-ratio: 4 / 5;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 12px 32px rgba(0,0,0,0.25);
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.55), rgba(0,0,0,0.05) 45%, transparent);
  pointer-events: none;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .3s ease;
}

.gallery-item:hover img {
  transform: scale(1.04);
}

.photo-tag {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 2;
  background: rgba(15,15,18,0.82);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 7px 11px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  backdrop-filter: blur(8px);
}

/* REVIEWS */

.reviews {
  background: #0f0f12;
  color: #fff;
  padding: 100px 20px;
  text-align: center;
}

.reviews-inner {
  max-width: 1150px;
  margin: 0 auto;
}

.reviews .eyebrow {
  color: #ff6a00;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 16px;
}

.reviews h2 {
  max-width: 760px;
  margin: 0 auto 14px;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.1;
  letter-spacing: -1px;
  font-weight: 900;
}

.reviews-counter {
  color: #ff6a00;
  font-weight: 800;
  font-size: 1rem;
  margin-bottom: 14px;
}

.reviews-sub {
  color: rgba(255,255,255,0.72);
  font-size: 1.05rem;
  max-width: 700px;
  margin: 0 auto 50px;
  line-height: 1.7;
}

.reviews-grid {
  max-width: 1150px;
  margin: 0 auto 42px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.review-shot {
  background: #fff;
  border-radius: 22px;
  padding: 8px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0,0,0,0.35);
  transition: transform 0.25s ease;
}

.review-shot:hover {
  transform: translateY(-6px);
}

.review-shot img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}

/* FAQ */

.faq-section {
  background: #fff;
  color: #111;
  padding: 95px 20px;
}

.faq-container {
  max-width: 1050px;
  margin: 0 auto;
  text-align: center;
}

.faq-section h2 {
  max-width: 720px;
  margin: 0 auto 42px;
  color: #111;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.1;
  letter-spacing: -1px;
  font-weight: 900;
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  text-align: left;
}

.faq-card {
  background: #f7f7f4;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 22px;
  padding: 26px;
  box-shadow: 0 14px 35px rgba(0,0,0,0.05);
}

.faq-card h3 {
  font-size: 1.08rem;
  font-weight: 900;
  margin-bottom: 10px;
}

.faq-card p {
  color: #666;
  line-height: 1.6;
  font-size: 0.98rem;
}

/* FORM */

.quote-section {
  background: #f7f7f4;
  color: #111;
  padding: 100px 20px;
}

.quote-container {
  max-width: 1050px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 46px;
  align-items: center;
}

.quote-content {
  text-align: left;
}

.quote-section h2 {
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  line-height: 1.1;
  letter-spacing: -1px;
  font-weight: 900;
  margin-bottom: 18px;
}

.quote-text {
  color: #666;
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 28px;
}

.quote-points {
  display: grid;
  gap: 12px;
}

.quote-points span {
  font-weight: 800;
  color: #222;
}

.quote-form {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 26px;
  padding: 34px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.08);
}

.quote-form input,
.quote-form textarea {
  width: 100%;
  border: 1px solid rgba(0,0,0,0.12);
  background: #f9f9f7;
  border-radius: 14px;
  padding: 17px 18px;
  margin-bottom: 14px;
  font-size: 1rem;
  font-family: inherit;
  color: #111;
  outline: none;
}

.quote-form textarea {
  resize: vertical;
  min-height: 130px;
}

.quote-form input:focus,
.quote-form textarea:focus {
  border-color: #ff6a00;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255,106,0,0.12);
}

.quote-form button {
  width: 100%;
  height: 58px;
  background: #ff6a00;
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(255,106,0,0.25);
  transition: all .2s ease;
}

.quote-form button:hover {
  transform: translateY(-2px);
  background: #ff7a1a;
  box-shadow: 0 18px 38px rgba(255,106,0,0.32);
}

.form-note {
  margin-top: 14px;
  text-align: center;
  color: #777;
  font-size: 0.9rem;
}

/* FOOTER */

.footer {
  background: #0f0f12;
  color: #fff;
  padding: 70px 20px 26px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-inner {
  max-width: 1150px;
  margin: 0 auto 42px;
  display: grid;
  grid-template-columns: 1.1fr 1fr 0.9fr;
  gap: 50px;
  align-items: start;
}

.footer-brand img {
  width: 190px;
  margin-bottom: 18px;
}

.footer-brand p,
.footer-column p {
  color: rgba(255,255,255,0.72);
  font-size: 0.98rem;
  line-height: 1.7;
  max-width: 330px;
}

.footer-column h3 {
  color: #ff6a00;
  font-size: 1rem;
  font-weight: 900;
  margin-bottom: 14px;
}

.footer-phone {
  display: inline-block;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 900;
  text-decoration: none;
  margin-bottom: 18px;
}

.footer-btn {
  min-width: 240px;
  height: 52px;
  padding: 0 22px;
  font-size: 0.95rem;
}

.footer-bottom {
  max-width: 1150px;
  margin: 0 auto;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.08);
  text-align: center;
}

.footer-bottom p {
  color: rgba(255,255,255,0.45);
  font-size: 0.85rem;
}

/* TABLET */

@media (max-width: 900px) {
  .timeline-grid,
  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 680px;
    gap: 16px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }

  .footer-cta {
    grid-column: span 2;
  }
}

/* PHONE */

@media (max-width: 850px) {
  .header-inner {
    height: 66px;
  }

  .logo img {
    width: 140px;
    height: 95px;
  }

  .header-phone {
    font-size: 13px;
    padding: 10px 12px;
  }

  .hero {
    padding: 38px 0 54px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .hero-badge {
    font-size: 12px;
    margin-bottom: 16px;
  }

  .hero-content h1 {
    font-size: clamp(24px, 12vw, 36px);
    letter-spacing: -1.8px;
  }

  .hero-text {
    font-size: 18px;
    margin-top: 18px;
  }

  .hero-actions {
    margin-top: 24px;
  }

  .btn-primary,
  .btn-secondary {
    width: 100%;
    min-height: 54px;
  }

  .hero-proof {
    font-size: 13px;
  }

  .hero-images {
    gap: 12px;
  }

  .hero-img,
  .main-img,
  .small-img {
    height: auto;
    aspect-ratio: 16 / 10;
    border-radius: 14px;
  }
}

@media (max-width: 560px) {
  .damage-timeline,
  .comparison-section,
  .why-us,
  .work-gallery,
  .reviews,
  .faq-section,
  .quote-section {
    padding: 70px 16px;
  }

  .damage-timeline h2,
  .comparison-section h2,
  .why-us h2,
  .work-gallery h2,
  .reviews h2,
  .faq-section h2,
  .quote-section h2 {
    font-size: clamp(1.8rem, 9vw, 2.4rem);
    letter-spacing: -0.8px;
  }

  .section-text,
  .comparison-intro,
  .why-us .section-subtitle,
  .work-gallery__text,
  .reviews-sub,
  .quote-text {
    font-size: 1rem;
    line-height: 1.6;
  }

  .comparison-grid,
  .why-grid,
  .faq-grid,
  .quote-container,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .compare-card,
  .why-card,
  .faq-card {
    padding: 24px;
    border-radius: 18px;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .gallery-item {
    aspect-ratio: 1 / 1.15;
    border-radius: 16px;
  }

  .photo-tag {
    left: 9px;
    bottom: 9px;
    font-size: 0.62rem;
    padding: 5px 8px;
  }

  .reviews-grid {
    max-width: 520px;
  }

  .quote-content {
    text-align: center;
  }

  .quote-form {
    padding: 22px;
    border-radius: 20px;
  }

  .quote-form input,
  .quote-form textarea {
    font-size: 0.95rem;
    padding: 15px 16px;
  }

  .why-btn,
  .gallery-btn,
  .reviews-btn,
  .footer-btn {
    width: 100%;
    min-width: 0;
    height: 56px;
  }

  .footer {
    padding: 60px 16px 24px;
    text-align: center;
  }

  .footer-cta {
    grid-column: auto;
  }

  .footer-brand img {
    width: 120px;
  }

  .footer-brand p,
  .footer-column p {
    max-width: 100%;
    margin: 0 auto;
  }
}
