:root {
  color-scheme: dark;
  --bg-body: #f8fbff;
  --bg-dark: #041726;
  --panel: #0a172f;
  --text: #0f172a;
  --text-muted: #64748b;
  --text-light: #eff6ff;
  --accent: #f5b236;
  --accent-dark: #d48c0c;
  --radius: 26px;
  --shadow: 0 30px 60px rgba(15, 23, 42, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, sans-serif;
  background: var(--bg-body);
  color: var(--text);
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.topbar,
.navbar,
.hero,
.products,
.feature-panel,
.about,
.partners {
  /* width: min(1200px, calc(100% - 32px)); */
  /* margin: 0 auto; */
}

.topbar,
.footer {
  width: 100%;
  max-width: none;
  margin: 0;
}

.footer__grid {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 25px;
  color: var(--text-light);
  background: var(--bg-dark);
  font-size: 0.8rem;
}

.topbar__left,
.topbar__right {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
}

.topbar__left a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.topbar__left a:hover {
  color: #ffffff;
  transform: translateY(-1px);
}

.topbar__left a svg,
.topbar__right span svg,
.topbar__socials a svg {
  width: 1rem;
  height: 1rem;
  fill: #f8fafc;
  flex-shrink: 0;
}

.topbar__right span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.85);
}

.topbar__left a:hover svg,
.topbar__socials a:hover svg,
.topbar__right span:hover svg {
  fill: #ffffff;
}

.topbar__socials {
  display: flex;
  gap: 0.75rem;
}

.topbar__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--text-light);
  font-size: 0.85rem;
}

.navbar {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 10px 25px;
  background: #fff;
  border-radius: 0 !important;
  box-shadow: var(--shadow);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
}

.brand__logo {
  width: 185px;
  height: 56px;
  border-radius: 4px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: transparent;
}

.brand__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.brand__name {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.brand__tag {
  font-size: 0.85rem;
  color: var(--text-muted);
}

.navbar__toggle {
  display: none;
  border: none;
  background: transparent;
  font-size: 1.75rem;
  color: var(--text);
  margin-left: auto;
}

.navbar__links {
  display: flex;
  gap: 1.8rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.navbar__links a {
  color: var(--text);
  font-weight: 700;
  transition: color 0.2s ease;
  position: relative;
  padding-bottom: 0.35rem;
}

.navbar__links a:hover,
.navbar__links a.active {
  color: var(--accent);
}

.navbar__links a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--accent);
  border-radius: 2px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.85rem;
  border-radius: 0;
  border: 1px solid transparent;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button--primary,
.button--accent {
  background: var(--accent);
  color: #08101d;
  font-weight: 700;
  box-shadow: 0 18px 40px rgba(245, 178, 54, 0.16);
  border-radius: 8px;
}

.button--secondary {
  background: var(--bg-dark);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
}

.hero__form .button--accent {
  width: 100%;
  padding: 0.5rem 1rem;
  margin-top: 0.3rem;
  border-radius: 5px;
  border: none;
  font-size: 0.8rem;
}

.button--secondary {
  background: var(--bg-dark);
  color: #fff;
  border: 1px solid rgba(15, 23, 42, 0.12);
}

.hero {
  display: grid;
  grid-template-columns: 1.45fr 0.65fr;
  gap: 2rem;
  align-items: center;
  min-height: 88vh;
  padding: 1rem 4rem;
  border-radius: 0;
  background: url("https://images.unsplash.com/photo-1504307651254-35680f356dfd?auto=format&fit=crop&w=1800&q=80") center/cover no-repeat;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 7, 24, 0.76), rgba(4, 7, 24, 0.94));
}

.hero__content,
.hero__form {
  position: relative;
  z-index: 1;
}

.hero__content {
  color: #f8fafc;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.82rem;
  margin-bottom: 1rem;
}

.hero h1 {
  margin: 0;
  font-size: clamp(3rem, 4vw, 5.2rem);
  line-height: 0.95;
  max-width: 680px;
}

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

.hero__text {
  max-width: 560px;
  margin: 1.5rem 0 2rem;
  color: rgba(248, 250, 252, 0.82);
  font-size: 1rem;
  line-height: 1.8;
}

.hero__badges {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1rem 1.15rem;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #f8fafc;
  font-size: 0.95rem;
}

.badge span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.14);
}

.hero__form {
  max-width: 350px;
  padding: 1rem;
  border-radius: 18px;
  background: rgba(3, 10, 26, 0.96);
  border: 1px solid rgba(245, 178, 54, 0.2);
  box-shadow: 0 50px 110px rgba(0, 0, 0, 0.35);
}

