:root{
  --green:#75b82a;
  --green-dark:#559915;
  --black:#070707;
  --text:#111;
  --muted:#555;
  --line:rgba(0,0,0,.09);
}
*{box-sizing:border-box}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff}
.wrap{width:min(1240px,calc(100% - 56px));margin:auto}

.site-header{
  background:#f2f2f2;
  border-bottom:1px solid #ddd;
  position:sticky;
  top:0;
  z-index:20;
}
.nav{
  min-height:96px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:32px;
}
.brand img{
  width:175px;
  height:auto;
  display:block;
}
.menu{display:flex;gap:36px;align-items:center}
.menu a{
  color:#222;
  text-decoration:none;
  font-size:15px;
  font-weight:700;
  padding:36px 0 32px;
}
.menu a:first-child{
  border-bottom:2px solid var(--green);
}
.header-cta,.primary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  text-decoration:none;
  background:linear-gradient(135deg,var(--green),var(--green-dark));
  border-radius:10px;
  font-weight:800;
  box-shadow:0 15px 34px rgba(117,184,42,.32);
}
.header-cta{padding:14px 24px}
.primary{padding:17px 28px}

.hero{
  position:relative;
  overflow:hidden;
  padding:60px 0 42px;
  background:linear-gradient(90deg,#fff 0%,#fff 48%,#f2f0eb 100%);
}
.hero:after{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 78% 20%,rgba(117,184,42,.16),transparent 230px);
  pointer-events:none;
}
.hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:390px 1fr;
  align-items:center;
  gap:48px;
}
.hero-copy h1{
  margin:0;
  font-size:66px;
  line-height:.95;
  letter-spacing:-2.8px;
  font-weight:900;
}
.hero-copy h1 span{
  display:block;
  color:var(--green);
  font-size:94px;
}
.tax-note{
  display:block;
  color:#777;
  font-size:13px;
  margin:8px 0 12px;
}
.lead{
  font-size:20px;
  line-height:1.35;
  font-weight:800;
  margin:0 0 14px;
}
.intro{
  color:#444;
  font-size:17px;
  line-height:1.5;
  margin:0 0 24px;
}
.checks{
  display:grid;
  gap:12px;
  margin:0 0 28px;
}
.checks div{
  display:flex;
  align-items:center;
  gap:12px;
  font-weight:700;
}
.checks span,.included-grid p:before{
  content:"✓";
  width:22px;
  height:22px;
  border-radius:50%;
  background:var(--green);
  color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
  font-weight:900;
  flex:0 0 auto;
}
.note{
  margin:18px 0 0;
  color:#555;
  font-size:14px;
}
.hero-image img{
  width:100%;
  height:auto;
  display:block;
  border-radius:26px;
  box-shadow:0 30px 80px rgba(0,0,0,.18);
}

.trust-block{
  margin-top:-12px;
  margin-bottom:32px;
  position:relative;
  z-index:3;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 24px 65px rgba(0,0,0,.12);
}
.trust-block article{
  padding:30px 34px;
  border-right:1px solid var(--line);
  min-height:190px;
}
.trust-block article:last-child{border-right:0}
.icon{
  width:54px;
  height:54px;
  border:2px solid var(--green);
  border-radius:18px;
  color:var(--green-dark);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:26px;
  margin-bottom:20px;
}
.trust-block h3{
  margin:0 0 8px;
  font-size:18px;
  line-height:1.2;
}
.trust-block p{
  margin:0;
  color:#555;
  font-size:15px;
  line-height:1.42;
}

.offer{
  display:grid;
  grid-template-columns:330px 1fr 305px;
  gap:18px;
  padding-bottom:48px;
}
.price-box,.included,.optional{
  border-radius:20px;
  box-shadow:0 18px 55px rgba(0,0,0,.08);
}
.price-box{
  background:linear-gradient(135deg,#111,#030303);
  color:#fff;
  padding:34px;
}
.price-box p{
  color:var(--green);
  font-weight:900;
  margin:0 0 8px;
}
.price-box h2{
  font-size:74px;
  margin:0;
  line-height:1;
}
.price-box small{
  color:#bbb;
  font-size:12px;
}
.price-box strong{
  display:block;
  color:var(--green);
  margin:18px 0 18px;
}
.price-box span{
  color:#eee;
}
.included{
  border:1px solid var(--line);
  padding:34px;
}
.included h2,.optional h2{
  margin:0 0 24px;
  font-size:22px;
}
.included-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px 28px;
}
.included-grid p{
  margin:0;
  display:flex;
  align-items:center;
  gap:10px;
  font-size:15px;
}
.included-grid p:before{
  width:17px;
  height:17px;
  font-size:10px;
}
.optional{
  background:#eef8e7;
  padding:32px;
}
.optional h2{color:var(--green-dark)}
.optional p{
  display:flex;
  justify-content:space-between;
  gap:12px;
  font-size:14px;
  margin:0;
  padding:12px 0;
  border-bottom:1px solid rgba(0,0,0,.08);
}
.optional p:last-child{border-bottom:0}
.optional b{white-space:nowrap}

