/* TezYes — clean landing (Apple-inspired) */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

body.tezyes-landing-page {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    background: #f5f5f7 !important;
    color: #1d1d1f;
    -webkit-font-smoothing: antialiased;
}

body.tezyes-landing-page main {
    overflow-x: hidden;
}

body.tezyes-landing-page #landing-loader {
    display: none !important;
}

body.tezyes-landing-page header {
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0;
    z-index: 100;
}

body.tezyes-landing-page header .navbar-bottom {
    padding: 0;
}

body.tezyes-landing-page header .navbar-bottom-wrapper {
    min-height: 52px;
    padding: 8px 0;
}

body.tezyes-landing-page header .logo img {
    max-height: 36px;
    width: auto;
}

body.tezyes-landing-page header .menu li a {
    font-size: 14px;
    font-weight: 500;
    color: #1d1d1f;
    opacity: 0.72;
    transition: opacity 0.2s ease;
}

body.tezyes-landing-page header .menu li a:hover,
body.tezyes-landing-page header .menu li a.active {
    opacity: 1;
    color: #1d1d1f;
}

body.tezyes-landing-page header .cmn--btn {
    background: #1d1d1f !important;
    border-radius: 980px !important;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 18px !important;
    border: none !important;
    box-shadow: none !important;
}

body.tezyes-landing-page header .dropdown--btn {
    border-radius: 980px;
    font-size: 13px;
    font-weight: 500;
}

body.tezyes-landing-page footer {
    background: #1d1d1f;
}

body.tezyes-landing-page footer .newsletter-section {
    display: none;
}

body.tezyes-landing-page footer .footer-bottom {
    padding: 48px 0 32px;
    background: transparent;
}

body.tezyes-landing-page footer .footer-widget .txt {
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
    line-height: 1.6;
    max-width: 320px;
}

body.tezyes-landing-page footer .widget-links .subtitle {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45) !important;
}

body.tezyes-landing-page footer .widget-links ul li a {
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
}

body.tezyes-landing-page footer .copyright {
    color: rgba(255, 255, 255, 0.45);
    font-size: 13px;
    border-top: 0.5px solid rgba(255, 255, 255, 0.1);
    padding-top: 24px;
    margin-top: 32px;
}

/* Page sections */
.tz-wrap {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 24px;
}

.tz-hero {
    padding: 72px 0 56px;
    text-align: center;
}

.tz-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 980px;
    background: rgba(0, 0, 0, 0.04);
    font-size: 13px;
    font-weight: 500;
    color: #6e6e73;
    margin-bottom: 20px;
}

.tz-hero__badge img {
    height: 22px;
    width: auto;
}

.tz-hero h1 {
    font-size: clamp(36px, 6vw, 56px);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.05;
    margin: 0 0 16px;
    color: #1d1d1f;
}

.tz-hero p {
    font-size: clamp(17px, 2.5vw, 21px);
    line-height: 1.45;
    color: #6e6e73;
    max-width: 640px;
    margin: 0 auto 32px;
}

.tz-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.tz-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 980px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: none;
    cursor: pointer;
}

.tz-btn:hover {
    transform: translateY(-1px);
    text-decoration: none;
}

