/* =====================================================================
   FONTS
   ===================================================================== */

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/open-sans-700italic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/open-sans-800italic.ttf") format("truetype");
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans Condensed";
    src: url("../fonts/open-sans-condensed-300.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "linecons";
    src: url("../fonts/linecons.eot");
}

@font-face {
    font-family: "linecons";
    src: url("../fonts/linecons.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

/* =====================================================================
   CSS VARIABLES
   ===================================================================== */

:root {
    --brand:        #c05862;
    --brand-hover:  #c76b73;
    --dark-bg:      #28273c;
    --dark-overlay: rgba(14, 13, 20, 0.63);
    --footer-h:     11rem;
    --body-color:   #d9d9d9;
    --form-bg:      #f9f9f9;
    --form-border:  #d3d3d3;
    --form-color:   #12192b;
    --label-icon-color: #999;
}

/* =====================================================================
   BASE
   ===================================================================== */

html,
body {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
}

body {
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.5;
    color: var(--body-color);
    text-align: center;
    background-image: url("/assets/images/bgimgdnfs.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

main {
    padding-bottom: var(--footer-h);
}

abbr[title] {
    border: none;
    text-decoration: underline dotted;
    cursor: help;
}

/* =====================================================================
   LAYOUT WRAPPER
   ===================================================================== */

.main-wrap {
    max-width: 1800px;
    margin: 0 auto;
    padding-bottom: 2.5rem;
}

/* =====================================================================
   HEADER
   ===================================================================== */

.site-header {
    text-align: center;
}

.site-header .domain-title {
    margin: 0 0 0.63em;
    padding-right: 10%;
    font-family: "Open Sans", sans-serif;
    font-size: 2em;
    font-weight: 800;
    font-style: italic;
    line-height: 1;
    color: #fff;
}

.site-header .domain-subtitle {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.25em;
    font-size: 48px;
}

/* =====================================================================
   PRICE TAG
   ===================================================================== */

.price-tag {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    vertical-align: middle;
    height: 4em;
    padding-right: 0.75em;
    padding-left: 2.25em;
    font-size: 24px;
}

.price-tag .price {
    position: relative;
    z-index: 3;
    margin-bottom: 5px;
    line-height: 1;
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    font-weight: 700;
    font-style: italic;
}

.price-tag .caption {
    position: relative;
    z-index: 3;
    display: block;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.05em;
}

.tag-left {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.tag-outline,
.tag-fill {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
}

.tag-outline,
.tag-right-outline {
    z-index: 2;
    fill-rule: evenodd;
    clip-rule: evenodd;
}

.tag-fill,
.tag-right-fill {
    z-index: 1;
    fill-rule: evenodd;
    clip-rule: evenodd;
}

.tag-right-outline,
.tag-right-fill {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 20px;
}

.tag-outline path,
.tag-right-outline path {
    fill: var(--brand);
}

.tag-fill path,
.tag-right-fill path {
    fill: var(--dark-bg);
    fill-opacity: 0.631373;
}

/* =====================================================================
   OFFER FORM PANEL
   ===================================================================== */

.offer-form {
    padding: 1em 2.5em 2em;
    background: #fff;
    color: #595959;
    box-shadow: 0 0.25em 0.3em rgba(18, 25, 43, 0.37);
}

.offer-form .form-title {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 36px;
    font-weight: 700;
    font-style: italic;
    color: #322f48;
}

.offer-form p {
    margin: 0 0 0.63em;
}

/* =====================================================================
   FORM FEEDBACK (errors)
   ===================================================================== */

.form-feedback {
    margin: 0 0 0.63em;
    padding: 1em;
    background: #fff9db;
    border: none;
    border-radius: 0;
    text-align: left;
    color: #595959;
}

.form-feedback .feedback-heading {
    margin: 0 0 0.4em;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
}

.form-feedback ul {
    margin: 0;
    padding-left: 1.4em;
    font-size: 16px;
    line-height: 1.4;
}

.form-feedback--success {
    background: #d4edda;
    color: #155724;
}

.form-feedback--success .feedback-heading {
    color: #155724;
}

/* =====================================================================
   INPUT GROUP / FIELDS
   ===================================================================== */

.offer-form .input-group {
    border: solid 1px var(--form-border);
    border-top: none;
    background-color: var(--form-bg);
}

.offer-form .input-group:first-child {
    border-top: solid 1px var(--form-border);
}

.offer-form .input-group-text {
    background: var(--form-bg);
    border: none;
    color: var(--label-icon-color);
    font-family: "linecons", sans-serif;
    font-size: 30px;
    font-weight: normal;
    border-radius: 0;
    padding: 0.5em 0.75em;
}

.offer-form .input-group-text.icon-euro {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.offer-form .form-control {
    border: none;
    border-radius: 0;
    background: var(--form-bg);
    color: var(--form-color);
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    padding: 0.5em 0.75em;
    box-shadow: none;
}

.offer-form .form-control:focus {
    background: var(--form-bg);
    color: var(--form-color);
    box-shadow: none;
    border: none;
    outline: none;
}

.offer-form .form-control::placeholder {
    color: #595959;
}

/* =====================================================================
   SUBMIT BUTTON
   ===================================================================== */

.btn-send {
    width: 100%;
    margin-top: 0.5em;
    padding: 0.5em;
    border: none;
    border-radius: 0;
    background: var(--brand);
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    font-weight: 800;
    font-style: italic;
    transition: background 0.25s ease-out;
}

.btn-send:hover,
.btn-send:focus {
    background: var(--brand-hover);
    color: #fff;
}

/* =====================================================================
   ANTISPAM HONEYPOT
   ===================================================================== */

.antispam {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* =====================================================================
   SEO CONTENT
   ===================================================================== */

.seo-content {
    margin-top: -70px;
    text-align: left;
}

.seo-panel {
    padding: 1.2em 1.6em;
    background: rgba(14, 13, 20, 0.72);
    box-shadow: 0 0.25em 0.3em rgba(18, 25, 43, 0.37);
}

.seo-panel h2,
.seo-panel h3 {
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    color: #fff;
}

.seo-panel h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0.45em;
}

.seo-panel h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0.45em;
}

.seo-panel p {
    margin: 0 0 0.75em;
}

.seo-list {
    margin: 0;
    padding-left: 1.1em;
}

.seo-list li {
    margin-bottom: 0.35em;
}

.faq-item + .faq-item {
    margin-top: 0.9em;
}

/* =====================================================================
   FOOTER
   ===================================================================== */

.site-footer {
    position: fixed;
    z-index: 5;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1em;
    font-size: 24px;
    letter-spacing: 0.05em;
    background: var(--dark-overlay);
    text-align: center;
}

.site-footer .footer-title {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0 1em;
    font-family: "Open Sans", sans-serif;
    font-size: 26px;
    font-weight: 700;
    font-style: italic;
    color: var(--brand);
}

.site-footer a {
    display: inline-block;
    vertical-align: middle;
    padding: 0.5em 1em;
    color: var(--body-color);
    text-decoration: none;
    transition: background 0.25s ease-out;
}

.site-footer a:hover {
    background: #322f48;
    color: var(--body-color);
}

.site-footer .footer-copyright {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 0.8em;
}

/* =====================================================================
   RESPONSIVE — 1440px
   ===================================================================== */

@media (max-width: 1440px) {
    body {
        font-size: 21px;
    }

    .price-tag {
        padding-right: 0.9em;
        padding-left: 2.5em;
        font-size: 21px;
    }

    .price-tag .caption {
        top: -3px;
        left: 3px;
        font-size: 14px;
    }

    .price-tag .price {
        font-size: 24px;
    }

    .tag-left {
        right: 15px;
    }

    .tag-right-outline,
    .tag-right-fill {
        width: 15px;
    }

    .offer-form {
        width: 400px;
        margin: 0;
    }

    .offer-form .form-title {
        font-size: 30px;
    }

    .btn-send {
        font-size: 24px;
    }

    .offer-form .input-group-text {
        font-size: 24px;
    }

    .site-footer {
        font-size: 18px;
    }

    .seo-panel h2 {
        font-size: 26px;
    }
}

/* =====================================================================
   RESPONSIVE — 960px (tablet / narrow)
   ===================================================================== */

@media (max-width: 960px) {
    html,
    body {
        height: auto;
    }

    main {
        padding-bottom: 0;
    }

    .main-wrap {
        flex-wrap: wrap;
        padding: 0;
    }

    .site-header {
        z-index: 1;
        padding: 3.8em 0 1.25em;
        width: 100%;
    }

    .site-header .domain-title {
        margin-bottom: 0.1em;
        padding: 0 10%;
    }

    .site-header .domain-subtitle {
        vertical-align: baseline;
        margin-right: 7px;
        font-size: 24px;
    }

    .main-form-col {
        width: 100%;
        padding: 0 0 1.5em;
    }

    .offer-form {
        margin: 0 auto;
    }

    .offer-form .form-title {
        font-size: 24px;
    }

    .site-footer .footer-title {
        display: block;
        margin: 0.63em 0 0.11em;
    }

    .seo-content {
        margin: 0 auto 2em;
        padding: 0 1em;
    }
}

/* =====================================================================
   RESPONSIVE — 480px (mobile)
   ===================================================================== */

@media (max-width: 480px) {
    body {
        background: #f2f2f2;
    }

    .site-header {
        background-image: url("/assets/images/bgimgdnfs.jpg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        box-shadow: 0 0.15em 0.3em rgba(18, 25, 43, 0.37);
    }

    .site-header .domain-title {
        margin-bottom: 0.25em;
    }

    .main-form-col {
        padding: 0;
    }

    .offer-form {
        width: auto;
        box-shadow: 0 0.1em 0.15em rgba(18, 25, 43, 0.37);
    }

    .site-footer {
        position: relative;
        background: none;
        padding-bottom: 1em;
    }

    .site-footer .footer-title {
        margin: 0.7em 0 0.4em;
    }

    .site-footer a {
        display: block;
        padding: 9px;
        color: #4f4f4f;
    }

    .site-footer a:hover {
        color: var(--brand);
        background: none;
    }

    .site-footer .footer-copyright {
        color: #999;
    }

    .seo-content {
        padding: 0;
    }

    .seo-panel {
        padding: 1em;
    }

    .seo-panel h2 {
        font-size: 24px;
    }

    .seo-panel h3 {
        font-size: 20px;
    }
}
