/* WordPress Page Specific Styles - Prefixed with mz-wp */

.mz-wp-page {
    padding-bottom: 0px;
}

/* Keep all interface icons on this page outlined like the WordPress page. */
.mz-custom-hosting-page svg:not(.mz-logo):not([data-filled]) {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Custom resource hosting calculator */
.mz-custom-resource-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:#f0f7f5;color:#078f78;margin-bottom:18px}
.mz-custom-resource-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.mz-custom-calculator-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(290px,.65fr);gap:22px;align-items:stretch}
.mz-custom-resource-panel,.mz-custom-summary{background:#fff;border:1px solid rgba(20,48,44,.08);border-radius:26px;box-shadow:none}
.mz-custom-resource-panel{padding:22px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-content:start}
.mz-custom-resource{padding:20px;background:#f8f8fa;border:1px solid rgba(20,48,44,.045);border-radius:18px;min-width:0}
.mz-custom-resource+.mz-custom-resource{border-top-color:rgba(20,48,44,.045)}
.mz-custom-resource-head{display:grid;grid-template-columns:52px 1fr;align-items:center;gap:14px;margin-bottom:24px}
.mz-custom-resource-icon{margin:0}
.mz-custom-resource-head strong{display:block;color:#17211f;font-size:16px;margin-bottom:4px}
.mz-custom-resource-head small{color:#8a9693;font-size:12px}
.mz-custom-range-wrap{position:relative;padding-top:31px}
.mz-custom-range-wrap output{--bubble-position:0%;position:absolute;top:0;right:clamp(31px,var(--bubble-position),calc(100% - 31px));transform:translateX(50%);direction:rtl;font-weight:800;font-size:11px;line-height:1;color:#fff;background:#171918;border-radius:8px;padding:7px 9px;min-width:62px;text-align:center;white-space:nowrap;transition:right .12s ease}
.mz-custom-range-wrap output:after{content:"";position:absolute;left:50%;bottom:-4px;width:8px;height:8px;background:#171918;transform:translateX(-50%) rotate(45deg);border-radius:1px}
.mz-custom-resource input[type=range]{--range-progress:0%;width:100%;height:5px;border:0;border-radius:99px;appearance:none;background:linear-gradient(to left,#078f78 var(--range-progress),#e7edeb var(--range-progress));outline:0;cursor:pointer}
.mz-custom-resource input[type=range]::-webkit-slider-thumb{appearance:none;width:25px;height:25px;border:3px solid #fff;border-radius:8px;background:#078f78;box-shadow:none}
.mz-custom-resource input[type=range]::-moz-range-thumb{width:19px;height:19px;border:3px solid #fff;border-radius:6px;background:#078f78;box-shadow:none}
.mz-custom-resource-limits{display:flex;justify-content:space-between;color:#9aa4a1;font-size:11px;margin-top:10px}
.mz-custom-resource--traffic{display:flex;align-items:center}
.mz-custom-resource--traffic .mz-custom-resource-head{width:100%;margin:0}
.mz-custom-summary{padding:30px;display:flex;flex-direction:column;min-width:0}
.mz-custom-summary-kicker{display:block;margin:0 0 7px;color:#078f78;font-size:12px;font-weight:700;line-height:1.7}
.mz-custom-summary h3{font-size:22px;line-height:1.55;margin:0 0 22px;color:#17211f}
.mz-custom-summary-lines{padding:0;border-top:1px solid rgba(20,48,44,.07)}
.mz-custom-summary-lines>div{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;column-gap:16px;row-gap:5px;min-height:66px;padding:12px 2px;border-bottom:1px solid rgba(20,48,44,.065);color:#68736f;font-size:13px;line-height:1.8}
.mz-custom-summary-lines>div>span:first-child{grid-column:1/-1;color:#7b8783;font-size:11px}
.mz-custom-summary-lines .mz-custom-summary-head{display:none}
.mz-custom-summary-lines strong{color:#17211f;font-weight:700;white-space:nowrap;line-height:1.6}
.mz-custom-summary-value{text-align:right;direction:rtl}
.mz-custom-summary-price{text-align:left;direction:rtl;font-variant-numeric:tabular-nums}
.mz-custom-total{margin:22px 0 18px;padding:19px 20px;border-radius:18px;background:#f1f7f5;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;column-gap:18px;row-gap:8px}
.mz-custom-total span{color:#65736f;font-size:13px;line-height:1.7}
.mz-custom-total strong{direction:ltr;font-size:27px;color:#078f78;line-height:1.2;white-space:nowrap}
.mz-custom-total small{grid-column:1/-1;color:#87938f;line-height:1.6}
.mz-custom-order,.mz-custom-order:visited{width:100%;min-height:52px;display:inline-flex;align-items:center;justify-content:center;gap:10px;margin-top:0;background:#078f78!important;border-color:#078f78!important;color:#fff!important}
.mz-custom-order:hover{background:#067965!important;border-color:#067965!important;color:#fff!important}
.mz-custom-order svg{width:18px;height:18px;color:#fff!important;stroke:#fff!important;fill:none!important;transform:rotate(180deg)}
.mz-custom-summary>p{text-align:center;color:#8b9693;font-size:11px;line-height:1.9;margin:14px 6px 0}
.mz-custom-pricing-unavailable{padding:28px;border:1px solid rgba(137,73,73,.14);border-radius:22px;background:#fff8f8;color:#6f4545;text-align:center}
.mz-custom-pricing-unavailable strong{display:block;margin-bottom:8px;color:#452b2b;font-size:18px}
.mz-custom-pricing-unavailable p{margin:0;line-height:1.9}
.mz-custom-hosting-page .mz-wp-faq-q{width:100%;border:0;background:transparent;text-align:right;font:inherit;cursor:pointer}
.mz-custom-hosting-page .mz-wp-faq-a{display:none}
.mz-custom-hosting-page .mz-wp-faq-item.mz-active .mz-wp-faq-a{display:block}
@media(max-width:900px){.mz-custom-calculator-grid{grid-template-columns:1fr}.mz-custom-resource-panel{padding:18px}}
@media(max-width:680px){.mz-custom-resource-panel{grid-template-columns:1fr}}
@media(max-width:560px){.mz-custom-resource-head{grid-template-columns:44px 1fr}.mz-custom-resource-icon{width:42px;height:42px}.mz-custom-resource-head output{grid-column:1/-1;width:100%}.mz-custom-summary{padding:22px}.mz-custom-summary-lines>div{column-gap:10px;font-size:12px}.mz-custom-total{padding:17px}.mz-custom-total strong{font-size:24px}}

/* Hero Section */
.mz-wp-hero {
    padding-top: 80px !important;
    padding-bottom: 40px !important;
    text-align: right;
    position: relative;
    overflow: hidden;
}

.mz-wp-hero-wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 60px;
}

.mz-wp-hero-image {
    flex: 1;
    max-width: 550px;
}

.mz-wp-hero-img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: var(--mz-shadow-sm);
}

/* Hero Visual Illustration */
.mz-wp-hero-visual {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    max-width: 500px;
    margin: 0 auto;
}

/* Floating Spec Tags */
.mz-wp-hero-floating-tags {
    position: absolute;
    left: -40px;
    top: 25%;
    z-index: 30;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mz-wp-hero-float-tag {
    background: var(--mz-white);
    border: 1px solid var(--mz-border-color);
    padding: 10px 14px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    animation: mz-pulse 2s infinite;
    box-shadow: var(--mz-shadow-sm);
}

.mz-wp-hero-float-tag svg {
    width: 20px;
    height: 20px;
    color: var(--mz-primary);
    flex-shrink: 0;
}

.mz-wp-hero-float-tag span:last-child {
    font-size: 12px;
    font-family: var(--mz-font-bold);
    color: var(--mz-text-dark);
    white-space: nowrap;
}

/* Background Accent */
.mz-wp-hero-visual-bg {
    position: absolute;
    inset: 0;
    background: rgba(0, 137, 138, 0.05);
    border-radius: 50%;
    scale: 1.1;
    filter: blur(48px);
}

.mz-wp-hero-visual-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(12deg);
    width: 80%;
    height: 80%;
    border: 2px solid rgba(189, 201, 200, 0.3);
    border-radius: 12px;
    transition: transform 0.7s ease;
}

.mz-wp-hero-visual:hover .mz-wp-hero-visual-ring {
    transform: translate(-50%, -50%) rotate(6deg);
}

/* Main Image Container */
.mz-wp-hero-visual-main {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: var(--mz-white);
    border: 1px solid var(--mz-border-color);
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mz-wp-hero-visual-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Floating Speed Indicators */
.mz-wp-hero-float-speed {
    position: absolute;
    padding: 12px 16px;
    background: var(--mz-white);
    border: 1px solid var(--mz-border-color);
    border-radius: 12px;
    z-index: 20;
    display: flex;
    align-items: center;
    gap: 12px;
    animation: mz-bounce 3s infinite;
    box-shadow: var(--mz-shadow-sm);
}

.mz-wp-hero-float-speed-top {
    top: -24px;
    right: -24px;
    animation-duration: 3s;
}

.mz-wp-hero-float-speed-bottom {
    bottom: -24px;
    left: -24px;
    animation-duration: 4s;
}

.mz-wp-hero-float-speed svg {
    width: 24px;
    height: 24px;
}

.mz-wp-hero-float-speed-top svg {
    color: var(--mz-primary);
}

.mz-wp-hero-float-speed-bottom svg {
    color: var(--mz-primary);
}

.mz-wp-hero-float-label {
    font-size: 12px;
    font-family: var(--mz-font-bold);
    color: var(--mz-text-light);
    display: block;
}

.mz-wp-hero-float-value {
    font-size: 16px;
    font-family: var(--mz-font-bold);
    display: block;
}

.mz-wp-hero-float-speed-top .mz-wp-hero-float-value {
    color: var(--mz-primary);
}

.mz-wp-hero-float-speed-bottom .mz-wp-hero-float-value {
    color: var(--mz-primary);
}

@keyframes mz-bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

.mz-wp-hero-content {
    flex: 1;
}

/* Hero Badge */
.mz-wp-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: var(--mz-white);
    border-radius: 9999px;
    border: 1px solid var(--mz-border-color);
    margin-bottom: 20px;
    font-size: 13px;
    font-family: var(--mz-font-bold);
    color: var(--mz-text-light);
}

.mz-wp-hero-badge-dot {
    width: 8px;
    height: 8px;
    background: var(--mz-primary);
    border-radius: 50%;
    animation: mz-pulse 2s infinite;
}

@keyframes mz-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

.mz-wp-hero-content h1 {
    font-size: 26px;
    color: var(--mz-text-dark);
    font-family: var(--mz-font-bold);
    margin-bottom: 15px;
    line-height: 1.4;
}

.mz-wp-hero-highlight {
    color: var(--mz-primary);
}

.mz-wp-hero-sub {
    font-size: var(--mz-fs-h4);
    color: var(--mz-primary);
    margin-bottom: 25px;
    font-family: var(--mz-font-bold);
}

.mz-wp-hero-content p {
    font-size: var(--mz-fs-h5);
    color: var(--mz-text-main);
    line-height: 2;
    margin-bottom: 35px;
    text-align: justify;
}

.mz-wp-hero-btns {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
}

/* Hero Technical Features Row */
.mz-wp-hero-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid var(--mz-border-color);
}

.mz-wp-hero-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mz-wp-hero-feature-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--mz-white);
    border: 1px solid var(--mz-border-color);
    color: var(--mz-primary);
    flex-shrink: 0;
    transition: var(--mz-transition);
}

.mz-wp-hero-feature-item span {
    font-size: 13px;
    font-family: var(--mz-font-bold);
    color: var(--mz-text-dark);
    white-space: nowrap;
}
.mz-wp-pricing {
    padding: var(--mz-section-gap) 0;
}

.mz-wp-plans-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mz-wp-plan-card {
    background: var(--mz-white);
    border-radius: 8px;
    border: 1px solid var(--mz-border-color);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.mz-wp-plan-top {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--mz-bg-light);
}

.mz-wp-plan-title {
    width: 220px;
    text-align: center;
}

.mz-wp-plan-title h3 {
    font-size: var(--mz-fs-h2);
    color: var(--mz-text-dark);
    font-family: var(--mz-font-bold);
    margin: 0;
}

.mz-wp-plan-specs {
    flex: 1;
    display: flex;
    gap: 20px;
    padding-left: 40px;
}

.mz-wp-spec-item {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-start;
    text-align: left;
    direction: ltr;
    min-width: 0;
}

.mz-wp-spec-icon {
    color: var(--mz-text-main);
    background: transparent;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid var(--mz-border-color);
}

.mz-wp-spec-icon svg {
    width: 20px;
    height: 20px;
}

.mz-wp-spec-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: flex-start;
}

.mz-wp-spec-label {
    font-size: var(--mz-fs-md);
    color: var(--mz-text-dark);
    font-family: var(--mz-font-bold);
}

.mz-wp-spec-value {
    font-size: var(--mz-fs-sm);
    color: var(--mz-text-main);
    font-family: var(--mz-font-main);
    white-space: nowrap;
}

.mz-wp-spec-unit {
    font-size: var(--mz-fs-xs);
    color: var(--mz-text-muted);
}

.mz-wp-plan-bottom {
    display: flex;
    gap: 15px;
    align-items: stretch;
}

.mz-wp-plan-prices {
    flex: 1;
    background: var(--mz-bg-light);
    border-radius: 8px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    padding: 10px 30px;
    align-items: center;
}

.mz-wp-price-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.mz-wp-price-label {
    font-size: var(--mz-fs-sm);
    color: var(--mz-text-light);
    font-family: var(--mz-font-bold);
}

.mz-wp-price-item:not(:first-child) .mz-wp-price-label {
    color: var(--mz-primary);
}

.mz-wp-price-val {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: var(--mz-fs-h3);
    color: var(--mz-primary);
    font-family: var(--mz-font-bold);
}

.mz-wp-price-old {
    font-size: var(--mz-fs-sm);
    color: var(--mz-text-light);
    text-decoration: line-through;
    font-family: 'en', var(--mz-font-main);
}

.mz-wp-price-now {
    font-size: var(--mz-fs-h4);
    color: var(--mz-text-dark);
    font-family: 'en', var(--mz-font-bold);
}

.mz-wp-plan-action {
    width: 260px;
}

/* Features Section */
.mz-wp-features {
    padding: var(--mz-section-gap) 0;
}

.mz-wp-features-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
}

.mz-wp-features-badge {
    background: var(--mz-white);
    color: var(--mz-primary);
    padding: 5px 15px;
    border-radius: 20px;
    font-size: var(--mz-fs-sm);
    font-family: var(--mz-font-bold);
    display: inline-block;
    margin-bottom: 15px;
}

.mz-wp-features-sub {
    font-size: var(--mz-fs-h3);
    color: var(--mz-text-main);
    margin-bottom: 20px;
    font-family: var(--mz-font-bold);
}

.mz-wp-features-desc {
    font-size: var(--mz-fs-md);
    color: var(--mz-text-light);
    line-height: 1.9;
}

.mz-wp-features-list {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.mz-wp-feature-item {
    display: flex;
    align-items: center;
    gap: 60px;
}

.mz-wp-feature-item.mz-reverse {
    flex-direction: row-reverse;
}

.mz-wp-feature-item.mz-reverse .mz-btn-group {
    margin-right: auto;
    margin-left: 0;
}

.mz-wp-feature-content {
    flex: 1;
}

.mz-wp-feature-content h3 {
    font-size: var(--mz-fs-h2);
    color: var(--mz-text-dark);
    font-family: var(--mz-font-bold);
    margin-bottom: 20px;
}

.mz-wp-feature-content p {
    font-size: var(--mz-fs-md);
    color: var(--mz-text-main);
    line-height: 1.9;
    margin-bottom: 20px;
}

.mz-wp-feature-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.mz-wp-feature-content ul li {
    position: relative;
    padding-right: 25px;
    margin-bottom: 10px;
    font-size: var(--mz-fs-md);
    color: var(--mz-text-main);
}

.mz-wp-feature-content ul li::before {
    content: "✓";
    position: absolute;
    right: 0;
    color: var(--mz-primary);
    font-family: var(--mz-font-bold);
}

/* Info Section */
.mz-wp-info {
    padding: var(--mz-section-gap) 0;
}

.mz-wp-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.mz-wp-info-card {
    background: radial-gradient(285px 285px at 84% 0%, #5b5b5b0d, #ffffff 62%);
    padding: 35px;
    border-radius: 8px;
    text-align: center;
    border: 1px solid var(--mz-border-color);
    transition: var(--mz-transition);
}

.mz-wp-info-card:hover {
    transform: translateY(-5px);
    border-color: #ebebeb;
}

.mz-wp-info-icon {
    color: var(--mz-primary);
    margin-bottom: 20px;
    display: inline-block;
}

.mz-wp-info-card h4 {
    font-size: var(--mz-fs-h3);
    margin-bottom: 15px;
    font-family: var(--mz-font-bold);
}

.mz-wp-info-card p {
    font-size: var(--mz-fs-sm);
    color: var(--mz-text-main);
    line-height: 1.8;
}

/* SEO Content */
.mz-wp-seo {
    padding: var(--mz-section-gap) 0;
}

.mz-wp-seo-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    align-items: start;
}

.mz-wp-seo-text h2 {
    font-size: var(--mz-fs-h2);
    color: var(--mz-text-dark);
    font-family: var(--mz-font-bold);
    margin-bottom: 25px;
    line-height: 1.5;
}

.mz-wp-seo-text h3 {
    font-size: var(--mz-fs-h3);
    color: var(--mz-text-main);
    font-family: var(--mz-font-bold);
    margin: 30px 0 15px;
}

.mz-wp-seo-text p {
    font-size: var(--mz-fs-lg);
    color: var(--mz-text-main);
    line-height: 1.8;
    margin-bottom: 20px;
}

.mz-wp-seo-feat {
    background: radial-gradient(285px 285px at 84% 0%, #5b5b5b0d, #ffffff 62%);
    padding: 30px;
    border-radius: 8px;
    border: 1px solid var(--mz-border-color);
    position: sticky;
    top: 100px;
}

.mz-wp-seo-feat h4 {
    font-size: var(--mz-fs-h4);
    color: var(--mz-text-dark);
    font-family: var(--mz-font-bold);
    margin-bottom: 20px;
}

.mz-wp-seo-feat ul {
    list-style: none;
    padding: 0;
}

.mz-wp-seo-feat ul li {
    position: relative;
    padding-right: 30px;
    margin-bottom: 15px;
    font-size: var(--mz-fs-md);
    color: var(--mz-text-main);
    font-family: var(--mz-font-bold);
}

.mz-wp-seo-feat ul li::before {
    content: "✦";
    position: absolute;
    right: 0;
    color: var(--mz-primary);
}

/* FAQ Section */
.mz-wp-faq {
    padding: var(--mz-section-gap) 0;
}

.mz-wp-faq-list {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.mz-wp-faq-item {
background: var(--mz-white);
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--mz-border-light);
}

.mz-wp-faq-q {
padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--mz-font-bold);
    font-weight: 700;
    transition: var(--mz-transition);
}

.mz-wp-faq-q svg {
    transition: var(--mz-transition);
    color: var(--mz-text-light);
}

.mz-wp-faq-a {
    padding: 0 25px 20px;
    color: var(--mz-text-main);
    line-height: 1.9;
    font-size: var(--mz-fs-md);
    display: none;
}

.mz-wp-faq-item.mz-active .mz-wp-faq-q svg {
    transform: rotate(180deg);
}

.mz-wp-faq-item.mz-active {
    background: radial-gradient(285px 285px at 84% 0%, #5b5b5b0d, #ffffff 62%);
}

.mz-wp-faq-item.mz-active .mz-wp-faq-a {
    display: block;
}

.mz-wp-faq-item.mz-active .mz-wp-faq-q {
    color: var(--mz-primary);
}

.mz-wp-faq-item.mz-active .mz-wp-faq-q svg {
    transform: rotate(180deg);
    color: var(--mz-primary);
}

/* Feature Bullets - Grid style like hero features row */
.mz-wp-feature-bullets {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 25px;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid var(--mz-border-color);
}

.mz-wp-feature-bullet {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mz-wp-feature-bullet svg {
    width: 18px;
    height: 18px;
    color: var(--mz-primary);
    flex-shrink: 0;
}

.mz-wp-feature-bullet span {
    font-size: 13px;
    font-family: var(--mz-font-bold);
    color: var(--mz-text-dark);
    white-space: nowrap;
}

/* Feature Visual - Minimal Design */
.mz-wp-feature-visual {
    flex: 1;
    max-width: 550px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 380px;
    background: var(--mz-white);
    border: 1px solid var(--mz-border-color);
    border-radius: 20px;
    overflow: hidden;
    padding: 20px 0;
}


/* Feature Visual Mobile */
@media (max-width: 768px) {
    .mz-wp-feature-visual {
        max-width: 100%;
        min-height: 280px;
    }
}

/* -----------------------------------------
   Responsive Styles
   ----------------------------------------- */

/* Tablet (Large) - 1024px */
@media (max-width: 1024px) {
    .mz-wp-hero-wrapper {
        gap: 40px;
    }

    .mz-wp-plan-specs {
        gap: 10px;
        padding-left: 20px;
    }

    .mz-wp-spec-label {
        font-size: 0.75rem;
    }

    .mz-wp-spec-value {
        font-size: 13px;
    }
}

/* Tablet (Small) - 768px */
@media (max-width: 768px) {
    .mz-wp-hero {
        padding-top: 40px !important;
        padding-bottom: 70px !important;
    }

    .mz-wp-hero-wrapper {
        flex-direction: column-reverse;
        text-align: center;
        gap: 40px;
    }

    .mz-wp-hero-image {
        width: 100%;
        max-width: 450px;
    }

    /* Hero Visual - Mobile */
    .mz-wp-hero-floating-tags {
        display: none;
    }

    .mz-wp-hero-float-speed {
        display: none;
    }

    .mz-wp-hero-visual {
        max-width: 350px;
    }

    .mz-wp-hero-content h1 {
        font-size: 1.45rem;
        line-height: 1.6;
    }

    .mz-wp-hero-sub {
        font-size: 1rem;
        margin-bottom: 20px;
    }

    .mz-wp-hero-content p {
        font-size: 14px;
        line-height: 1.8;
        text-align: center;
        margin-bottom: 30px;
    }

    .mz-wp-hero-badge {
        margin-left: auto;
        margin-right: auto;
    }

    .mz-wp-hero-btns {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .mz-wp-hero-btns .mz-btn-group {
        width: 100%;
        max-width: 340px;
    }

    /* Hero Features Row - Mobile */
    .mz-wp-hero-features {
        grid-template-columns: 1fr;
        gap: 12px;
        padding-top: 20px;
        margin-top: 20px;
    }

    .mz-wp-hero-feature-item {
        justify-content: center;
    }

    /* Plan Layout Refactor */
    .mz-wp-plan-top {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0;
        border-bottom: none;
        padding-bottom: 0;
    }

    .mz-wp-plan-specs {
        display: contents;
    }

    .mz-wp-spec-item {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 10px;
        padding: 15px 0;
    }

    .mz-wp-spec-item:nth-child(1) { grid-area: 1 / 2; }
    .mz-wp-spec-item:nth-child(2) { grid-area: 1 / 1; }
    .mz-wp-spec-item:nth-child(3) { grid-area: 2 / 2; }
    .mz-wp-spec-item:nth-child(4) { grid-area: 2 / 1; }
    .mz-wp-spec-item:nth-child(5) { grid-area: 3 / 2; }
    
    .mz-wp-plan-title {
        grid-area: 3 / 1;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0;
    }

    .mz-wp-plan-title h3 {
        font-size: 1.25rem !important;
        font-family: var(--mz-font-bold) !important;
    }

    .mz-wp-spec-icon {
        width: 45px;
        height: 45px;
        border: 1px solid var(--mz-border-color);
        border-radius: 12px;
    }

    .mz-wp-spec-info {
        align-items: center;
        text-align: center;
    }

    .mz-wp-plan-bottom {
        flex-direction: column;
        gap: 15px;
    }

    .mz-wp-plan-action {
        width: 100%;
        order: 1;
    }

    /* Pricing Grid 2x2 */
    .mz-wp-plan-prices {
        order: 2;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        padding: 25px;
        direction: rtl;
    }

    .mz-wp-price-item:nth-child(4) { grid-area: 1 / 1; }
    .mz-wp-price-item:nth-child(3) { grid-area: 1 / 2; }
    .mz-wp-price-item:nth-child(2) { grid-area: 2 / 1; }
    .mz-wp-price-item:nth-child(1) { grid-area: 2 / 2; }

    .mz-wp-price-item {
        padding: 0 !important;
    }

    .mz-wp-price-now {
        font-size: 0.9rem;
    }

    .mz-wp-price-label {
        font-size: 0.7rem;
    }

    .mz-wp-price-old {
        font-size: 0.7rem;
    }

    /* Features Stacking */
    .mz-wp-feature-item, .mz-wp-feature-item.mz-reverse {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .mz-wp-feature-content h3 {
        font-size: 1.4rem;
    }

    .mz-wp-feature-content ul li {
        text-align: right;
    }

    /* Feature bullets stack on mobile */
    .mz-wp-feature-bullets {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .mz-wp-feature-bullet {
        justify-content: center;
    }

    .mz-wp-info-grid {
        grid-template-columns: 1fr;
    }

    .mz-wp-seo-grid {
        grid-template-columns: 1fr;
    }

    .mz-wp-seo-feat {
        position: static;
    }
}

/* Why MizbanPak Section */
.mz-wp-why {
    padding: var(--mz-section-gap) 0;
}

.mz-wp-why-inner {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.mz-wp-why-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 137, 138, 0.08);
    border-radius: 16px;
    color: var(--mz-primary);
    margin: 0 auto 20px;
}

.mz-wp-why-content {
    margin-top: 24px;
}

.mz-wp-why-content p {
    font-size: 16px;
    color: var(--mz-text-main);
    line-height: 2;
    margin: 0 0 16px;
}

.mz-wp-why-content p:last-child {
    margin-bottom: 0;
}

.mz-wp-why-content strong {
    color: var(--mz-text-dark);
}

.mz-wp-why-btn {
    margin-top: 28px;
}

.mz-wp-why-btn .mz-btn-main {
    display: inline-flex;
}

/* Comparison Table Section */
.mz-wp-compare-table {
    padding-top: 80px;
    padding-bottom: 80px;
}

.mz-wp-compare-table-wrapper {
    width: 100%;
    margin: 0 auto;
    overflow-x: auto;
    border: 1px solid var(--mz-border-color);
    border-radius: 12px;
    background: var(--mz-white);
}

.mz-wp-compare-table {
    width: 100%;
    border-collapse: collapse;
    font-family: var(--mz-font-main);
    direction: rtl;
}

.mz-wp-compare-table thead th {
    padding: 16px 20px;
    font-size: 14px;
    font-family: var(--mz-font-bold);
    text-align: center;
    border-bottom: 2px solid var(--mz-border-color);
    background: var(--mz-surface);
}

.mz-wp-compare-table thead th:first-child {
    text-align: right;
    color: var(--mz-text-dark);
}

.mz-wp-compare-table-yes {
    color: var(--mz-primary);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.mz-wp-compare-table-no {
    color: #ba1a1a;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.mz-wp-compare-table tbody td {
    padding: 12px 20px;
    font-size: 14px;
    color: var(--mz-text-main);
    border-bottom: 1px solid var(--mz-border-color);
}

.mz-wp-compare-table tbody td:first-child {
    font-family: var(--mz-font-bold);
    color: var(--mz-text-dark);
}

.mz-wp-compare-table tbody tr:last-child td {
    border-bottom: none;
}

.mz-wp-compare-table tbody tr:hover {
    background: rgba(0, 137, 138, 0.02);
}

@media (max-width: 576px) {
    .mz-wp-compare-table-wrapper {
        border-radius: 8px;
    }
    
    .mz-wp-compare-table thead th,
    .mz-wp-compare-table tbody td {
        padding: 10px 12px;
        font-size: 13px;
    }
}

/* Plan Guide Section - Article Style */
.mz-wp-compare {
    padding-top: 80px;
    padding-bottom: 80px;
}

.mz-wp-compare-desc {
    text-align: center;
    font-size: 16px;
    color: var(--mz-text-muted);
    max-width: 600px;
    margin: -16px auto 40px;
    line-height: 1.6;
}

.mz-wp-compare-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: var(--mz-container-max, 1280px);
    margin: 0 auto;
}

.mz-wp-compare-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 20px;
    border: 1px solid var(--mz-border-color);
    border-radius: 12px;
    transition: border-color 0.2s ease;
    background: var(--mz-white);
}

.mz-wp-compare-item:hover {
    border-color: var(--mz-primary);
}

.mz-wp-compare-item-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--mz-surface);
    border: 1px solid var(--mz-border-color);
    border-radius: 10px;
    color: var(--mz-primary);
}

.mz-wp-compare-item-content {
    flex: 1;
}

.mz-wp-compare-item-content h3 {
    font-size: 16px;
    font-family: var(--mz-font-bold);
    color: var(--mz-text-dark);
    margin: 0 0 6px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.mz-wp-compare-item-tag {
    font-size: 11px;
    color: var(--mz-primary);
    font-family: var(--mz-font-bold);
    background: rgba(0, 137, 138, 0.08);
    padding: 2px 10px;
    border-radius: 12px;
    white-space: nowrap;
}

.mz-wp-compare-item-content p {
    font-size: 14px;
    color: var(--mz-text-main);
    line-height: 1.7;
    margin: 0 0 8px;
}

.mz-wp-compare-item-link {
    font-size: 13px;
    color: var(--mz-primary);
    font-family: var(--mz-font-bold);
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.mz-wp-compare-item-link:hover {
    opacity: 0.7;
}

/* Info + SEO Combined Section */
.mz-wp-info-seo {
    padding: var(--mz-section-gap) 0;
}

.mz-wp-info-seo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 50px;
}

.mz-wp-info-seo-card {
    background: var(--mz-white);
    border: 1px solid var(--mz-border-color);
    border-radius: 12px;
    padding: 28px 24px;
    transition: border-color 0.2s ease;
}

.mz-wp-info-seo-card:hover {
    border-color: var(--mz-primary);
}

.mz-wp-info-seo-card-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--mz-surface);
    border: 1px solid var(--mz-border-color);
    border-radius: 10px;
    color: var(--mz-primary);
    margin-bottom: 16px;
}

.mz-wp-info-seo-card h4 {
    font-size: 16px;
    font-family: var(--mz-font-bold);
    color: var(--mz-text-dark);
    margin: 0 0 10px;
    line-height: 1.5;
}

.mz-wp-info-seo-card p {
    font-size: 14px;
    color: var(--mz-text-main);
    line-height: 1.8;
    margin: 0;
}

/* SEO Content - 2 column */
.mz-wp-info-seo-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    align-items: start;
}

.mz-wp-info-seo-main h3 {
    font-size: 22px;
    font-family: var(--mz-font-bold);
    color: var(--mz-text-dark);
    margin: 0 0 16px;
    line-height: 1.5;
}

.mz-wp-info-seo-main > p {
    font-size: 15px;
    color: var(--mz-text-main);
    line-height: 1.9;
    margin: 0 0 30px;
}

.mz-wp-info-seo-features {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.mz-wp-info-seo-feature {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.mz-wp-info-seo-feature-num {
    width: 32px;
    height: 32px;
    min-width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 137, 138, 0.08);
    border-radius: 8px;
    font-size: 14px;
    font-family: var(--mz-font-bold);
    color: var(--mz-primary);
}

.mz-wp-info-seo-feature h4 {
    font-size: 15px;
    font-family: var(--mz-font-bold);
    color: var(--mz-text-dark);
    margin: 0 0 6px;
    line-height: 1.4;
}

.mz-wp-info-seo-feature p {
    font-size: 14px;
    color: var(--mz-text-main);
    line-height: 1.8;
    margin: 0;
}

/* Sidebar */
.mz-wp-info-seo-sidebar-inner {
    background: var(--mz-white);
    border: 1px solid var(--mz-border-color);
    border-radius: 12px;
    padding: 28px 24px;
    position: sticky;
    top: 100px;
}

.mz-wp-info-seo-sidebar-inner h4 {
    font-size: 16px;
    font-family: var(--mz-font-bold);
    color: var(--mz-text-dark);
    margin: 0 0 18px;
}

.mz-wp-info-seo-sidebar-inner ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.mz-wp-info-seo-sidebar-inner ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: var(--mz-text-main);
    line-height: 1.5;
}

.mz-wp-info-seo-sidebar-inner ul li svg {
    color: var(--mz-primary);
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .mz-wp-info-seo-grid {
        grid-template-columns: 1fr;
    }
    
    .mz-wp-info-seo-content {
        grid-template-columns: 1fr;
    }
    
    .mz-wp-info-seo-sidebar-inner {
        position: static;
    }
}

/* Support Banner Section */
.mz-wp-support-banner {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.mz-wp-support-banner-inner {
    display: flex;
    align-items: center;
    gap: 24px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border: 1px solid #e1e3e4;
    border-radius: 12px;
    padding: 32px 40px;
    width: 100%;
}

.mz-wp-support-banner-icon {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #e1e3e4;
    border-radius: 12px;
    color: #00898a;
}

.mz-wp-support-banner-content {
    flex: 1;
    min-width: 0;
}

.mz-wp-support-banner-content h3 {
    font-family: var(--mz-font-bold);
    font-size: 18px;
    color: var(--mz-text-main);
    margin: 0 0 6px;
    line-height: 1.4;
}

.mz-wp-support-banner-content p {
    font-size: 14px;
    color: var(--mz-text-main);
    line-height: 1.7;
    margin: 0;
    opacity: 0.8;
}

.mz-wp-support-banner-action {
    flex-shrink: 0;
}

/* Mobile - 576px */
@media (max-width: 576px) {
    .mz-wp-hero-content h1 {
        font-size: 1.3rem;
    }
    
    .mz-wp-compare-grid {
        grid-template-columns: 1fr;
    }
    
    .mz-wp-compare-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .mz-wp-compare-item-content h3 {
        justify-content: center;
    }

    .mz-wp-support-banner-inner {
        flex-direction: column;
        text-align: center;
        padding: 24px 20px;
    }

    .mz-wp-support-banner-action {
        width: 100%;
    }

    .mz-wp-support-banner-action .mz-btn-group {
        justify-content: center;
    }
}