.form-card {
  display: grid;
  gap: 1.05rem;
}

.hero__form .eyebrow {
  margin-bottom: 0.8rem;
  letter-spacing: 0.26em;
  color: rgba(245, 178, 54, 0.95);
  font-size: 0.8rem;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 0.75rem;
}

.hero__form .eyebrow::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3.25rem;
  height: 3px;
  background: var(--accent);
  border-radius: 2px;
}

.hero__form .eyebrow span {
  color: var(--accent);
}

.hero__form h2 {
  margin: 0;
  font-size: clamp(2.2rem, 3vw, 2.6rem);
  line-height: 1.04;
  color: #f8fafc;
}

.hero__form label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
  white-space: nowrap;
}

.input-field {
  position: relative;
  padding: 2px;
}


.input-field input,
.input-field select,
.input-field textarea {
  width: 100%;
  font-size: 12px;
  padding: 0.25rem 0.25rem;
  border-radius: 5px;
  border: 2px solid rgba(15, 23, 42, 0.1);
  background: #ffffff;
  color: #0f172a;
  outline: none;
  box-shadow: inset 0 1px 3px rgba(15, 23, 42, 0.06);
  min-height: 35px;
}

.input-field textarea {
  min-height: 85px;
  resize: vertical;
  padding-top: 0.5rem;
}

.field-icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  opacity: 0.64;
  color: rgba(15, 23, 42, 0.55);
}

.input-field input:focus,
.input-field select:focus,
.input-field textarea:focus {
  border-color: rgba(245, 178, 54, 0.9);
  box-shadow: 0 0 0 4px rgba(245, 178, 54, 0.12);
}

.select-field select {
  appearance: none;
}

.privacy {
  margin-top: 0.5rem;
  color: rgba(248, 250, 252, 0.78);
  font-size: 0.6rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.privacy i {
  font-size: 0.95rem;
  color: rgba(245, 178, 54, 0.95);
}

.products {
  /* margin-top: 3rem;
  padding: 3.2rem 0 4rem; */
  background: #f8fafc;
      padding: 1rem 4rem;
}

.section-header {
  display: grid;
  grid-template-columns:  0.3fr 0.5fr 0.2fr;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.section-header h2 {
  margin: 0;
  font-size: clamp(2rem, 2.25vw, 2.6rem);
  line-height: 1.05;
}

.section-header__cta {
  text-align: right;
}

.section-header__cta p {
  margin: 0 0 1rem;
  max-width: 420px;
  color: var(--text-muted);
  line-height: 1.8;
}

.section-header__cta a::after {
  content: "→";
  margin-left: 0.5rem;
  transition: transform 0.2s ease;
}

.section-header__cta a:hover::after {
  transform: translateX(4px);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.product-card {
  background: #fff;
  border-radius: 2px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}

.product-card__image {
  width: 100%;
  min-height: 190px;
  background-size: cover;
  background-position: center;
}

.product-card__image.image--bars {
  background: linear-gradient(135deg, rgba(245, 178, 54, 0.2), rgba(14, 76, 134, 0.15)), url('https://images.unsplash.com/photo-1519389950473-47ba0277781c?auto=format&fit=crop&w=800&q=60');
}

.product-card__image.image--cement {
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.15), rgba(56, 189, 248, 0.12)), url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=800&q=60');
}

.product-card__image.image--nails {
  background: linear-gradient(135deg, rgba(245, 178, 54, 0.12), rgba(15, 23, 42, 0.16)), url('https://images.unsplash.com/photo-1586201375761-83865001eab5?auto=format&fit=crop&w=800&q=60');
}

.product-card__image.image--wire {
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.14), rgba(15, 23, 42, 0.16)), url('https://images.unsplash.com/photo-1517841905240-472988babdf9?auto=format&fit=crop&w=800&q=60');
}

.product-card__image.image--chemical {
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.14), rgba(6, 95, 70, 0.16)), url('https://images.unsplash.com/photo-1550258987-190a2d41a8ba?auto=format&fit=crop&w=800&q=60');
}

.product-card__info {
  padding: 1.8rem 1.4rem 1.8rem;
  position: relative;
}

.product-card__icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #0f172a;
  color: #fff;
  position: absolute;
  top: -23px;
  left: 1.35rem;
  font-size: 1.15rem;
}

.product-card h3 {
  margin: 1.4rem 0 0.55rem;
  font-size: 1rem;
  color: var(--text);
}

