/*
Theme Name: MerchantSync360 Marketing
Theme URI: https://merchantsync360.com
Description: Locked production marketing theme for MerchantSync360
Author: MerchantSync360
Version: 1.0
*/

/* ================= HEADER ================= */

.msync-header {
background: #ffffff;
border-bottom: 1px solid #e5e7eb;
position: sticky;
top: 0;
z-index: 999;
}

.msync-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}

.msync-header-inner {
display: flex;
align-items: center;
justify-content: space-between;
height: 80px;
}

/* LOGO */
.msync-logo img {
height: 42px;
width: auto;
}

/* NAVIGATION */
.msync-nav {
flex: 1;
display: flex;
justify-content: center;
}

.msync-menu {
list-style: none;
display: flex !important;
flex-direction: row !important;
gap: 40px;
margin: 0;
padding: 0;
}

.msync-menu li {
margin: 0;
}

.msync-menu a {
text-decoration: none;
font-weight: 600;
font-size: 16px;
color: #111827;
transition: 0.2s ease;
}

.msync-menu a:hover {
color: #00d084;
}

/* SOCIAL ICONS */
.msync-social {
display: flex;
gap: 16px;
}

.msync-social a {
color: #111827;
font-size: 18px;
transition: 0.2s ease;
}

.msync-social a:hover {
color: #00d084;
}

/* ================= PACKAGE TYPES PAGE ================= */

.msync-packages-hero {
background: linear-gradient(135deg, #111827, #1f2937);
color: white;
padding: 100px 0;
text-align: center;
}

.msync-packages-hero h1 {
font-size: 48px;
margin-bottom: 20px;
}

.msync-packages-hero p {
font-size: 18px;
max-width: 700px;
margin: 0 auto;
opacity: 0.85;
}

/* GRID */
.msync-packages-grid {
padding: 100px 0;
background: #f9fafb;
}

.msync-packages-grid .msync-container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 40px;
}

/* CARD */
.msync-package-card {
background: white;
padding: 40px;
border-radius: 12px;
box-shadow: 0 10px 30px rgba(0,0,0,0.05);
transition: 0.3s ease;
}

.msync-package-card:hover {
transform: translateY(-8px);
box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

.msync-package-card h2 {
margin-bottom: 15px;
}

.msync-package-card ul {
margin: 20px 0;
padding-left: 18px;
}

.msync-package-card li {
margin-bottom: 8px;
}

.msync-package-card.featured {
border: 2px solid #00d084;
}

.msync-package-card.enterprise {
background: #111827;
color: white;
}

/* BUTTONS */
.msync-btn {
display: inline-block;
padding: 10px 20px;
border-radius: 6px;
border: 1px solid #111827;
text-decoration: none;
font-weight: 600;
transition: 0.3s ease;
}

.msync-btn:hover {
background: #111827;
color: white;
}

.msync-btn.primary {
background: #00d084;
border-color: #00d084;
color: white;
}

.msync-btn.dark {
background: white;
color: #111827;
}


/* CLOVER PAGE SECTION  */


/* HERO SPLIT */
.ms-hero-split {
display: grid;
grid-template-columns: 1fr 1fr;
min-height: 520px;
}

.ms-hero-left {
padding: 80px;
display: flex;
flex-direction: column;
justify-content: center;
}

.ms-hero-left h1 {
font-size: 44px;
margin-bottom: 20px;
}

.ms-hero-left p {
font-size: 18px;
opacity: 0.8;
margin-bottom: 30px;
}

.ms-hero-actions {
display: flex;
gap: 12px;
}

.ms-hero-right {
background-size: cover;
background-position: center;
}

/* STRIP */
.ms-strip {
padding: 80px 20px;
text-align: center;
background: #f8fafc;
}

.ms-pill {
display: inline-block;
padding: 6px 12px;
background: #e2e8f0;
border-radius: 999px;
font-size: 12px;
margin-bottom: 15px;
}

/* FLOW */
.ms-flow {
padding: 90px 20px;
}

.flow-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
margin-top: 40px;
}

.flow-card {
background: #fff;
padding: 20px;
border-radius: 10px;
border: 1px solid #eee;
}

.flow-card span {
font-weight: bold;
color: #22c55e;
}

