.contact-hero,
.contact-section { padding: 90px 0; }
.contact-hero { background: radial-gradient(circle at top right, rgba(197,157,95,.22), transparent 38%), #fffaf2; }
.contact-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.contact-hero h1 { font-size: clamp(2.4rem, 5vw, 4.6rem); line-height: 1.02; font-weight: 900; color: #151515; margin-bottom: 24px; }
.contact-hero p { font-size: 1.1rem; line-height: 1.8; color: #555; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.btn-main, .btn-secondary { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 24px; border-radius: 999px; font-weight: 800; text-decoration: none; transition: .2s ease; border: 0; cursor: pointer; }
.btn-main { background: #c59d5f; color: #fff; box-shadow: 0 12px 24px rgba(197,157,95,.24); }
.btn-main:hover { color: #fff; transform: translateY(-2px); }
.btn-secondary { background: #fff; color: #1f1f1f; border: 1px solid rgba(0,0,0,.12); }
.btn-secondary:hover { color: #1f1f1f; transform: translateY(-2px); }
.section-badge { display: inline-flex; width: fit-content; background: rgba(197,157,95,.14); color: #9a743e; border: 1px solid rgba(197,157,95,.25); padding: 8px 15px; border-radius: 999px; font-weight: 800; margin-bottom: 18px; }
.contact-card-highlight { color: #fff; border-radius: 32px; padding: 44px; box-shadow: 0 26px 70px rgba(0,0,0,.18); }
.contact-card-highlight i { width: 62px; height: 62px; border-radius: 20px; display: inline-flex; align-items: center; justify-content: center; background: #c59d5f; color: #fff; font-size: 1.4rem; margin-bottom: 24px; }
.contact-card-highlight h2 { font-weight: 900; margin-bottom: 12px; }
.contact-card-highlight p { margin: 0; }
.contact-section { background: #faf8f4; }
.contact-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 28px; align-items: start; }
.contact-form-card,
.contact-info-card { background: #fff; border: 1px solid rgba(0,0,0,.06); border-radius: 28px; padding: 34px; box-shadow: 0 18px 55px rgba(0,0,0,.08); }
.contact-form-card h2,
.contact-info-card h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 900; color: #151515; margin-bottom: 22px; }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-weight: 800; color: #151515; margin-bottom: 8px; }
.form-group input,
.form-group textarea { width: 100%; border: 1px solid rgba(0,0,0,.14); border-radius: 16px; padding: 14px 16px; font: inherit; outline: none; background: #fff; transition: .2s ease; }
.form-group input:focus,
.form-group textarea:focus { border-color: #c59d5f; box-shadow: 0 0 0 4px rgba(197,157,95,.14); }
.form-group textarea { resize: vertical; }
.alert-success-lbam { background: #eaf8ef; color: #226b39; border: 1px solid #bfe8cb; border-radius: 16px; padding: 14px 16px; margin-bottom: 20px; font-weight: 700; }
.info-item { display: grid; grid-template-columns: 44px 1fr; gap: 14px; padding: 18px 0; border-bottom: 1px solid #eee; }
.info-item i { width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; border-radius: 15px; background: rgba(197,157,95,.14); color: #9a743e; }
.info-item strong { display: block; color: #151515; font-weight: 900; margin-bottom: 5px; }
.info-item a { display: block; color: #555; text-decoration: none; margin: 3px 0; }
.info-item a:hover { color: #c59d5f; }
.info-item p { margin: 3px 0; color: #555; line-height: 1.55; }
.company-box { margin-top: 22px; border-radius: 20px; background: #191919; color: #fff; padding: 22px; }
.company-box strong,
.company-box span { display: block; }
.company-box span { color: rgba(255,255,255,.72); margin-top: 5px; }
@media (max-width: 900px) { .contact-hero-grid, .contact-grid, .form-row { grid-template-columns: 1fr; } .contact-hero, .contact-section { padding: 60px 0; } .contact-card-highlight, .contact-form-card, .contact-info-card { padding: 28px 22px; border-radius: 24px; } }
