body {
    font-family: 'Inter', 'Sarabun', sans-serif;
    background: #f1f5f9;
    color: #0f172a;
    margin: 0;
    padding-top: 80px;
}

.acmoney-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 4rem;
}

.acmoney-hero {
    position: relative;
    background: radial-gradient(circle at top, rgba(59, 130, 246, 0.3), rgba(15, 23, 42, 0.9));
    color: white;
    overflow: hidden;
}

.acmoney-hero-background {
    position: absolute;
    inset: 0;
    background: url('../img/hero-texture.png') center/cover;
    opacity: 0.2;
}

.acmoney-hero-content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 3rem;
    padding: 6rem 6rem;
}

.acmoney-hero-title {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.acmoney-hero-subtitle {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    color: #cbd5f5;
}

.acmoney-hero-description {
    font-size: 1.125rem;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.acmoney-hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.acmoney-hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.acmoney-hero-visual img {
    width: 100%;
    max-width: 520px;
    border-radius: 1.5rem;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.4);
    object-fit: cover;
}

.acmoney-section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.acmoney-section-title {
    font-size: 2.25rem;
    margin-bottom: 1rem;
    color: #0f172a;
}

.acmoney-section-subtitle {
    color: #475569;
    font-size: 1.1rem;
}

.acmoney-compliance-summary {
    padding: 5rem 0;
    background: white;
}

.acmoney-compliance-info {
    padding: 5rem 0;
}

.acmoney-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    align-items: start;
}

.acmoney-info-text ul {
    padding-left: 1.25rem;
    line-height: 1.7;
    color: #475569;
}

.acmoney-info-card {
    background: white;
    border-radius: 1.25rem;
    padding: 2rem;
    border: 1px solid rgba(148, 163, 184, 0.4);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.07);
}

.acmoney-info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(148, 163, 184, 0.25);
}

.acmoney-info-row:last-child {
    border-bottom: none;
}

.acmoney-info-row span {
    color: #64748b;
    font-size: 0.95rem;
}

.acmoney-info-row strong {
    color: #0f172a;
    font-size: 1rem;
}

.acmoney-showcase {
    padding: 5rem 0;
    background: #fff7ed;
}

.acmoney-showcase-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
}

.acmoney-showcase-card {
    background: white;
    border-radius: 1.25rem;
    padding: 1.5rem;
    border: 1px solid rgba(148, 163, 184, 0.35);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.acmoney-showcase-card img {
    width: 100%;
    border-radius: 1rem;
    box-shadow: 0 15px 30px rgba(15, 23, 42, 0.15);
    object-fit: cover;
}

.acmoney-showcase-card h3 {
    margin: 0;
    color: #0f172a;
}

.acmoney-showcase-card p {
    color: #475569;
    line-height: 1.6;
}

.acmoney-details {
    padding: 5rem 0;
}

.acmoney-details-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.25rem;
}

.acmoney-detail-item {
    background: white;
    border-radius: 1rem;
    padding: 1.75rem;
    border: 1px solid rgba(148, 163, 184, 0.35);
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
    text-align: center;
}

.acmoney-detail-item h3 {
    margin-bottom: 0.5rem;
    color: #1e3a8a;
}

.acmoney-detail-item p {
    margin: 0;
    color: #0f172a;
    font-weight: 600;
}

.acmoney-requirements {
    padding: 5rem 0;
    background: #f8fafc;
}

.acmoney-requirements-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    align-items: stretch;
}

.acmoney-requirement-card {
    background: white;
    border-radius: 1rem;
    padding: 2rem;
    border: 1px solid rgba(148, 163, 184, 0.35);
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
}

.acmoney-requirement-card ul,
.acmoney-requirement-card ol {
    padding-left: 1.25rem;
    color: #475569;
    line-height: 1.7;
}

.acmoney-requirement-image img {
    width: 100%;
    border-radius: 1rem;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.1);
    object-fit: cover;
}

.acmoney-calculation {
    padding: 5rem 0;
}

.acmoney-calculation-content ul {
    padding-left: 1.25rem;
    line-height: 1.8;
    color: #475569;
}
.acmoney-summary-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
}

