/*
Theme Name: JDC Corporate
Description: Corporate child theme for John Demertzis Company.
Author: JDC
Template: blocksy
Version: 1.0.0
Text Domain: jdc-corporate
*/

.jdc-clean-start {
    min-height: 68vh;
    display: grid;
    place-items: center;
    padding: clamp(60px, 10vw, 140px) 24px;
    color: #ffffff;
    text-align: center;
    background:
        radial-gradient(circle at 50% 0%, rgba(40, 164, 210, .24), transparent 46%),
        linear-gradient(145deg, #08141e, #111d27 55%, #162631);
}

.jdc-clean-start h1 {
    margin: 0 0 12px;
    color: #d6ad55;
    font-size: clamp(64px, 12vw, 150px);
    line-height: .9;
    letter-spacing: .08em;
}

.jdc-clean-start h2 {
    max-width: 900px;
    margin: 18px auto;
    color: #ffffff;
    font-size: clamp(28px, 4vw, 52px);
}

.jdc-clean-start p {
    max-width: 780px;
    margin: 0 auto;
    color: rgba(255, 255, 255, .78);
    font-size: clamp(17px, 2vw, 21px);
    line-height: 1.7;
}

.jdc-clean-start .jdc-company {
    color: #79c6e6;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .24em;
    text-transform: uppercase;
}
