@font-face{
    font-family:"Lora";
    src:url("../fonts/Lora-Regular.ttf") format("truetype");
    font-weight:400;
}

@font-face{
    font-family:"Lora";
    src:url("../fonts/Lora-SemiBold.ttf") format("truetype");
    font-weight:600;
}

@font-face{
    font-family:"Lora";
    src:url("../fonts/Lora-Bold.ttf") format("truetype");
    font-weight:700;
}

@font-face{
    font-family:"Great Vibes";
    src:url("../fonts/GreatVibes-Regular.ttf") format("truetype");
    font-weight:400;
}

*{
    box-sizing:border-box;
}

body{
    margin:0;
    background:#f3eee4;
    color:#172d49;
    font-family:"Lora",Georgia,serif;
}

.back-bar{
    padding:16px 25px;
    background:#102f53;
}

.back-bar a{
    color:#fff;
    font-family:Arial,Helvetica,sans-serif;
    font-weight:bold;
    text-decoration:none;
}

.order-hero{
    padding:45px 20px 35px;
    text-align:center;
}

.order-hero h1{
    margin:0 0 12px;
    color:#68192c;
    font-size:48px;
    line-height:1.15;
}

.order-hero p{
    max-width:780px;
    margin:0 auto;
    color:#5e5a53;
    font-family:Arial,Helvetica,sans-serif;
    font-size:19px;
    line-height:1.6;
}

.order-layout{
    display:grid;
    grid-template-columns:minmax(0,650px) minmax(360px,1fr);
    gap:35px;
    width:min(1250px,calc(100% - 40px));
    margin:0 auto 70px;
    align-items:start;
}

.order-card,
.preview-card{
    background:#fff;
    border:1px solid #ddd1bc;
    border-radius:12px;
    box-shadow:0 12px 35px rgba(37,43,54,.12);
}

.order-card{
    padding:40px;
    border-top:7px solid #68192c;
}

.order-card h2{
    margin:0 0 8px;
    color:#102f53;
    font-size:30px;
}

.form-intro{
    margin:0 0 30px;
    color:#68635b;
    font-family:Arial,Helvetica,sans-serif;
    font-size:16px;
    line-height:1.55;
}

.form-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:22px;
}

.form-group{
    margin-bottom:22px;
}

.form-group.full{
    grid-column:1 / -1;
}

label{
    display:block;
    margin-bottom:8px;
    color:#172d49;
    font-family:Arial,Helvetica,sans-serif;
    font-size:15px;
    font-weight:bold;
}

.optional{
    color:#7c766e;
    font-size:13px;
    font-weight:normal;
}

input,
textarea{
    display:block;
    width:100%;
    padding:14px 15px;
    background:#fffdf9;
    border:1px solid #cfc4b2;
    border-radius:7px;
    color:#20242a;
    font-family:Arial,Helvetica,sans-serif;
    font-size:17px;
}

input:focus,
textarea:focus{
    outline:none;
    border-color:#9b7030;
    box-shadow:0 0 0 3px rgba(155,112,48,.15);
}

textarea{
    min-height:125px;
    resize:vertical;
    line-height:1.5;
}

.field-help{
    margin:7px 0 0;
    color:#777169;
    font-family:Arial,Helvetica,sans-serif;
    font-size:13px;
    line-height:1.45;
}

.character-count{
    margin-top:6px;
    color:#777169;
    font-family:Arial,Helvetica,sans-serif;
    font-size:13px;
    text-align:right;
}

.submit-button{
    display:block;
    width:100%;
    margin-top:10px;
    padding:18px 25px;
    background:#68192c;
    color:#fff;
    border:0;
    border-radius:7px;
    cursor:pointer;
    font-family:Arial,Helvetica,sans-serif;
    font-size:20px;
    font-weight:bold;
}

.submit-button:hover{
    background:#7d2338;
}

.secure-note{
    margin:17px 0 0;
    color:#6e685f;
    font-family:Arial,Helvetica,sans-serif;
    font-size:14px;
    line-height:1.5;
    text-align:center;
}

.preview-card{
    position:sticky;
    top:20px;
    overflow:hidden;
}

.preview-card img{
    display:block;
    width:100%;
    height:auto;
}

.preview-content{
    padding:25px 28px 28px;
}

.preview-content h2{
    margin:0 0 10px;
    color:#68192c;
    font-size:26px;
}

.preview-content p{
    margin:0 0 12px;
    color:#625d55;
    font-family:Arial,Helvetica,sans-serif;
    font-size:15px;
    line-height:1.55;
}

.price{
    margin-top:17px;
    color:#102f53;
    font-size:30px;
    font-weight:bold;
}

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

@media(max-width:900px){

    .order-layout{
        grid-template-columns:1fr;
    }

    .preview-card{
        position:static;
        order:-1;
    }

}

@media(max-width:650px){

    .order-hero{
        padding:32px 16px 25px;
    }

    .order-hero h1{
        font-size:36px;
    }

    .order-hero p{
        font-size:17px;
    }

    .order-layout{
        width:min(100% - 22px,650px);
        gap:22px;
        margin-bottom:45px;
    }

    .order-card{
        padding:28px 20px;
    }

    .form-grid{
        grid-template-columns:1fr;
        gap:0;
    }

    .form-group.full{
        grid-column:auto;
    }

}

.preview-actions .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    padding: 14px 24px;
    border: 2px solid #6b1628;
    border-radius: 6px;
    background: #6b1628;
    color: #fff8eb;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(55, 22, 27, 0.18);
    transition:
        background 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.preview-actions .button:first-child {
    border-color: #0c2b4d;
    background: #fff8eb;
    color: #0c2b4d;
}

.preview-actions .button:hover {
    background: #8a2037;
    color: #ffffff;
    transform: translateY(-1px);
}

.preview-actions .button:first-child:hover {
    background: #0c2b4d;
    color: #ffffff;
}