.hammerlo-section {
  background: linear-gradient(180deg, #f7f7f7 0%, #ececec 100%);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.hammerlo-section .hammerlo-hero {
  width: 100%;
  margin: 0 auto;
  padding: 60px 150px 40px;
  text-align: left;
}
.hammerlo-section .hammerlo-hero .breadcrumb {
  display: inline-block;
  color: var(--bs-primary);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.hammerlo-section .hammerlo-hero .hammerlo-title {
  font-size: 48px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 15px 0 20px;
  line-height: 1.2;
}
.hammerlo-section .hammerlo-hero .hammerlo-intro {
  font-size: 17px;
  color: #4a4a4a;
  line-height: 1.8;
  max-width: 900px;
  margin-bottom: 20px;
}
.hammerlo-section .hammerlo-hero .hammerlo-intro:first-of-type {
  margin-top: 0;
}
.hammerlo-section .hammerlo-hero .hammerlo-intro:last-of-type {
  margin-bottom: 0;
}
.hammerlo-section .hammerlo-hero .hammerlo-features {
  list-style: none;
  padding: 0 30px 0 0;
  margin: 25px 0 30px;
  max-width: 900px;
}
.hammerlo-section .hammerlo-hero .hammerlo-features li {
  font-size: 16px;
  color: #4a4a4a;
  line-height: 1.8;
  margin-bottom: 12px;
  padding-left: 40px;
  position: relative;
}
.hammerlo-section .hammerlo-hero .hammerlo-features li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  background: url('../img/Home_check.svg') no-repeat center / contain;
  display: block;
}
.hammerlo-section .hammerlo-hero .hammerlo-features li:last-child {
  margin-bottom: 0;
}
.hammerlo-section .benefits-section {
  width: 100%;
  margin: 0 auto;
  padding: 60px 150px;
  position: relative;
}
.hammerlo-section .benefits-section .watermark-icon {
  position: absolute;
  top: 0;
  right: 20px;
  pointer-events: none;
  z-index: 0;
}
.hammerlo-section .benefits-section .section-title {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  z-index: 1;
}
.hammerlo-section .benefits-section .section-title .title-icon {
  display: block;
  width: 4px;
  height: 40px;
  background: var(--bs-primary);
  border-radius: 2px;
  font-size: 0;
}
.hammerlo-section .benefits-section .section-intro {
  color: #666666;
  line-height: 1.6;
  margin: 15px 0 40px;
  max-width: 700px;
  position: relative;
  z-index: 1;
}
.hammerlo-section .benefits-section .benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  position: relative;
  z-index: 1;
}
.hammerlo-section .benefits-section .benefits-grid .benefit-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 30px 25px;
  border-radius: 12px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hammerlo-section .benefits-section .benefits-grid .benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.hammerlo-section .benefits-section .benefits-grid .benefit-card .benefit-header {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  margin-bottom: 12px;
}
.hammerlo-section .benefits-section .benefits-grid .benefit-card .benefit-icon {
  width: 70px;
  height: 70px;
  background: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hammerlo-section .benefits-section .benefits-grid .benefit-card .benefit-icon img {
  width: 60px;
  height: 60px;
}
.hammerlo-section .benefits-section .benefits-grid .benefit-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.3;
  flex: 1;
}
.hammerlo-section .benefits-section .benefits-grid .benefit-card p {
  font-size: 14px;
  color: #666666;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 1024px) {
  .hammerlo-section .benefits-section .watermark-icon {
    width: 150px;
    height: auto;
    right: 15px;
  }
  .hammerlo-section .benefits-section .benefits-grid {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .hammerlo-section .benefits-section {
    padding: 40px 20px;
  }
  .hammerlo-section .benefits-section .watermark-icon {
    width: 120px;
    height: auto;
    opacity: 0.05;
    right: 10px;
  }
  .hammerlo-section .benefits-section .section-title {
    font-size: 24px;
  }
  .hammerlo-section .benefits-section .section-intro {
    font-size: 15px;
    margin: 12px 0 30px;
  }
  .hammerlo-section .benefits-section .benefits-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .hammerlo-section .benefits-section .benefit-card {
    padding: 24px 20px;
  }
  .hammerlo-section .benefits-section .benefit-card .benefit-icon {
    width: 65px;
    height: 65px;
    margin-bottom: 16px;
  }
  .hammerlo-section .benefits-section .benefit-card .benefit-icon svg {
    width: 52px;
    height: 52px;
  }
  .hammerlo-section .benefits-section .benefit-card h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .hammerlo-section .benefits-section .benefit-card p {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .hammerlo-section .benefits-section {
    padding: 30px 15px;
  }
  .hammerlo-section .benefits-section .watermark-icon {
    width: 100px;
    height: auto;
    opacity: 0.04;
  }
  .hammerlo-section .benefits-section .section-title {
    font-size: 22px;
    gap: 10px;
  }
  .hammerlo-section .benefits-section .section-title .title-icon {
    height: 30px;
  }
  .hammerlo-section .benefits-section .section-intro {
    font-size: 14px;
    margin: 10px 0 25px;
  }
  .hammerlo-section .benefits-section .benefit-card {
    padding: 20px 16px;
  }
  .hammerlo-section .benefits-section .benefit-card .benefit-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 14px;
  }
  .hammerlo-section .benefits-section .benefit-card .benefit-icon svg {
    width: 48px;
    height: 48px;
  }
  .hammerlo-section .benefits-section .benefit-card h3 {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .hammerlo-section .benefits-section .benefit-card p {
    font-size: 12px;
    line-height: 1.5;
  }
}
.hammerlo-section .feature-section {
  width: 100%;
  margin: 60px auto;
  padding: 60px 150px;
  border-radius: 12px;
}
.hammerlo-section .feature-section .section-title {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.hammerlo-section .feature-section .section-title .title-icon {
  display: block;
  width: 4px;
  height: 40px;
  background: var(--bs-primary);
  border-radius: 2px;
  font-size: 0;
}
.hammerlo-section .feature-section .section-intro {
  color: #666666;
  line-height: 1.6;
  margin: 15px 0 40px;
  max-width: 700px;
}
.hammerlo-section .feature-section .feature-image {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  max-width: 100%;
}
.hammerlo-section .feature-section .feature-image img {
  width: 100%;
  height: auto;
  display: block;
}
.hammerlo-section .feature-section .feature-image .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.hammerlo-section .feature-section .feature-image .play-button:hover {
  background: #ffffff;
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
.hammerlo-section .feature-section .feature-image .play-button svg {
  width: 35px;
  height: 35px;
  margin-left: 4px;
}
.hammerlo-section .comparison-section {
  width: 100%;
  margin: 60px auto;
  padding: 60px 150px;
}
.hammerlo-section .comparison-section .section-title {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.hammerlo-section .comparison-section .section-title .title-icon {
  display: block;
  width: 4px;
  height: 40px;
  background: var(--bs-primary);
  border-radius: 2px;
  font-size: 0;
}
.hammerlo-section .comparison-section .section-intro {
  color: #666666;
  line-height: 1.6;
  margin: 15px 0 40px;
  max-width: 700px;
}
.hammerlo-section .comparison-section .comparison-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.hammerlo-section .comparison-section .comparison-table thead tr th {
  padding: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  color: #1a1a1a;
  border-bottom: 1px solid #9B9B9B;
  border-right: none;
}
.hammerlo-section .comparison-section .comparison-table thead tr th:first-child {
  text-align: left;
}
.hammerlo-section .comparison-section .comparison-table thead tr th:last-child {
  border-right: none;
}
.hammerlo-section .comparison-section .comparison-table thead tr th img {
  height: 24px;
  margin-left: 8px;
  vertical-align: middle;
}
.hammerlo-section .comparison-section .comparison-table tbody tr {
  transition: background 0.2s ease;
}
.hammerlo-section .comparison-section .comparison-table tbody tr:hover {
  background: #f9f9f9;
}
.hammerlo-section .comparison-section .comparison-table tbody tr:last-child td {
  border-bottom: none;
}
.hammerlo-section .comparison-section .comparison-table tbody tr td {
  padding: 18px 20px;
  font-size: 14px;
  color: #666666;
  border-bottom: 1px solid #9B9B9B;
  border-right: none;
  text-align: center;
}
.hammerlo-section .comparison-section .comparison-table tbody tr td:first-child {
  font-weight: 600;
  color: #1a1a1a;
  text-align: left;
}
.hammerlo-section .comparison-section .comparison-table tbody tr td:last-child {
  border-right: none;
}
.hammerlo-section .comparison-section .comparison-table tbody tr td .check-icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url('../img/Home_check.svg') no-repeat center / contain;
  text-indent: -9999px;
  overflow: hidden;
}
.hammerlo-section .comparison-section .comparison-table tbody tr td .cross-icon {
  color: #000000;
  font-weight: 700;
  font-size: 18px;
  width: 28px;
  height: 28px;
  border: 2px solid #000000;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .hammerlo-section .hammerlo-hero {
    padding: 50px 20px 35px;
  }
  .hammerlo-section .hammerlo-hero .hammerlo-title {
    font-size: 40px;
  }
  .hammerlo-section .benefits-section,
  .hammerlo-section .feature-section,
  .hammerlo-section .comparison-section {
    padding: 50px 20px;
  }
  .hammerlo-section .benefits-section .section-title,
  .hammerlo-section .feature-section .section-title,
  .hammerlo-section .comparison-section .section-title {
    font-size: 28px;
  }
  .hammerlo-section .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
  .hammerlo-section .comparison-table {
    font-size: 14px;
  }
  .hammerlo-section .comparison-table thead tr th {
    padding: 16px 12px;
    font-size: 14px;
  }
  .hammerlo-section .comparison-table tbody tr td {
    padding: 14px 12px;
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .hammerlo-section .hammerlo-hero {
    padding: 40px 20px 30px;
  }
  .hammerlo-section .hammerlo-hero .breadcrumb {
    font-size: 12px;
  }
  .hammerlo-section .hammerlo-hero .hammerlo-title {
    font-size: 32px;
    margin: 12px 0 15px;
  }
  .hammerlo-section .hammerlo-hero .hammerlo-intro {
    font-size: 15px;
  }
  .hammerlo-section .hammerlo-hero .hammerlo-features {
    margin: 20px 0 25px;
  }
  .hammerlo-section .hammerlo-hero .hammerlo-features li {
    font-size: 15px;
    margin-bottom: 10px;
    padding-left: 36px;
  }
  .hammerlo-section .hammerlo-hero .hammerlo-features li:before {
    width: 22px;
    height: 22px;
    top: 1px;
  }
  .hammerlo-section .benefits-section {
    padding: 40px 20px;
  }
  .hammerlo-section .benefits-section .section-title {
    font-size: 24px;
  }
  .hammerlo-section .benefits-section .section-intro {
    font-size: 15px;
    margin: 12px 0 30px;
  }
  .hammerlo-section .benefits-section .benefits-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .hammerlo-section .benefits-section .benefit-card {
    padding: 24px 20px;
  }
  .hammerlo-section .benefits-section .benefit-card .benefit-icon {
    width: 65px;
    height: 65px;
    margin-bottom: 16px;
  }
  .hammerlo-section .benefits-section .benefit-card .benefit-icon img {
    width: 44px;
    height: 44px;
  }
  .hammerlo-section .benefits-section .benefit-card h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .hammerlo-section .benefits-section .benefit-card p {
    font-size: 13px;
  }
  .hammerlo-section .feature-section {
    margin: 40px auto;
    padding: 40px 20px;
  }
  .hammerlo-section .feature-section .section-title {
    font-size: 24px;
  }
  .hammerlo-section .feature-section .section-intro {
    font-size: 15px;
    margin: 12px 0 30px;
  }
  .hammerlo-section .feature-section .play-button {
    width: 60px;
    height: 60px;
  }
  .hammerlo-section .feature-section .play-button svg {
    width: 28px;
    height: 28px;
  }
  .hammerlo-section .comparison-section {
    padding: 40px 20px;
  }
  .hammerlo-section .comparison-section .section-title {
    font-size: 24px;
  }
  .hammerlo-section .comparison-section .section-intro {
    font-size: 15px;
    margin: 12px 0 30px;
  }
  .hammerlo-section .comparison-section .table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 20px;
  }
  .hammerlo-section .comparison-section .comparison-table {
    min-width: 100%;
    font-size: 11px;
  }
  .hammerlo-section .comparison-section .comparison-table thead tr th {
    padding: 10px 6px;
    font-size: 10px;
    white-space: nowrap;
  }
  .hammerlo-section .comparison-section .comparison-table thead tr th img {
    height: 16px;
    margin-left: 2px;
  }
  .hammerlo-section .comparison-section .comparison-table tbody tr td {
    padding: 8px 6px;
    font-size: 10px;
  }
  .hammerlo-section .comparison-section .comparison-table tbody tr td:first-child {
    font-size: 10px;
    white-space: normal;
    min-width: 80px;
  }
  .hammerlo-section .comparison-section .comparison-table tbody tr td .check-icon {
    width: 20px;
    height: 20px;
  }
  .hammerlo-section .comparison-section .comparison-table tbody tr td .cross-icon {
    font-size: 13px;
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 690px) {
  .hammerlo-section .comparison-section .table-wrapper {
    overflow-x: visible;
  }
  .hammerlo-section .comparison-section .comparison-table {
    min-width: 100%;
    display: block;
    border: none;
    background: transparent;
    box-shadow: none;
    overflow: visible;
    border-radius: 0;
  }
  .hammerlo-section .comparison-section .comparison-table thead {
    display: none;
  }
  .hammerlo-section .comparison-section .comparison-table tbody {
    display: block;
  }
  .hammerlo-section .comparison-section .comparison-table tbody tr {
    display: block;
    margin-bottom: 16px;
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 8px !important;
    padding: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden;
  }
  .hammerlo-section .comparison-section .comparison-table tbody tr:hover {
    background: #ffffff;
  }
  .hammerlo-section .comparison-section .comparison-table tbody tr:last-child {
    margin-bottom: 0;
  }
  .hammerlo-section .comparison-section .comparison-table tbody tr td {
    display: block;
    border: none;
    padding: 0;
    text-align: left !important;
  }
  .hammerlo-section .comparison-section .comparison-table tbody tr td:first-child {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e5e5;
  }
  .hammerlo-section .comparison-section .comparison-table tbody tr td:not(:first-child) {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
    font-size: 12px;
    color: #666666;
  }
  .hammerlo-section .comparison-section .comparison-table tbody tr td:not(:first-child):before {
    content: attr(data-label);
    font-weight: 600;
    color: #1a1a1a;
    flex: 0 1 auto;
  }
  .hammerlo-section .comparison-section .comparison-table tbody tr td:not(:first-child) .check-icon,
  .hammerlo-section .comparison-section .comparison-table tbody tr td:not(:first-child) .cross-icon {
    flex-shrink: 0;
    margin-left: auto;
  }
  .hammerlo-section .comparison-section .comparison-table tbody tr td:nth-child(2):before {
    content: 'Hammerlo';
  }
  .hammerlo-section .comparison-section .comparison-table tbody tr td:nth-child(3):before {
    content: 'Aplikácia na stavebný denník';
  }
  .hammerlo-section .comparison-section .comparison-table tbody tr td:nth-child(4):before {
    content: 'Aplikácie na dopyty';
  }
}
@media (max-width: 490px) {
  .hammerlo-section .comparison-section .comparison-table tbody tr td:first-child {
    font-size: 15px !important;
  }
}
@media (max-width: 480px) {
  .hammerlo-section .hammerlo-hero {
    padding: 30px 15px 20px;
  }
  .hammerlo-section .hammerlo-hero .breadcrumb {
    font-size: 11px;
    margin-bottom: 8px;
  }
  .hammerlo-section .hammerlo-hero .hammerlo-title {
    font-size: 26px;
    margin: 10px 0 12px;
  }
  .hammerlo-section .hammerlo-hero .hammerlo-intro {
    font-size: 14px;
    line-height: 1.5;
  }
  .hammerlo-section .hammerlo-hero .hammerlo-features {
    margin: 18px 0 22px;
  }
  .hammerlo-section .hammerlo-hero .hammerlo-features li {
    font-size: 14px;
    margin-bottom: 8px;
    padding-left: 34px;
  }
  .hammerlo-section .hammerlo-hero .hammerlo-features li:before {
    width: 20px;
    height: 20px;
    top: 1px;
  }
  .hammerlo-section .benefits-section {
    padding: 30px 15px;
  }
  .hammerlo-section .benefits-section .section-title {
    font-size: 22px;
    gap: 10px;
  }
  .hammerlo-section .benefits-section .section-title .title-icon {
    height: 30px;
  }
  .hammerlo-section .benefits-section .section-intro {
    font-size: 14px;
    margin: 10px 0 25px;
  }
  .hammerlo-section .benefits-section .benefit-card {
    padding: 20px 16px;
  }
  .hammerlo-section .benefits-section .benefit-card .benefit-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 14px;
  }
  .hammerlo-section .benefits-section .benefit-card .benefit-icon img {
    width: 40px;
    height: 40px;
  }
  .hammerlo-section .benefits-section .benefit-card h3 {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .hammerlo-section .benefits-section .benefit-card p {
    font-size: 12px;
    line-height: 1.5;
  }
  .hammerlo-section .feature-section {
    margin: 30px auto;
    padding: 30px 15px;
  }
  .hammerlo-section .feature-section .section-title {
    font-size: 22px;
  }
  .hammerlo-section .feature-section .section-intro {
    font-size: 14px;
    margin: 10px 0 25px;
  }
  .hammerlo-section .feature-section .play-button {
    width: 50px;
    height: 50px;
  }
  .hammerlo-section .feature-section .play-button svg {
    width: 24px;
    height: 24px;
  }
  .hammerlo-section .comparison-section {
    padding: 30px 15px;
  }
  .hammerlo-section .comparison-section .section-title {
    font-size: 22px;
    gap: 10px;
  }
  .hammerlo-section .comparison-section .section-title .title-icon {
    height: 30px;
  }
  .hammerlo-section .comparison-section .section-intro {
    font-size: 14px;
    margin: 10px 0 25px;
  }
  .hammerlo-section .comparison-section .table-wrapper {
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  }
  .hammerlo-section .comparison-section .comparison-table {
    min-width: 100%;
    border-radius: 8px;
    font-size: 9px;
  }
  .hammerlo-section .comparison-section .comparison-table thead tr th {
    padding: 8px 4px;
    font-size: 9px;
    white-space: nowrap;
  }
  .hammerlo-section .comparison-section .comparison-table thead tr th:first-child {
    min-width: 70px;
    white-space: normal;
  }
  .hammerlo-section .comparison-section .comparison-table thead tr th img {
    height: 12px;
    margin-left: 2px;
  }
  .hammerlo-section .comparison-section .comparison-table tbody tr td {
    padding: 6px 4px;
    font-size: 9px;
  }
  .hammerlo-section .comparison-section .comparison-table tbody tr td:first-child {
    font-size: 9px;
    white-space: normal;
    min-width: 70px;
  }
  .hammerlo-section .comparison-section .comparison-table tbody tr td .check-icon {
    width: 18px;
    height: 18px;
  }
  .hammerlo-section .comparison-section .comparison-table tbody tr td .cross-icon {
    font-size: 12px;
    width: 18px;
    height: 18px;
    border-width: 1.5px;
  }
}
/*# sourceMappingURL=aboutApp.css.map */