html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
body {
  background-color: #ffffff;
  font-family: Arial, sans-serif;
}
.nav {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  pointer-events: none;
  box-sizing: border-box;
  z-index: 1;
}
.evrnu {
  border-radius: 0.75rem;
  background-image: url("/img/content.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 1024px) {
  .nav {
    padding: 0.4rem;
  }
  .evrnu {
    border-radius: 0.6rem;
  }
}
@media (max-width: 768px) {
  .nav {
    padding: 0.5rem;
    height: auto;
    min-height: 100vh;
    position: relative;
  }
  .evrnu {
    border-radius: 0.5rem;
    background-position: center;
    min-height: 100vh;
  }
}
.hero-section {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 2rem;
  padding-top: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  z-index: 10;
}
.hero-container {
  max-width: 1400px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  box-sizing: border-box;
}
.hero-left {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  margin: 0;
  margin-top: -3rem;
}
.hero-subtitle {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin: 0;
}
.hero-actions {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  position: relative;
}
.btn-hero-register {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: #4fd1c5;
  color: #0a1f1c;
  padding: 1rem 2rem;
  border-radius: 0.75rem;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(79, 209, 197, 0.3);
}
.btn-hero-register:hover {
  background: #5ee7da;
  transform: translateY(-2px);
  box-shadow: 0 6px 30px rgba(79, 209, 197, 0.4);
}
.promo-box {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  background: rgba(79, 209, 197, 0.1);
  border: 1px solid rgba(79, 209, 197, 0.3);
  border-radius: 0.75rem;
  margin-top: 1rem;
  max-width: 100%;
  box-sizing: border-box;
}
.promo-box i {
  font-size: 1.5rem;
  color: #4fd1c5;
  flex-shrink: 0;
}
.promo-box p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  line-height: 1.5;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.hero-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  width: 100%;
  max-width: 500px;
}
.contact-stat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  padding: 2.5rem 1.5rem;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.25rem;
  transition: all 0.3s ease;
  cursor: default;
}
.contact-stat-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(79, 209, 197, 0.5);
}
.stat-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: linear-gradient(
    135deg,
    rgba(79, 209, 197, 0.2) 0%,
    rgba(79, 209, 197, 0.1) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(79, 209, 197, 0.3);
}
.stat-icon i {
  font-size: 1.5rem;
  color: #4fd1c5;
}
.stat-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.stat-number {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}
.stat-label {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
}
.portfolio-section {
  background: #ffffff;
  padding: 4.5375rem 1.815rem;
  display: flex;
  justify-content: center;
}
.portfolio-container {
  max-width: 1400px;
  margin: 0 auto;
}
.portfolio-title {
  font-size: 2.26875rem;
  font-weight: 700;
  line-height: 1.3;
  color: #0a1f1c;
  margin: 0 0 2.7225rem 0;
  max-width: 816.2px;
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.815rem;
  margin-top: 2rem;
}
.contact-card {
  background: #ffffff;
  border-radius: 1.36125rem;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  transition: border-color 0.2s ease;
  display: flex;
  flex-direction: column;
}
.contact-card:hover {
  border-color: #cccccc;
}
.contact-header {
  padding: 2rem 2rem 1.5rem 2rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  border-bottom: 1px solid #f0f0f0;
}
.contact-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: linear-gradient(135deg, #1a1a1a 0%, #0a1f1c 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-icon i {
  font-size: 1.4rem;
  color: #ffffff;
}
.contact-card-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #0a1f1c;
  margin: 0;
  line-height: 1.4;
}
.contact-content {
  padding: 1.5rem 2rem 2rem 2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.contact-card-description {
  font-size: 0.95rem;
  color: #666666;
  margin: 0;
  line-height: 1.6;
}
.contact-email {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: #0a1f1c;
  font-weight: 500;
  text-decoration: none;
  font-size: 0.95rem;
  padding: 0;
  background: transparent;
  border: none;
  transition: color 0.2s ease;
  width: fit-content;
  position: relative;
}
.contact-email::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: #4fd1c5;
  transition: width 0.3s ease;
}
.contact-email:hover::after {
  width: 100%;
}
.contact-email i {
  font-size: 0.875rem;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}