.green-strip{
  background:linear-gradient(135deg,var(--green),var(--green-dark));
  color:#fff;
  padding:28px 0;
}
.strip-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}
.strip-grid div{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:4px;
}
.strip-grid strong{font-size:22px}
.strip-grid span{font-size:14px}

/* Phase 2: compact process explanation, without changing existing layouts */
.lm-process{
  padding:70px 0 76px;
  background:#f8faf6;
}
.lm-process-head{
  text-align:center;
  max-width:680px;
  margin:0 auto 34px;
}
.lm-process-head small{
  color:var(--green-dark);
  font-weight:900;
  letter-spacing:1.4px;
}
.lm-process-head h2{
  margin:10px 0 12px;
  font-size:36px;
}
.lm-process-head p{
  margin:0;
  color:#667085;
}
.lm-process-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.lm-process-grid article{
  padding:24px 20px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
}
.lm-process-grid strong{
  display:inline-flex;
  width:30px;
  height:30px;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:var(--green);
  color:#fff;
}
.lm-process-grid h3{
  margin:16px 0 8px;
  font-size:18px;
}
.lm-process-grid p{
  margin:0;
  color:#667085;
  font-size:14px;
  line-height:1.55;
}

.closing{
  background:radial-gradient(circle at 18% 0%,rgba(117,184,42,.18),transparent 240px),linear-gradient(135deg,#050505,#111);
  color:#fff;
  padding:46px 0;
}
.closing-grid{
  display:grid;
  grid-template-columns:80px 1fr auto;
  align-items:center;
  gap:30px;
}
.rocket{
  width:58px;
  height:58px;
  border:2px solid var(--green);
  color:var(--green);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:26px;
  transform:rotate(-35deg);
}
.closing h2{
  margin:0 0 8px;
  font-size:28px;
}
.closing p{
  margin:0;
  color:#ddd;
}

.footer{
  background:#050505;
  color:#fff;
  padding:48px 0;
}
.footer-grid{
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr;
  gap:44px;
}
.footer img{width:150px}
.footer p,.footer a{
  color:#bdbdbd;
  text-decoration:none;
  font-size:14px;
  line-height:1.5;
}
.footer a:hover{color:var(--green)}

@media(max-width:1100px){
  .menu{display:none}
  .hero-grid{grid-template-columns:1fr}
  .hero-image{order:-1}
  .trust-block{grid-template-columns:1fr 1fr}
  .offer{grid-template-columns:1fr}
  .closing-grid{grid-template-columns:1fr;text-align:center}
  .rocket{margin:auto}
}
@media(max-width:680px){
  .wrap{width:min(100% - 32px,1240px)}
  .nav{min-height:82px}
  .brand img{width:140px}
  .header-cta{padding:12px 14px;font-size:14px}
  .hero-copy h1{font-size:46px}
  .hero-copy h1 span{font-size:72px}
  .trust-block{grid-template-columns:1fr}
  .trust-block article{border-right:0;border-bottom:1px solid var(--line)}
  .trust-block article:last-child{border-bottom:0}
  .included-grid{grid-template-columns:1fr}
  .lm-process-grid{grid-template-columns:1fr}
  .strip-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
}


/* Rechtliche Seiten */
.legal-main{
  background:linear-gradient(180deg,#f7f7f7,#ffffff);
  padding:70px 0;
}
.legal-card{
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:22px;
  box-shadow:0 18px 55px rgba(0,0,0,.08);
  padding:54px;
  max-width:980px;
}
.legal-card h1{
  margin:0 0 28px;
  font-size:42px;
  letter-spacing:-1px;
}
.legal-card h2{
  margin:34px 0 10px;
  font-size:22px;
}
.legal-card p{
  color:#444;
  line-height:1.65;
  font-size:16px;
}
.legal-card a{
  color:var(--green-dark);
  font-weight:700;
  text-decoration:none;
}
.legal-card a:hover{
  text-decoration:underline;
}
@media(max-width:680px){
  .legal-card{
    padding:30px 22px;
  }
  .legal-card h1{
    font-size:34px;
  }
}


/* Premium FAQ */
.faq-section{
  background:
    radial-gradient(circle at 12% 8%, rgba(117,184,42,.12), transparent 230px),
    linear-gradient(180deg,#ffffff,#f7f7f4);
  padding:62px 0;
}
.faq-grid{
  display:grid;
  grid-template-columns:360px 1fr;
  gap:44px;
  align-items:start;
}
.faq-intro{
  position:sticky;
  top:120px;
}
.faq-intro small{
  color:var(--green-dark);
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.5px;
}
.faq-intro h2{
  font-size:38px;
  line-height:1.08;
  letter-spacing:-1.4px;
  margin:12px 0 16px;
}
.faq-intro p{
  color:#555;
  font-size:16px;
  line-height:1.6;
  margin:0 0 24px;
}
.faq-cta{
  padding:15px 22px;
  font-size:15px;
}
.faq-list{
  display:grid;
  gap:14px;
}
.faq-list details{
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:18px;
  box-shadow:0 12px 34px rgba(0,0,0,.06);
  overflow:hidden;
  transition:box-shadow .2s ease, transform .2s ease, border-color .2s ease;
}
.faq-list details:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 44px rgba(0,0,0,.09);
  border-color:rgba(117,184,42,.28);
}
.faq-list summary{
  cursor:pointer;
  list-style:none;
  padding:22px 58px 22px 24px;
  font-size:18px;
  font-weight:850;
  line-height:1.25;
  position:relative;
}
.faq-list summary::-webkit-details-marker{
  display:none;
}
.faq-list summary:after{
  content:"+";
  position:absolute;
  right:24px;
  top:50%;
  transform:translateY(-50%);
  width:28px;
  height:28px;
  border-radius:50%;
  background:rgba(117,184,42,.12);
  color:var(--green-dark);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  font-weight:800;
}
.faq-list details[open] summary:after{
  content:"–";
}
.faq-list p{
  margin:0;
  padding:0 24px 24px;
  color:#555;
  font-size:15px;
  line-height:1.65;
  max-width:760px;
}

@media(max-width:900px){
  .faq-grid{
    grid-template-columns:1fr;
  }
  .faq-intro{
    position:static;
  }
  .faq-intro h2{
    font-size:32px;
  }
}


/* STARTSEITE BRANCHENLÖSUNGEN */
.branches-showcase{
  padding:90px 40px;
  background:linear-gradient(180deg,#ffffff,#f7faf5);
}

.branches-showcase .section-head{
  text-align:center;
  margin-bottom:44px;
}

.branches-showcase .section-head span{
  display:inline-block;
  color:#76b82a;
  font-size:13px;
  font-weight:900;
  letter-spacing:.08em;
  margin-bottom:14px;
}

.branches-showcase .section-head h2{
  font-size:52px;
  line-height:1.05;
  letter-spacing:-2px;
  margin:0;
  color:#101722;
}

.showcase-grid{
  max-width:1440px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
}

.showcase-card{
  display:block;
  overflow:hidden;
  border-radius:22px;
  background:#fff;
  border:1px solid #e7eaf0;
  text-decoration:none;
  box-shadow:0 20px 60px rgba(16,24,40,.06);
  transition:.25s;
}

.showcase-card:hover{
  transform:translateY(-6px);
  box-shadow:0 34px 90px rgba(16,24,40,.12);
}

.showcase-image{
  height:220px;
  overflow:hidden;
}

.showcase-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.35s;
}

.showcase-card:hover .showcase-image img{
  transform:scale(1.05);
}

.showcase-icon{
  width:58px;
  height:58px;
  margin:-29px auto 14px;
  position:relative;
  z-index:2;
  border-radius:50%;
  background:#fff;
  border:1px solid #e7eaf0;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  box-shadow:0 12px 24px rgba(16,24,40,.12);
}

.showcase-content{
  padding:0 24px 28px;
  text-align:center;
}

.showcase-content h3{
  margin:0 0 12px;
  font-size:28px;
  letter-spacing:-1px;
  color:#101722;
}

.showcase-content p{
  margin:0 0 24px;
  color:#667085;
  line-height:1.65;
  min-height:54px;
}

.showcase-content span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 20px;
  border-radius:8px;
  border:1px solid #76b82a;
  color:#76b82a;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  transition:.25s;
}

.showcase-card:hover .showcase-content span{
  background:#76b82a;
  color:#fff;
}

@media(max-width:1120px){
  .showcase-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:760px){
  .branches-showcase{
    padding:70px 22px;
  }

  .branches-showcase .section-head h2{
    font-size:38px;
  }

  .showcase-grid{
    grid-template-columns:1fr;
  }

  .showcase-image{
    height:240px;
  }
}


/* STARTSEITE PAKETE AUS BRANCHENLÖSUNGEN */
.packages-from-branch,
.pricing{
  max-width:1440px;
  margin:0 auto;
  padding:90px 40px;
}

.package-start-grid,
.cards{
  align-items:stretch;
}

.package-start-card,
.card{
  display:flex;
  flex-direction:column;
}

.package-start-card ul,
.card ul{
  flex:1;
}

.package-start-card .full,
.card .full{
  margin-top:auto;
}

.package-icon{
  width:70px;
  height:70px;
  border-radius:50%;
  background:#e7f3dc;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:30px;
}

@media(max-width:760px){
  .packages-from-branch,
  .pricing{
    padding:70px 22px;
  }
}


/* FIX: kompakte Pakete passend zum Master-Design */
.lm-packages{
  max-width:1180px;
  margin:0 auto;
  padding:72px 40px 62px;
}

.lm-packages-head{
  text-align:center;
  margin-bottom:32px;
}

.lm-packages-head span{
  display:inline-block;
  color:#76b82a;
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  margin-bottom:10px;
}

.lm-packages-head h2{
  margin:0;
  color:#101722;
  font-size:38px;
  line-height:1.12;
  letter-spacing:-1.5px;
}

.lm-packages-head p{
  margin:12px auto 0;
  color:#667085;
  max-width:620px;
  font-size:16px;
  line-height:1.6;
}

.lm-package-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  align-items:stretch;
}

