.angwetek-contact-wrapper { font-family: sans-serif; color: #4A4A4A; }
.ac-gradient-bg { background: linear-gradient(135deg, #3C2A5F, #D61C6E); color: #fff; text-align: center; padding: 100px 20px; position: relative; overflow: hidden; }
.ac-gradient-bg::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(circle, rgba(255,255,255,0.1) 1px, transparent 1px); background-size: 20px 20px; opacity: 0.3; }
.ac-hero h1 { font-size: 3rem; margin-bottom: 20px; color: #fff; position: relative; z-index: 1; }
.ac-hero h2 { font-size: 1.5rem; font-weight: 300; margin-bottom: 20px; color: #F9F8FC; position: relative; z-index: 1; }
.ac-hero p { font-size: 1.1rem; margin-bottom: 30px; font-weight: bold; position: relative; z-index: 1; }
.ac-section { padding: 80px 20px; max-width: 1200px; margin: 0 auto; }
.ac-bg-gray { background-color: #F9F8FC; max-width: 100%; padding: 80px 20px; }
.ac-bg-light { background-color: #FFFFFF; }
.ac-bg-purple-light { background-color: #F1EDFA; max-width: 100%; padding: 80px 20px; }
.ac-text-center { text-align: center; margin-bottom: 40px; color: #2B1B4A; }

.ac-grid-4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; }
.ac-info-card { background: #fff; border: 1px solid #E9E6F2; padding: 30px; text-align: center; border-radius: 10px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); transition: transform 0.3s, box-shadow 0.3s; }
.ac-info-card:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(60, 42, 95, 0.1); border-color: #D61C6E; }
.ac-icon { font-size: 2.5rem; margin-bottom: 15px; color: #D61C6E; }
.ac-info-card h3 { color: #3C2A5F; font-size: 1.2rem; margin-bottom: 10px; }
.ac-info-card p { color: #4A4A4A; font-size: 0.95rem; }

.ac-form-container { max-width: 800px; margin: 0 auto; background: #fff; padding: 40px; border-radius: 15px; border: 2px solid #E9E6F2; box-shadow: 0 10px 30px rgba(0,0,0,0.05); }
.ac-contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.ac-form-group { display: flex; flex-direction: column; text-align: left; }
.ac-full-width { grid-column: 1 / -1; }
.ac-form-group label { margin-bottom: 8px; font-weight: bold; color: #2B1B4A; }
.ac-form-group input, .ac-form-group select, .ac-form-group textarea { padding: 15px; border: 1px solid #E9E6F2; border-radius: 8px; font-size: 1rem; transition: border-color 0.3s; background: #F9F8FC; }
.ac-form-group input:focus, .ac-form-group select:focus, .ac-form-group textarea:focus { border-color: #D61C6E; outline: none; background: #fff; }
.ac-btn-submit { background: #D61C6E; color: #fff; border: none; padding: 15px; font-size: 1.1rem; border-radius: 8px; cursor: pointer; transition: background 0.3s; width: 100%; font-weight: bold; }
.ac-btn-submit:hover { background: #FF3B8B; }

.ac-global-bg { position: relative; background-image: radial-gradient(#D61C6E 1px, transparent 1px); background-size: 40px 40px; }
.ac-global-content { max-width: 800px; margin: 0 auto; background: #fff; padding: 40px; border-radius: 10px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); text-align: center; border-left: 5px solid #3C2A5F; }
.ac-global-content h2 { color: #3C2A5F; margin-bottom: 20px; }
.ac-global-content ul { list-style: none; padding: 0; text-align: left; display: inline-block; }
.ac-global-content li { font-size: 1.1rem; margin-bottom: 10px; padding-left: 25px; position: relative; }
.ac-global-content li::before { content: "✓"; color: #D61C6E; position: absolute; left: 0; font-weight: bold; }

.ac-grid-5 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; text-align: center; }
.ac-icon-box { background: #F9F8FC; padding: 30px 15px; border-radius: 10px; transition: all 0.3s; border-bottom: 3px solid transparent; }
.ac-icon-box:hover { transform: translateY(-5px); border-bottom-color: #3C2A5F; background: #fff; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
.ac-icon-box h4 { color: #2B1B4A; margin: 0; font-size: 1rem; }

.ac-cta { text-align: center; padding: 80px 20px; }
.ac-cta p { font-size: 1.2rem; margin-bottom: 30px; position: relative; z-index: 1; }
.ac-cta-btns { display: flex; justify-content: center; gap: 20px; position: relative; z-index: 1; }
.ac-btn { display: inline-block; padding: 15px 30px; border-radius: 30px; font-weight: bold; text-decoration: none; transition: all 0.3s; z-index: 1; position: relative; }
.ac-btn-primary { background: #D61C6E; color: #fff; }
.ac-btn-primary:hover { background: #FF3B8B; color: #fff; }
.ac-btn-secondary { background: transparent; color: #fff; border: 2px solid #fff; }
.ac-btn-secondary:hover { background: #fff; color: #3C2A5F; }

@media (max-width: 768px) {
    .ac-contact-form { grid-template-columns: 1fr; }
    .ac-cta-btns { flex-direction: column; }
}