.contact-email:hover i {
  opacity: 1;
}
.why-zws-section {
  background: linear-gradient(135deg, #1a1a1a 0%, #0a1f1c 100%);
  padding: 4.95rem 1.98rem;
  margin: 0.5rem;
  border-radius: 0.75rem;
  color: #ffffff;
}
.why-zws-container {
  max-width: 1386px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 3.96rem;
}
.why-zws-content {
  max-width: 100%;
}
.why-zws-title {
  font-size: 2.475rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 1.485rem 0;
}
.why-zws-description {
  font-size: 0.99rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 1.98rem 0;
}
.why-zws-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.475rem 2rem;
}
.feature-item {
  display: flex;
  flex-direction: column;
  padding: 1.5rem 0 1.5rem 1.5rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  transition: border-color 0.3s ease;
}
.feature-item:hover {
  border-left-color: rgba(255, 255, 255, 0.4);
}
.feature-text h4 {
  font-size: 1.089rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 0.495rem 0;
}
.feature-text p {
  font-size: 0.891rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}
@media (min-width: 1251px) and (max-width: 1520px) {
  .hero-left {
    margin-left: 40px;
  }
}
@media (min-width: 1080px) and (max-width: 1250px) {
  .hero-section {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding: 3rem 1.5rem 2rem;
    min-height: auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }
  .hero-container {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 0;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
  .hero-left {
    gap: 1.5rem;
    max-width: 100%;
    box-sizing: border-box;
  }
  .hero-right {
    display: flex;
    width: 100%;
    max-width: 100%;
  }
  .hero-title {
    margin-top: 0;
    font-size: 3rem;
  }
  .hero-subtitle {
    font-size: 1rem;
  }
}
@media (min-width: 769px) and (max-width: 1079px) {
  .hero-section {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding: 3rem 1.5rem 2rem;
    min-height: auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }
  .hero-container {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 0;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
  .hero-left {
    gap: 1.5rem;
    max-width: 100%;
    box-sizing: border-box;
  }
  .hero-right {
    display: flex;
    width: 100%;
    max-width: 100%;
  }
  .hero-title {
    font-size: 2.5rem;
    margin-top: 0;
  }
  .hero-subtitle {
    font-size: 0.95rem;
  }
  .portfolio-section {
    padding: 4rem 1.75rem;
  }
  .why-zws-section {
    padding: 4rem 1.75rem;
  }
  .why-zws-title {
    font-size: 2.25rem;
  }
  .why-zws-features {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.75rem 1.25rem;
  }
}
@media (max-width: 768px) {
  .nav {
    padding: 0;
    height: auto;
    min-height: 100vh;
  }
  .evrnu {
    border-radius: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }
  .hero-section {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding: 2rem 1.5rem 2rem;
    min-height: auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
  }
  .hero-container {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 0;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
  .hero-left {
    gap: 1.5rem;
    max-width: 100%;
    box-sizing: border-box;
  }
  .hero-right {
    display: flex;
    width: 100%;
    max-width: 100%;
  }
  .hero-title {
    font-size: 2.5rem;
    margin-top: 0;
  }
  .hero-subtitle {
    font-size: 0.95rem;
  }
  .hero-actions {
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
  }
  .btn-hero-register {
    justify-content: center;
    padding: 0.75rem 1.25rem;
    font-size: 0.9rem;
  }
  .promo-box {
    flex-direction: row;
    text-align: left;
    padding: 1rem 1.25rem;
    gap: 0.875rem;
    max-width: 100%;
    box-sizing: border-box;
  }
  .promo-box i {
    font-size: 1.1rem;
    flex-shrink: 0;
  }
  .promo-box p {
    font-size: 0.8rem;
    line-height: 1.5;
    flex: 1;
  }
  .portfolio-section {
    padding: 3rem 1.5rem;
  }
  .portfolio-title {
    font-size: 1.6rem;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .contact-header {
    padding: 1.5rem 1.5rem 1.25rem 1.5rem;
    gap: 1rem;
  }
  .contact-content {
    padding: 1.25rem 1.5rem 1.5rem 1.5rem;
  }
  .contact-card-title {
    font-size: 1.1rem;
  }
  .contact-email {
    font-size: 0.875rem;
    padding: 0.75rem 1rem;
    background: rgba(79, 209, 197, 0.05);
    border-radius: 8px;
    justify-content: space-between;
    border: 1px solid rgba(79, 209, 197, 0.2);
  }
  .contact-email:hover {
    background: rgba(79, 209, 197, 0.1);
    border-color: rgba(79, 209, 197, 0.4);
  }
  .contact-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 2rem;
  }
  .contact-stat-card {
    padding: 1.75rem 1rem;
  }
  .stat-number {
    font-size: 1.5rem;
  }
  .stat-label {
    font-size: 0.8rem;
  }
  .contact-icon {
    width: 48px;
    height: 48px;
  }
  .contact-icon i {
    font-size: 1.2rem;
  }
  .why-zws-section {
    padding: 3rem 1.5rem;
    margin: 0;
    border-radius: 0;
  }
  .why-zws-container {
    gap: 2rem;
  }
  .why-zws-content {
    max-width: 100%;
  }
  .why-zws-title {
    font-size: 1.8rem;
  }
  .why-zws-description {
    font-size: 0.9rem;
  }
  .why-zws-features {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 1.5rem 1rem;
  }
  .feature-item {
    padding: 1rem 0 1rem 1rem;
  }
  .feature-text h4 {
    font-size: 1rem;
  }
  .feature-text p {
    font-size: 0.85rem;
  }
}
@media (max-width: 480px) {
  .nav {
    padding: 0;
    height: auto;
    min-height: 100vh;
  }
  .evrnu {
    border-radius: 0;
    min-height: 100vh;
  }
  body {
    overflow-x: hidden;
    overflow-y: auto;
    max-width: 100vw;
  }
  .portfolio-section {
    padding: 2.5rem 1.25rem;
  }
  .portfolio-title {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
  .why-zws-section {
    padding: 2.5rem 1.25rem;
  }
  .why-zws-title {
    font-size: 1.5rem;
  }
  .why-zws-description {
    font-size: 0.85rem;
  }
  .why-zws-features {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem 0.75rem;
  }
  .feature-item {
    padding: 0.75rem 0 0.75rem 0.75rem;
  }
  .feature-text h4 {
    font-size: 0.95rem;
  }
  .feature-text p {
    font-size: 0.8rem;
  }
  .nav {
    min-height: auto;
  }
  .evrnu {
    min-height: auto;
  }
  .hero-section {
    padding: 2rem 1.25rem 2rem;
    box-sizing: border-box;
    min-height: auto;
  }
  .hero-container {
    gap: 1.5rem;
    box-sizing: border-box;
  }
  .hero-left {
    gap: 1.25rem;
    max-width: 100%;
    box-sizing: border-box;
  }
  .hero-title {
    font-size: 1.4rem;
    line-height: 1.3;
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding-right: 0.5rem;
  }
  .hero-subtitle {
    font-size: 0.85rem;
    line-height: 1.5;
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding-right: 0.5rem;
  }
  .btn-hero-register {
    padding: 0.625rem 1rem;
    font-size: 0.85rem;
  }
  .promo-box {
    padding: 1rem 1.125rem;
    gap: 0.75rem;
    max-width: 100%;
    box-sizing: border-box;
  }
  .promo-box i {
    font-size: 1rem;
  }
  .promo-box p {
    font-size: 0.8rem;
    line-height: 1.5;
    flex: 1;
  }
  .contact-header {
    padding: 1.25rem 1.25rem 1rem 1.25rem;
  }
  .contact-content {
    padding: 1rem 1.25rem 1.25rem 1.25rem;
  }
  .contact-card-title {
    font-size: 1rem;
  }
  .contact-card-description {
    font-size: 0.875rem;
  }
  .contact-email {
    font-size: 0.8rem;
    padding: 0.65rem 0.75rem;
    gap: 0.5rem;
  }
  .contact-email span {
    font-size: 0.8rem;
    word-break: keep-all;
    overflow-wrap: anywhere;
    line-height: 1.3;
  }
  .contact-email i {
    font-size: 0.75rem;
    flex-shrink: 0;
  }
  .contact-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.875rem;
  }
  .contact-stat-card {
    padding: 1.25rem 0.875rem;
  }
  .stat-number {
    font-size: 1.35rem;
  }
  .stat-label {
    font-size: 0.75rem;
  }
  .contact-icon {
    width: 44px;
    height: 44px;
  }
  .contact-icon i {
    font-size: 1.1rem;
  }
}
@media (max-width: 1200px) {
  .contact-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  .contact-stats-grid {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
@media (max-width: 480px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
