*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: 'Poppins', sans-serif;
  color: #0f0f10;
  background: #fff;
  overflow-x: hidden;
}

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

.container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 40px;
}

.i300 {
  width: 300px;
}

.ii300 {
  width: 400px;
}

/* ===== NAV ===== */
.nav {
  padding: 50px 0 0;
}
.nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo img {
  height: 70px;
}
.nav-right {
  display: flex;
  align-items: center;
  gap: 15px;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}
.nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  border-radius: 30px;
  background: #edeeef;
  font-size: 15.3px;
  font-weight: 500;
  color: #0f0f10;
  transition: background 0.2s, color 0.2s;
  cursor: pointer;
}
.nav-link:hover {
  background: #dfe0e2;
}
.nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  border-radius: 30px;
  background: #0060f0;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
}
.nav-btn:hover {
  background: #0050d0;
  transform: translateY(-3px);
}
.nav-cta {
  display: flex;
  align-items: center;
  gap: 23px;
  padding: 7px 14px;
  border-radius: 20px;
  background: #d50b61;
  border: 1px solid #d50b61;
  color: #fff;
  box-shadow: -8px 8px 44px rgba(0,0,0,0.35);
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}
.nav-cta:hover {
  background: #c00a58;
  transform: translateY(-2px);
}
.nav-cta-reg {
  font-size: 15px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}
.nav-cta-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 13px;
  border-radius: 30px;
  background: #fff;
  color: #0060f0;
  font-size: 13.9px;
  font-weight: 400;
  transition: background 0.2s;
}
.nav-cta-login:hover {
  background: #f0f0f0;
}

/* Mobile menu */
.mobile-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 8px;
  z-index: 1001;
}
.mobile-toggle span {
  display: block;
  width: 26px;
  height: 3px;
  background: #0f0f10;
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
}
.mobile-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 6px); }
.mobile-toggle.active span:nth-child(2) { opacity: 0; }
.mobile-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -6px); }

.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1000;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.mobile-menu.active { display: flex; }
.mobile-menu .nav-link,
.mobile-menu .nav-btn {
  font-size: 20px;
  padding: 12px 28px;
}
.mobile-menu .nav-cta {
  margin-top: 16px;
}

/* ===== HERO ===== */
.hero {
  padding: 80px 0 0;
}
.hero h1 {
  font-size: 64px;
  font-weight: 500;
  color: #2b6be4;
  letter-spacing: -1.58px;
  line-height: 1.45;
  max-width: 1100px;
}

.hero-video {
  padding: 131px 0 0;
}
.hero-video video {
  width: 100%;
  display: block;
  border-radius: 16px;
}

/* ===== SECTIONS GENERAL ===== */
.section {
  padding: 117px 0 0;
}

.section-tag {
  display: inline-flex;
  padding: 5px 15px;
  border-radius: 1000px;
  border: 1px solid #d2d6d8;
  font-size: 13.1px;
  font-weight: 400;
  margin-bottom: 10px;
}

/* ===== SECTION 1 - Van megoldas ===== */
.section1-content {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 20px 0;
  height: 530px;
}
.section1-left {
  width: 750px;
  flex-shrink: 0;
  position: relative;
  height: 100%;
}
.section1-left h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.33;
  padding-right: 92px;
}
.section1-right {
  flex-shrink: 0;
}
.section1-right p {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.67;
}
.section1-image {
  position: absolute;
  left: 0;
  top: 161px;
  width: 476px;
  pointer-events: none;
}

/* ===== SECTION 2 - Valtoznak az idok ===== */
.section2-headlines {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.section2-headlines h2 {
  flex-shrink: 0;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: -1.58px;
  line-height: 1.33;
}
.section2-headlines h3 {
  flex-shrink: 0;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: -0.2px;
  line-height: 1.67;
  padding-top: 6px;
}
.section2-content {
  display: flex;
  gap: 0;
  margin-top: 20px;
  height: 520px;
  position: relative;
}
.section2-left {
  width: 750px;
  flex-shrink: 0;
  position: relative;
}
.section2-right {
  flex-shrink: 0;
}
.section2-right p {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.4px;
  line-height: 1.67;
}
.section2-hand {
  position: absolute;
  left: 81px;
  top: 100px;
  width: 723px;
  pointer-events: none;
  z-index: 1;
}

.ai-pills {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: flex-start;
  height: 510px;
}
.ai-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  border-radius: 9999px;
  border: 1px solid #000;
  font-size: 23px;
  font-weight: 400;
  width: fit-content;
}

/* ===== SECTION 3 - Segitunk ===== */
.section3-wrapper {
  position: relative;
  overflow: visible;
}
.section3x-wrapper {
  position: relative;
  overflow: visible;
}
.section3-title h2 {
  font-size: 64px;
  font-weight: 500;
  line-height: 1.42;
  max-width: 436px;
}
.section3-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 78px;
  max-width: 1500px;
  padding-top: 9px;
  min-height: 433px;
  align-content:center;
  position: relative;
  z-index: 1;
}
.section3-col {
  flex: 1;
}
.section3-col p {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.65;
  margin-bottom: 20px;
}
.section3-plant {
  pointer-events: none;
  z-index: 2;
}

