:root {
    --bg: #ececec;
    --panel: #e4e4e4;
    --card: #f7f7f7;
    --text: #111111;
    --muted: #666666;
    --line: #d4d4d4;
    --accent: #f0cb1e;
    --accent-dark: #ddb700;
    --danger: #b34040;
    --success: #246b3d;
    --shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
    font-family: Arial, Helvetica, sans-serif;
    color: var(--text);
    background:
        linear-gradient(170deg, #f2f2f2 0%, #f2f2f2 16%, transparent 16.1%),
        linear-gradient(174deg, transparent 0%, transparent 78%, #f6f6f6 78.1%),
        var(--bg);
    min-height: 100vh;
}

.topbar {
    height: 170px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}

.logo-badge {
    position: relative;
    margin-top: 12px;
    width: 270px;
    background: #fff;
    padding: 18px 22px 26px;
    clip-path: polygon(0 0, 100% 0, 100% 78%, 50% 100%, 0 78%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.logo-mark {
    width: 78px;
    height: 78px;
    position: relative;
}

.logo-mark span {
    position: absolute;
    inset: 0;
    border-radius: 52% 48% 50% 50%;
    border: 12px solid transparent;
}

.logo-mark span:nth-child(1) { border-top-color: #f0c000; transform: rotate(8deg); }
.logo-mark span:nth-child(2) { border-right-color: #f0b000; transform: rotate(92deg); }
.logo-mark span:nth-child(3) { border-bottom-color: #eb860f; transform: rotate(182deg); }
.logo-mark span:nth-child(4) { border-left-color: #f29a10; transform: rotate(276deg); }

.logo-text strong {
    display: block;
    font-size: 34px;
    font-weight: 400;
    color: #ef8a12;
    letter-spacing: 0.5px;
}
.logo-text small {
    display: block;
    margin-top: 2px;
    letter-spacing: 8px;
    font-size: 14px;
    color: #4c4c4c;
}

.hero-wrap {
    width: min(1160px, calc(100% - 40px));
    margin: 0 auto;
    padding: 10px 0 70px;
}

.hero-panel {
    background: rgba(225, 225, 225, 0.92);
    border-radius: 32px;
    padding: 52px 42px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.65);
}

.content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) 340px;
    gap: 44px;
    align-items: start;
}

.eyebrow {
    margin: 0 0 14px;
    color: var(--muted);
    letter-spacing: 3px;
    font-size: 13px;
}

h1 {
    margin: 0 0 18px;
    font-size: clamp(28px, 3vw, 44px);
    line-height: 1.12;
    font-weight: 500;
    text-transform: uppercase;
    max-width: 760px;
}

.lead {
    margin: 0 0 28px;
    max-width: 760px;
    font-size: 18px;
    line-height: 1.55;
    color: var(--muted);
}

.request-form {
    display: grid;
    gap: 18px;
}

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

.field {
    display: grid;
    gap: 8px;
}

label {
    font-size: 15px;
    font-weight: 600;
}

input, select, textarea {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(255,255,255,0.72);
    padding: 15px 16px;
    font-size: 16px;
    color: var(--text);
    outline: none;
    transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

input:focus, select:focus, textarea:focus {
    border-color: rgba(240, 203, 30, 0.95);
    box-shadow: 0 0 0 4px rgba(240, 203, 30, 0.18);
}

textarea { resize: vertical; min-height: 130px; }

.submit-btn {
    margin-top: 8px;
    justify-self: start;
    min-width: 220px;
    border: 1px solid #cdae13;
    border-radius: 6px;
    background: var(--accent);
    color: #141414;
    font-size: 16px;
    padding: 15px 28px;
    cursor: pointer;
    box-shadow: 0 6px 14px rgba(192, 156, 0, 0.18);
    transition: background .15s ease, transform .15s ease, box-shadow .15s ease;
}

.submit-btn:hover {
    background: var(--accent-dark);
    transform: translateY(-1px);
    box-shadow: 0 10px 18px rgba(192, 156, 0, 0.24);
}

.alert {
    border-radius: 14px;
    padding: 14px 16px;
    margin-bottom: 16px;
    font-size: 15px;
}
.alert.success {
    background: rgba(36, 107, 61, 0.1);
    color: var(--success);
    border: 1px solid rgba(36, 107, 61, 0.18);
}
.alert.error {
    background: rgba(179, 64, 64, 0.08);
    color: var(--danger);
    border: 1px solid rgba(179, 64, 64, 0.16);
}

.field-error {
    color: var(--danger);
    font-size: 13px;
}

.visual-card {
    background: rgba(255,255,255,0.62);
    border-radius: 30px;
    padding: 26px;
    min-height: 440px;
    box-shadow: var(--shadow);
}

.glass-illustration {
    position: relative;
    height: 100%;
    min-height: 388px;
    background: linear-gradient(180deg, rgba(255,255,255,0.78), rgba(236,240,245,0.58));
    border-radius: 24px;
    overflow: hidden;
}

.bottle, .flask {
    position: absolute;
    bottom: 18px;
    background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(197,214,232,0.55));
    border: 2px solid rgba(95, 118, 147, 0.35);
    box-shadow: inset 0 0 22px rgba(255,255,255,0.65), inset 0 -26px 30px rgba(127, 160, 196, 0.18);
}
.bottle::after, .flask::after {
    content: '';
    position: absolute;
    left: 12%; right: 12%; bottom: 0;
    height: 38%;
    background: linear-gradient(180deg, rgba(173,196,224,0.08), rgba(138,174,212,0.36));
    border-radius: inherit;
}

.bottle-1 { left: 10px; width: 76px; height: 248px; border-radius: 18px 18px 22px 22px; }
.bottle-1::before {
    content: '';
    position: absolute; left: 28px; top: -42px; width: 18px; height: 56px;
    background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(210,221,235,0.8));
    border: 2px solid rgba(95,118,147,0.35); border-bottom: 0; border-radius: 12px 12px 0 0;
}

.bottle-2 { left: 122px; width: 72px; height: 228px; border-radius: 16px 16px 22px 22px; }
.bottle-2::before {
    content: '';
    position: absolute; left: 24px; top: -90px; width: 20px; height: 112px;
    background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(210,221,235,0.8));
    border: 2px solid rgba(95,118,147,0.35); border-bottom: 0; border-radius: 12px 12px 0 0;
}

.bottle-3 { right: 88px; width: 74px; height: 300px; border-radius: 16px 16px 22px 22px; }
.bottle-3::before {
    content: '';
    position: absolute; left: 23px; top: -118px; width: 22px; height: 140px;
    background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(210,221,235,0.8));
    border: 2px solid rgba(95,118,147,0.35); border-bottom: 0; border-radius: 12px 12px 0 0;
}

.bottle-4 { right: 10px; width: 64px; height: 206px; border-radius: 14px 14px 18px 18px; }
.bottle-4::before {
    content: '';
    position: absolute; left: 20px; top: -22px; width: 16px; height: 32px;
    background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(210,221,235,0.8));
    border: 2px solid rgba(95,118,147,0.35); border-bottom: 0; border-radius: 10px 10px 0 0;
}

.flask-1 {
    left: 74px;
    width: 94px;
    height: 110px;
    clip-path: polygon(22% 0, 42% 0, 52% 22%, 78% 100%, 0 100%, 26% 22%);
    border-radius: 0;
}
.flask-1::after {
    left: 14%; right: 14%; height: 30%; border-radius: 0;
}

@media (max-width: 980px) {
    .content-grid { grid-template-columns: 1fr; }
    .visual-card { order: -1; min-height: 320px; }
    .glass-illustration { min-height: 300px; }
}

@media (max-width: 640px) {
    .topbar { height: 150px; }
    .logo-badge { width: 220px; padding: 16px 16px 22px; }
    .logo-mark { width: 56px; height: 56px; }
    .logo-text strong { font-size: 24px; }
    .logo-text small { font-size: 11px; letter-spacing: 5px; }
    .hero-wrap { width: min(100% - 22px, 1160px); }
    .hero-panel { padding: 28px 18px; border-radius: 24px; }
    .form-row { grid-template-columns: 1fr; }
    .submit-btn { width: 100%; justify-self: stretch; }
}