.product-card p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.75;
  font-size: 0.95rem;
}

.feature-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  /* padding: 1.75rem 0; */
  padding: 1rem 4rem;
  margin-top: 2rem;
  background: var(--bg-dark);
  border-radius: 2px;
}

.feature-item {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 1.1rem 1rem;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.05);
}

.feature-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  color: #f8fafc;
  font-size: 1.2rem;
}

.feature-item h4 {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  color: #f8fafc;
}

.feature-item p {
  margin: 0;
  color: rgba(248, 250, 252, 0.75);
  line-height: 1.6;
  font-size: 0.95rem;
}

.about {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 2rem;
  /* padding: 4rem 0; */
  padding: 2rem 4rem;
}

.about__copy {
  max-width: 540px;
}

.about .eyebrow {
  margin-bottom: 0.8rem;
}

.about h2 {
  margin: 0 0 1.2rem;
  font-size: clamp(2.4rem, 3vw, 3rem);
  line-height: 1.05;
}

.about p {
  color: var(--text-muted);
  line-height: 1.8;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.stat-card {
  background: #fff;
  border-radius: 2px;
  padding: 1.6rem;
  text-align: center;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.stat-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin: 0 auto 1rem;
  border-radius: 16px;
  background: rgba(245, 178, 54, 0.16);
  font-size: 1.3rem;
}

.stat-card strong {
  display: block;
  font-size: 2rem;
  margin-bottom: 0.4rem;
}

.stat-card span {
  color: var(--text-muted);
}

.partners {
  /* padding-bottom: 2.5rem; */
  padding: 1rem 4rem;
}

.partners__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.partner-logo {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 2px;
  padding: 1.25rem;
  min-height: 120px;
  display: grid;
  place-items: center;
}

.partner-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.footer {
  /* padding: 3.5rem 0 2rem; */
  padding: 1rem 4rem;
  background: var(--bg-dark);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer__grid {
  display: grid;
  grid-template-columns: minmax(240px, 320px) repeat(4, minmax(0, 1fr));
  gap: 2rem;
  align-items: start;
}

.footer__section {
  display: grid;
  gap: 0.5rem;
}

.footer__brand p,
.footer__section p,
.footer__section a,
.footer__bottom a {
  color: rgba(226, 232, 240, 0.84);
}

.footer__brand .brand__logo {
  width: 46px;
  height: 46px;
}

.footer__brand .brand__name {
  font-size: 0.95rem;
}

.footer__brand .brand__tag {
  font-size: 0.8rem;
}

.footer__brand .socials {
  display: flex;
  gap: 0.75rem;
  margin-top: 1rem;
}

.footer__brand .socials a {
  color: rgba(226, 232, 240, 0.9);
  font-size: 0.95rem;
}

.footer-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: rgba(226, 232, 240, 0.84);
  text-decoration: none;
}

.footer-contact-link:hover {
  color: #ffffff;
}

.footer-contact-link .footer-icon {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
  flex-shrink: 0;
}

.footer__section h3,
.footer__cta h3 {
  color: #fff;
  margin-bottom: 1rem;
}

.footer__section a,
.footer__section p {
  color: rgba(226, 232, 240, 0.84);
}

.footer__section a,
.footer__section p {
  display: block;
  margin-bottom: 0.75rem;
  color: rgba(226, 232, 240, 0.84);
}

.footer__cta {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer__cta .button {
  width: fit-content;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 900px) {
  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

.footer__bottom span,
.footer__bottom a {
  color: rgba(226, 232, 240, 0.75);
  font-size: 0.9rem;
}

.footer__links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

@media (max-width: 1100px) {
  .hero,
  .about {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 900px) {
  .product-grid,
  .feature-panel,
  .stats-grid,
  .partners__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-header {
    grid-template-columns: 1fr;
  }

  .section-header__cta {
    text-align: left;
  }
}

@media (max-width: 700px) {
  .topbar,
  .navbar,
  .footer,
  .hero,
  .products,
  .feature-panel,
  .about,
  .partners {
    width: calc(100% - 24px);
  }

  .navbar__toggle {
    display: inline-flex;
  }

  .navbar__links {
    display: none;
    flex-direction: column;
    gap: 0.85rem;
    width: 100%;
  }

  .navbar__links.show {
    display: flex;
  }

  .products,
  .about,
  .partners {
    padding-left: 0;
    padding-right: 0;
  }

  .product-grid,
  .feature-panel,
  .stats-grid,
  .partners__list {
    grid-template-columns: 1fr;
  }
}
