/*
Theme Name: AZSolutions
Theme URI: https://azsolutions.ro
Author: AZSolutions
Description: Clean storefront theme for AZSolutions digital plugin products.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 8.2
Text Domain: azsolutions
*/

html {
    scroll-behavior: smooth;
}

body {
    background: #f7f8f6;
    color: #17201b;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    margin: 0;
}

a {
    color: inherit;
}

.azs-site-header {
    background: #ffffff;
    border-bottom: 1px solid #d7ded7;
    position: sticky;
    top: 0;
    z-index: 50;
}

.azs-site-shell {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1160px;
    min-height: 68px;
    padding: 0 18px;
}

.azs-site-brand {
    color: #14583d;
    font-size: 19px;
    font-weight: 900;
    letter-spacing: 0;
    text-decoration: none;
}

.azs-site-nav {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.azs-site-nav a {
    color: #37423b;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.azs-site-nav a:hover {
    color: #14583d;
}

.azs-site-nav .azs-nav-cta {
    background: #14583d;
    border-radius: 6px;
    color: #ffffff;
    padding: 10px 13px;
}

.azs-main {
    min-height: calc(100vh - 176px);
}

.azs-entry {
    margin: 0 auto;
    max-width: 1160px;
    padding: 54px 18px;
}

.azs-entry-title {
    font-size: clamp(34px, 5vw, 56px);
    letter-spacing: 0;
    line-height: 1.1;
    margin: 0 0 24px;
}

.azs-site-footer {
    background: #10231c;
    color: rgba(255, 255, 255, .82);
    padding: 28px 18px;
}

.azs-site-footer .azs-site-shell {
    min-height: 0;
    padding: 0;
}

.azs-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.azs-footer-links a {
    color: rgba(255, 255, 255, .82);
    font-size: 14px;
    text-decoration: none;
}

.woocommerce .button,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button {
    background: #14583d;
    border-radius: 6px;
    color: #ffffff;
    font-weight: 800;
}

.woocommerce .button:hover,
.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover {
    background: #0c3f2f;
    color: #ffffff;
}

@media (max-width: 720px) {
    .azs-site-shell {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
        padding-bottom: 14px;
        padding-top: 14px;
    }

    .azs-site-nav {
        gap: 10px;
    }
}
