* { box-sizing: border-box; margin: 0; padding: 0; }


@font-face {
  font-family: 'FbVersatily';
  src: url('webfont/FbVersatily-Regular.woff2') format('woff2'),
       url('webfont/FbVersatily-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FbVersatily';
  src: url('webfont/FbVersatily-Bold.woff2') format('woff2'),
       url('webfont/FbVersatily-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}


body {
  font-family: 'FbVersatily';
  font-weight: normal;
  background: url("רקע תיק עבודות גריד-11.jpg") no-repeat center center fixed;
  background-size: cover;
  color: #FFFBF5;
  overflow-x: hidden;
}

header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 40px 60px;
  z-index: 1000;
}

nav {
  background: #0B173B;
  padding: 12px 36px;
  border-radius: 40px;
  display: flex;
  gap: 32px;
}

nav a {
  color: #FFFBF5;
  text-decoration: none;
  font-size: 26px;
}

nav a.active { color: #ED1A37; }

main { padding-top: 180px; }

/* HERO */
.hero-content {
  min-height: calc(100vh - 180px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-row {
  display: flex;
  gap: 40px;
  flex-direction: row-reverse;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.main-logo {
  width: 700px;
  max-width: 80vw;
}

.buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.btn {
  font-size: 28px;
  padding: 8px 26px;
  border-radius: 50px;
  text-decoration: none;
  text-align: center;
}

.btn-primary {
  background: #ED1A37;
  color: #fff;
  border: none;
}
.btn-primary:focus,
.btn-primary:active {
  outline: none;
  box-shadow: none;
}

.btn-outline { border: 2px solid #ED1A37; color: #fff; }

.contact-form .btn-primary {
  font-family: 'FbVersatily';
  font-weight: bold;
  font-size: 42px;
  line-height: 1;
  padding: 2px 26px;
}

/* QUOTE */
.quote-section {
  background: #FFFBF5;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  padding: 100px 1% 150px;
}

.star {
  position: absolute;
  right: 1%;
  top: 52%;
  transform: translateY(-50%);
  width: 1060px;
  max-width: 62vw;
}

.quote-box {
  width: 100%;
  text-align: center;
  color: #0B173B;
  margin-top: 170px;
  margin-right: 410px;
  padding: 32px 44px;
  z-index: 2;
}

.quote-box p { font-size: 44px; }



.signature-img { width: 160px; }



/* 🔴 SERVICES החדש */
.services {
  display: flex;
  width: 100%;
  min-height: 60vh;
  font-weight: normal;
}

.service-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 40px 20px;
  text-align: center;
}

/* צבעים */
.service-box:nth-child(1) {
   background: #ED1A37;

  color: #0B173B;
}

.service-box:nth-child(2) {
   background: #FFFBF5;
  color: #0B173B;
}

.service-box:nth-child(3) {
  background: #0B173B;
  color: #FFFBF5;
}

.service-box img {
  width: 280px;
}

.service-box h3 {
  font-size: 62px;
  line-height: 0.9;
}

.contact-section-gap { height: 200px; }
/* CONTACT */
.contact-section {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 200px 20px;
  text-align: center;
}

.contact-image { width: 350px; }

.contact-section h2 {
  font-size: 80px;
    color: #F5F2EE;
}

.contact-form {
  width: 100%;
  max-width: 520px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 20px;
  border-radius: 50px;
  border: none;
  background: #F5F2EE;
  color: #0B173B;
  font-size: 16px;
  text-align: right;
}

.contact-form textarea {
  border-radius: 30px;
  min-height: 90px;
}

.error {
  color: #ED1A37;
  font-size: 14px;
  text-align: right;
}

.contact-info {
  margin-top: 20px;
  color: #ED1A37;
  font-size: 22px;
}

footer {
  background: #0B173B;
  color: #FFFBF5;
  padding: 6px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

/* רספונסיביות */
@media (max-width: 900px) {
  .hero-row { flex-direction: column; }

  .services {
    flex-direction: column;
  }

  .service-box {
    min-height: 200px;
  }
}

@media (max-width: 600px) {
  nav a { font-size: 16px; }
  .service-box h3 { font-size: 26px; }
  .contact-section h2 { font-size: 40px; }
}

  h2{
      font-family: 'Inter', sans-serif;
        font-weight: 900;
  }
.contact-form .btn-primary {
  letter-spacing: 2px;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  font-family: 'FbVersatily', sans-serif;
  font-size: 24px;
  color: #0B173B;
}
