* {
  box-sizing: border-box;
}

:root {
  --orange: #f46a00;
  --orange-dark: #d95800;
  --dark: #101820;
  --dark-soft: #1a242b;
  --text: #111827;
  --muted: #5f6b7a;
  --cream: #fff7ee;
  --line: #ece7df;
  --white: #ffffff;
  --shadow: 0 12px 32px rgba(16, 24, 32, 0.12);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: #fffaf3;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 92px;
  padding: 14px clamp(18px, 6vw, 72px);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  box-shadow: 0 2px 18px rgba(16, 24, 32, 0.07);
}

.brand img {
  height: 64px;
  width: auto;
  display: block;
}

.main-nav {
  display: flex;
  gap: clamp(16px, 3vw, 42px);
  align-items: center;
  font-weight: 800;
  font-size: 15px;
}

.main-nav a {
  text-decoration: none;
  position: relative;
}

.main-nav a:first-child,
.main-nav a:hover {
  color: var(--orange);
}

.main-nav a:first-child::after,
.main-nav a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 3px;
  background: var(--orange);
  border-radius: 999px;
}

.call-button {
  background: var(--orange);
  color: white;
  text-decoration: none;
  font-weight: 900;
  padding: 14px 24px;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(244, 106, 0, 0.28);
}

.hero {
  min-height: 560px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  background: linear-gradient(90deg, #fffaf3 0%, #fff3df 52%, #f2dfc7 100%);
}

.hero-text {
  padding: clamp(42px, 7vw, 76px) clamp(20px, 7vw, 92px);
  align-self: center;
}

.hero h1 {
  margin: 0 0 22px;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.04;
  letter-spacing: -2px;
}

.hero h1 span {
  color: var(--orange);
}

.hero p {
  max-width: 500px;
  font-size: 21px;
  line-height: 1.5;
  margin: 0 0 26px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 42px;
}

.button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: 999px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.button.primary {
  background: var(--orange);
  color: white;
  box-shadow: 0 12px 26px rgba(244, 106, 0, 0.28);
}

.button.secondary {
  border: 2px solid var(--orange);
  color: var(--orange);
  background: rgba(255, 255, 255, 0.65);
}

.trust-row {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
}

.trust-row div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.trust-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 2px solid var(--dark);
  border-radius: 50%;
  font-weight: 900;
  font-size: 22px;
  color: var(--dark);
}

.trust-row strong {
  font-size: 14px;
  line-height: 1.25;
}

.hero-photo {
  min-height: 560px;
  background:
    linear-gradient(90deg, rgba(255, 250, 243, 0.35), rgba(255, 250, 243, 0.02)),
    url("assets/hero-tools.svg");
  background-size: cover;
  background-position: center;
}

.section {
  max-width: 1160px;
  margin: 0 auto;
  padding: 34px 20px 26px;
}

.section-title {
  text-align: center;
  margin-bottom: 30px;
}

.section-title h2 {
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.1;
  margin: 0;
}

.section-title span {
  display: block;
  width: 46px;
  height: 4px;
  background: var(--orange);
  border-radius: 999px;
  margin: 14px auto 0;
}

.section-title.light h2 {
  color: white;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.service-card {
  background: white;
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 20px;
  padding: 28px;
  border-radius: 14px;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
  min-height: 150px;
}

.service-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  font-size: 34px;
  border-radius: 14px;
  background: #fff3e5;
  border: 2px solid #ffe0bd;
}

.service-card h3 {
  font-size: 23px;
  line-height: 1.1;
  margin: 0 0 10px;
}

.service-card p {
  color: var(--muted);
  margin: 0;
  line-height: 1.45;
}

.why {
  max-width: 1160px;
  margin: 18px auto 28px;
  padding: 28px 32px 36px;
  border-radius: 14px;
  background:
    radial-gradient(circle at top left, rgba(244, 106, 0, 0.18), transparent 28%),
    linear-gradient(135deg, var(--dark), var(--dark-soft));
  box-shadow: var(--shadow);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  color: white;
}

.why-grid > div {
  padding: 20px 28px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.why-grid > div:last-child {
  border-right: none;
}

.why-icon {
  color: var(--orange);
  font-size: 36px;
  margin-bottom: 10px;
}

.why h3 {
  margin: 0 0 10px;
  font-size: 19px;
}

.why p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.45;
}

.reference-row {
  display: grid;
  grid-template-columns: 42px repeat(5, 1fr) 42px;
  gap: 14px;
  align-items: center;
}

