.amh {
    --amh-primary: #f5a900;
    --amh-dark: #080907;
    background: var(--amh-dark);
    color: #ffffff;
    margin: 0;
    overflow: hidden;
    width: 100%;
}

.amh-container {
    margin: 0 auto;
    max-width: 1180px;
    padding: 0 28px;
}

.amh-hero {
    background:
        linear-gradient(90deg, #050505 0%, rgba(0, 0, 0, 0.96) 30%, rgba(0, 0, 0, 0.68) 48%, rgba(0, 0, 0, 0.14) 74%, rgba(0, 0, 0, 0.04) 100%),
        var(--amh-hero-bg),
        radial-gradient(circle at 78% 20%, rgba(245, 169, 0, 0.26), transparent 28%),
        linear-gradient(135deg, #050505 0%, #12100a 62%, #050505 100%);
    background-position: center, right center, center, center;
    background-repeat: no-repeat;
    background-size: cover, auto 100%, cover, cover;
    border-bottom: 1px solid rgba(245, 169, 0, 0.24);
    min-height: 560px;
    padding: 34px 0 18px;
    position: relative;
}

.amh-hero::before {
    background:
        linear-gradient(90deg, #050505 0%, #050505 38%, rgba(5, 5, 5, 0.94) 52%, rgba(5, 5, 5, 0.62) 68%, rgba(5, 5, 5, 0.18) 84%, rgba(5, 5, 5, 0) 100%),
        radial-gradient(circle at 53% 50%, rgba(5, 5, 5, 0.55) 0%, rgba(5, 5, 5, 0.32) 22%, rgba(5, 5, 5, 0) 52%),
        linear-gradient(180deg, rgba(5, 5, 5, 0.22) 0%, rgba(5, 5, 5, 0) 22%, rgba(5, 5, 5, 0) 78%, rgba(5, 5, 5, 0.22) 100%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 0;
}

.amh-hero__grid {
    align-items: center;
    display: grid;
    gap: 28px;
    grid-template-columns: 0.47fr 0.53fr;
    min-height: 384px;
    position: relative;
    z-index: 1;
}

.amh-eyebrow,
.amh-title {
    color: var(--amh-primary);
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.amh-eyebrow {
    font-size: 13px;
    margin: 0 0 14px;
}

.amh-hero h1 {
    color: #ffffff;
    font-size: clamp(40px, 4.1vw, 58px);
    line-height: 1.06;
    margin: 0 0 16px;
    max-width: 520px;
    text-transform: uppercase;
}

.amh-hero__content > p:not(.amh-eyebrow) {
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 1.45;
    max-width: 480px;
}

.amh-hero__content {
    background: transparent;
    border-radius: 8px;
    padding: 10px 0 0;
}

.amh-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.amh-btn {
    align-items: center;
    border: 1px solid rgba(245, 169, 0, 0.42);
    border-radius: 8px;
    display: inline-flex;
    font-size: 14px;
    font-weight: 900;
    justify-content: center;
    min-height: 42px;
    min-width: 168px;
    padding: 10px 17px;
}

.amh .amh-btn--gold {
    background: var(--amh-primary);
    color: #050505 !important;
}

.amh .amh-btn--gold:empty::before {
    content: "Get Free Consultation";
    color: #050505;
}

.amh-btn--dark {
    background: rgba(0, 0, 0, 0.42);
    color: #ffffff;
}

.amh .amh-btn--gold:hover,
.amh .amh-btn--gold:focus {
    color: #050505 !important;
}

.amh-hero__visual {
    min-height: 340px;
}

.amh-hero__visual--empty {
    display: none;
}

.amh-hero__visual img {
    display: block;
    max-width: 100%;
}

.amh-growth {
    align-items: end;
    display: flex;
    gap: 18px;
    height: 480px;
    justify-content: center;
}

.amh-growth span {
    background: linear-gradient(180deg, #ffd36a, var(--amh-primary));
    border-radius: 8px 8px 0 0;
    box-shadow: 0 0 28px rgba(245, 169, 0, 0.32);
    width: 72px;
}

.amh-growth span:nth-child(1) { height: 150px; }
.amh-growth span:nth-child(2) { height: 230px; }
.amh-growth span:nth-child(3) { height: 330px; }
.amh-growth span:nth-child(4) { height: 440px; }

.amh-stats {
    display: flex;
    gap: 26px;
    margin-top: 18px;
    max-width: 620px;
    position: relative;
    z-index: 1;
}

.amh-stats div,
.amh-card,
.amh-benefits,
.amh-process,
.amh-consult {
    border: 1px solid rgba(245, 169, 0, 0.28);
    border-radius: 8px;
}

.amh-stats div {
    background: transparent;
    border: 0;
    min-height: 0;
    padding: 0;
}

.amh-stats strong {
    color: var(--amh-primary);
    display: block;
    font-size: 20px;
    line-height: 1;
}

.amh-stats span,
.amh-card p,
.amh-card span,
.amh-benefits span {
    color: rgba(255, 255, 255, 0.72);
}

.amh-stats span {
    display: block;
    font-size: 10px;
    line-height: 1.25;
    margin-top: 4px;
    max-width: 92px;
}

.amh-section {
    padding: 28px 0;
}

.amh-section--tight {
    padding: 28px 0;
}

.amh-title {
    font-size: 25px;
    margin: 0 0 18px;
    text-align: center;
}

.amh-service-grid,
.amh-testimonials {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.amh-card {
    background: #11120f;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
    padding: 20px;
}

.amh-card-icon {
    height: 64px;
    margin-bottom: 14px;
    object-fit: contain;
    width: 64px;
}

.amh-card h3 {
    color: #ffffff;
    font-size: 21px;
    line-height: 1.15;
    margin: 0 0 14px;
    text-transform: uppercase;
}

.amh-service ul {
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
}

.amh-service li {
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    margin-bottom: 7px;
    padding-left: 18px;
    position: relative;
}

.amh-service li::before {
    color: var(--amh-primary);
    content: "*";
    left: 0;
    position: absolute;
}

.amh-benefits {
    background: #10110f;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.amh-benefits article,
.amh-process article {
    border-right: 1px solid rgba(245, 169, 0, 0.22);
    padding: 20px 14px;
    text-align: center;
}

.amh-benefits article:last-child,
.amh-process article:last-child {
    border-right: 0;
}

.amh-benefits img,
.amh-process img {
    display: block;
    height: 42px;
    margin: 0 auto 10px;
    object-fit: contain;
    width: 42px;
}

.amh-benefits strong {
    color: var(--amh-primary);
    display: block;
    font-size: 14px;
    margin-bottom: 7px;
}

.amh-benefits span {
    font-size: 12px;
    line-height: 1.35;
}

.amh-process {
    align-items: stretch;
    background: #10110f;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    overflow: hidden;
}

.amh-process span {
    align-items: center;
    background: var(--amh-primary);
    border-radius: 50%;
    color: #050505;
    display: inline-flex;
    font-weight: 900;
    height: 28px;
    justify-content: center;
    margin-bottom: 10px;
    width: 28px;
}

.amh-process strong {
    color: rgba(255, 255, 255, 0.82);
    display: block;
    font-size: 13px;
    line-height: 1.3;
}

.amh-consult {
    background: #11120f;
    display: grid;
    gap: 28px;
    grid-template-columns: 0.38fr 0.62fr;
    margin-top: 4px;
    padding: 28px;
}

.amh-consult__text h2 {
    color: var(--amh-primary);
    font-size: 34px;
    line-height: 1.1;
    margin: 0 0 14px;
    text-transform: uppercase;
}

.amh-form,
.amh-form label {
    display: grid;
    gap: 12px;
}

.amh-form__row {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.amh-form span {
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
}

.amh-form input,
.amh-form select,
.amh-form textarea {
    background: #0a0b09;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 6px;
    color: #ffffff;
    min-height: 42px;
    padding: 10px 12px;
    width: 100%;
}

.amh-form textarea {
    min-height: 94px;
}

.amh-form button {
    background: var(--amh-primary);
    border: 0;
    border-radius: 6px;
    color: #050505;
    cursor: pointer;
    font-weight: 900;
    min-height: 44px;
}

.amh-stars {
    color: var(--amh-primary);
    font-size: 20px;
    margin-bottom: 12px;
}

.amh-client {
    align-items: center;
    display: flex;
    gap: 12px;
    margin-top: 16px;
}

.amh-client img {
    border-radius: 50%;
    height: 48px;
    object-fit: cover;
    width: 48px;
}

.amh-client strong {
    color: var(--amh-primary);
    display: block;
}

.amh-client small {
    color: rgba(255, 255, 255, 0.62);
    display: block;
}

.amh-cta {
    background: linear-gradient(90deg, #050505, #14110a);
    border-top: 1px solid rgba(245, 169, 0, 0.22);
    padding: 44px 0;
}

.amh-cta__grid {
    align-items: center;
    display: grid;
    gap: 26px;
    grid-template-columns: 1fr auto;
}

.amh-cta h2 {
    color: #ffffff;
    font-size: 34px;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.amh-contact-list {
    display: grid;
    gap: 10px 28px;
    grid-template-columns: repeat(2, minmax(0, max-content));
}

.amh-contact-list span {
    color: rgba(255, 255, 255, 0.82);
}

.amh-cta img {
    max-height: 210px;
    width: auto;
}

@media (max-width: 980px) {
    .amh-hero {
        background-position: center, center top, center, center;
        background-size: cover, cover, cover, cover;
    }

    .amh-hero__grid,
    .amh-consult,
    .amh-cta__grid {
        grid-template-columns: 1fr;
    }

    .amh-stats,
    .amh-service-grid,
    .amh-testimonials {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .amh-benefits,
    .amh-process {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .amh-container {
        padding: 0 18px;
    }

    .amh-hero {
        background-position: center top;
        min-height: auto;
        padding-top: 64px;
    }

    .amh-hero h1 {
        font-size: 42px;
    }

    .amh-stats,
    .amh-service-grid,
    .amh-testimonials,
    .amh-form__row,
    .amh-benefits,
    .amh-process,
    .amh-contact-list {
        grid-template-columns: 1fr;
    }

    .amh-benefits article,
    .amh-process article {
        border-right: 0;
        border-bottom: 1px solid rgba(245, 169, 0, 0.22);
    }

    .amh-consult {
        padding: 22px;
    }

    .amh-actions .amh-btn {
        width: 100%;
    }
}
