﻿/* ============================================================
   GÖVDESAN - FİYAT LİSTESİ PUBLIC SAYFASI
   ============================================================ */

.gv-price-hero {
    padding: 34px 0 38px 0;
    background: #173448;
    color: #ffffff;
}

.gv-price-breadcrumb {
    margin-bottom: 24px;
    font-size: 12px;
    color: #afbdc6;
}

.gv-price-breadcrumb a {
    color: #dce5ea;
    text-decoration: none;
}

.gv-price-breadcrumb span {
    margin: 0 8px;
}

.gv-price-hero-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gv-price-kicker {
    margin-bottom: 7px;
    color: #d79a9d;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.4px;
}

.gv-price-hero h1 {
    margin: 0;
    font-size: 34px;
    line-height: 1.15;
    font-weight: 700;
}

.gv-price-hero p {
    max-width: 720px;
    margin: 12px 0 0 0;
    color: #d1dce2;
    font-size: 15px;
    line-height: 1.7;
}

.gv-price-hero-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 50%;
    color: #ffffff;
    font-size: 30px;
    background: rgba(255,255,255,.04);
}

.gv-price-page {
    padding: 46px 0 62px 0;
    background: #f5f7f8;
}

.gv-price-info-card,
.gv-price-form-card {
    min-height: 470px;
    border: 1px solid #dce3e7;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 8px 26px rgba(32,57,77,.05);
}

.gv-price-info-card {
    padding: 28px;
}

.gv-price-info-label {
    color: #a4272d;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.2px;
}

.gv-price-info-card h2 {
    margin: 8px 0 10px 0;
    color: #20394d;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 700;
}

.gv-price-description {
    margin-bottom: 24px;
    color: #637582;
    font-size: 14px;
    line-height: 1.75;
}

.gv-price-meta {
    border-top: 1px solid #e3e8eb;
}

.gv-price-meta > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 51px;
    border-bottom: 1px solid #e8edef;
}

.gv-price-meta span {
    color: #7a8993;
    font-size: 12px;
}

.gv-price-meta strong {
    color: #2e4658;
    font-size: 13px;
}

.gv-price-security {
    display: flex;
    margin-top: 24px;
    padding: 15px;
    border: 1px solid #e0e7ea;
    border-left: 3px solid #a4272d;
    background: #f8fafb;
}

.gv-price-security > .glyphicon {
    margin: 3px 12px 0 0;
    color: #a4272d;
    font-size: 17px;
}

.gv-price-security strong {
    color: #29475b;
    font-size: 13px;
}

.gv-price-security p {
    margin: 4px 0 0 0;
    color: #6b7d88;
    font-size: 12px;
    line-height: 1.55;
}

.gv-price-form-card {
    overflow: hidden;
}

.gv-price-form-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 91px;
    padding: 20px 25px;
    border-bottom: 1px solid #e0e6e9;
    background: #f8fafb;
}

.gv-price-form-head span {
    color: #a4272d;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.1px;
}

.gv-price-form-head h2 {
    margin: 4px 0 0 0;
    color: #20394d;
    font-size: 21px;
    font-weight: 700;
}

.gv-price-form-number {
    color: #d4dde2;
    font-size: 34px;
    font-weight: 700;
}

.gv-price-form {
    position: relative;
    padding: 24px 25px 26px 25px;
}

.gv-price-field {
    margin-bottom: 17px;
}

.gv-price-field label {
    display: block;
    margin-bottom: 7px;
    color: #40596b;
    font-size: 13px;
    font-weight: 600;
}

.gv-price-field label span {
    color: #a4272d;
}

.gv-price-field .form-control {
    height: 42px;
    border: 1px solid #ccd7dd;
    border-radius: 4px;
    box-shadow: none;
    color: #2e4658;
    font-size: 14px;
}

.gv-price-field .form-control:focus {
    border-color: #6f8797;
    box-shadow: 0 0 0 2px rgba(49,75,95,.08);
}

.gv-price-consent {
    display: flex;
    align-items: flex-start;
    margin: 3px 0 18px 0;
    padding: 12px 13px;
    border: 1px solid #e2e7ea;
    border-radius: 4px;
    background: #fafbfc;
    color: #667985;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.55;
}

.gv-price-consent input {
    margin: 3px 9px 0 0;
}

.gv-price-consent strong {
    color: #a4272d;
}

.gv-price-submit {
    width: 100%;
    min-height: 46px;
    border: 1px solid #a4272d;
    border-radius: 4px;
    background: #a4272d;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .25px;
}

.gv-price-submit:hover {
    background: #892127;
}

.gv-price-submit .glyphicon {
    margin-right: 7px;
}

.gv-price-mail-note {
    display: flex;
    align-items: flex-start;
    margin-top: 13px;
    color: #71838e;
    font-size: 11px;
    line-height: 1.5;
}

.gv-price-mail-note .glyphicon {
    margin: 2px 7px 0 0;
    color: #40596b;
}

.gv-price-validation {
    margin-bottom: 18px;
    padding: 12px 15px;
    border: 1px solid #e8c5c7;
    border-radius: 4px;
    background: #fff6f6;
    color: #9a292f;
    font-size: 12px;
}

.gv-price-validation ul {
    margin-bottom: 0;
}

.gv-price-honeypot {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.gv-price-unavailable {
    max-width: 700px;
    margin: 20px auto;
    padding: 45px;
    border: 1px solid #dce3e7;
    border-radius: 8px;
    background: #ffffff;
    text-align: center;
}

.gv-price-unavailable > .glyphicon {
    color: #a4272d;
    font-size: 28px;
}

.gv-price-unavailable h2 {
    color: #20394d;
    font-size: 23px;
}

.gv-price-unavailable p {
    color: #667985;
    font-size: 14px;
}

@media (max-width: 991px) {
    .gv-price-info-card {
        min-height: 0;
        margin-bottom: 20px;
    }

    .gv-price-form-card {
        min-height: 0;
    }
}

@media (max-width: 767px) {
    .gv-price-hero {
        padding: 26px 0 30px 0;
    }

    .gv-price-hero h1 {
        font-size: 28px;
    }

    .gv-price-hero-mark {
        display: none;
    }

    .gv-price-page {
        padding: 28px 0 42px 0;
    }

    .gv-price-info-card,
    .gv-price-form {
        padding-left: 18px;
        padding-right: 18px;
    }

    .gv-price-form-head {
        padding-left: 18px;
        padding-right: 18px;
    }
}
