/**/

h1, h2 {
    text-align: center;
}

.details {
    font-weight: 300;
    color: rgba(0, 0, 0, 0.71);
    opacity: 0.71;
}

/* pricing plan cards */

.pricing-table .card {
    border: 1px solid hsla(262, 46%, 34%, 0.4);
    border-radius: 2px;
    -webkit-box-shadow: 0px 2px 2px 0px hsla(262, 46%, 34%, 0.25);
    -moz-box-shadow: 0px 2px 2px 0px hsla(262, 46%, 34%, 0.25);
    box-shadow: 0px 2px 2px 0px hsla(262, 46%, 34%, 0.25);
}

.pricing-table .card .title {
    margin: -12px -12px 0 -12px;
    background: #eee;
    color: hsl(0, 0%, 0%);
    padding: 24px 4px;
    border-bottom: 1px solid hsl(214, 7%, 91%);
}

.pricing-table .card .title.primary {
    background: #fff;
    font-size: 32px;
}

.pricing-table .card .title.secondary {
    padding-bottom: 36px;
    background: hsla(262, 46%, 94%, 1);
    font-size: 21px;
}

.pricing-table .card .title.tertiary {
    background: #fff;
    font-size: 16px;
}

.pricing-table .card .text {
    font-size: 90%;
    border-bottom: 1px solid hsl(214, 7%, 91%);
    padding-top: 6px;
    padding-bottom: 6px;
}

.pricing-table .card .btn {
    padding: 16px 4px;
    margin-top: 36px;
    font-size: 14px;
}

.pricing-table .card .risk {
    font-size: 14px;
    font-weight: normal;
}

/* pricing card - most popular */

.pricing-table .card.most-popular .title.secondary {
    background: hsl(262, 46%, 22%);
}

.pricing-table .card.most-popular,
.pricing-table .card.most-popular .title.primary {
    background: hsl(262, 46%, 34%);
}

.pricing-table .card.most-popular .title.primary,
.pricing-table .card.most-popular .text {
    border-bottom-color: hsla(262, 100%, 100%, 0.1);
}

.pricing-table .card.most-popular .title.secondary,
.pricing-table .card.most-popular .title.primary {
    color: hsla(262, 100%, 100%, 1.0);
}

.pricing-table .card.most-popular .text {
    color: hsla(262, 100%, 100%, 0.9);
}

.pricing-table .card.most-popular .btn-primary {
    color: hsl(262, 46%, 34%);
    background: hsl(262, 100%, 100%);
}

.pricing-table .card.most-popular .btn-primary:hover {
    color: hsl(262, 46%, 48%);
    background: hsla(262, 100%, 100%, 1.0);
}

/* all page sections */

.hm-page-section.hm-page-content {
    padding-top: 70px;
    padding-bottom: 120px;
}

.hm-page-section.hm-page-content h1 {
    font-weight: 600;
}

.hm-page-section.hm-page-content h2 {
    font-size: 2.25rem;
}

.hm-page-section.hm-page-content h4 {
    color: hsl(262, 46%, 48%);
}

/* page section - intro/hero page section */

.hm-page-section.hm-page-content.fullscreen-section#intro {
    padding-bottom: 70px;
}

.hm-page-section.hm-page-content#intro h1,
.hm-page-section.hm-page-content#intro h2,
.hm-page-section.hm-page-content#intro h3,
.hm-page-section.hm-page-content#intro h4,
.hm-page-section.hm-page-content#intro h5,
.hm-page-section.hm-page-content#intro h6 {
    margin: 0;
}

.hm-page-section.hm-page-content#intro h1 {
    font-size: 46px;
    line-height: 56px;
}

.hm-page-section.hm-page-content#intro h2 {
    font-size: 24px;
    line-height: 30px;
    opacity: 0.9;
}

/* page section - business types */

.hm-page-section.hm-page-content#business-types {
    border-top: 1px solid hsl(0, 0%, 93%);
    background: hsl(262, 0%, 97%);
}

.hm-page-section.hm-page-content#business-types .fab,
.hm-page-section.hm-page-content#business-types .fas {
    color: hsl(262, 46%, 48%);
}

.hm-page-section.hm-page-content#business-types .icon-affiliate-marketing {
    width: 80px;
    height: 80px;
    background-position: 50% 50%;
    background-size: 100%;
    margin: 0 auto;
}

/* page section - benefits of our product */

.hm-page-section.hm-page-content#how-we-help {
    border-top: 1px solid hsl(0, 0%, 93%);
    background: hsl(262, 0%, 100%);
}

/* page section - quick 15-minute setup */

.hm-page-section.hm-page-content#setup {
    background: hsl(262, 55%, 10%);
    color: hsla(262, 55%, 94%, 0.85);
}

.hm-page-section.hm-page-content#setup h1 {
    color: rgba(255, 255, 255, 1.0);
}

.hm-page-section.hm-page-content#setup .text {
    color: hsla(262, 15%, 60%, 0.9);
}

/* page section - not a good fit for everyone */

.hm-page-section.hm-page-content#not-a-good-fit {
    border-top: 1px solid hsl(0, 0%, 93%);
}

/* page section - how we're different */

.hm-page-section.hm-page-content#uniqueness {
    border-top: 1px solid hsl(0, 0%, 93%);
    background: hsl(262, 0%, 97%);
}

/* page section - get started */

.hm-page-section.hm-page-content.get-started {
    background: hsl(40, 100%, 89%);
    border-top: 1px solid hsl(40, 71%, 78%);
    border-bottom: 1px solid hsl(40, 71%, 78%);

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hm-page-section.hm-page-content.get-started h1 {
    color: hsla(41, 58%, 18%, 0.9);
    transform: scale(0.85);
}


.hm-page-section.hm-page-content.get-started p {
    color: hsla(41, 58%, 18%, 0.8);
}

.hm-page-section.hm-page-content.get-started form {
    display: inline;
}

.hm-page-section.hm-page-content.get-started input {
    width: 400px;
    display: inline-block;
}

@media (max-width: 767px) {
    .hm-page-section.hm-page-content.get-started input {
        width: 280px;
        margin-bottom: 10px;
    }
}

.hm-page-section.hm-page-content.get-started button {
}

/* page section - pricing */

.hm-page-section#pricing .discount-info {
    font-size: 12px;
    line-height: 1em;
}

/**/