/* GRID */
.ms-grid {
padding: 90px 20px;
background: #f8fafc;
}

.grid-3 {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
margin-top: 40px;
}

.card {
background: #fff;
padding: 22px;
border-radius: 10px;
}

/* INTEGRATION */
.ms-integration {
padding: 90px 20px;
}

.integration-box {
background: #0f172a;
color: white;
padding: 40px;
border-radius: 12px;
}

/* CTA */
.ms-cta {
padding: 100px 20px;
text-align: center;
background: #111827;
color: white;
}

/* BUTTONS */
.btn-primary {
background: #22c55e;
padding: 14px 28px;
color: white;
border-radius: 6px;
text-decoration: none;
}

.btn-secondary {
background: transparent;
border: 1px solid #ccc;
padding: 14px 28px;
border-radius: 6px;
text-decoration: none;
}


/* SCHEDULE DEMO */



.demo-hero {
padding: 80px 20px;
background: #0f172a;
color: white;
text-align: center;
}

.demo-bullets {
margin-top: 20px;
display: grid;
gap: 8px;
font-size: 14px;
opacity: 0.9;
}

.demo-form-section {
padding: 80px 20px;
}

.demo-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 40px;
}

.demo-form-box input,
.demo-form-box textarea,
.demo-form-box select {
width: 100%;
padding: 12px;
margin-bottom: 12px;
border: 1px solid #ddd;
border-radius: 6px;
}

.demo-form-box button {
background: #22c55e;
color: white;
padding: 14px;
border: none;
width: 100%;
border-radius: 6px;
font-weight: 600;
cursor: pointer;
}

.demo-side {
background: #f8fafc;
padding: 30px;
border-radius: 10px;
}

.demo-side .steps div {
margin-bottom: 10px;
}

.demo-message {
margin-top: 20px;
padding: 16px;
border-radius: 6px;
font-weight: 500;
}

.demo-message.success {
background: #e8f5e9;
color: #2e7d32;
border: 1px solid #c8e6c9;
}

.demo-message.error {
background: #ffebee;
color: #c62828;
border: 1px solid #ffcdd2;
}

button.loading {
opacity: 0.7;
cursor: not-allowed;
}

/* ================================
MSYNC HOMEPAGE HYBRID DESIGN
================================ */

.msync-page {
font-family: Arial, sans-serif;
color: #111;
background: #f6f7fb;
}

/* HERO */
.msync-hero {
display: flex;
gap: 40px;
padding: 80px 60px;
background: #ffffff;
}

.msync-hero-left {
flex: 1;
}

.msync-hero-right {
flex: 1;
}

.msync-badge {
display: inline-block;
padding: 6px 12px;
background: #e6f7ef;
color: #047857;
border-radius: 20px;
font-size: 12px;
margin-bottom: 15px;
}

.msync-hero h1 {
font-size: 42px;
margin-bottom: 15px;
}

.msync-subtext {
font-size: 16px;
color: #444;
margin-bottom: 20px;
}

.msync-bullets div {
margin: 6px 0;
color: #333;
}

/* BUTTONS */
.msync-buttons {
margin-top: 20px;
}

.msync-btn {
display: inline-block;
padding: 12px 18px;
border-radius: 6px;
text-decoration: none;
margin-right: 10px;
font-weight: 600;
}

.msync-btn.primary {
background: #047857;
color: #fff;
}

.msync-btn.secondary {
background: #e5e7eb;
color: #111;
}

.msync-btn.large {
background: #047857;
color: #fff;
padding: 16px 24px;
font-size: 18px;
}

/* DASHBOARD CARD */
.msync-dashboard {
background: #0f172a;
color: #fff;
padding: 25px;
border-radius: 12px;
}

.dash-title {
font-size: 16px;
margin-bottom: 15px;
opacity: 0.8;
}

.dash-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 12px;
}

.dash-card {
background: #111c33;
padding: 15px;
border-radius: 8px;
}

.dash-label {
font-size: 12px;
opacity: 0.7;
}

.dash-value {
font-size: 16px;
font-weight: bold;
}

/* FEATURES */
.msync-features {
padding: 70px 60px;
}

