
/* =========================================================
   WEDORA CONTACT — PUBLIC PAGE
========================================================= */

.wedora-contact-page{
    background:#fff;
    color:#173854;
}

.wedora-contact{
    max-width:1180px;
    margin:0 auto;
    padding:58px 28px 80px;
}

.wedora-contact__hero{
    min-height:265px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:45px;
    padding:45px 52px;
    border:1px solid #e8e1db;
    border-radius:20px;
    background:
        radial-gradient(circle at 90% 20%,rgba(196,154,90,.14),transparent 27%),
        linear-gradient(135deg,#fbf8f5,#fff);
    box-sizing:border-box;
}

.wedora-contact__hero > div:first-child{
    max-width:720px;
}

.wedora-contact__eyebrow{
    display:block;
    margin-bottom:10px;
    color:#c49a5a;
    font-size:10px;
    font-weight:800;
    letter-spacing:2.4px;
}

.wedora-contact__hero h1{
    margin:0;
    color:#173854;
    font-size:46px;
    line-height:1.1;
    letter-spacing:-1px;
}

.wedora-contact__hero p{
    max-width:650px;
    margin:15px 0 0;
    color:#77838e;
    font-size:14px;
    line-height:1.8;
}

.wedora-contact__hero-mark{
    width:155px;
    height:155px;
    flex:0 0 155px;
    display:grid;
    place-items:center;
    border:1px solid #dfc8a8;
    border-radius:50%;
    color:#c49a5a;
    font-family:Georgia,serif;
    font-size:60px;
    background:rgba(255,255,255,.7);
}

.wedora-contact__notice{
    margin:20px 0 0;
    padding:15px 18px;
    border-radius:10px;
    font-size:12px;
    line-height:1.5;
}

.wedora-contact__notice--success{
    border:1px solid #d9e8dc;
    background:#f4faf5;
    color:#3e6b49;
}

.wedora-contact__notice--error{
    border:1px solid #efd8d8;
    background:#fff6f6;
    color:#9a4e4e;
}

.wedora-contact__grid{
    display:grid;
    grid-template-columns:.82fr 1.18fr;
    gap:24px;
    margin-top:25px;
}

.wedora-contact__details,
.wedora-contact__form-card{
    border:1px solid #e8e1db;
    border-radius:18px;
    background:#fff;
    box-shadow:0 9px 28px rgba(23,56,84,.045);
}

.wedora-contact__details{
    padding:34px 32px;
}

.wedora-contact__details h2,
.wedora-contact__form-card h2{
    margin:0;
    color:#173854;
    font-size:26px;
    line-height:1.3;
}

.wedora-contact__details > p{
    margin:11px 0 27px;
    color:#77838e;
    font-size:13px;
    line-height:1.75;
}

.wedora-contact-item{
    display:flex;
    align-items:center;
    gap:14px;
    margin-top:12px;
    padding:14px;
    border:1px solid #eee7e1;
    border-radius:11px;
    background:#fcfaf8;
    color:#173854;
    text-decoration:none;
}

.wedora-contact-item:hover{
    border-color:#dbc4a5;
}

.wedora-contact-item__icon{
    width:40px;
    height:40px;
    flex:0 0 40px;
    display:grid;
    place-items:center;
    border-radius:10px;
    background:#f7efe5;
    color:#b88950;
    font-size:16px;
}

.wedora-contact-item small{
    display:block;
    margin-bottom:3px;
    color:#a08477;
    font-size:9px;
    font-weight:800;
    letter-spacing:1px;
}

.wedora-contact-item strong{
    display:block;
    color:#173854;
    font-size:12px;
    line-height:1.45;
}

.wedora-contact__form-card{
    padding:34px 35px;
}

.wedora-contact__form-card > h2{
    margin-bottom:25px;
}

.wedora-contact-form{
    display:flex;
    flex-direction:column;
    gap:15px;
}

.wedora-contact-form__row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:13px;
}

.wedora-contact-form label{
    display:flex;
    flex-direction:column;
    gap:7px;
    color:#173854;
    font-size:11px;
    font-weight:700;
}

.wedora-contact-form input,
.wedora-contact-form textarea{
    width:100%;
    border:1px solid #ded7d1;
    border-radius:9px;
    background:#fff;
    color:#173854;
    font:inherit;
    font-size:12px;
    font-weight:400;
    box-sizing:border-box;
    outline:none;
    transition:border-color .18s ease,box-shadow .18s ease;
}

.wedora-contact-form input{
    height:45px;
    padding:0 12px;
}

.wedora-contact-form textarea{
    min-height:150px;
    padding:12px;
    resize:vertical;
}

.wedora-contact-form input:focus,
.wedora-contact-form textarea:focus{
    border-color:#c49a5a;
    box-shadow:0 0 0 3px rgba(196,154,90,.10);
}

.wedora-contact-form button{
    align-self:flex-start;
    min-height:46px;
    padding:0 20px;
    border:0;
    border-radius:9px;
    background:#173854;
    color:#fff;
    font-size:11px;
    font-weight:800;
    cursor:pointer;
}

.wedora-contact-form button:hover{
    background:#c49a5a;
}

.wedora-contact-form button span{
    margin-left:8px;
    font-size:15px;
}

.wedora-contact-form__honeypot{
    position:absolute !important;
    left:-9999px !important;
    width:1px !important;
    height:1px !important;
    overflow:hidden !important;
}

@media(max-width:850px){
    .wedora-contact{
        padding:42px 20px 60px;
    }
    .wedora-contact__hero{
        padding:38px 32px;
    }
    .wedora-contact__hero-mark{
        width:120px;
        height:120px;
        flex-basis:120px;
        font-size:48px;
    }
    .wedora-contact__grid{
        grid-template-columns:1fr;
    }
}

@media(max-width:600px){
    .wedora-contact{
        padding:30px 15px 50px;
    }
    .wedora-contact__hero{
        display:block;
        min-height:auto;
        padding:32px 25px;
    }
    .wedora-contact__hero h1{
        font-size:36px;
    }
    .wedora-contact__hero p{
        font-size:13px;
    }
    .wedora-contact__hero-mark{
        display:none;
    }
    .wedora-contact__details,
    .wedora-contact__form-card{
        padding:26px 21px;
    }
    .wedora-contact-form__row{
        grid-template-columns:1fr;
    }
    .wedora-contact-form button{
        width:100%;
    }
}
