#hohyte-pe-wrapper {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
color: #0f172a;
box-sizing: border-box;
width: 100%;
}
#hohyte-pe-wrapper *,
#hohyte-pe-wrapper *::before,
#hohyte-pe-wrapper *::after {
box-sizing: border-box;
}
#hohyte-pe-wrapper .hohyte-grid-container {
display: grid !important;
grid-template-columns: 1fr 1fr !important;
gap: 3rem !important;
width: 100% !important;
}
#hohyte-pe-wrapper .hohyte-intro {
margin-bottom: 2rem;
}
#hohyte-pe-wrapper .hohyte-section-title {
font-size: 0.8rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.06em;
color: #2563eb;
margin: 2rem 0 1rem 0;
padding-top: 1.25rem;
border-top: 1px solid #e2e8f0;
}
#hohyte-pe-wrapper .hohyte-section-title:first-of-type {
margin-top: 0;
padding-top: 0;
border-top: none;
}
#hohyte-pe-wrapper input[type="text"],
#hohyte-pe-wrapper input[type="email"],
#hohyte-pe-wrapper textarea {
width: 100% !important;
padding: 0.875rem 1rem !important;
border: 1px solid #cbd5e1 !important;
border-radius: 8px !important;
font-size: 1rem !important;
background-color: #ffffff !important;
color: #0f172a !important;
outline: none !important;
transition: all 0.3s ease !important;
}
#hohyte-pe-wrapper input[type="text"]:focus,
#hohyte-pe-wrapper input[type="email"]:focus,
#hohyte-pe-wrapper textarea:focus {
border-color: #2563eb !important;
box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1) !important;
}
#hohyte-pe-wrapper textarea {
resize: vertical !important;
min-height: 110px !important;
}
#hohyte-pe-wrapper select {
width: 100% !important;
padding: 0.875rem 1rem !important;
border: 1px solid #cbd5e1 !important;
border-radius: 8px !important;
font-size: 1rem !important;
background-color: #ffffff !important;
color: #0f172a !important;
outline: none !important;
transition: all 0.3s ease !important;
cursor: pointer !important;
-webkit-appearance: none !important;
appearance: none !important;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%2364748b'%3E%3Cpath fill-rule='evenodd' d='M5.23 7.21a.75.75 0 011.06.02L10 11.17l3.71-3.94a.75.75 0 111.08 1.04l-4.25 4.5a.75.75 0 01-1.08 0l-4.25-4.5a.75.75 0 01.02-1.06z' clip-rule='evenodd'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 0.9rem center;
background-size: 1.25rem;
padding-right: 2.5rem !important;
}
#hohyte-pe-wrapper select:focus {
border-color: #2563eb !important;
box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1) !important;
}
#hohyte-pe-wrapper label {
display: block !important;
margin-bottom: 0.5rem !important;
font-weight: 600 !important;
font-size: 0.9rem !important;
color: #334155 !important;
}
#hohyte-pe-wrapper .visually-hidden {
position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;
}
#hohyte-pe-wrapper .file-upload { position: relative; display: inline-block; width: 100%; }
#hohyte-pe-wrapper .file-upload input[type="file"] { display: none; }
#hohyte-pe-wrapper .file-upload-label {
display: flex !important;
align-items: center !important;
justify-content: center !important;
padding: 1.25rem !important;
border: 2px dashed #cbd5e1 !important;
border-radius: 8px !important;
cursor: pointer !important;
color: #64748b !important;
background-color: #ffffff !important;
transition: all 0.3s ease !important;
font-size: 0.95rem !important;
}
#hohyte-pe-wrapper .file-upload-label:hover {
border-color: #2563eb !important;
color: #2563eb !important;
background-color: #eff6ff !important;
}
#hohyte-pe-wrapper .submit-btn {
width: 100% !important;
padding: 1.125rem !important;
background-color: #2563eb !important;
color: white !important;
border: none !important;
border-radius: 8px !important;
font-size: 1rem !important;
font-weight: 600 !important;
cursor: pointer !important;
transition: all 0.3s ease !important;
margin-top: 1rem !important;
display: flex !important;
justify-content: center !important;
align-items: center !important;
gap: 0.5rem !important;
}
#hohyte-pe-wrapper .submit-btn:hover { background-color: #1d4ed8 !important; transform: translateY(-2px); }
#hohyte-pe-wrapper .submit-btn:disabled { opacity: 0.6 !important; cursor: not-allowed !important; transform: none !important; }
#hohyte-pe-wrapper .testimonial-card {
background: #ffffff !important;
border-radius: 20px !important;
padding: 2.5rem !important;
box-shadow: 0 10px 40px -10px rgba(0,0,0,0.08) !important;
border: 1px solid rgba(226, 232, 240, 0.8) !important;
position: relative !important;
overflow: hidden !important;
}
#hohyte-pe-wrapper .testimonial-card::before {
content: '';
position: absolute;
top: 0; left: 0; right: 0;
height: 4px;
background: linear-gradient(90deg, #2563eb, #38bdf8);
}
#hohyte-pe-wrapper .preview-quote {
font-size: 1.1rem !important;
line-height: 1.7 !important;
color: #334155 !important;
margin-bottom: 2rem !important;
font-style: italic !important;
min-height: 3rem;
}
#hohyte-pe-wrapper .preview-author {
display: flex !important;
align-items: center !important;
gap: 1.25rem !important;
border-top: 1px solid #f1f5f9 !important;
padding-top: 1.5rem !important;
}
#hohyte-pe-wrapper .preview-avatar {
width: 56px !important;
height: 56px !important;
border-radius: 50% !important;
object-fit: cover !important;
background-color: #f8fafc !important;
border: 2px solid #fff !important;
box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1) !important;
} #hohyte-pe-wrapper .choice-group {
display: flex !important;
flex-direction: column !important;
gap: 0.6rem !important;
}
#hohyte-pe-wrapper .choice-group input { display: none !important; }
#hohyte-pe-wrapper .choice-group label {
display: flex !important;
align-items: flex-start !important;
gap: 0.6rem !important;
padding: 0.8rem 1rem !important;
border: 1px solid #cbd5e1 !important;
border-radius: 8px !important;
background: #fff !important;
color: #334155 !important;
font-weight: 500 !important;
font-size: 0.9rem !important;
cursor: pointer !important;
transition: all 0.2s ease !important;
margin-bottom: 0 !important;
}
#hohyte-pe-wrapper .choice-group label .choice-title { font-weight: 700; color: #0f172a; }
#hohyte-pe-wrapper .choice-group label .choice-desc { display: block; font-weight: 400; color: #64748b; font-size: 0.82rem; margin-top: 2px; }
#hohyte-pe-wrapper .choice-group label:hover { border-color: #2563eb !important; }
#hohyte-pe-wrapper .choice-group input:checked + label {
background: #eff6ff !important;
border-color: #2563eb !important;
}
#hohyte-pe-wrapper .choice-group input:checked + label .choice-title { color: #1d4ed8; }
#hohyte-pe-wrapper .level-note {
font-size: 0.8rem;
color: #b45309;
margin-top: 0.5rem;
display: none;
} #hohyte-pe-wrapper .modal-overlay {
display: none;
position: fixed;
top: 0; left: 0; right: 0; bottom: 0;
background: rgba(15, 23, 42, 0.6);
backdrop-filter: blur(4px);
align-items: center;
justify-content: center;
z-index: 9999;
}
#hohyte-pe-wrapper .modal-box {
background: white; padding: 2.5rem; border-radius: 16px; text-align: center; max-width: 440px; width: 90%;
} #hohyte-pe-wrapper .hohyte-preview-col {
align-self: start;
position: sticky;
top: 1rem;
}
@media (max-width: 992px) {
#hohyte-pe-wrapper .hohyte-grid-container { grid-template-columns: 1fr !important; } #hohyte-pe-wrapper .hohyte-preview-col {
position: static;
top: auto;
margin-top: 2rem;
}
}