/* product.css - additive layer for the product-company layout.
   Loaded after screen.css. Does not modify any existing rule. */

.nav { float: right; padding-top: 34px; text-align: right; }
.nav a { display: inline-block; margin-left: 26px; text-decoration: none; color: #666666;
  font-family: "Source Sans 3", Arial, sans-serif; font-weight: 300; font-size: 20px; line-height: 1; }
.nav a:hover { text-decoration: underline; }
.nav .nav__action { color: #333333; border-bottom: 1px solid #999999; }

.hero { padding: 10px 20px 40px; }
.hero h2 { font-family: "Source Sans 3", Arial, sans-serif; font-weight: 300; font-size: 46px;
  line-height: 1.05; color: #4a4a4a; margin-bottom: 22px; }
.hero p { font-size: 20px; line-height: 1.45; max-width: 760px; margin-bottom: 28px; text-align: left; }

.btn { display: inline-block; padding: 12px 26px; margin-right: 14px; text-decoration: none;
  font-family: "Source Sans 3", Arial, sans-serif; font-weight: 300; font-size: 19px;
  color: #ffffff; background: #4a4a4a; }
.btn:hover { background: #666666; }
.btn--ghost { color: #4a4a4a; background: transparent; border: 1px solid #999999; padding: 11px 25px; }
.btn--ghost:hover { background: #eeeeee; }

.grid { *zoom: 1; margin: 0 -15px; }
.grid:after { content: " "; display: table; clear: both; }
.col { float: left; padding: 0 15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.col--3 { width: 33.33%; }
.col--4 { width: 25%; }

.stats { padding: 0 20px 45px; }
.stat__value { font-family: "Source Sans 3", Arial, sans-serif; font-weight: 300; font-size: 44px;
  line-height: 1; color: #4a4a4a; margin-bottom: 8px; }
.stat__label { font-size: 16px; line-height: 1.35; }

.band { padding: 0 20px 50px; }
.band__intro { font-size: 18px; line-height: 1.5; max-width: 780px; margin-bottom: 30px; text-align: left; }

.card { border-top: 2px solid #cccccc; padding-top: 16px; min-height: 210px; }
.card h3 { font-family: "Source Sans 3", Arial, sans-serif; font-weight: 300; font-size: 26px;
  color: #4a4a4a; margin-bottom: 6px; }
.card p { font-size: 16px; line-height: 1.4; margin-bottom: 14px; text-align: left; }
.card a { color: #4a4a4a; text-decoration: none; border-bottom: 1px solid #aaaaaa; font-size: 16px; }
.card a:hover { border-bottom-color: #4a4a4a; }

.tag { display: inline-block; margin-bottom: 10px; padding: 3px 9px; font-size: 13px;
  letter-spacing: 0.04em; text-transform: uppercase; color: #ffffff; background: #8a8a8a; }
.tag--dev { background: #b5b5b5; }

.step__no { font-family: "Source Sans 3", Arial, sans-serif; font-weight: 300; font-size: 34px; color: #b5b5b5; }
.step h3 { font-family: "Source Sans 3", Arial, sans-serif; font-weight: 300; font-size: 20px;
  color: #4a4a4a; margin: 4px 0 6px; }
.step p { font-size: 15px; line-height: 1.4; text-align: left; }

.proof { padding: 0 20px 50px; }
.proof__item { font-size: 17px; line-height: 1.5; margin-bottom: 16px; text-align: left; }
.proof__item strong { color: #333333; font-weight: normal; font-size: 18px; }

.cta { padding: 34px 20px 50px; border-top: 2px solid #cccccc; }
.cta h2 { font-family: "Source Sans 3", Arial, sans-serif; font-weight: 300; font-size: 30px;
  color: #4a4a4a; margin-bottom: 16px; }

/* --- Homepage tile header: reuses the original pict1-pict5 mosaic --- */

.tiles { *zoom: 1; }
.tiles:after { content: " "; display: table; clear: both; }
.tiles__col { float: left; width: 50%; }
.tiles .logo { float: none; width: auto; padding-top: 24px; padding-left: 13px; }

.tile { display: block; text-decoration: none; }
.tile__label { display: block; padding: 38px 18px 22px; color: #666666;
  font-family: "Source Sans 3", Arial, sans-serif; font-weight: 300; font-size: 49px; line-height: 1; }
.tile:hover .tile__label { color: #333333; }
.tile img { display: block; width: 100%; height: auto; }

.tiles__lead { padding: 26px 18px 34px; font-size: 19px; line-height: 1.45; color: #666666; }

/* homepage mosaic uses the original .topper classes, nothing to override */
.band__actions { margin-bottom: 40px; }
.stats { padding: 0 0 45px; }
.band { padding: 0 0 50px; }
.proof { padding: 0 0 40px; }
.cta { padding: 34px 0 10px; }

/* inner pages */
.tagline { margin: -10px 0 26px; font-size: 18px; line-height: 1.4; }
.tagline .tag { margin-right: 10px; margin-bottom: 0; vertical-align: 2px; }
.article ul { margin-bottom: 30px; }
.article ul li { position: relative; padding-left: 18px; margin-bottom: 10px; line-height: 1.45; }
.article ul li:before { content: ""; position: absolute; left: 0; top: 9px;
  width: 6px; height: 6px; background: #b5b5b5; }
.content .stats { padding-bottom: 35px; }

/* inner page nav: keep natural reading order on one line */
.topper__linkr { text-align: right; padding-top: 32px; }
.topper__linkr p { display: inline-block; }
.topper__linkr a { float: none; display: inline-block; padding: 0 0 0 24px; font-size: 19px; }

/* tighten card blocks */
.card { min-height: 150px; }

/* nav sizing so five items stay on one line beside the logo */
.topper__linkr a { font-size: 16px; padding: 0 0 0 20px; }
.band { padding: 0 0 25px; }
.band__actions { margin: 0 0 40px; }

.article strong { color: #333333; }
.card__logo-spacer { height: 64px; }
.feature { margin: 0 0 16px; }
.feature h3 { font-family: "Source Sans 3", Arial, sans-serif; font-weight: 300; font-size: 21px; color: #4a4a4a; margin-bottom: 3px; }
.feature p { font-size: 16px; line-height: 1.4; text-align: left; }
.media .band__actions { margin-top: 24px; }

/* brand marks and screenshots */
.brand { overflow: hidden; margin-bottom: 6px; }
.brand__mark { float: left; width: 64px; height: 64px; margin: -6px 16px 0 0; }
.brand__title { padding-top: 10px; }
.brand__logo img { display: block; height: 62px; width: auto; }
.card__logo { display: block; height: 52px; width: auto; margin-bottom: 12px; }
.card__logo--wide { height: 40px; margin: 6px 0 18px; }
.media { overflow: hidden; margin-bottom: 30px; }
.media__body { float: left; width: 58%; }
.media__aside { float: right; width: 38%; text-align: center; }
.media__aside img { max-width: 100%; height: auto; }
.media__caption { font-size: 14px; color: #888888; margin-top: 8px; }
.brand + .tagline, .brand__logo + .tagline { margin-top: 6px; }

/* app screenshots framed as phone screens */
.shot { display: block; margin: 0 auto; max-width: 290px !important; width: 100%;
  border: 7px solid #1f1f1f; border-radius: 26px; box-shadow: 0 10px 28px rgba(0,0,0,0.18); }

/* fix: brand mark was clipped at the top by overflow:hidden plus a negative margin */
.brand { overflow: visible; padding-top: 4px; }
.brand:after { content: ""; display: table; clear: both; }
.brand__mark { margin: 0 16px 0 0; }
.brand__title { padding-top: 14px; }

/* language switcher, top-right on every page */
.out { position: relative; }
.lang { position: absolute; top: 8px; right: 20px; z-index: 5; font-size: 13px; letter-spacing: 0.06em; }
.lang a { display: inline-block; margin-left: 12px; padding-bottom: 1px; color: #999999; text-decoration: none; }
.lang a:hover { color: #333333; }
.lang a.is-active { color: #333333; border-bottom: 1px solid #333333; }