.msync-features h2 {
margin-bottom: 30px;
}

.msync-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
}

.msync-card {
background: #fff;
padding: 20px;
border-radius: 10px;
border: 1px solid #eee;
}

/* LIVE STRIP */
.msync-live {
padding: 70px 60px;
background: #fff;
}

.msync-live-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
}

.live-box {
background: #f3f4f6;
padding: 20px;
border-radius: 10px;
}

/* HOW IT WORKS */
.msync-how {
padding: 70px 60px;
}

.msync-steps {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
}

.step {
background: #fff;
padding: 20px;
border-radius: 10px;
}

.step-num {
width: 30px;
height: 30px;
background: #047857;
color: #fff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 10px;
}

/* CTA */
.msync-cta {
padding: 80px 60px;
text-align: center;
background: #0f172a;
color: #fff;
}

/* MOBILE */
@media (max-width: 900px) {

.msync-hero {
flex-direction: column;
}

.msync-grid,
.msync-live-grid,
.msync-steps {
grid-template-columns: 1fr;
}
}


/* ===============================
LIVE WIDGET STYLES
=============================== */

.heatmap-grid {
display: grid;
grid-template-columns: repeat(6, 1fr);
gap: 4px;
margin-top: 10px;
}

.heat-block {
height: 18px;
background: #22c55e;
border-radius: 3px;
transition: opacity 0.6s ease;
}

#live-revenue {
font-size: 20px;
color: #22c55e;
}

#live-weather {
font-size: 14px;
}

#live-locations {
font-weight: bold;
color: #3b82f6;
}

/* =====================================================
DIGITAL MENU & SCREEN SECTION
Premium Cost-Savings Styling
===================================================== */

