
/* Email Marketing Alapok landing page - külön fájl, nem írja felül a főoldali style.css-t */
html{
  scroll-behavior:smooth;
}

.course-hero{
  padding:72px 0 64px;
  background:
    radial-gradient(circle at 82% 18%,rgba(0,103,255,.16),transparent 34%),
    radial-gradient(circle at 15% 10%,rgba(38,214,168,.14),transparent 30%),
    linear-gradient(135deg,#F5FAFF 0%,#FFFFFF 52%,#EEF7FF 100%);
}

.course-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(360px,.82fr);
  gap:42px;
  align-items:start;
}

.back-link{
  display:inline-flex;
  margin-bottom:22px;
  text-decoration:none;
  color:#0067FF;
  font-weight:800;
}

.course-hero h1{
  margin:0 0 18px;
  max-width:920px;
  font-size:clamp(44px,5.2vw,78px);
  line-height:1.02;
  letter-spacing:-.05em;
}

.course-lead{
  margin:0;
  max-width:760px;
  color:#40516A;
  font-size:clamp(20px,2vw,28px);
  line-height:1.42;
  font-weight:650;
}

.hero-benefits{
  display:grid;
  gap:13px;
  margin:30px 0;
  max-width:760px;
}

.hero-benefits div,
.check-list div{
  display:flex;
  gap:11px;
  align-items:flex-start;
  color:#26354C;
  font-size:17px;
  line-height:1.55;
  font-weight:700;
}

.hero-benefits span,
.check-list span{
  flex:0 0 auto;
  width:24px;
  height:24px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#EAF4FF;
  color:#0067FF;
  font-weight:900;
  font-size:14px;
  margin-top:1px;
}

.course-proof-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.course-proof-row span{
  display:inline-flex;
  padding:9px 13px;
  border-radius:999px;
  background:#fff;
  border:1px solid #E3EDF8;
  color:#526277;
  font-size:14px;
  font-weight:800;
  box-shadow:0 8px 22px rgba(7,17,39,.04);
}

.signup-card{
  position:sticky;
  top:96px;
  scroll-margin-top:96px;
}

.signup-card-inner{
  padding:30px;
  border-radius:32px;
  background:#fff;
  border:1px solid #DDE9F6;
  box-shadow:0 24px 70px rgba(7,17,39,.11);
}

.signup-card h2{
  margin:0 0 10px;
  font-size:31px;
  line-height:1.08;
}

.signup-card p{
  margin:0 0 22px;
  color:#607086;
  font-size:16px;
  line-height:1.55;
}

.course-form{
  display:grid;
  gap:12px;
}

.course-form label:not(.consent-row){
  color:#1D2A3E;
  font-size:14px;
  font-weight:850;
}

.course-form input[type="text"],
.course-form input[type="email"]{
  width:100%;
  min-height:52px;
  padding:13px 15px;
  border:1px solid #DCE6F2;
  border-radius:16px;
  background:#F8FBFF;
  color:#1D2A3E;
  font:inherit;
  outline:none;
  box-sizing:border-box;
}

.course-form input[type="text"]:focus,
.course-form input[type="email"]:focus{
  border-color:#0067FF;
  box-shadow:0 0 0 4px rgba(0,103,255,.10);
  background:#fff;
}

.consent-row{
  display:grid;
  grid-template-columns:20px 1fr;
  gap:10px;
  align-items:start;
  margin:4px 0 8px;
  color:#607086;
  font-size:13px;
  line-height:1.45;
}

.consent-row input{
  margin-top:3px;
}

.course-submit{
  width:100%;
  border:0;
  cursor:pointer;
  justify-content:center;
}

.course-submit:disabled{
  opacity:.75;
  cursor:default;
}

.success-message{
  display:none;
  margin-top:16px;
  padding:16px;
  border-radius:18px;
  background:#EAFBF4;
  border:1px solid #BFEEDB;
  color:#1F6E4C;
}

.success-message strong,
.success-message span{
  display:block;
}

.success-message span{
  margin-top:4px;
  font-size:14px;
  line-height:1.45;
}

.success-message.is-visible{
  display:block;
}

.hidden-frame{
  display:none;
}

.section-head.narrow{
  max-width:850px;
}

.steps-grid,
.audience-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}

.step-card,
.audience-card,
.module-card,
.math-card{
  padding:26px;
  border-radius:28px;
  background:#fff;
  border:1px solid #E3EDF8;
  box-shadow:0 14px 36px rgba(7,17,39,.055);
}