/* ===== BLUE SECTION ===== */
.blue-section {
  background: #0060f0;
  padding: 117px 0 60px 0;
}
.blue-section .section-tag {
  border-color: #d2d6d8;
  color: #fff;
}
.blue-content {
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
}
.blue-left {
  flex-shrink: 0;
  width: 750px;
  position: relative;
}
.blue-left h2 {
  width: 750px;
  flex-shrink: 0;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: -0.2px;
  line-height: 1.67;
  padding-top: 6px;
  color: white;
}
.blue-right {
  flex: 1;
}
.blue-right p {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  line-height: 1.58;
}
.blue-floppy {
  pointer-events: none;
  z-index: 0;
}

/* ===== FAQ SECTION ===== */
.faq-section {
  padding-top: 131px;
  padding-bottom: 131px;
}
.faq-header {
  margin-bottom: 48px;
}
.faq-header h2 {
  font-size: 48px;
  font-weight: 500;
  letter-spacing: -1.58px;
  line-height: 1.33;
}
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 2px solid #0f0f10;
}
.faq-item {
  padding: 32px 40px 32px 0;
  border-bottom: 1px solid #d2d6d8;
}
.faq-item:nth-child(odd) {
  padding-right: 40px;
  border-right: 1px solid #d2d6d8;
}
.faq-item:nth-child(even) {
  padding-left: 40px;
  padding-right: 0;
}
.faq-question {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 12px;
  color: #0f0f10;
}
.faq-answer {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  color: #444;
}

/* ===== FOOTER ===== */
.footer {
  background: #1c2031;
  padding: 131px 210px;
}
.footer-inner {
  border: 1px solid #fff;
  border-radius: 20px;
  overflow: hidden;
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 27px 43px;
  border-bottom: 1px solid #d2d6d8;
}
.footer-logo-area {
  width: 705px;
}
.footer-logo-area img {
  height: 90px;
}
.footer-contact-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-contact-row > span {
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
}
.footer-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px 12px;
  border-radius: 30px;
  background: #edeeef;
  cursor: pointer;
  transition: background 0.2s;
  font-size: 16px;
  color: #0060f0;
  white-space: nowrap;
}
.footer-pill:hover {
  background: #dfe0e2;
}
.footer-pill svg {
  flex-shrink: 0;
}

.footer-middle {
  display: flex;
  justify-content: space-between;
  padding: 48px 70px 48px 40px;
}
.footer-company p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  letter-spacing: -0.4px;
  line-height: 1.48;
}
.footer-newsletter h4 {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  letter-spacing: -0.4px;
  line-height: 1.48;
  margin-bottom: 8px;
}
.footer-newsletter-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #d2d6d8;
  border-radius: 80px;
  padding: 11.5px 16px;
  width: 350px;
}
.footer-newsletter-form input {
  background: none;
  border: none;
  outline: none;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  width: 100%;
  padding: 0 8px;
}
.footer-newsletter-form button {
  background: #0060f0;
  border: none;
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  flex-shrink: 0;
}
.footer-newsletter-form button:hover {
  background: #0050d0;
}

.footer-bottom {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 32px 48px;
  border-top: 1px solid #fff;
}
.footer-bottom span {
  font-size: 12.1px;
  font-weight: 500;
  color: #fff;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1200px) {
  .container { padding: 0 24px; }
  .hero h1 { font-size: 48px; }
  .section1-content { flex-direction: column; height: auto; }
  .section1-left, .section1-right { width: 100%; }
  .section1-left { height: auto; }
  .section1-left h2 { padding-right: 0; }
  .section1-image { position: relative; left: 0; top: 0; width: 80%; max-width: 400px; margin-top: 24px; }
  .section2-headlines { grid-template-columns: 1fr; }
  .section2-headlines h2, .section2-headlines h3 { width: 100%; }
  .section2-content { flex-direction: column; height: auto; }
  .section2-left, .section2-right { width: 100%; }
  .section2-left { display: flex; flex-direction: column; }
  .section2-hand { position: relative; left: 0; top: 0; width: 80%; max-width: 500px; margin: 24px 0; order: -1; }
  .ai-pills { height: auto; flex-direction: row; flex-wrap: wrap; margin-bottom: 30px; order: 1; justify-content: flex-start; }
  .section2-headlines h2 { font-size: 36px; }
  .section2-headlines h3 { font-size: 28px; }
  .section3-title h2 { font-size: 48px; }
  .section3-columns { grid-template-columns: 1fr; height: auto; }
  .section3-plant { position: relative; left: 0; bottom: auto; width: 60%; max-width: 400px; margin: 30px 0 0; display: block; }
  .section3-wrapper { padding-bottom: 40px; }
  .blue-section { padding: 80px 40px; }
  .blue-content { flex-direction: column; gap: 40px; }
  .blue-left { width: 100%; }
  .blue-left h2 { font-size: 42px; }
  .blue-floppy { position: relative; left: 0; top: 0; width: 50%; max-width: 350px; margin: 16px 0 0; }
  .hero-video { padding: 80px 0; }
  .faq-section { padding: 80px 0 0; }
  .faq-header h2 { font-size: 36px; }
  .faq-grid { grid-template-columns: 1fr; }
  .faq-item:nth-child(odd) { border-right: none; padding-right: 0; }
  .faq-item:nth-child(even) { padding-left: 0; }
  .footer { padding: 80px 24px; }
  .footer-top { flex-direction: column; align-items: flex-start; gap: 20px; }
  .footer-logo-area { width: auto; }
  .footer-contact-row { flex-wrap: wrap; }
  .footer-contact-row > span { font-size: 15px; }
  .footer-pill { font-size: 14px; padding: 8px 14px 10px; }
  .footer-middle { flex-direction: column; gap: 40px; }
  .footer-newsletter-form { width: 100%; }
}