.msync-displays {
padding: 100px 40px;
background: linear-gradient(135deg, #f4f6f9 0%, #ffffff 100%);
position: relative;
}

.msync-display-grid {
display: grid;
grid-template-columns: 1.1fr 1fr;
gap: 80px;
max-width: 1200px;
margin: 0 auto;
align-items: center;
}

/* -----------------------------------------------------
LEFT SIDE CONTENT
----------------------------------------------------- */

.msync-display-left h2 {
font-size: 38px;
font-weight: 700;
margin-bottom: 20px;
color: #111;
}

.msync-display-sub {
font-size: 18px;
line-height: 1.6;
color: #555;
margin-bottom: 30px;
max-width: 520px;
}

.msync-display-points div {
margin-bottom: 12px;
font-size: 16px;
font-weight: 500;
color: #222;
}

.msync-display-points {
margin-bottom: 30px;
}

/* -----------------------------------------------------
SAVINGS BOX
----------------------------------------------------- */

.msync-savings-box {
background: #ffffff;
border-radius: 16px;
padding: 28px 32px;
box-shadow: 0 15px 40px rgba(0,0,0,0.06);
margin-bottom: 30px;
border-left: 5px solid #2d8cff;
transition: all 0.3s ease;
}

.msync-savings-box:hover {
transform: translateY(-4px);
box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

.savings-title {
font-weight: 700;
font-size: 18px;
margin-bottom: 12px;
color: #2d8cff;
text-transform: uppercase;
letter-spacing: 1px;
}

.msync-savings-box ul {
padding-left: 18px;
}

.msync-savings-box li {
margin-bottom: 8px;
font-size: 15px;
color: #444;
}

/* -----------------------------------------------------
FINANCIAL VISUAL (RIGHT SIDE)
----------------------------------------------------- */

.msync-display-right {
display: flex;
justify-content: center;
}

.display-financial-mock {
background: #ffffff;
padding: 50px 40px;
border-radius: 20px;
box-shadow: 0 25px 60px rgba(0,0,0,0.08);
text-align: center;
width: 100%;
max-width: 450px;
}

.cost-card {
padding: 20px;
border-radius: 14px;
background: #f8f9fb;
margin-bottom: 20px;
}

.cost-card.highlight {
background: linear-gradient(135deg, #2d8cff, #0052cc);
color: #fff;
}

.cost-label {
font-size: 14px;
margin-bottom: 6px;
opacity: 0.8;
text-transform: uppercase;
letter-spacing: 1px;
}

.cost-old {
font-size: 28px;
font-weight: 700;
color: #d33;
}

.cost-new {
font-size: 22px;
font-weight: 600;
}

.cost-arrow {
font-size: 26px;
margin: 15px 0;
color: #999;
}

.display-note-small {
font-size: 12px;
color: #777;
margin-top: 20px;
}

/* -----------------------------------------------------
BUTTON POLISH
----------------------------------------------------- */

.msync-displays .msync-btn.primary {
margin-top: 10px;
}

/* -----------------------------------------------------
RESPONSIVE
----------------------------------------------------- */

@media (max-width: 1024px) {
.msync-display-grid {
grid-template-columns: 1fr;
gap: 50px;
}

.msync-display-left {
text-align: center;
}

.msync-display-sub {
margin: 0 auto 30px;
}

.msync-display-points {
max-width: 450px;
margin: 0 auto 30px;
}
}

/* =====================================================
HOTFIX LAYER (SAFE PATCH - NO STRUCTURE BREAKS)
===================================================== */

/* Fix duplicate button conflicts */
.msync-btn.primary {
background: #047857 !important;
}

.msync-btn.secondary {
background: #e5e7eb !important;
color: #111 !important;
}

/* Normalize digital display section spacing */
.msync-displays,
.msync-display-section {
padding: 100px 40px;
}

/* Prevent grid break on small overrides */
.msync-display-grid {
display: grid !important;
grid-template-columns: 1.1fr 1fr !important;
gap: 80px;
}

/* Force consistent card rendering */
.msync-card,
.card {
box-sizing: border-box;
}

/* Prevent hero padding collapse */
.msync-hero {
min-height: 520px;
}

/* Fix accidental global button overrides */
.btn-primary,
.btn-secondary {
all: unset;
}

/* ================================================
PACKAGES PAGE
================================================ */

.msync-packages-hero {
padding: 100px 20px;
text-align: center;
background: linear-gradient(135deg, #0f172a, #1e293b);
color: white;
}

.msync-packages-hero h1 {
font-size: 48px;
font-weight: 800;
letter-spacing: -1px;
margin-bottom: 20px;
}

.msync-packages-hero p {
max-width: 650px;
margin: 0 auto;
opacity: 0.85;
}


/* ================= GRID ================= */

.msync-pricing-section {
padding: 100px 20px;
background: #f6f7fb;
}

.msync-pricing-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 30px;
}


/* ================= CARD ================= */

.msync-price-card {
background: white;
padding: 40px 30px;
border-radius: 16px;
text-align: center;
box-shadow: 0 15px 40px rgba(0,0,0,0.06);
transition: 0.3s ease;
position: relative;
}

.msync-price-card:hover {
transform: translateY(-8px);
}


/* ================= PLAN HEADER ================= */

.msync-plan-header {
font-size: 26px;
font-weight: 800;
margin-bottom: 15px;
letter-spacing: 1px;
}

.msync-plan-header.bronze { color: #92400e; }
.msync-plan-header.silver { color: #64748b; }
.msync-plan-header.gold { color: #ca8a04; }
.msync-plan-header.platinum { color: #0f172a; }


/* ================= PRICE ================= */

.msync-price {
font-size: 40px;
font-weight: 800;
margin-bottom: 25px;
}

.msync-price span {
font-size: 16px;
font-weight: 500;
opacity: 0.6;
}


/* ================= LIST ================= */

.msync-price-card ul {
list-style: none;
padding: 0;
margin: 0 0 30px 0;
}

.msync-price-card li {
margin-bottom: 12px;
font-size: 15px;
color: #444;
}


/* ================= FEATURED CARD ================= */

.msync-price-card.featured {
border: 3px solid #22c55e;
transform: scale(1.05);
}

.msync-plan-badge {
position: absolute;
top: -14px;
left: 50%;
transform: translateX(-50%);
background: #22c55e;
color: white;
font-size: 12px;
padding: 6px 14px;
border-radius: 999px;
font-weight: 600;
}


/* ================= CTA ================= */

.msync-pricing-cta {
padding: 100px 20px;
text-align: center;
background: #0f172a;
color: white;
}

.msync-pricing-cta h2 {
margin-bottom: 20px;
}





