.ivadell-quote-shell{
    max-width:520px;
    margin:2rem 0 4rem;
    padding:clamp(1.25rem,3vw,2rem);
    border:1px solid rgba(255,255,255,.14);
    border-radius:30px;
    background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.055));
    box-shadow:0 30px 80px rgba(0,0,0,.28);
    color:#fff;
    position:relative;
    overflow:hidden;
}

.ivadell-quote-shell:before{
    content:"";
    position:absolute;
    inset:0;
    background:radial-gradient(circle at top right,rgba(44,199,232,.18),transparent 38%),radial-gradient(circle at bottom left,rgba(245,184,75,.14),transparent 32%);
    pointer-events:none;
}

.ivadell-quote-shell>*{
    position:relative;
}

.ivadell-quote-intro{
    margin-bottom:1.3rem;
}

.ivadell-quote-intro .eyebrow{
    color:#f5b84b;
    text-transform:uppercase;
    letter-spacing:.16em;
    font-weight:900;
    font-size:.72rem;
    margin:0 0 .65rem;
}

.ivadell-quote-intro h2{
    font-family:"Playfair Display",serif;
    font-size:clamp(2rem,4vw,2.75rem);
    line-height:1;
    margin:.2rem 0 .85rem;
    color:#fff;
}

.ivadell-quote-intro p{
    color:#d8e7ff;
    font-size:.95rem;
    line-height:1.65;
    margin:0;
}

.ivadell-quote-form{
    display:grid;
    gap:.95rem;
}

.ivadell-form-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:.95rem;
}

.ivadell-field,
.ivadell-field-wide{
    display:block;
    grid-column:1/-1;
}

.ivadell-field span,
.ivadell-consent span{
    display:block;
    color:#f7fbff;
    font-weight:800;
    font-size:.86rem;
    line-height:1.3;
    margin-bottom:.42rem;
}

.ivadell-field input,
.ivadell-field select,
.ivadell-field textarea{
    width:100%;
    min-height:46px;
    border:1px solid rgba(255,255,255,.22);
    border-radius:14px;
    background:#f4f4f4;
    color:#0b1728;
    padding:.84rem 1rem;
    outline:none;
    box-shadow:none;
}

.ivadell-field textarea{
    min-height:116px;
    resize:vertical;
}

.ivadell-field input::placeholder,
.ivadell-field textarea::placeholder{
    color:#7b8190;
}

.ivadell-field input:focus,
.ivadell-field select:focus,
.ivadell-field textarea:focus{
    border-color:#f5b84b;
    box-shadow:0 0 0 3px rgba(245,184,75,.24);
}

.ivadell-field option{
    color:#06182d;
}

.ivadell-checkbox-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:.75rem;
    padding:1rem;
    border:1px solid rgba(255,255,255,.12);
    border-radius:16px;
    background:rgba(2,9,20,.36);
}

.ivadell-checkbox-grid label{
    display:flex;
    gap:.62rem;
    align-items:center;
    color:#f7fbff;
    font-weight:800;
    font-size:.88rem;
}

.ivadell-checkbox-grid input{
    width:auto;
    min-height:0;
    accent-color:#f5b84b;
}

.ivadell-field input[type="file"]{
    background:#f4f4f4;
    color:#0b1728;
    padding:.65rem .85rem;
}

.ivadell-consent{
    display:flex;
    gap:.85rem;
    align-items:flex-start;
    border:1px solid rgba(255,255,255,.12);
    border-radius:16px;
    background:rgba(255,255,255,.08);
    padding:1rem;
}

.ivadell-consent input{
    margin-top:.2rem;
    accent-color:#f5b84b;
}

.ivadell-consent span{
    margin:0;
}

.ivadell-submit{
    width:max-content;
    border:0;
    border-radius:999px;
    background:linear-gradient(135deg,#f5a623,#ffe08a);
    color:#111827;
    font-weight:900;
    padding:.92rem 1.35rem;
    cursor:pointer;
    box-shadow:0 14px 30px rgba(245,166,35,.28);
}

.ivadell-submit:hover,
.ivadell-submit:focus{
    transform:translateY(-1px);
    box-shadow:0 18px 38px rgba(245,166,35,.36);
}

.ivadell-quote-message{
    border-radius:16px;
    padding:1rem;
    margin:0 0 1rem;
    font-weight:800;
}

.ivadell-quote-message.success{
    background:rgba(34,197,94,.15);
    border:1px solid rgba(34,197,94,.35);
    color:#dcfce7;
}

.ivadell-quote-message.error{
    background:rgba(239,68,68,.14);
    border:1px solid rgba(239,68,68,.35);
    color:#fee2e2;
}

@media (max-width:640px){
    .ivadell-quote-shell{
        margin:1.5rem 0 3rem;
        padding:1rem;
        border-radius:24px;
    }

    .ivadell-submit{
        width:100%;
    }
}
