* { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: 'Poppins', sans-serif; background-color: #fdfdfd; color: #1a1a2e; line-height: 1.6; } img { width: 100%; height: auto; object-fit: cover; } .ag-boundary-width { max-width: 1200px; margin: 0 auto; padding: 0 4%; } .ag-top-bar { background: #ffffff; border-bottom: 1px solid #eee; position: sticky; top: 0; z-index: 100; padding: 15px 0; } .ag-flex-header { display: flex; justify-content: space-between; align-items: center; } .ag-brand-logo { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1.2rem; color: #1a1a2e; } .ag-nav-menu { display: flex; gap: 20px; align-items: center; } .ag-nav-item { text-decoration: none; color: #4a4a68; font-weight: 600; transition: color 0.2s; } .ag-nav-item:hover { color: #f77f00; } .ag-nav-action { background: #7b2cbf; color: #fff; padding: 8px 16px; border-radius: 4px; text-decoration: none; font-weight: 600; } .ag-hero-split { padding: 80px 0 60px; background: linear-gradient(135deg, #f4f0fa 0%, #ffffff 100%); } .ag-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; } .ag-hero-title { font-size: 3rem; line-height: 1.1; margin-bottom: 20px; color: #10002b; } .ag-hero-subtitle { font-size: 1.1rem; margin-bottom: 30px; color: #4a4a68; } .ag-hero-actions { display: flex; align-items: center; gap: 20px; } .ag-btn-primary { background: #f77f00; color: #fff; padding: 12px 24px; text-decoration: none; font-weight: 700; border-radius: 4px; transition: background 0.2s; } .ag-btn-primary:hover { background: #e07200; } .ag-hero-micro { font-size: 0.85rem; color: #7b2cbf; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; } .ag-story-panel { padding: 70px 0; } .ag-story-content { max-width: 800px; margin: 0 auto; } .ag-story-content h2 { font-size: 2.2rem; margin-bottom: 20px; color: #10002b; } .ag-story-content p { margin-bottom: 16px; font-size: 1.05rem; } .ag-stat-highlight { color: #7b2cbf; font-weight: 700; font-size: 1.1em; } .ag-inline-link { color: #f77f00; text-decoration: underline; font-weight: 600; } .ag-story-img { margin-top: 30px; border-radius: 8px; max-height: 400px; } .ag-solutions-matrix { padding: 80px 0; background: #10002b; color: #fff; } .ag-solutions-matrix h2 { font-size: 2.5rem; text-align: center; margin-bottom: 10px; } .ag-section-desc { text-align: center; margin-bottom: 40px; color: #d0c4e8; } .ag-tabs-container { max-width: 900px; margin: 0 auto; } .ag-tabs-header { display: flex; justify-content: center; gap: 10px; margin-bottom: 30px; flex-wrap: wrap; } .ag-tab-trigger { background: transparent; border: 2px solid #7b2cbf; color: #fff; padding: 10px 20px; cursor: pointer; border-radius: 30px; font-weight: 600; font-family: inherit; transition: all 0.3s; } .ag-tab-trigger:hover, .ag-active-trigger { background: #7b2cbf; } .ag-tab-panel { display: none; animation: fadeIn 0.4s ease; } .ag-active-panel { display: block; } @keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } } .ag-panel-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: center; background: #1a1a2e; padding: 30px; border-radius: 12px; } .ag-panel-text h3 { color: #f77f00; margin-bottom: 15px; font-size: 1.5rem; } .ag-panel-img img { border-radius: 8px; } .ag-praise-board { padding: 80px 0; background: #fdfdfd; } .ag-center-text { text-align: center; font-size: 2.2rem; margin-bottom: 40px; color: #10002b; } .ag-feedback-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .ag-praise-card { background: #fff; padding: 30px; border-radius: 8px; box-shadow: 0 4px 20px rgba(0,0,0,0.05); border-top: 4px solid #7b2cbf; } .ag-quote { font-style: italic; margin-bottom: 20px; color: #4a4a68; } .ag-client-id { display: flex; align-items: center; gap: 15px; } .ag-avatar { width: 50px; height: 50px; border-radius: 50%; } .ag-client-name { display: block; font-weight: 700; color: #10002b; } .ag-client-role { display: block; font-size: 0.85rem; color: #7b2cbf; } .ag-inquiry-zone { padding: 60px 0 90px; } .ag-inquiry-box { max-width: 600px; margin: 0 auto; background: #f4f0fa; padding: 40px; border-radius: 12px; } .ag-form-layout { display: flex; flex-direction: column; gap: 20px; } .ag-form-group { display: flex; flex-direction: column; gap: 5px; } .ag-form-group label { font-weight: 600; color: #10002b; font-size: 0.9rem; } .ag-form-group input, .ag-form-group textarea { padding: 12px; border: 1px solid #ccc; border-radius: 4px; font-family: inherit; } .ag-btn-submit { background: #10002b; color: #fff; border: none; padding: 15px; border-radius: 4px; font-weight: 700; cursor: pointer; transition: background 0.2s; font-size: 1rem; } .ag-btn-submit:hover { background: #7b2cbf; } .ag-footer-base { background: #1a1a2e; color: #fff; padding: 60px 0 20px; font-size: 0.9rem; } .ag-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; margin-bottom: 40px; } .ag-footer-brand h3 { color: #f77f00; margin-bottom: 15px; } .ag-footer-brand p { color: #a0a0b8; margin-bottom: 5px; } .ag-footer-links h4, .ag-footer-contact h4 { margin-bottom: 15px; color: #fff; } .ag-footer-links a, .ag-footer-contact a { display: block; color: #a0a0b8; text-decoration: none; margin-bottom: 8px; } .ag-footer-links a:hover, .ag-footer-contact a:hover { color: #f77f00; } .ag-footer-bottom { border-top: 1px solid #333; padding-top: 20px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; color: #777; } .ag-tiny-noise { font-size: 0.75rem; max-width: 400px; text-align: right; } @media (max-width: 768px) { .ag-hero-grid, .ag-panel-grid, .ag-footer-grid { grid-template-columns: 1fr; } .ag-hero-title { font-size: 2.2rem; } .ag-nav-menu { display: none; } .ag-tiny-noise { text-align: left; margin-top: 10px; } }