:root{
  --ee-text:#343F52;
  --ee-muted:#60697B;
  --ee-purple:#605EBA;
  --ee-purple-dark:#454497;
  --ee-purple-soft:#DEDCFF;
  --ee-red:#D82555;
  --ee-red-dark:#c11e4a;
  --ee-line:#BBBBBB;
  --ee-soft:#F7F9FC;
  --ee-white:#ffffff;
  --ee-dark:#1f2433;
  --ee-shadow:0 24px 70px rgba(52,63,82,.14);
}

*{
  box-sizing:border-box;
  letter-spacing:0;
}

html{
  scroll-behavior:smooth;
  scroll-padding-top:96px;
}

body{
  margin:0;
  color:var(--ee-text);
  background:#fff;
  font-family:"Urbanist",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-size:16px;
  line-height:25px;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

img{
  max-width:100%;
}

a{
  color:var(--ee-purple);
}

h1,
h2,
h3,
h4,
h5,
h6{
  color:var(--ee-text);
  font-family:"Commissioner",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-weight:600;
  letter-spacing:0;
}

.btn{
  border:0;
  text-decoration:none;
  white-space:normal;
}

.btn.btn--type1,
.btn.btn--type2,
.btn.btn--type3{
  min-height:50px;
  align-items:center;
  justify-content:center;
  font-weight:700;
}

.btn.btn--type1{
  background:var(--ee-purple);
  color:#fff;
  box-shadow:0 14px 34px rgba(96,94,186,.28);
}

.btn.btn--type1:hover,
.btn.btn--type1:focus{
  background:var(--ee-purple-dark);
  color:#fff;
}

.btn.btn--type2{
  background:#fff;
  border:2px solid var(--ee-line);
  color:var(--ee-text);
}

.btn.btn--type2:hover,
.btn.btn--type2:focus{
  background:var(--ee-text);
  border-color:var(--ee-text);
  color:#fff;
}

.btn.btn--type3{
  background:var(--ee-text);
  color:#fff;
  border-radius:16px;
  padding:8px 22px;
}

.btn.btn--type3:hover,
.btn.btn--type3:focus{
  background:#222936;
  color:#fff;
}

.site-header{
  z-index:1040;
  border-bottom:1px solid rgba(187,187,187,.28);
  box-shadow:0 12px 36px rgba(52,63,82,.08);
}

.site-nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  min-height:76px;
}

.site-logo{
  max-width:260px;
  flex:0 0 auto;
}

.site-logo img{
  display:block;
  width:100%;
}

.header__nav ul{
  gap:22px;
}

.header__nav a{
  color:var(--ee-purple);
  font-weight:700;
  text-decoration:none;
}

.header__nav a:hover{
  color:var(--ee-purple-dark);
}

.nav-actions{
  align-items:center;
  gap:16px;
}

.support-link{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:var(--ee-text);
  font-weight:800;
  text-decoration:none;
}

.support-link span{
  color:var(--ee-red);
  font-size:22px;
}

.mobile-toggle{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  border:0;
  border-radius:12px;
  background:var(--ee-purple-soft);
  color:var(--ee-purple);
}

.mobile-toggle span{
  font-size:28px;
}

.mobile-menu-section{
  background:#ececec;
  border-radius:0 0 20px 20px;
}

.mobile-menu-section ul{
  list-style:none;
  margin:0;
  padding:0;
}

.mobile-menu-section li{
  padding:8px 0;
}

.mobile-menu-section a:not(.btn){
  color:var(--ee-purple);
  font-size:18px;
  font-weight:700;
  text-decoration:none;
}

.hero-franchise{
  position:relative;
  min-height:760px;
  padding:88px 0 110px;
  background:url("https://www.envioexpress.com/assets/images/hero/hero-image.webp") center/cover no-repeat;
  color:#fff;
  overflow:hidden;
  isolation:isolate;
}

.hero-franchise__overlay{
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(100deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.75) 44%, rgba(96,94,186,.72) 72%, rgba(216,37,85,.54) 100%);
}

.hero-franchise__grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(390px,.95fr);
  gap:56px;
  align-items:center;
}