@media (max-width: 768px) {
  .nav-right { display: none; }
  .mobile-toggle { display: flex; }
  .hero { padding: 50px 0 60px 0; }
  .hero h1 { font-size: 28px; letter-spacing: -0.8px; line-height: 1.35; }
  .hero-video { padding: 48px 0; }
  .hero-video video { border-radius: 10px; }
  .section1-left h2 { font-size: 28px; }
  .section1-right p { font-size: 16px; line-height: 1.6; }
  .section { padding-top: 0px; padding-bottom: 60px; }

  /* Kepek responsive */
  img { max-width: 100%; height: auto; }
  .i300 { width: 200px; }
  .ii300 { width: 250px;
}

  /* Section3-col min-width feluliras */
  .section3-col { min-width: 0 !important; width: 100% !important; }
  .section3-columns { flex-direction: column; gap: 24px; min-height: auto; margin-top: 24px; }

  /* AI pills left-aligned on mobile */
  .ai-pill { font-size: 17px; padding: 6px 16px; }
  .ai-pills { align-items: flex-start; height: auto; flex-direction: row; flex-wrap: wrap; }

  .section2-headlines { flex-direction: column; }
  .section2-headlines h2 { font-size: 26px; width: 100%; }
  .section2-headlines h3 { font-size: 20px; width: 100%; }
  .section2-right p { font-size: 16px; line-height: 1.6; }

  /* Kez felul, pills alatta mobilon */
  .col-hand { order: -1; }
  .col-pills { order: 0; }

  /* Section 3 */
  .section3-title h2 { font-size: 32px; }
  .section3-col p { font-size: 16px; line-height: 1.6; }
  .section3-plant { width: 80%; max-width: 320px; margin: 0 auto 20px; }
  .section3-wrapper { display: flex; flex-direction: column; padding-bottom: 20px; }
  .section3-title { order: 1; }
  .section3-plant { order: 2; }
  .section3-columns { order: 3; margin-left: 0; }

  /* FAQ mobile */
  .faq-section { padding: 90px 0 0; }
  .faq-header { margin-bottom: 32px; }
  .faq-header h2 { font-size: 28px; }
  .faq-item { padding: 24px 0; }
  .faq-item:nth-child(odd) { padding-right: 0; }
  .faq-question { font-size: 16px; }
  .faq-answer { font-size: 15px; }

  /* Blue section */
  .blue-section { padding: 90px 0px; }
  .blue-left { width: 100%; }
  .blue-left h2 { font-size: 24px; width: 100%; line-height: 1.5; }
  .blue-right p { font-size: 16px; line-height: 1.6; }
  .blue-content { flex-direction: column; gap: 24px; padding-bottom: 0; }
  .blue-floppy { position: relative; left: 0; top: 0; width: 60%; max-width: 250px; margin: 16px 0 0; }

  /* Footer mobile */
  .footer { padding: 110px 12px; }
  .footer-inner { border-radius: 14px; }
  .footer-top { padding: 16px; flex-direction: column; align-items: flex-start; gap: 16px; }
  .footer-logo-area { width: auto; }
  .footer-logo-area img { height: 48px; }
  .footer-contact-row { flex-direction: column; align-items: flex-start; gap: 8px; }
  .footer-contact-row > span { font-size: 14px; }
  .footer-pill { padding: 8px 12px 10px; font-size: 13px; }
  .footer-middle { padding: 20px 16px; flex-direction: column; gap: 24px; }
  .footer-company p { font-size: 13px; line-height: 1.5; }
  .footer-bottom { padding: 16px; flex-wrap: wrap; gap: 8px; }
  .footer-bottom span { font-size: 11px; }
  .footer-newsletter-form { width: 100%; }
  .nav-cta { flex-direction: column; gap: 12px; border-radius: 30px; padding: 12px 28px; }
  .nav-cta-reg { font-size: 20px; }

  /* Section1 content layout fix */
  .section1-content { flex-direction: column; height: auto; gap: 24px; }
  .section1-left, .section1-right { width: 100%; }
  .section1-left { height: auto; }
  .section1-image { position: relative; left: 0; top: 0; width: 80%; max-width: 300px; margin-top: 16px; }
}