.acmoney-summary-card {
    background: #eef2ff;
    border-radius: 1.25rem;
    padding: 2rem;
    border: 1px solid rgba(99, 102, 241, 0.3);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.06);
}

.acmoney-summary-icon {
    width: 60px;
    height: 60px;
    background: white;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    box-shadow: 0 10px 30px rgba(79, 70, 229, 0.2);
}

.acmoney-summary-icon img {
    width: 32px;
    height: 32px;
}

.acmoney-summary-card h3 {
    margin-bottom: 0.75rem;
    color: #312e81;
}

.acmoney-summary-card p {
    color: #475569;
    line-height: 1.6;
}

.acmoney-compliance-details {
    padding: 5rem 0;
}

.acmoney-details-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.acmoney-detail-card {
    background: white;
    border-radius: 1rem;
    padding: 1.75rem;
    border: 1px solid rgba(148, 163, 184, 0.4);
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.acmoney-detail-card span {
    color: #64748b;
    font-size: 0.95rem;
}

.acmoney-detail-card strong {
    color: #0f172a;
    font-size: 1.05rem;
}

.acmoney-regulation {
    padding: 5rem 0;
    background: #0f172a;
    color: white;
}

.acmoney-regulation-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 3rem;
    align-items: center;
}

.acmoney-regulation-text h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.acmoney-regulation-text p {
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #e2e8f0;
}

.acmoney-regulation-text ul {
    padding-left: 1.2rem;
    color: #cbd5f5;
    line-height: 1.7;
}

.acmoney-regulation-visual img {
    width: 100%;
    border-radius: 1.5rem;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.5);
}

.acmoney-contact-extension {
    padding: 5rem 0;
    background: white;
}

.acmoney-contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.acmoney-contact-card {
    background: #f8fafc;
    border-radius: 1rem;
    padding: 2rem;
    text-align: center;
    border: 1px solid rgba(148, 163, 184, 0.4);
}

.acmoney-contact-icon {
    width: 64px;
    height: 64px;
    border-radius: 1rem;
    background: #1e3a8a;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.acmoney-contact-icon img {
    width: 32px;
    height: 32px;
    filter: brightness(0) invert(1);
}

.acmoney-compliance-statement {
    padding: 5rem 0 3rem;
    background: #e0f2fe;
}

.acmoney-compliance-statement h2 {
    text-align: center;
    margin-bottom: 2rem;
    color: #0f172a;
}

.acmoney-compliance-statement p {
    line-height: 1.8;
    color: #0f172a;
    margin-bottom: 1.5rem;
}

.acmoney-compliance-statement ul {
    list-style: disc;
    padding-left: 1.5rem;
    color: #0f172a;
    line-height: 1.7;
}

.acmoney-cta {
    padding: 5rem 0;
    background: #0f172a;
}

.acmoney-cta-content {
    text-align: center;
    color: white;
    max-width: 800px;
    margin: 0 auto;
}

.acmoney-cta-title {
    font-size: 2.25rem;
    margin-bottom: 1rem;
}

.acmoney-cta-description {
    color: #cbd5f5;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.acmoney-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.acmoney-btn {
    padding: 0.95rem 2.5rem;
    border-radius: 999px;
    border: none;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.acmoney-btn-primary {
    background: linear-gradient(135deg, #f59e0b, #fbbf24);
    color: white;
    box-shadow: 0 15px 35px rgba(245, 158, 11, 0.4);
}

.acmoney-btn-secondary {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: white;
}

.acmoney-btn:hover {
    transform: translateY(-4px);
}

@media (max-width: 1024px) {
    .acmoney-container {
        padding: 0 2rem;
    }

    .acmoney-hero-content {
        padding: 4rem 0;
    }
}

@media (max-width: 768px) {
    body {
        padding-top: 70px;
    }

    .acmoney-hero-title {
        font-size: 2.25rem;
    }

    .acmoney-hero-buttons {
        flex-direction: column;
    }

    .acmoney-cta {
        padding: 4rem 1rem;
    }

    .acmoney-compliance-statement {
        padding: 3rem 1.5rem;
    }
}

