:root{
    --color-bg:#f8f1e9;
    --color-text:#3d2f1e;
    --color-accent:#8b9a6f;
    --color-white: #fff;
}
.hero-contact{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height:55vh;
    color:var(--color-white);
    text-shadow:0 2px 12px rgba(0,0,0,.7);
}
.contact-left{
    background:var(--color-white);
    box-shadow:0 8px 28px rgba(0,0,0,.08);
}
.contact-right{
    background:#f9f5f0;
}
.icon-circle{
    width:50px;
    height:50px;
    background:var(--color-accent);
    color:var(--color-white);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:1.4rem;
    margin-bottom:1rem;
}
.btn-submit{
    background:var(--color-accent);
    color:var(--color-white);
    border:none;
    border-radius:50rem;
    padding:.85rem 3rem;
    font-weight:500;
    letter-spacing:.02em;
    transition:.25s ease;
}
.btn-submit:hover{
    background:#76865e;
    transform:translateY(-1px);
}
.summary{
    max-width:720px;margin:auto;
}