.angwetek-about-wrapper { font-family: sans-serif; color: #4A4A4A; }
.aw-gradient-bg { background: linear-gradient(135deg, #3C2A5F, #D61C6E); color: #fff; text-align: center; padding: 100px 20px; }
.aw-hero h1 { font-size: 3rem; margin-bottom: 20px; color: #fff; }
.aw-hero h2 { font-size: 1.5rem; font-weight: 300; margin-bottom: 30px; color: #F9F8FC; }
.aw-section { padding: 80px 20px; max-width: 1200px; margin: 0 auto; }
.aw-bg-gray { background-color: #F9F8FC; padding: 80px 20px; }
.aw-bg-light { background-color: #FFFFFF; }
.aw-bg-purple-light { background-color: #F1EDFA; padding: 80px 20px; }
.aw-text-center { text-align: center; margin-bottom: 40px; color: #2B1B4A; }

.aw-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.aw-img-placeholder { background: #E9E6F2; height: 300px; display: flex; align-items: center; justify-content: center; border-radius: 10px; color: #3C2A5F; font-weight: bold; }
.aw-content h3 { color: #3C2A5F; font-size: 2rem; }
.aw-content ul { list-style: none; padding: 0; }
.aw-content li { margin-bottom: 10px; padding-left: 20px; position: relative; }
.aw-content li::before { content: "•"; color: #D61C6E; position: absolute; left: 0; font-weight: bold; }

.aw-counters { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; text-align: center; }
.aw-counter-card { background: #fff; padding: 30px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); transition: transform 0.3s ease; }
.aw-counter-card:hover { transform: translateY(-5px); }
.aw-counter-card span { font-size: 2.5rem; font-weight: bold; color: #D61C6E; }
.aw-counter-card p { margin-top: 10px; color: #3C2A5F; font-weight: 500; }

.aw-accordion { max-width: 800px; margin: 0 auto; }
.aw-acc-item { border: 1px solid #E9E6F2; margin-bottom: 10px; border-radius: 5px; overflow: hidden; }
.aw-acc-header { background: #3C2A5F; color: #fff; padding: 15px 20px; cursor: pointer; font-weight: bold; transition: background 0.3s; }
.aw-acc-header:hover { background: #D61C6E; }
.aw-acc-body { padding: 20px; background: #fff; display: none; }

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

.aw-cta { text-align: center; padding: 100px 20px; }
.aw-cta-btns { display: flex; justify-content: center; gap: 20px; margin-top: 30px; }
.aw-btn { display: inline-block; padding: 15px 30px; border-radius: 30px; font-weight: bold; text-decoration: none; transition: all 0.3s; }
.aw-btn-primary { background: #D61C6E; color: #fff; }
.aw-btn-primary:hover { background: #FF3B8B; color: #fff; }
.aw-btn-secondary { background: transparent; color: #fff; border: 2px solid #fff; }
.aw-btn-secondary:hover { background: #fff; color: #3C2A5F; }
