:root { --bg: #EAEAEA; }
body { background: var(--bg); }

/* PAGE HEADER */
.page-header { padding: 64px 40px 40px; max-width: 1280px; margin: 0 auto; }
.page-heading {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-style: italic;
    font-size: 64px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--black);
    line-height: 1;
    margin-bottom: 12px;
}
.page-rule { width: 52px; height: 4px; background: var(--y); }

/* FORM SECTION */
.form-section { padding: 0 40px 96px; }
.form-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1fr 360px; gap: 24px; align-items: start; }

/* FORM CARD */
.form-card { background: #fff; border-radius: 20px; padding: 48px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group.full { grid-column: 1 / -1; }

label { font-family: var(--display); font-weight: 600; font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(0,0,0,0.45); }

input, select, textarea {
    font-family: var(--body);
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
    background: var(--bg);
    border: 1.5px solid transparent;
    border-radius: 10px;
    padding: 13px 16px;
    outline: none;
    transition: border-color 0.2s, background 0.2s;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
}
input::placeholder, textarea::placeholder { color: rgba(0,0,0,0.3); }
input:focus, select:focus, textarea:focus { border-color: var(--y); background: #fff; }
select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
    cursor: pointer;
}
textarea { resize: vertical; min-height: 120px; line-height: 1.6; }
.form-divider { grid-column: 1 / -1; height: 1px; background: var(--bg); margin: 4px 0; }
.form-submit { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 8px; flex-wrap: wrap; }
.form-note { font-size: 12px; color: rgba(0,0,0,0.35); line-height: 1.6; max-width: 320px; }
.btn-submit {
    display: inline-flex; align-items: center; gap: 10px;
    background: var(--black); color: var(--w);
    font-family: var(--display); font-weight: 700; font-size: 11px;
    letter-spacing: 0.14em; text-transform: uppercase;
    padding: 14px 28px; border-radius: 8px; border: none;
    cursor: pointer; transition: opacity 0.2s; white-space: nowrap;
}
.btn-submit:hover { opacity: 0.82; }
.btn-submit svg { width: 14px; height: 14px; fill: none; stroke: var(--w); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* SIDEBAR */
.sidebar { display: flex; flex-direction: column; gap: 16px; }
.sidebar-card { background: #fff; border-radius: 20px; padding: 32px; }
.sidebar-label { font-family: var(--display); font-weight: 600; font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(0,0,0,0.35); margin-bottom: 16px; }
.sidebar-title { font-family: 'Open Sans', sans-serif; font-weight: 800; font-size: 20px; color: var(--black); line-height: 1.2; letter-spacing: -0.02em; margin-bottom: 10px; }
.sidebar-body { font-size: 13px; line-height: 1.7; color: rgba(0,0,0,0.5); }
.sidebar-contact { margin-top: 20px; display: flex; flex-direction: column; gap: 12px; }
.contact-item { display: flex; align-items: center; gap: 10px; }
.contact-item svg { width: 16px; height: 16px; fill: none; stroke: rgba(0,0,0,0.4); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.contact-item a { font-size: 13px; font-weight: 600; color: var(--black); text-decoration: none; transition: color 0.2s; }
.contact-item a:hover { color: rgba(0,0,0,0.6); }
.sidebar-yellow { background: var(--y); border-radius: 20px; padding: 32px; }
.sidebar-yellow .sidebar-label { color: rgba(0,0,0,0.5); }
.sidebar-yellow .sidebar-title { color: var(--black); }
.sidebar-yellow .sidebar-body { color: rgba(0,0,0,0.6); }
.sidebar-checks { margin-top: 18px; display: flex; flex-direction: column; gap: 10px; }
.check-item { display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 600; color: var(--black); letter-spacing: 0.01em; }
.check-dot { width: 18px; height: 18px; background: var(--black); border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.check-dot svg { width: 10px; height: 10px; fill: none; stroke: var(--y); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }

/* SUCCESS STATE */
.form-success { display: none; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 64px 48px; gap: 16px; }
.success-icon { width: 56px; height: 56px; background: var(--y); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 8px; }
.success-icon svg { width: 24px; height: 24px; fill: none; stroke: var(--black); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.success-title { font-family: 'Open Sans', sans-serif; font-weight: 800; font-size: 24px; color: var(--black); letter-spacing: -0.02em; }
.success-body { font-size: 14px; color: rgba(0,0,0,0.45); line-height: 1.7; max-width: 340px; }

@media (max-width: 768px) {
    .page-header { padding: 36px 20px 24px; }
    .page-heading { font-size: 40px; }
    .form-section { padding: 0 16px 64px; }
    .form-inner { grid-template-columns: 1fr; }
    .form-card { padding: 28px 20px; }
    .form-grid { grid-template-columns: 1fr; }
    .form-group.full { grid-column: 1; }
    .form-submit { flex-direction: column; align-items: stretch; gap: 16px; }
    .btn-submit { justify-content: center; }
    .form-note { max-width: 100%; }
}
@media (max-width: 480px) { .page-heading { font-size: 32px; } }