.lm-package-card{
  position:relative;
  background:#fff;
  border:1px solid #e7eaf0;
  border-radius:18px;
  padding:26px;
  min-height:390px;
  box-shadow:0 14px 42px rgba(16,24,40,.055);
  display:flex;
  flex-direction:column;
}

.lm-package-featured{
  border:2px solid rgba(118,184,42,.35);
  box-shadow:0 18px 50px rgba(118,184,42,.10);
}

.lm-package-badge{
  position:absolute;
  top:18px;
  right:18px;
  background:#eef8e8;
  color:#76b82a;
  border-radius:999px;
  padding:7px 11px;
  font-size:11px;
  font-weight:900;
}

.lm-package-label{
  color:#76b82a;
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  margin-bottom:16px;
}

.lm-package-card h3{
  margin:0;
  color:#101722;
  font-size:34px;
  line-height:1;
  letter-spacing:-1px;
}

.lm-package-sub{
  margin:12px 0 20px;
  color:#667085;
  line-height:1.5;
  font-size:14px;
  min-height:42px;
}

.lm-package-card ul{
  list-style:none;
  margin:0 0 24px;
  padding:0;
  flex:1;
}

.lm-package-card li{
  position:relative;
  padding-left:24px;
  margin:10px 0;
  color:#27313d;
  font-size:14px;
  line-height:1.45;
}