.step-card span{
  width:42px;
  height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  background:linear-gradient(135deg,#0067FF,#35B7FF);
  color:white;
  font-family:Inter,Arial,sans-serif;
  font-weight:900;
  margin-bottom:18px;
}

.step-card h3,
.audience-card h3,
.module-card h3,
.math-card h3{
  margin:0 0 10px;
  font-size:22px;
  line-height:1.2;
}

.step-card p,
.audience-card p,
.math-card p{
  margin:0;
  color:#607086;
  font-size:16px;
  line-height:1.6;
}

.alt-bg{
  background:
    radial-gradient(circle at 18% 20%,rgba(0,103,255,.07),transparent 32%),
    linear-gradient(135deg,#F8FBFF,#FFFFFF);
}

.value-grid,
.learn-grid,
.about-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:38px;
  align-items:center;
}

.value-grid h2,
.learn-grid h2,
.about-grid h2{
  margin:0 0 18px;
  font-size:clamp(34px,3.4vw,54px);
  line-height:1.06;
}

.value-grid p,
.learn-grid p,
.about-grid p{
  color:#53647A;
  font-size:18px;
  line-height:1.72;
}

.math-card{
  background:
    radial-gradient(circle at 85% 18%,rgba(255,255,255,.28),transparent 34%),
    linear-gradient(135deg,#0067FF,#004EC4);
  color:#fff;
}

.math-card h3,
.math-card p{
  color:#fff;
}

.big-number{
  margin:20px 0;
  padding:20px;
  border-radius:22px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.24);
  color:#fff;
  font-family:Inter,Arial,sans-serif;
  font-size:clamp(32px,4vw,54px);
  line-height:1;
  font-weight:950;
  letter-spacing:-.04em;
}

.learn-image-wrap{
  padding:18px;
  border-radius:32px;
  background:#fff;
  border:1px solid #E3EDF8;
  box-shadow:0 18px 52px rgba(7,17,39,.08);
}

.learn-image-wrap img{
  display:block;
  width:100%;
  border-radius:24px;
}

.check-list{
  display:grid;
  gap:13px;
  margin-top:24px;
}

.audience-card{
  min-height:180px;
}

.modules-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}

.module-card{
  display:flex;
  flex-direction:column;
}

.module-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:16px;
}

.module-top span{
  width:40px;
  height:40px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  background:#EAF4FF;
  color:#0067FF;
  font-family:Inter,Arial,sans-serif;
  font-weight:950;
}

.module-top strong{
  color:#6D7B8E;
  font-size:13px;
}

.module-card ul{
  margin:4px 0 0;
  padding-left:18px;
  color:#53647A;
}

.module-card li{
  margin:0 0 8px;
  line-height:1.45;
}

.about-card{
  padding:22px;
  border-radius:32px;
  background:#fff;
  border:1px solid #E3EDF8;
  box-shadow:0 18px 52px rgba(7,17,39,.08);
}

.about-card img{
  display:block;
  width:100%;
  border-radius:24px;
  margin-bottom:18px;
}

.about-card strong,
.about-card span{
  display:block;
}

.about-card strong{
  font-family:Inter,Arial,sans-serif;
  font-size:26px;
  color:#101827;
  margin-bottom:6px;
}

.about-card span{
  color:#607086;
  line-height:1.55;
}

.bottom-cta{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  padding:38px;
  border-radius:34px;
  background:
    radial-gradient(circle at 85% 20%,rgba(255,255,255,.24),transparent 34%),
    linear-gradient(135deg,#0067FF,#004EC4);
  color:#fff;
  box-shadow:0 22px 70px rgba(0,103,255,.24);
}

.bottom-cta .eyebrow,
.bottom-cta h2,
.bottom-cta p{
  color:#fff;
}

.bottom-cta h2{
  margin:0 0 10px;
  font-size:clamp(32px,3.3vw,52px);
  line-height:1.05;
}

.bottom-cta p{
  margin:0;
  font-size:18px;
  opacity:.92;
}

.bottom-cta .btn{
  flex:0 0 auto;
  background:#fff;
  color:#0067FF;
}

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

  .signup-card{
    position:relative;
    top:auto;
  }

  .modules-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:820px){
  .course-hero{
    padding:38px 0 44px;
  }

  .course-hero h1{
    font-size:38px;
  }

  .course-lead{
    font-size:18px;
  }

  .signup-card{
    scroll-margin-top:76px;
  }

  .signup-card-inner{
    padding:22px;
    border-radius:24px;
  }

  .signup-card h2{
    font-size:26px;
  }

  .hero-benefits div,
  .check-list div{
    font-size:15px;
  }

  .steps-grid,
  .audience-grid,
  .modules-grid{
    grid-template-columns:1fr;
  }

  .value-grid h2,
  .learn-grid h2,
  .about-grid h2{
    font-size:30px;
  }

  .value-grid p,
  .learn-grid p,
  .about-grid p{
    font-size:16px;
    line-height:1.65;
  }

  .step-card,
  .audience-card,
  .module-card,
  .math-card{
    padding:22px;
    border-radius:22px;
  }

  .bottom-cta{
    display:block;
    padding:28px 20px;
    border-radius:26px;
    text-align:center;
  }

  .bottom-cta .btn{
    margin-top:22px;
  }
}

@media(max-width:420px){
  .course-proof-row span{
    font-size:12px;
    padding:8px 10px;
  }

  .big-number{
    font-size:32px;
  }
}

.consent-row a{color:#0067FF;font-weight:850;text-decoration:none}.consent-row a:hover{text-decoration:underline}