.round-arrow {
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: var(--orange);
  color: white;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.reference-card {
  height: 180px;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow);
  overflow: hidden;
  display: flex;
  align-items: end;
}

.reference-card span {
  width: 100%;
  padding: 60px 12px 12px;
  color: white;
  font-weight: 900;
  font-size: 15px;
  background: linear-gradient(transparent, rgba(16, 24, 32, 0.82));
}

.photo-shelf {
  background-image: url("https://images.unsplash.com/photo-1618220179428-22790b461013?auto=format&fit=crop&w=600&q=80");
}

.photo-tv {
  background-image: url("https://images.unsplash.com/photo-1615874694520-474822394e73?auto=format&fit=crop&w=600&q=80");
}

.photo-sink {
  background-image: url("https://images.unsplash.com/photo-1584622650111-993a426fbf0a?auto=format&fit=crop&w=600&q=80");
}

.photo-garden {
  background-image: url("https://images.unsplash.com/photo-1598902108854-10e335adac99?auto=format&fit=crop&w=600&q=80");
}

.photo-wall {
  background-image: url("https://images.unsplash.com/photo-1618221118493-9cfa1a1c00da?auto=format&fit=crop&w=600&q=80");
}

.reference-note {
  text-align: center;
  color: var(--orange);
  font-weight: 800;
  margin: 18px 0 0;
}

.about {
  max-width: 780px;
  margin: 0 auto 30px;
  padding: 0 20px 14px;
  text-align: center;
}

.about h2 {
  font-size: 32px;
  margin: 0 0 10px;
}

.about h2::after {
  content: "";
  display: block;
  width: 42px;
  height: 4px;
  background: var(--orange);
  border-radius: 999px;
  margin: 10px auto 0;
}

.about p {
  font-size: 18px;
  line-height: 1.55;
  margin: 8px 0;
}

.about strong {
  color: var(--orange);
}

.contact {
  background:
    radial-gradient(circle at bottom right, rgba(244, 106, 0, 0.18), transparent 30%),
    linear-gradient(135deg, var(--dark), var(--dark-soft));
  color: white;
  display: grid;
  grid-template-columns: 0.9fr 1.4fr;
  gap: 44px;
  padding: 38px clamp(20px, 7vw, 92px);
}

.contact h2 {
  font-size: 30px;
  margin: 0 0 26px;
}

.contact h2::after {
  content: "";
  display: block;
  width: 44px;
  height: 4px;
  background: var(--orange);
  margin-top: 12px;
}

.contact-item {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 19px;
}

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

.form-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: white;
  border-radius: 7px;
  padding: 14px 16px;
  font: inherit;
  outline: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.contact-form textarea {
  height: 98px;
  resize: vertical;
  margin-top: 12px;
}

.contact-form button {
  width: 100%;
  margin-top: 12px;
  border: none;
  border-radius: 8px;
  background: var(--orange);
  color: white;
  padding: 16px;
  text-transform: uppercase;
  font-weight: 900;
  cursor: pointer;
  font-size: 16px;
}

.footer {
  background: #0e151b;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
  padding: 10px 16px;
  font-size: 12px;
}

.footer p {
  margin: 0;
}

@media (max-width: 980px) {
  .site-header {
    height: auto;
    flex-wrap: wrap;
  }

  .main-nav {
    order: 3;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

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

  .hero-photo {
    min-height: 340px;
  }

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

  .why-grid > div {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
  }

  .reference-row {
    grid-template-columns: 42px repeat(2, 1fr) 42px;
  }

  .reference-card:nth-of-type(n+4) {
    display: none;
  }

  .contact {
    grid-template-columns: 1fr;
  }

  .form-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .brand img {
    height: 54px;
  }

  .call-button {
    padding: 11px 18px;
  }

  .hero-text {
    padding-top: 34px;
  }

  .hero h1 {
    font-size: 37px;
  }

  .hero p {
    font-size: 18px;
  }

  .trust-row {
    gap: 18px;
  }

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

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

  .reference-row {
    grid-template-columns: 1fr;
  }

  .round-arrow {
    display: none;
  }

  .reference-card {
    height: 210px;
  }
}


.contact-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 16px;
  padding: 28px;
  align-self: center;
}

.contact-card h3 {
  margin: 0 0 12px;
  font-size: 28px;
}

.contact-card p {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  line-height: 1.55;
}

.contact-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.button.secondary.dark {
  color: white;
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.08);
}
