
:root{
  --lp-bg:#05070d;
  --lp-panel:#0b1019;
  --lp-panel-2:#0e1521;
  --lp-line:rgba(255,255,255,.10);
  --lp-text:#f5f7fb;
  --lp-muted:#9aa4b1;
  --lp-blue:#2f7cff;
  --lp-blue-deep:#1455d6;
}

.lp-page{
  overflow-x:hidden;
  background:var(--lp-bg);
  color:var(--lp-text);
}

.lp-page *{box-sizing:border-box}

.lp-header{
  position:fixed;
  z-index:1000;
  top:16px;
  left:50%;
  width:min(1180px,calc(100% - 34px));
  min-height:66px;
  transform:translateX(-50%);
  display:grid;
  grid-template-columns:180px 1fr 170px;
  align-items:center;
  padding:9px 12px 9px 18px;
  border:1px solid var(--lp-line);
  border-radius:17px;
  background:rgba(6,9,15,.82);
  backdrop-filter:blur(18px);
  box-shadow:0 20px 55px rgba(0,0,0,.32);
}

.lp-brand img,.lp-footer-brand img{display:block;width:128px}
.lp-nav{display:flex;justify-content:center;gap:25px}
.lp-nav a{color:#a7b0bc;font-size:12px;text-decoration:none}
.lp-header-cta{
  display:flex;align-items:center;justify-content:center;min-height:44px;
  border-radius:11px;background:linear-gradient(180deg,var(--lp-blue),var(--lp-blue-deep));
  color:#fff;font-size:12px;font-weight:700;text-decoration:none;
}

.lp-hero,.lp-problem,.lp-benefits,.lp-offer,.lp-solutions,.lp-dani,.lp-faq,.lp-final-cta,.lp-footer{
  width:min(1180px,calc(100% - 40px));
  margin:0 auto;
}

.lp-hero{
  position:relative;
  min-height:760px;
  display:flex;
  align-items:center;
  overflow:hidden;
  padding:145px 0 90px;
}

.hero-photo{
  position:absolute;
  inset:0;
  background:url("./assets/hero-avenida-real-v2.jpg") center/cover no-repeat;
  filter:saturate(.96) contrast(1.03) brightness(1.08);
}

.hero-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(3,6,12,.94) 0%,rgba(3,6,12,.84) 34%,rgba(3,6,12,.22) 66%,rgba(3,6,12,.08) 100%),
    linear-gradient(180deg,rgba(3,6,12,.12),rgba(3,6,12,.75));
}

.lp-hero-copy{
  position:relative;
  z-index:2;
  max-width:680px;
}

.lp-eyebrow{
  display:block;
  color:var(--lp-blue);
  font-size:10px;
  font-weight:800;
  letter-spacing:2.2px;
}

.lp-hero h1{
  margin:20px 0 24px;
  font-size:clamp(48px,5.4vw,76px);
  line-height:.99;
  letter-spacing:-4px;
  font-weight:550;
}

