/**
* Zerodha Algo Bot landing page - page-specific styles.
* Loaded only by /solutions/zerodha-algo-bot/, on top of assets/css/style.css.
* Uses the same palette as the template: #37517e, #47b2e4, #f3f5fa.
*/

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
/* The landing-page hero carries more copy than the homepage one,
   so it grows instead of clipping at the template's fixed 80vh. */
#hero {
  height: auto;
  min-height: 80vh;
}

#hero h2 {
  margin-bottom: 20px;
}

#hero .hero-note {
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 30px;
}

#hero .btn-secondary-action {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 15px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

#hero .btn-secondary-action:hover {
  border-color: #47b2e4;
  background: #47b2e4;
}

@media (max-width: 991px) {
  #hero {
    min-height: 0;
    padding-bottom: 40px;
  }
}

@media (max-width: 575px) {
  #hero .btn-secondary-action {
    margin-left: 10px;
    padding: 10px 20px 11px 20px;
  }
}

/*--------------------------------------------------------------
# Trust strip
--------------------------------------------------------------*/
.trust-strip {
  padding: 18px 0;
  text-align: center;
}

.trust-strip ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.trust-strip li {
  color: #37517e;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 18px;
  position: relative;
}

.trust-strip li+li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background: #d5dbe8;
}

.trust-strip li i {
  color: #47b2e4;
  margin-right: 6px;
}

/*--------------------------------------------------------------
# Icon-box sections (How it works, What you get, Your control)
--------------------------------------------------------------*/
/* The template's icon boxes use h4, which would skip a level under each
   section's h2. These use h3 instead and restore the template's look:
   see .services .icon-box h4 in style.css. */
.services .icon-box h3 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 24px;
  color: #37517e;
}

.services .icon-box:hover h3 {
  color: #47b2e4;
}

.services .icon-box .step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #47b2e4;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  margin-bottom: 14px;
}

.services .icon-box.compact {
  padding: 30px 25px;
  height: 100%;
}

/*--------------------------------------------------------------
# Packages
--------------------------------------------------------------*/
.pricing .box {
  padding: 40px 30px;
  text-align: center;
}

.pricing .box .scope {
  color: #5a6a85;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  min-height: 66px;
}

.pricing .box .price-line {
  font-family: "Jost", sans-serif;
  font-size: 26px;
  color: #37517e;
  margin: 20px 0 5px 0;
}

.pricing .box .delivery-line {
  color: #47b2e4;
  font-size: 15px;
  margin-bottom: 15px;
}

.pricing .addon {
  border-top-color: #37517e;
  text-align: left;
  height: 100%;
}

.pricing .addon .price-line {
  margin: 15px 0 5px 0;
}

.pricing .addon .scope {
  min-height: 0;
}

.pricing .addon-tag {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  padding: 2px 10px;
  border-radius: 50px;
  background: #eef1f7;
  color: #37517e;
  font-family: "Jost", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.pricing .addon-tag.included {
  background: #e3f6ea;
  color: #1d7a42;
}

.pricing .pricing-note {
  color: #5a6a85;
  font-size: 14px;
  line-height: 24px;
}

/* TODO(Abhishek) placeholders are deliberately loud so they cannot ship unnoticed. */
.todo-placeholder {
  display: inline-block;
  background: #fff3cd;
  border: 1px dashed #d39e00;
  color: #7a5b00;
  font-size: 13px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 3px;
}

.note-box {
  display: inline-block;
  background: #fff3cd;
  border: 1px dashed #d39e00;
  color: #7a5b00;
  font-size: 13px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 3px;
}

/*--------------------------------------------------------------
# Enquiry form
--------------------------------------------------------------*/
/* Same reason as the icon boxes: h3 instead of the template's h4.
   Mirrors .contact .info h4 in style.css. */
.contact .info h3 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #37517e;
}

.contact .google-email-form select {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
  height: 44px;
}

.contact .google-email-form select:focus {
  border-color: #47b2e4;
}

.contact .google-email-form .form-check {
  padding-bottom: 8px;
}

.contact .google-email-form .form-check-label,
.contact .google-email-form .radio-group-label {
  font-size: 14px;
  color: #5a6a85;
}

.contact .google-email-form .field-hint {
  display: block;
  color: #6c757d;
  font-size: 13px;
  margin-top: 4px;
}

/* Honeypot: off-screen rather than display:none so bots still fill it. */
.contact .google-email-form .hp-field {
  position: absolute;
  left: -5000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact .google-email-form input.is-invalid,
.contact .google-email-form textarea.is-invalid,
.contact .google-email-form select.is-invalid {
  border-color: #dc3545;
}

/* Keyboard users must be able to see where they are. */
.contact .google-email-form :focus-visible,
.faq .faq-list a:focus-visible,
.pricing .buy-btn:focus-visible,
#hero a:focus-visible {
  outline: 2px solid #47b2e4;
  outline-offset: 2px;
}

/*--------------------------------------------------------------
# Risk disclosure
--------------------------------------------------------------*/
.risk-disclosure {
  padding: 30px 0 40px 0;
  background: #f3f5fa;
  border-top: 1px solid #e2e6ef;
}

.risk-disclosure p {
  color: #5a6a85;
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 10px;
}

.risk-disclosure h2 {
  color: #37517e;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