.hero-franchise__content{
  max-width:760px;
}

.brand-pill{
  display:inline-flex;
  align-items:center;
  gap:16px;
  max-width:100%;
  margin-bottom:28px;
  padding:16px 20px;
  border-radius:24px;
  background:#fff;
  box-shadow:0 22px 48px rgba(0,0,0,.28);
}

.brand-pill img{
  width:250px;
  display:block;
}

.brand-pill span{
  max-width:185px;
  border-left:2px solid var(--ee-purple-soft);
  padding-left:16px;
  color:var(--ee-purple);
  font-weight:900;
  line-height:20px;
}

.kicker{
  margin:0 0 12px;
  color:var(--ee-red);
  font-size:14px;
  line-height:20px;
  font-weight:900;
  text-transform:uppercase;
}

.hero-franchise .kicker{
  color:#fff;
  opacity:.92;
}

.hero-franchise h1{
  max-width:760px;
  margin:0 0 22px;
  color:#fff;
  font-size:60px;
  line-height:65px;
  font-weight:700;
}

.hero-lead{
  max-width:700px;
  margin:0 0 28px;
  color:rgba(255,255,255,.94);
  font-size:21px;
  line-height:29px;
}

.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

.hero-actions .btn{
  min-width:220px;
}

.hero-metrics{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:34px;
}

.hero-metrics span{
  min-height:86px;
  border:1px solid rgba(255,255,255,.26);
  border-radius:16px;
  background:rgba(255,255,255,.12);
  padding:15px;
  color:#fff;
  font-weight:700;
  backdrop-filter:blur(12px);
}

.hero-metrics strong{
  display:block;
  color:#fff;
  font-family:"Commissioner",sans-serif;
  font-size:32px;
  line-height:36px;
}

.simulator-card,
.trust-item,
.market-grid article,
.revenue-grid article,
.investment-card,
.scenario-table,
.reward-catalog,
.zone-card,
.lead-form,
.profile-grid article{
  border-radius:24px;
  background:#fff;
  box-shadow:var(--ee-shadow);
}

.simulator-card{
  padding:32px;
  color:var(--ee-text);
}

.module-label{
  display:inline-flex;
  margin-bottom:14px;
  border-radius:10px;
  background:var(--ee-purple-soft);
  color:var(--ee-purple);
  padding:7px 12px;
  font-size:13px;
  line-height:18px;
  font-weight:900;
  text-transform:uppercase;
}

.simulator-card h2{
  margin:0 0 8px;
  font-size:36px;
  line-height:42px;
}

.simulator-card p{
  margin:0;
  color:var(--ee-muted);
}

.plan-toggle{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin:22px 0;
}

.plan-toggle label{
  cursor:pointer;
}

.plan-toggle input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.plan-toggle span{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  border:2px solid var(--ee-line);
  border-radius:16px;
  background:#fff;
  color:var(--ee-text);
  padding:8px 12px;
  text-align:center;
  font-weight:900;
}

.plan-toggle input:checked + span{
  border-color:var(--ee-purple);
  background:var(--ee-purple-soft);
  color:var(--ee-purple);
}

.investment-breakdown,
.simulator-results,
.lead-summary,
.reward-points{
  display:grid;
  gap:12px;
}

.investment-breakdown{
  grid-template-columns:1fr 1fr;
  margin-bottom:20px;
}

.investment-breakdown div,
.simulator-results div,
.lead-summary div,
.reward-points span{
  border:1px solid rgba(187,187,187,.55);
  border-radius:16px;
  background:#f8f8ff;
  padding:14px;
}

.investment-breakdown span,
.simulator-results span,
.lead-summary span{
  display:block;
  margin-bottom:4px;
  color:var(--ee-muted);
  font-size:13px;
  line-height:18px;
  font-weight:800;
}

.investment-breakdown strong,
.simulator-results strong,
.lead-summary strong{
  color:var(--ee-text);
  font-size:20px;
  line-height:26px;
  font-weight:900;
}

.zip-check{
  margin:20px 0;
}

.zip-check label,
.zone-card label,
.lead-form label{
  margin-bottom:8px;
  color:var(--ee-text);
  font-weight:800;
}