.lp-hero h1 em{color:var(--lp-blue);font-style:normal}
.lp-hero-copy>p{max-width:630px;color:#b3bcc8;font-size:17px;line-height:1.62}
.lp-hero-copy>p strong{color:#fff}

.lp-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.lp-actions-center{justify-content:center}
.lp-button{
  display:inline-flex;align-items:center;justify-content:center;gap:14px;
  min-height:52px;padding:0 22px;border-radius:13px;
  font-size:13px;font-weight:750;text-decoration:none;transition:.2s;
}
.lp-button:hover{transform:translateY(-2px)}
.lp-button-primary{background:linear-gradient(180deg,var(--lp-blue),var(--lp-blue-deep));color:#fff}
.lp-button-secondary{border:1px solid rgba(255,255,255,.19);background:rgba(255,255,255,.035);color:#eef2f7}

.hero-trust{
  display:flex;
  flex-wrap:wrap;
  gap:14px 26px;
  margin-top:28px;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.13);
}
.hero-trust span{color:#b8c1cc;font-size:11px}
.hero-trust span::before{content:"✓";margin-right:8px;color:var(--lp-blue)}

.lp-problem,.lp-benefits,.lp-offer,.lp-solutions,.lp-dani,.lp-faq{
  padding:88px 0;
  border-top:1px solid rgba(255,255,255,.075);
}

.lp-section-heading{max-width:820px;margin-bottom:40px}
.lp-section-heading h2{
  margin:16px 0 0;
  font-size:clamp(38px,4.3vw,60px);
  line-height:1.02;
  letter-spacing:-3px;
  font-weight:520;
}
.lp-section-heading>p{max-width:650px;color:var(--lp-muted);font-size:15px;line-height:1.65}

.problem-flow{
  display:grid;
  grid-template-columns:1fr 44px 1fr 44px 1fr;
  gap:14px;
  align-items:center;
}
.problem-card{
  min-height:190px;
  padding:26px;
  border:1px solid var(--lp-line);
  border-radius:20px;
  background:linear-gradient(145deg,rgba(18,27,43,.78),rgba(7,10,16,.96));
}
.problem-card>span{color:var(--lp-blue);font-size:10px;font-weight:800;letter-spacing:2px}
.problem-card h3{margin:47px 0 10px;font-size:24px;letter-spacing:-1px}
.problem-card p{margin:0;color:var(--lp-muted);font-size:13px;line-height:1.6}
.flow-arrow{text-align:center;color:var(--lp-blue);font-size:25px}
.problem-question{text-align:center;color:#d9dfe7;font-size:14px;margin:25px 0 0}

.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.benefit-card{
  min-height:140px;padding:24px;border:1px solid var(--lp-line);
  border-radius:18px;background:var(--lp-panel);
}
.benefit-card strong{display:block;margin-bottom:10px;font-size:18px;letter-spacing:-.6px}
.benefit-card span{color:var(--lp-muted);font-size:13px;line-height:1.5}

.offer-card{
  display:grid;
  grid-template-columns:.8fr 1fr .8fr;
  gap:36px;
  align-items:center;
  padding:42px;
  border:1px solid rgba(47,124,255,.30);
  border-radius:26px;
  background:radial-gradient(circle at 90% 10%,rgba(47,124,255,.18),transparent 35%),linear-gradient(145deg,#101a2b,#070a11);
}
.offer-intro h2{margin:16px 0 5px;font-size:40px;letter-spacing:-2px}
.offer-start{margin:0;color:#9ba6b3;font-size:13px}
.offer-price{margin:3px 0 12px;color:var(--lp-blue);font-size:68px;font-weight:750;letter-spacing:-4px}
.offer-price small{font-size:20px;letter-spacing:0}
.offer-intro>p:last-child{color:#9ea8b5;font-size:13px;line-height:1.6}
.offer-includes ul{list-style:none;margin:0;padding:0}
.offer-includes li{position:relative;padding:10px 0 10px 24px;border-bottom:1px solid rgba(255,255,255,.07);color:#b8c1cb;font-size:13px}
.offer-includes li::before{content:"✓";position:absolute;left:0;color:var(--lp-blue)}
.offer-action{display:flex;flex-direction:column;gap:12px}
.offer-action small{text-align:center;color:#798492;font-size:10px}

.solutions-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.solution-card{
  min-height:155px;padding:22px;border:1px solid var(--lp-line);
  border-radius:17px;background:var(--lp-panel);
}
.solution-card strong{display:block;margin-bottom:34px;font-size:17px;line-height:1.2;letter-spacing:-.5px}
.solution-card span{color:var(--lp-muted);font-size:12px;line-height:1.4}
.types-note{
  display:grid;grid-template-columns:130px 1fr;gap:24px;
  margin-top:25px;padding:23px;border:1px solid rgba(47,124,255,.2);
  border-radius:16px;background:rgba(47,124,255,.055);
}
.types-note p{margin:0;color:#9ba5b2;font-size:12px;line-height:1.65}

.lp-dani{display:grid;grid-template-columns:.8fr 1.2fr;gap:55px;align-items:center}
.lp-dani-image{min-height:430px;overflow:hidden;border:1px solid var(--lp-line);border-radius:23px}
.lp-dani-image img{width:100%;height:430px;object-fit:cover}
.lp-dani-copy h2{margin:18px 0;font-size:clamp(42px,4.5vw,62px);line-height:1;letter-spacing:-3px;font-weight:520}
.lp-dani-copy p{max-width:610px;color:#a3adba;font-size:15px;line-height:1.7}
.dani-benefits{display:flex;flex-wrap:wrap;gap:16px 25px;margin:24px 0}
.dani-benefits span{color:#c6ced8;font-size:12px}
.dani-benefits span::before{content:"✓";margin-right:7px;color:var(--lp-blue)}

.faq-list{border-top:1px solid var(--lp-line)}
.faq-list details{border-bottom:1px solid var(--lp-line)}
.faq-list summary{
  position:relative;padding:22px 50px 22px 0;
  cursor:pointer;list-style:none;font-size:18px;letter-spacing:-.4px;
}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary::after{content:"+";position:absolute;right:4px;color:var(--lp-blue);font-size:23px}
.faq-list details[open] summary::after{content:"−"}
.faq-list details p{max-width:800px;margin:0;padding:0 0 22px;color:var(--lp-muted);font-size:14px;line-height:1.65}

.lp-final-cta{
  padding:100px 0;
  text-align:center;
  border-top:1px solid rgba(255,255,255,.075);
  background:radial-gradient(circle at 50% 80%,rgba(35,91,210,.16),transparent 45%);
}
.lp-final-cta h2{
  max-width:820px;margin:18px auto;
  font-size:clamp(46px,5vw,70px);
  line-height:.98;letter-spacing:-3.5px;font-weight:520;
}
.lp-final-cta p{font-size:19px;color:#a9b2be}

.lp-footer{
  display:grid;grid-template-columns:1fr auto 1fr;
  gap:30px;align-items:center;padding:30px 0;border-top:1px solid var(--lp-line);
}
.lp-footer-links{display:flex;gap:18px;align-items:center}
.lp-footer a,.lp-footer button{
  border:0;background:transparent;color:#89939f;
  font:inherit;font-size:10px;text-decoration:none;cursor:pointer;
}
.lp-footer small{text-align:right;color:#697481;font-size:9px}


/* V22 — refinamentos de conversão */
.hero-impact{max-width:520px!important;margin-top:0!important;color:#fff!important;font-size:20px!important;font-weight:700;line-height:1.35!important}
.hero-price-badge{position:absolute;z-index:3;top:155px;right:40px;width:176px;padding:20px 18px;border:1px solid rgba(255,255,255,.18);border-radius:22px;background:rgba(6,10,18,.76);backdrop-filter:blur(18px);box-shadow:0 22px 65px rgba(0,0,0,.32)}
.hero-price-badge span,.hero-price-badge small{display:block;color:#aab4c0}.hero-price-badge span{font-size:11px;text-transform:uppercase;letter-spacing:1.2px}.hero-price-badge small{margin-top:11px;font-size:11px}.hero-price-badge strong{display:block;margin-top:2px;color:#fff;font-size:37px;line-height:1;letter-spacing:-2px}.hero-price-badge strong i{font-size:14px;font-style:normal;letter-spacing:0;color:var(--lp-blue)}
.benefit-card{position:relative;padding-top:22px}
.benefit-icon,.solution-icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;margin-bottom:18px;border:1px solid rgba(47,124,255,.34);border-radius:11px;background:linear-gradient(145deg,rgba(47,124,255,.20),rgba(47,124,255,.06));color:#75a5ff;font-size:18px;font-weight:800}
.benefit-icon-google,.solution-google{color:#fff;background:linear-gradient(135deg,#4285f4,#34a853 45%,#fbbc05 70%,#ea4335)}
.solution-card{display:flex;flex-direction:column;min-height:190px;padding:22px}
.solution-card strong{min-height:48px;margin:0 0 12px;font-size:16px;line-height:1.2}
.solution-card span{margin-top:auto;font-size:12px;line-height:1.5}

@media(max-width:980px){
  .lp-header{grid-template-columns:1fr auto}.lp-nav{display:none}
  .problem-flow{grid-template-columns:1fr}.flow-arrow{transform:rotate(90deg)}
  .benefits-grid{grid-template-columns:1fr 1fr}
  .offer-card{grid-template-columns:1fr}.solutions-grid{grid-template-columns:1fr 1fr}
  .lp-dani{grid-template-columns:1fr}
  .lp-footer{grid-template-columns:1fr;text-align:center}.lp-footer-links{justify-content:center;flex-wrap:wrap}.lp-footer-brand img{margin:auto}.lp-footer small{text-align:center}
}

@media(max-width:720px){

  .hero-price-badge{top:96px;right:16px;width:138px;padding:15px 14px;border-radius:17px}
  .hero-price-badge strong{font-size:29px}
  .hero-price-badge span{font-size:9px}
  .hero-impact{font-size:17px!important}

  .lp-header{top:9px;width:calc(100% - 18px);min-height:60px;padding:8px 9px 8px 14px}
  .lp-brand img{width:108px}.lp-header-cta{min-height:40px;padding:0 12px;font-size:10px}
  .lp-hero,.lp-problem,.lp-benefits,.lp-offer,.lp-solutions,.lp-dani,.lp-faq,.lp-final-cta,.lp-footer{width:calc(100% - 26px)}
  .lp-hero{min-height:720px;padding:120px 0 70px;align-items:flex-end}
  .hero-photo{background-position:68% center}
  .hero-overlay{background:linear-gradient(180deg,rgba(3,6,12,.18),rgba(3,6,12,.93) 48%,rgba(3,6,12,.99))}
  .lp-hero h1{font-size:40px;line-height:1.02;letter-spacing:-2.2px}
  .lp-hero-copy>p{font-size:15px}.lp-actions{display:grid}.lp-button{width:100%}
  .hero-trust{gap:10px}.lp-problem,.lp-benefits,.lp-offer,.lp-solutions,.lp-dani,.lp-faq{padding:68px 0}
  .lp-section-heading h2{font-size:39px;letter-spacing:-2.3px}
  .benefits-grid,.solutions-grid{grid-template-columns:1fr}
  .offer-card{padding:25px}.offer-intro h2{font-size:34px}.offer-price{font-size:58px}
  .types-note{grid-template-columns:1fr;gap:8px}
  .lp-dani-image,.lp-dani-image img{min-height:390px;height:390px}
  .lp-dani-copy h2{font-size:42px;letter-spacing:-2.5px}
  .faq-list summary{font-size:16px}
  .lp-final-cta{padding:80px 0}.lp-final-cta h2{font-size:43px;letter-spacing:-2.6px}
}


/* V23 — ajustes finais */
.hero-headline span,
.hero-headline em{display:block}
.hero-headline em{white-space:nowrap}

.lp-button-whatsapp .whatsapp-mark{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:19px;
  height:19px;
  border:1px solid rgba(255,255,255,.55);
  border-radius:50%;
  font-size:10px;
  line-height:1;
}

.hero-price-badge b{
  display:block;
  margin-top:12px;
  padding-top:10px;
  border-top:1px solid rgba(255,255,255,.12);
  color:#d9e5f8;
  font-size:9px;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
}

.solution-card{
  display:flex;
  flex-direction:column;
  min-height:205px;
  overflow:hidden;
  text-align:left;
}

.solution-card h3{
  min-height:54px;
  margin:0 0 18px;
  color:#f6f8fc;
  font-size:16px;
  font-weight:750;
  line-height:1.15;
  letter-spacing:-.45px;
}

.solution-card h3 span{display:block}

.solution-card p{
  margin:auto 0 0;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.07);
  color:#a0aab6;
  font-size:12px;
  line-height:1.55;
}

.types-note{
  align-items:start;
  padding:27px 30px;
}

.types-note strong{
  padding-top:1px;
  line-height:1.4;
}

.types-note p{
  padding-left:10px;
}

@media(max-width:720px){
  .hero-headline em{white-space:normal}
  .solution-card{min-height:180px}
  .solution-card h3{min-height:auto;font-size:17px}
  .types-note{padding:22px}
  .types-note p{padding-left:0}
}


/* V24 — responsividade final do hero e da Dani */
.hero-headline{
  max-width:650px;
}

.hero-headline span,
.hero-headline em{
  display:block;
}

.hero-headline em{
  white-space:normal;
}

@media (min-width:981px){
  .hero-price-badge{
    top:148px;
    right:32px;
  }
}

@media (min-width:721px) and (max-width:1180px){
  .lp-hero{
    min-height:760px;
    padding-top:145px;
  }

  .lp-hero-copy{
    max-width:610px;
    padding-right:185px;
  }

  .lp-hero h1{
    font-size:clamp(48px,6.1vw,66px);
    line-height:1;
    letter-spacing:-3.2px;
  }

  .hero-price-badge{
    top:148px;
    right:24px;
    width:158px;
  }

  .lp-dani{
    grid-template-columns:.92fr 1.08fr;
    gap:38px;
  }

  .lp-dani-image{
    min-height:390px;
  }

  .lp-dani-image img{
    height:390px;
    object-position:center 18%;
  }

  .lp-dani-copy h2{
    font-size:clamp(38px,4.2vw,54px);
  }
}

@media (max-width:720px){
  .lp-hero{
    min-height:auto;
    padding-top:112px;
    padding-bottom:64px;
    align-items:flex-start;
  }

  .lp-hero-copy{
    max-width:none;
    padding-right:0;
  }

  .lp-hero h1{
    margin-top:18px;
    padding-top:170px;
    font-size:38px;
    line-height:1.02;
    letter-spacing:-2px;
  }

  .hero-price-badge{
    top:92px;
    right:14px;
    width:142px;
    padding:15px 14px;
  }

  .hero-price-badge span{
    font-size:9px;
  }

  .hero-price-badge small{
    margin-top:8px;
    font-size:10px;
  }

  .hero-price-badge strong{
    font-size:30px;
  }

  .hero-price-badge b{
    margin-top:9px;
    padding-top:8px;
    font-size:8px;
  }

  .hero-impact{
    margin-top:20px !important;
  }

  .lp-dani{
    gap:28px;
  }

  .lp-dani-image{
    min-height:360px;
    height:360px;
  }

  .lp-dani-image img{
    height:360px;
    object-position:center 16%;
  }
}

@media (max-width:430px){
  .lp-hero h1{
    padding-top:162px;
    font-size:35px;
  }

  .hero-price-badge{
    top:88px;
    right:10px;
    width:132px;
  }
}


/* V26 — correção definitiva do hero */
.hero-headline-tablet,
.hero-headline-mobile{
  display:none;
}

.hero-headline-desktop{
  display:block;
  max-width:760px;
}

.hero-headline-desktop span,
.hero-headline-desktop em,
.hero-headline-tablet span,
.hero-headline-tablet em,
.hero-headline-mobile span,
.hero-headline-mobile em{
  display:block;
}

.hero-headline-desktop em,
.hero-headline-tablet em,
.hero-headline-mobile em{
  white-space:nowrap;
}

.hero-photo{
  background-image:url("./assets/hero-avenida-real-v2.jpg");
  background-position:center 48%;
  filter:saturate(.96) contrast(1.03) brightness(1.08);
}

.hero-overlay{
  background:
    linear-gradient(90deg,rgba(3,6,12,.95) 0%,rgba(3,6,12,.87) 34%,rgba(3,6,12,.25) 67%,rgba(3,6,12,.08) 100%),
    linear-gradient(180deg,rgba(3,6,12,.10),rgba(3,6,12,.73));
}

/* Apenas o selo frontal permanece */
.hero-price-badge{
  z-index:4;
}

@media (min-width:721px) and (max-width:1180px){
  .hero-headline-desktop{
    display:none;
  }

  .hero-headline-tablet{
    display:block;
    max-width:590px;
  }

  .lp-hero-copy{
    padding-right:170px;
  }

  .lp-hero h1{
    font-size:clamp(42px,5.2vw,57px);
    line-height:1.01;
    letter-spacing:-2.8px;
  }

  .hero-photo{
    background-position:57% center;
  }
}

@media (max-width:720px){
  .hero-headline-desktop,
  .hero-headline-tablet{
    display:none;
  }

  .hero-headline-mobile{
    display:block;
    max-width:none;
    padding-top:158px;
  }

  .lp-hero h1{
    font-size:33px;
    line-height:1.035;
    letter-spacing:-1.7px;
  }

  .hero-headline-mobile em{
    white-space:normal;
  }

  .hero-photo{
    background-position:63% center;
  }

  .hero-overlay{
    background:
      linear-gradient(180deg,rgba(3,6,12,.18) 0%,rgba(3,6,12,.68) 34%,rgba(3,6,12,.95) 66%,rgba(3,6,12,.99) 100%);
  }
}

@media (max-width:390px){
  .hero-headline-mobile{
    padding-top:154px;
  }

  .lp-hero h1{
    font-size:30px;
  }
}


/* V27 — ajuste fino somente desktop e celular */
@media (min-width:1181px){
  .hero-headline-desktop{max-width:610px}
  .lp-hero h1{
    font-size:clamp(48px,4.8vw,68px);
    line-height:.99;
    letter-spacing:-3.1px;
  }
  .hero-price-badge{top:146px;right:34px}
}

@media (max-width:720px){
  .lp-hero{padding-top:104px;padding-bottom:52px}

  .hero-price-badge{
    top:82px;
    right:12px;
    width:122px;
    padding:13px 12px;
    border-radius:16px;
  }

  .hero-price-badge span{font-size:8px;letter-spacing:.9px}
  .hero-price-badge small{margin-top:7px;font-size:9px}
  .hero-price-badge strong{font-size:27px}
  .hero-price-badge strong i{font-size:11px}
  .hero-price-badge b{margin-top:7px;padding-top:7px;font-size:7px}

  .hero-headline-mobile{padding-top:122px}
  .lp-hero h1{
    font-size:32px;
    line-height:1.035;
    letter-spacing:-1.55px;
  }

  .hero-impact{
    margin-top:16px !important;
    font-size:16px !important;
  }

  .lp-actions{margin-top:22px}
  .hero-trust{margin-top:22px;padding-top:18px}
}

@media (max-width:390px){
  .hero-headline-mobile{padding-top:118px}
  .lp-hero h1{font-size:29px}
}


/* V28 — headline final aprovada */
.hero-headline-desktop,
.hero-headline-tablet,
.hero-headline-mobile{
  display:none !important;
}

.hero-headline-final{
  display:block !important;
  width:100%;
  max-width:570px;
}

.hero-headline-final span,
.hero-headline-final em{
  display:block;
}

.hero-headline-final em{
  color:var(--lp-blue);
  font-style:normal;
  white-space:nowrap;
}

@media (min-width:1181px){
  .lp-hero-copy{max-width:620px;padding-right:0}
  .hero-headline-final{max-width:570px}
  .lp-hero h1{
    font-size:clamp(48px,4.75vw,67px);
    line-height:.99;
    letter-spacing:-3px;
  }
}

@media (min-width:721px) and (max-width:1180px){
  .lp-hero-copy{max-width:590px;padding-right:165px}
  .hero-headline-final{max-width:520px}
  .lp-hero h1{
    font-size:clamp(41px,5vw,56px);
    line-height:1;
    letter-spacing:-2.6px;
  }
  .hero-headline-final em{white-space:normal}
}

@media (max-width:720px){
  .lp-hero-copy{max-width:none;padding-right:0}
  .hero-headline-final{max-width:none;padding-top:122px}
  .lp-hero h1{
    font-size:32px;
    line-height:1.035;
    letter-spacing:-1.55px;
  }
  .hero-headline-final em{white-space:nowrap}
}

@media (max-width:390px){
  .hero-headline-final{padding-top:118px}
  .lp-hero h1{font-size:29px}
  .hero-headline-final em{white-space:normal}
}


/* =========================================================
   A7 ONE V29 — HEADLINE DEFINITIVA / SEM CACHE
   ========================================================= */

.hero-headline-final{
  display:block !important;
  width:100% !important;
  max-width:540px !important;
  margin:20px 0 24px !important;
}

.hero-headline-final span,
.hero-headline-final em{
  display:block !important;
  white-space:nowrap !important;
}

.hero-headline-final em{
  color:#2f7cff !important;
  font-style:normal !important;
}

@media (min-width:1181px){
  .lp-hero-copy{
    max-width:590px !important;
    padding-right:0 !important;
  }

  .lp-hero h1.hero-headline-final{
    font-size:58px !important;
    line-height:1.00 !important;
    letter-spacing:-2.8px !important;
  }
}

@media (min-width:721px) and (max-width:1180px){
  .lp-hero-copy{
    max-width:560px !important;
    padding-right:165px !important;
  }

  .hero-headline-final{
    max-width:500px !important;
  }

  .lp-hero h1.hero-headline-final{
    font-size:47px !important;
    line-height:1.01 !important;
    letter-spacing:-2.2px !important;
  }

  .hero-headline-final span,
  .hero-headline-final em{
    white-space:nowrap !important;
  }
}

@media (max-width:720px){
  .lp-hero{
    padding-top:104px !important;
  }

  .hero-headline-final{
    max-width:none !important;
    padding-top:120px !important;
  }

  .lp-hero h1.hero-headline-final{
    font-size:30px !important;
    line-height:1.045 !important;
    letter-spacing:-1.35px !important;
  }

  .hero-headline-final span,
  .hero-headline-final em{
    white-space:nowrap !important;
  }
}

@media (max-width:390px){
  .hero-headline-final{
    padding-top:116px !important;
  }

  .lp-hero h1.hero-headline-final{
    font-size:27px !important;
  }
}
