@charset "UTF-8";

/* ===== GLOBAL ===== */
html, body {
  width: 100%;
  margin: 0;
  padding: 0;
}

body {
  background-color: #1A3167; /* moved from inline body style */
}

/* ===== HOME PAGE (legacy look) ===== */
.home {
  width: 100%;
  background-color: #04103A;
  background-image: url("https://riq-lambda-api-publicimagesbucket-f2rgwgmjct8f.s3.amazonaws.com/home/home-logo-background.jpg");
  background-size: 130% auto;
  background-repeat: no-repeat;
  background-position: center 20%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 80px;
  padding-top: 100px;
}

.homeBody {
  text-align: center;
  margin: 0 auto;
}

.rentiqLogo {
  background-image: url("https://riq-lambda-api-publicimagesbucket-f2rgwgmjct8f.s3.amazonaws.com/home/logo.png");
  background-size: 70% auto;
  background-repeat: no-repeat;
  background-position: top center;
  width: 500px;
  height: 200px;
  min-width: 500px;
  min-height: 200px;
  margin: 0 auto;
}

.homeLoginContent {
  margin: 0px auto;
  width: calc(100% - 80px);
  padding: 20px;
  min-height: 200px;
  max-width: 700px;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 40px;
}

.homeBoxLinks {
  margin: -70px 0px 70px 0px;
  width: 100%;
  text-align: center;
  color: #8997be;
}

#learnLink,
#loginLink {
  color: #fff;
  cursor: pointer;
  padding: 0px 10px;
  text-decoration: none;
}

#loginLink:hover,
#learnLink:hover {
  text-decoration: underline;
}

#homeAbout {
  padding-top: 20px;
}

.homeWelcome {
  color: #1c2b53;
  font-weight: 700;
  font-size: 25px;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-top: 20px;
}

.homeBio {
  font-size: 14px;
  color: #1c2b53;
  margin: 5px 0px 20px 0px;
}

.homeMessage {
  font-size: 18px;
  color: #1c2b53;
  margin: 20px;
  letter-spacing: 0.09em;
  line-height: 28px;
}

#homeExtra {
  display: none; /* old behavior */
}

.homeLinkButtons {
  margin-bottom: 20px;
  letter-spacing: 0.12em;
}

.loginButton {
  background-color: #55E6C1;
  text-align: center;
  width: 130px;
  vertical-align: middle;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 0px;
  border-radius: 5px;
  font-size: 12px;
  margin-top: 20px;
  cursor: pointer;
  text-decoration: none;
}

#footer {
  min-height: 1px;
  height: 1px;
  width: 100%;
  min-width: 100%;
}

/* ===== SECTION 2 (Features + How it works) ===== */
.homeSection2 {
  display: table-row;
  width: 100%;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
}

.featuresHeader {
  margin: 40px 0px 20px 0px;
}

.featureContainer {
  margin: 0 auto;
  max-width: 800px;
  padding: 0px 40px;
}

.keyFeaturre {
  display: inline-block;
  width: 150px;
  max-height: 250px;
  border-radius: 15px;
  border: 1px solid #efefef;
  padding: 150px 5px 5px 5px;
  font-size: 14px;
  color: #1c2b53;
  background-size: 60% auto;
  background-repeat: no-repeat;
  background-position: 35px 30px;
  margin: 20px;
}

/* S3-backed feature images */
.feature1 { background-image: url("https://riq-lambda-api-publicimagesbucket-f2rgwgmjct8f.s3.amazonaws.com/home/feature1.jpg"); }
.feature2 { background-image: url("https://riq-lambda-api-publicimagesbucket-f2rgwgmjct8f.s3.amazonaws.com/home/feature2.jpg"); }
.feature3 { background-image: url("https://riq-lambda-api-publicimagesbucket-f2rgwgmjct8f.s3.amazonaws.com/home/feature3.jpg"); }
.feature4 { background-image: url("https://riq-lambda-api-publicimagesbucket-f2rgwgmjct8f.s3.amazonaws.com/home/feature4.jpg"); }
.feature5 { background-image: url("https://riq-lambda-api-publicimagesbucket-f2rgwgmjct8f.s3.amazonaws.com/home/feature5.jpg"); }
.feature6 { background-image: url("https://riq-lambda-api-publicimagesbucket-f2rgwgmjct8f.s3.amazonaws.com/home/feature6.jpg"); }

.toggle {
  width: 340px;
  height: 40px;
  border: 1px solid #eee;
  border-radius: 15px;
  margin: 40px auto;
  background-color: #efefef;
  font-size: 14px;
  color: #1c2b53;
  cursor: pointer;
  display: table;
}

.toggleLeft,
.toggleRight {
  display: table-cell;
  width: 170px;
  min-width: 150px;
  height: 40px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}

.toggleLeft {
  background-color: #55E6C1;
  border-radius: 15px;
  color: #fff;
}

.toggleRight {
  border-radius: 15px;
  color: #1c2b53;
}

.toggle1,
.toggle2 {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 40px auto;
  border: 1px solid #eee;
}

.toggle2 {
  display: none; /* old default */
}

.toggle1 img,
.toggle2 img {
  width: 100%;
  display: block;
}

/* ===== SECTION 3 (Pricing + Disclaimer) ===== */
.home2 {
  width: 100%;
  height: 400px;
  min-height: 400px;
  background-color: #04103A;
  background-image: url("https://riq-lambda-api-publicimagesbucket-f2rgwgmjct8f.s3.amazonaws.com/home/home-logo-background.jpg");
  background-size: 130% auto;
  background-repeat: no-repeat;
  background-position: center 20%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  margin-bottom: 40px;
  padding-bottom: 60px;
  padding-top: 60px;
}

.homeBody2 {
  margin: 0 auto;
}

.homeSection3 {
  margin: 0px auto;
  width: calc(100% - 80px);
  padding: 20px;
  min-height: 200px;
  max-width: 700px;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 40px;
}

.dollar {
  font-size: 34px;
  color: #55E6C1;
}

.costDetails {
  display: table;
  margin: 0 auto;
  width: 100%;
  min-width: 100%;
  text-align: center;
  background-image: url("https://riq-lambda-api-publicimagesbucket-f2rgwgmjct8f.s3.amazonaws.com/home/dollarPic.jpg");
  background-size: 140px;
  background-repeat: no-repeat;
  background-position: center 20px;
}

.costRight {
  display: block;
  width: 100%;
  padding-top: 160px;
  padding-bottom: 40px;
  text-align: center;
}

/* ===== MOBILE TWEAKS (from old) ===== */
@media screen and (max-width: 761px) {
  .home {
    background-size: 300% auto;
    background-position: center !important;
  }
}