.form-control,
.form-select{
  min-height:54px;
  border:2px solid #e3e4ea;
  border-radius:16px;
  color:var(--ee-text);
  font-weight:700;
}

.input-group .form-control{
  border-radius:16px 0 0 16px;
}

.input-group .btn{
  border-radius:0 16px 16px 0;
}

.form-control:focus,
.form-select:focus{
  border-color:var(--ee-purple);
  box-shadow:0 0 0 .18rem rgba(96,94,186,.16);
}

.zip-result{
  margin-top:10px;
  border-radius:16px;
  background:#f4f6fb;
  padding:12px 14px;
  color:var(--ee-muted);
  font-size:14px;
  line-height:20px;
  font-weight:800;
}

.zip-result.ok{
  background:#eafaf1;
  color:#0f6c3b;
}

.zip-result.error{
  background:#fff2f4;
  color:#b4234a;
}

.simulator-results{
  grid-template-columns:1fr 1fr;
  margin:16px 0;
}

.simulator-note{
  margin-bottom:18px!important;
  font-size:14px;
  line-height:21px;
}

.trust-module{
  position:relative;
  z-index:2;
  margin-top:-48px;
}

.trust-grid{
  display:grid;
  grid-template-columns:1.2fr 1fr 1fr 1fr;
  gap:16px;
}

.trust-item{
  min-height:145px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:22px;
  color:var(--ee-text);
  text-decoration:none;
}

.trust-item strong{
  color:var(--ee-purple);
  font-family:"Commissioner",sans-serif;
  font-size:24px;
  line-height:30px;
}

.trust-item span{
  margin-top:8px;
  color:var(--ee-muted);
  font-weight:700;
}

.trust-logo img{
  width:132px;
  height:auto;
  margin-bottom:12px;
}

.section-title{
  max-width:880px;
  margin:0 auto 40px;
  text-align:center;
}

.section-title h2,
.difference-grid h2,
.scenario-grid h2,
.zone-grid h2,
.lead-copy h2{
  margin:0 0 16px;
  font-size:48px;
  line-height:54px;
  font-weight:700;
}

.section-title p:not(.kicker),
.difference-grid p:not(.kicker),
.scenario-grid p:not(.kicker),
.zone-grid p:not(.kicker),
.lead-copy p:not(.kicker){
  margin:0;
  color:var(--ee-muted);
  font-size:21px;
  line-height:30px;
}

.text-white h2,
.text-white p{
  color:#fff!important;
}

.problem-module{
  padding-top:86px;
}

.market-grid,
.revenue-grid,
.investment-grid,
.profile-grid{
  display:grid;
  gap:20px;
}

.market-grid{
  grid-template-columns:repeat(3,1fr);
}

.market-grid article,
.revenue-grid article,
.profile-grid article{
  padding:28px;
}

.market-grid .material-symbols-outlined,
.revenue-grid .material-symbols-outlined{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:56px;
  height:56px;
  margin-bottom:18px;
  border-radius:18px;
  background:var(--ee-purple-soft);
  color:var(--ee-purple);
  font-size:31px;
}

.market-grid h3,
.revenue-grid h3,
.investment-card h3,
.profile-grid h3{
  margin:0 0 10px;
  font-size:24px;
  line-height:30px;
  font-weight:700;
}

.market-grid p,
.revenue-grid p,
.investment-card p,
.profile-grid li{
  margin:0;
  color:var(--ee-muted);
  font-weight:600;
}

.revenue-module{
  background-color:#f7f8ff;
}

.revenue-grid{
  grid-template-columns:repeat(3,1fr);
}

.revenue-grid article:nth-child(5){
  border:3px solid #ffe36a;
}

.marketplace-mark{
  display:inline-flex;
  align-items:center;
  min-height:36px;
  margin:0 0 12px;
  border-radius:18px;
  background:#fff159;
  color:#2d3277;
  padding:7px 14px;
  font-family:"Commissioner",sans-serif;
  font-size:17px;
  line-height:22px;
  font-weight:800;
}

.revenue-grid a{
  color:var(--ee-purple);
  font-weight:900;
}