.tz-btn--primary {
    background: var(--base-1, #00d571);
    color: #fff;
    box-shadow: 0 4px 14px rgba(0, 213, 113, 0.25);
}

.tz-btn--primary:hover {
    color: #fff;
    box-shadow: 0 6px 20px rgba(0, 213, 113, 0.35);
}

.tz-btn--secondary {
    background: #fff;
    color: #1d1d1f;
    border: 0.5px solid rgba(0, 0, 0, 0.12);
}

.tz-btn--secondary:hover {
    color: #1d1d1f;
    background: #fafafa;
}

.tz-section {
    padding: 64px 0;
}

.tz-section--alt {
    background: #fff;
    border-radius: 24px;
    margin: 0 16px 16px;
    max-width: calc(1080px + 32px);
    margin-left: auto;
    margin-right: auto;
}

.tz-section__head {
    text-align: center;
    margin-bottom: 40px;
}

.tz-section__head h2 {
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 0 0 12px;
}

.tz-section__head p {
    font-size: 17px;
    color: #6e6e73;
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.5;
}

.tz-grid {
    display: grid;
    gap: 16px;
}

.tz-grid--2 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.tz-grid--3 {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

.tz-grid--4 {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.tz-card {
    background: #fff;
    border-radius: 20px;
    padding: 24px;
    border: 0.5px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
    height: 100%;
}

.tz-section--alt .tz-card {
    background: #f5f5f7;
    box-shadow: none;
}

.tz-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.tz-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(0, 213, 113, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    overflow: hidden;
}

.tz-card__icon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.tz-card h3 {
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 8px;
    letter-spacing: -0.01em;
}

.tz-card p {
    font-size: 14px;
    color: #6e6e73;
    line-height: 1.5;
    margin: 0;
}

.tz-module-card {
    text-align: center;
    padding: 28px 20px;
}

.tz-module-card img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    margin-bottom: 12px;
}

.tz-module-card h3 {
    font-size: 15px;
    font-weight: 600;
}

.tz-promo {
    border-radius: 20px;
    overflow: hidden;
    min-height: 200px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    padding: 28px;
    color: #fff;
    position: relative;
}

.tz-promo::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, transparent 60%);
}

.tz-promo__content {
    position: relative;
    z-index: 1;
}

.tz-promo h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 6px;
}

.tz-promo p {
    font-size: 14px;
    opacity: 0.9;
    margin: 0;
}

.tz-zones {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

.tz-zone-pill {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 980px;
    background: rgba(0, 0, 0, 0.05);
    font-size: 13px;
    font-weight: 500;
    color: #1d1d1f;
}

.tz-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 16px;
}

.tz-stat {
    text-align: center;
    padding: 24px 16px;
    background: #fff;
    border-radius: 16px;
    border: 0.5px solid rgba(0, 0, 0, 0.06);
}

.tz-stat__num {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--base-1, #00d571);
    line-height: 1;
}

.tz-stat__label {
    font-size: 13px;
    color: #6e6e73;
    margin-top: 8px;
    font-weight: 500;
}

.tz-download {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.tz-download h2 {
    font-size: clamp(28px, 4vw, 36px);
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 0 0 12px;
}

.tz-download p {
    font-size: 17px;
    color: #6e6e73;
    margin: 0 0 24px;
    line-height: 1.5;
}

.tz-store-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.tz-store-btns a img {
    height: 44px;
    width: auto;
}

.tz-download__img {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    display: block;
    border-radius: 24px;
}

.tz-testimonial {
    padding: 28px;
}

.tz-testimonial blockquote {
    font-size: 15px;
    line-height: 1.6;
    color: #1d1d1f;
    margin: 0 0 20px;
    font-style: normal;
}

.tz-testimonial__author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.tz-testimonial__author img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
}

.tz-testimonial__name {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.tz-testimonial__role {
    font-size: 12px;
    color: #6e6e73;
}

.tz-cta {
    text-align: center;
    padding: 56px 24px;
    background: linear-gradient(135deg, var(--base-1, #00d571) 0%, var(--base-2, #34dd8e) 100%);
    border-radius: 24px;
    color: #fff;
    margin: 0 16px 64px;
    max-width: calc(1080px + 32px);
    margin-left: auto;
    margin-right: auto;
}

.tz-cta h2 {
    font-size: clamp(24px, 4vw, 32px);
    font-weight: 700;
    margin: 0 0 12px;
    letter-spacing: -0.02em;
}

.tz-cta p {
    font-size: 16px;
    opacity: 0.9;
    margin: 0 0 24px;
}

.tz-cta .tz-btn--secondary {
    background: #fff;
    color: #1d1d1f;
}

@media (max-width: 768px) {
    .tz-hero {
        padding: 48px 0 40px;
    }

    .tz-download {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .tz-store-btns {
        justify-content: center;
    }

    .tz-section--alt {
        margin: 0 12px 12px;
        border-radius: 20px;
    }
}