.lm-package-card li:before{
  content:"✓";
  position:absolute;
  left:0;
  color:#76b82a;
  font-weight:900;
}

.lm-package-card a{
  display:flex;
  justify-content:center;
  align-items:center;
  min-height:44px;
  padding:0 18px;
  border-radius:8px;
  background:linear-gradient(180deg,#8bc63f,#76b82a);
  color:#fff;
  text-decoration:none;
  font-size:14px;
  font-weight:900;
  box-shadow:0 10px 22px rgba(118,184,42,.22);
}

@media(max-width:980px){
  .lm-package-grid{
    grid-template-columns:1fr;
  }
  .lm-package-card{
    min-height:0;
  }
}

@media(max-width:760px){
  .lm-packages{
    padding:60px 22px 50px;
  }
  .lm-packages-head h2{
    font-size:32px;
  }
}


/* DUAL CTA BUTTONS */
.cta-dual{
  display:flex;
  gap:16px;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  margin-top:28px;
}

.cta-dual .btn{
  min-width:240px;
}

.whatsapp-btn{
  background:linear-gradient(180deg,#8bc63f,#76b82a) !important;
  color:#fff !important;
  box-shadow:0 14px 30px rgba(118,184,42,.25);
}

.mail-btn{
  background:#fff !important;
  border:1px solid #d8dee8 !important;
  color:#101722 !important;
  box-shadow:0 10px 24px rgba(16,24,40,.06);
}

.mail-btn:hover{
  background:#f6f8fb !important;
}

.cta-dual-header{
  display:flex;
  gap:12px;
  align-items:center;
}

.cta-dual-header .btn{
  min-height:44px;
  padding:0 18px !important;
  border-radius:10px;
  font-size:14px;
}

@media(max-width:760px){

  .cta-dual{
    flex-direction:column;
  }

  .cta-dual .btn{
    width:100%;
    max-width:320px;
  }

  .cta-dual-header{
    display:none;
  }
}


/* INLINE DUAL CTA */
.cta-inline-dual{
  display:flex;
  gap:12px;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
}

.cta-inline-dual .btn{
  min-height:46px;
  padding:0 22px !important;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  font-weight:900;
}

.whatsapp-btn{
  background:linear-gradient(180deg,#8bc63f,#76b82a) !important;
  color:#fff !important;
}

.mail-btn{
  background:#fff !important;
  color:#101722 !important;
  border:1px solid #d8dee8 !important;
}

@media(max-width:760px){
  .cta-inline-dual{
    flex-direction:column;
  }

  .cta-inline-dual .btn{
    width:100%;
    max-width:320px;
  }
}


/* KONTAKTFORMULAR */
.lm-contact-form{
  padding:90px 40px;
  background:linear-gradient(180deg,#f8fbf6,#ffffff);
}

.lm-contact-inner{
  max-width:1280px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:48px;
  align-items:center;
}

.lm-contact-left span{
  display:inline-block;
  color:#76b82a;
  font-size:13px;
  font-weight:900;
  letter-spacing:.08em;
  margin-bottom:14px;
}

.lm-contact-left h2{
  margin:0 0 20px;
  color:#101722;
  font-size:54px;
  line-height:1;
  letter-spacing:-2px;
}

.lm-contact-left p{
  color:#667085;
  font-size:17px;
  line-height:1.7;
  margin:0 0 28px;
  max-width:520px;
}

.lm-contact-points{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.lm-contact-points div{
  color:#27313d;
  font-weight:700;
}

.lm-contact-right{
  background:#fff;
  border:1px solid #e7eaf0;
  border-radius:24px;
  padding:34px;
  box-shadow:0 22px 70px rgba(16,24,40,.06);
}

.lm-form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.lm-field{
  display:flex;
  flex-direction:column;
  margin-bottom:18px;
}

.lm-field label{
  margin-bottom:10px;
  font-size:14px;
  font-weight:800;
  color:#101722;
}

.lm-field input,
.lm-field textarea{
  width:100%;
  border:1px solid #d8dee8;
  border-radius:12px;
  padding:14px 16px;
  font-size:15px;
  outline:none;
  background:#fff;
  color:#101722;
}

.lm-field textarea{
  min-height:150px;
  resize:vertical;
}

.lm-field input:focus,
.lm-field textarea:focus{
  border-color:#76b82a;
  box-shadow:0 0 0 4px rgba(118,184,42,.12);
}

.lm-form-actions{
  display:flex;
  gap:16px;
  align-items:center;
  flex-wrap:wrap;
  margin-top:10px;
}

.lm-submit{
  border:none;
  min-height:50px;
  padding:0 28px;
  border-radius:12px;
  background:linear-gradient(180deg,#8bc63f,#76b82a);
  color:#fff;
  font-size:15px;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 14px 30px rgba(118,184,42,.25);
}

.lm-whatsapp-link{
  color:#76b82a;
  text-decoration:none;
  font-weight:900;
}

.lm-form-trap{
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  clip:rect(0 0 0 0);
  white-space:nowrap;
}

.lm-field label span{
  color:#667085;
  font-weight:500;
}

.lm-form-privacy{
  color:#667085;
  font-size:12px;
  line-height:1.5;
  margin:4px 0 16px;
}

.lm-form-privacy a{
  color:#527f18;
  text-decoration:underline;
}

.lm-form-status{
  border-radius:10px;
  font-size:14px;
  line-height:1.5;
  margin:16px 0 0;
  padding:12px 14px;
}

.lm-form-status.success{
  background:#edf8e5;
  color:#315b11;
}

.lm-form-status.error{
  background:#fff1f0;
  color:#8c241d;
}

@media(max-width:980px){

  .lm-contact-inner{
    grid-template-columns:1fr;
  }

  .lm-contact-left h2{
    font-size:42px;
  }
}

@media(max-width:760px){

  .lm-contact-form{
    padding:70px 22px;
  }

  .lm-form-grid{
    grid-template-columns:1fr;
  }

  .lm-contact-right{
    padding:24px;
  }

  .lm-form-actions{
    flex-direction:column;
    align-items:stretch;
  }

  .lm-submit{
    width:100%;
  }
}