.package-module{
  background:#fff;
}

.package-logos{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:16px;
  align-items:center;
}

.package-logos img{
  width:100%;
  min-height:138px;
  border:1px solid rgba(187,187,187,.35);
  border-radius:24px;
  background:#fff;
  padding:22px;
  object-fit:contain;
  box-shadow:0 12px 32px rgba(52,63,82,.08);
}

.difference-module{
  background:linear-gradient(135deg, #fff 0%, #f7f8ff 100%);
}

.difference-grid,
.scenario-grid,
.rewards-grid,
.zone-grid,
.lead-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:48px;
  align-items:center;
}

.difference-list{
  display:grid;
  gap:14px;
}

.difference-list div{
  display:grid;
  grid-template-columns:210px 1fr;
  gap:18px;
  align-items:center;
  border:1px solid rgba(187,187,187,.48);
  border-radius:18px;
  background:#fff;
  padding:18px 20px;
  box-shadow:0 12px 34px rgba(52,63,82,.08);
}

.difference-list strong{
  color:var(--ee-purple);
  font-family:"Commissioner",sans-serif;
  font-weight:700;
}

.difference-list span{
  color:var(--ee-muted);
  font-weight:700;
}

.payment-module{
  background:linear-gradient(135deg, #343F52 0%, #282d45 52%, #605EBA 100%);
}

.investment-grid{
  grid-template-columns:1.1fr 1fr 1fr;
}

.investment-card{
  padding:30px;
}

.total-card{
  background:var(--ee-purple-soft);
}

.big-number{
  margin:12px 0 18px;
  color:var(--ee-red);
  font-family:"Commissioner",sans-serif;
  font-size:50px;
  line-height:56px;
  font-weight:800;
}

.investment-card ul,
.profile-grid ul{
  margin:18px 0 24px;
  padding-left:20px;
}

.investment-card li,
.profile-grid li{
  margin-bottom:10px;
}

.badge-soft{
  display:inline-flex;
  margin-bottom:14px;
  border-radius:10px;
  background:#fff4e2;
  color:#a15d00;
  padding:7px 12px;
  font-size:13px;
  line-height:18px;
  font-weight:900;
  text-transform:uppercase;
}

.badge-soft.dark{
  background:var(--ee-purple-soft);
  color:var(--ee-purple);
}

.legal-note{
  max-width:860px;
  margin:24px auto 0;
  color:rgba(255,255,255,.78);
  text-align:center;
  font-size:14px;
  line-height:22px;
  font-weight:700;
}

.scenario-module{
  background:#fff;
}

.scenario-table{
  overflow:hidden;
}

.scenario-table div{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  border-bottom:1px solid rgba(187,187,187,.42);
  padding:18px 24px;
}

.scenario-table div:last-child{
  border-bottom:0;
}

.scenario-table span{
  color:var(--ee-muted);
  font-weight:800;
}

.scenario-table strong{
  color:var(--ee-text);
  font-family:"Commissioner",sans-serif;
  font-size:25px;
  line-height:31px;
  font-weight:800;
}

.scenario-table .highlight-row{
  background:var(--ee-red);
}

.scenario-table .highlight-row span,
.scenario-table .highlight-row strong{
  color:#fff;
}

.rewards-module{
  background:#f7f9fc;
}

.reward-points{
  grid-template-columns:repeat(3,1fr);
  margin-top:26px;
}

.reward-points span{
  color:var(--ee-muted);
  font-weight:700;
}

.reward-points strong{
  display:block;
  color:var(--ee-purple);
  font-family:"Commissioner",sans-serif;
  font-size:30px;
  line-height:34px;
}

.reward-catalog{
  padding:22px;
  background:#f3f6fb;
}

.catalog-head{
  display:flex;
  justify-content:space-between;
  gap:16px;
  margin-bottom:18px;
}

.catalog-head h3{
  margin:0 0 4px;
  font-size:24px;
}

.catalog-head p{
  margin:0;
  color:#7b8499;
  font-weight:700;
}

.catalog-head button{
  min-height:44px;
  border:2px solid #7667ff;
  border-radius:12px;
  background:#fff;
  color:#7667ff;
  padding:8px 14px;
  font-weight:900;
}

.catalog-items{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}

.catalog-items article{
  min-height:275px;
  border:1px solid #dfe5f1;
  border-radius:18px;
  background:#fff;
  padding:20px;
}

.catalog-items article > span{
  display:inline-flex;
  border-radius:999px;
  background:#fff4e8;
  color:#c55a11;
  padding:6px 12px;
  font-size:12px;
  line-height:17px;
  font-weight:900;
  text-transform:uppercase;
}

.reward-image{
  display:grid;
  place-items:center;
  height:100px;
  margin:16px 0;
  border-radius:16px;
  background:#f7f8fb;
}

.reward-image span{
  color:#1f2937;
  font-size:48px;
}

.catalog-items h4{
  min-height:56px;
  margin:0 0 10px;
  font-size:20px;
  line-height:26px;
}

.catalog-items strong{
  color:#1b4ead;
  font-family:"Commissioner",sans-serif;
  font-size:28px;
  line-height:34px;
}

.opening-module{
  background:#fff;
}

.timeline{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:14px;
}

.timeline article{
  position:relative;
  min-height:170px;
  border:1px solid rgba(187,187,187,.45);
  border-radius:24px;
  background:#fff;
  padding:24px 18px 20px;
  box-shadow:0 10px 28px rgba(52,63,82,.08);
}

.timeline strong{
  display:flex;
  align-items:center;
  justify-content:center;
  width:46px;
  height:46px;
  margin-bottom:14px;
  border-radius:50%;
  background:var(--ee-red);
  color:#fff;
  font-family:"Commissioner",sans-serif;
  font-size:25px;
}

.timeline span{
  color:var(--ee-muted);
  font-weight:800;
}

.zone-module{
  background:linear-gradient(135deg, #605EBA 0%, #454497 50%, #D82555 100%);
  color:#fff;
}

.zone-grid h2,
.zone-grid p,
.zone-grid .kicker{
  color:#fff!important;
}

.zone-card{
  padding:30px;
}

.lead-module{
  background:#f7f9fc;
}

.lead-grid{
  grid-template-columns:.86fr 1.14fr;
}

.lead-summary{
  grid-template-columns:1fr 1fr;
  margin-top:26px;
}

.lead-form{
  padding:32px;
}

.check-line{
  display:flex;
  gap:10px;
  align-items:flex-start;
  color:var(--ee-muted);
  font-weight:700;
}

.check-line input{
  margin-top:5px;
}

.form-status{
  min-height:26px;
  margin-top:12px;
  color:var(--ee-muted);
  font-weight:900;
}

.form-status.ok{
  color:#0f6c3b;
}

.form-status.error{
  color:#b4234a;
}

.profile-module{
  background:#fff;
}

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

.site-footer{
  background:#fff;
  color:var(--ee-text);
  border-top:1px solid rgba(187,187,187,.35);
}

.footer-main{
  display:grid;
  grid-template-columns:1.25fr .8fr .9fr .95fr 1fr;
  gap:32px;
  align-items:start;
}

.footer-brand .footer__logo{
  width:100%;
  max-width:260px;
  margin-bottom:12px;
}

.footer-brand p,
.footer-club p{
  color:var(--ee-muted);
  font-weight:700;
}

.footer-brand .social{
  display:flex;
  gap:22px;
  margin-bottom:22px;
}

.footer-brand .social a{
  color:var(--ee-text);
  text-decoration:none;
}

.footer-brand .social i{
  font-size:24px;
}

.amf-footer img{
  width:120px;
}

.footer-links{
  display:grid;
  gap:8px;
}

.footer-links strong,
.footer-club h4{
  color:var(--ee-text);
  font-family:"Commissioner",sans-serif;
  font-size:18px;
  line-height:24px;
  font-weight:700;
}

.footer-links a{
  color:var(--ee-purple);
  text-decoration:none;
  font-weight:700;
}

.footer-address{
  display:block;
  margin:6px 0;
  color:var(--ee-muted);
  font-size:14px;
  line-height:20px;
  font-weight:700;
}

.footer-links a:hover{
  color:var(--ee-purple-dark);
}

.footer-club{
  border-radius:24px;
  background:var(--ee-purple-soft);
  padding:24px;
}

.footer-club a{
  display:inline-flex;
  min-height:44px;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  background:#0b5bd3;
  color:#fff;
  padding:8px 18px;
  text-decoration:none;
  font-weight:800;
}

.footer-bottom{
  margin-top:34px;
  border-top:1px solid rgba(187,187,187,.45);
  padding-top:18px;
}

.footer-bottom p{
  margin:0;
  color:var(--ee-muted);
  text-align:right;
  font-size:14px;
  line-height:20px;
  font-weight:700;
}

.sticky-mobile{
  display:none;
}

@media (max-width:1280px){
  .site-logo{
    max-width:180px;
  }

  .header__nav ul{
    gap:15px;
  }

  .hero-franchise h1{
    font-size:48px;
    line-height:54px;
  }

  .package-logos{
    grid-template-columns:repeat(3,1fr);
  }

  .investment-grid,
  .footer-main{
    grid-template-columns:1fr 1fr;
  }

  .footer-club{
    grid-column:auto;
  }
}

@media (max-width:992px){
  .hero-franchise{
    min-height:0;
    padding:70px 0 80px;
  }

  .hero-franchise__grid,
  .difference-grid,
  .scenario-grid,
  .rewards-grid,
  .zone-grid,
  .lead-grid{
    grid-template-columns:1fr;
  }

  .hero-metrics,
  .market-grid,
  .revenue-grid,
  .timeline,
  .trust-grid{
    grid-template-columns:1fr 1fr;
  }

  .simulator-card{
    max-width:660px;
  }

  .section-title h2,
  .difference-grid h2,
  .scenario-grid h2,
  .zone-grid h2,
  .lead-copy h2{
    font-size:34px;
    line-height:40px;
  }

  .difference-list div{
    grid-template-columns:1fr;
    gap:6px;
  }
}

@media (max-width:768px){
  body{
    padding-bottom:72px;
  }

  .site-nav{
    min-height:64px;
  }

  .site-logo{
    max-width:160px;
  }

  .hero-franchise{
    padding:54px 0 64px;
  }

  .brand-pill{
    width:100%;
    gap:10px;
    padding:12px;
    border-radius:18px;
  }

  .brand-pill img{
    width:165px;
  }

  .brand-pill span{
    max-width:none;
    padding-left:10px;
    font-size:13px;
    line-height:17px;
  }

  .hero-franchise h1{
    font-size:32px;
    line-height:38px;
  }

  .hero-lead{
    font-size:18px;
    line-height:25px;
  }

  .hero-actions .btn{
    width:100%;
  }

  .hero-metrics,
  .market-grid,
  .revenue-grid,
  .investment-grid,
  .investment-breakdown,
  .simulator-results,
  .reward-points,
  .catalog-items,
  .timeline,
  .trust-grid,
  .lead-summary,
  .profile-grid,
  .footer-main,
  .package-logos{
    grid-template-columns:1fr;
  }

  .trust-module{
    margin-top:-22px;
  }

  .simulator-card,
  .market-grid article,
  .revenue-grid article,
  .investment-card,
  .reward-catalog,
  .zone-card,
  .lead-form,
  .profile-grid article{
    padding:22px;
  }

  .section-title{
    margin-bottom:28px;
  }

  .section-title p:not(.kicker),
  .difference-grid p:not(.kicker),
  .scenario-grid p:not(.kicker),
  .zone-grid p:not(.kicker),
  .lead-copy p:not(.kicker){
    font-size:18px;
    line-height:25px;
  }

  .big-number{
    font-size:38px;
    line-height:44px;
  }

  .catalog-head{
    display:block;
  }

  .catalog-head button{
    width:100%;
    margin-top:12px;
  }

  .footer-bottom p{
    text-align:center;
  }

  .sticky-mobile{
    position:fixed;
    left:12px;
    right:12px;
    bottom:12px;
    z-index:1030;
    display:block;
  }

  .sticky-mobile .btn{
    width:100%;
    box-shadow:0 14px 36px rgba(0,0,0,.25);
  }
}
