/* Keezark PRICING page sections. Enqueued only on the Keezark Pricing template. */

/* pricing uses a narrower container than the shared default */
.container { max-width: 1000px; }

/* PAGE HEAD */
.page-head { background: linear-gradient(135deg, var(--navy) 0%, #0e2540 100%); padding: 80px 0 70px; text-align: center; position: relative; overflow: hidden; }
.page-head::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 70% 50%, rgba(232,77,107,0.12) 0%, transparent 60%); }
.page-head .section-label { background: rgba(249,191,71,0.15); color: #F9BF47; position: relative; z-index: 1; }
.page-head h1 { color: var(--white); font-size: clamp(2rem, 4vw, 3rem); max-width: 700px; margin: 0 auto 16px; position: relative; z-index: 1; }
.page-head p { color: rgba(255,255,255,0.72); max-width: 580px; margin: 0 auto; font-size: 1.05rem; position: relative; z-index: 1; }
/* Decorative dotted graphic in page head */
.page-head .deco-dots { position: absolute; top: 28px; right: 40px; width: 120px; height: 70px; opacity: 0.5; pointer-events: none; }
.page-head .deco-dots-left { position: absolute; bottom: 24px; left: 40px; width: 120px; height: 70px; opacity: 0.4; pointer-events: none; }

/* CORE PRICING CARD */
.pricing-section { background: var(--bg-light); position: relative; overflow: hidden; }
.pricing-section::before { content: ''; position: absolute; top: 40px; right: -70px; width: 200px; height: 200px; background: radial-gradient(circle, rgba(232,77,107,0.07) 0%, transparent 70%); border-radius: 50%; pointer-events: none; }
.pricing-section .container { position: relative; z-index: 1; }
.pricing-center { max-width: 800px; margin: 0 auto; }
.pricing-card-main { background: var(--navy); border-radius: var(--radius-lg); padding: 52px; text-align: center; position: relative; overflow: hidden; margin-bottom: 28px; }
.pricing-card-main::before { content: ''; position: absolute; top: -80px; right: -80px; width: 240px; height: 240px; background: rgba(255,255,255,0.03); border-radius: 50%; }
.pricing-badge { display: inline-block; background: rgba(249,191,71,0.15); color: #F9BF47; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.07em; text-transform: uppercase; padding: 5px 14px; border-radius: 20px; margin-bottom: 16px; }
.pricing-card-main h3 { color: var(--white); font-size: 1.4rem; margin-bottom: 12px; }
.pricing-rate { font-family: 'Poppins', sans-serif; font-size: 5.5rem; font-weight: 800; color: #F9BF47; line-height: 1; margin-bottom: 4px; }
.pricing-rate small { font-size: 1.1rem; font-weight: 400; color: rgba(255,255,255,0.55); }
.pricing-desc { color: rgba(255,255,255,0.6); font-size: 0.95rem; margin-bottom: 36px; }
.pricing-features { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; text-align: left; margin-bottom: 36px; max-width: 600px; margin-left: auto; margin-right: auto; }
.pricing-feature { display: flex; align-items: flex-start; gap: 9px; color: rgba(255,255,255,0.82); font-size: 0.92rem; }
.pricing-feature::before { content: "✓"; color: #F9BF47; font-weight: 700; flex-shrink: 0; margin-top: 1px; }
.pricing-cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ADDONS */
.addons-section { background: var(--white); }
.addons-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 800px; margin: 0 auto; }
.addon-card { background: var(--bg-light); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 30px 26px; }
.addon-top { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.addon-icon { width: 48px; height: 48px; background: rgba(232,77,107,0.08); border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.addon-icon svg { width: 24px; height: 24px; stroke: var(--coral); fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.incl-ico { width: 20px; height: 20px; vertical-align: middle; margin-right: 8px; }
.addon-card h4 { color: var(--navy); font-size: 1.1rem; margin-bottom: 4px; }
.addon-rate { color: var(--coral); font-weight: 700; font-size: 1rem; }
.addon-card p { color: var(--text-mid); font-size: 0.9rem; }

/* INCLUDED / NOT INCLUDED */
.incl-section { background: var(--bg-light); }
.incl-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 800px; margin: 0 auto; }
.incl-card { background: var(--white); border-radius: var(--radius-md); padding: 28px; border: 1px solid var(--border); }
.incl-card h4 { color: var(--navy); font-size: 1rem; margin-bottom: 16px; padding-bottom: 12px; border-bottom: 1px solid var(--border); }
.incl-card ul { list-style: none; }
.incl-card ul li { padding: 7px 0 7px 26px; position: relative; font-size: 0.92rem; color: var(--text-mid); }
.incl-yes li::before { content: "✓"; position: absolute; left: 0; color: #16a34a; font-weight: 700; }
.incl-no li::before { content: "✕"; position: absolute; left: 0; color: #dc2626; font-weight: 700; }
.incl-note { text-align: center; color: var(--text-light); font-size: 0.87rem; margin-top: 20px; max-width: 700px; margin-left: auto; margin-right: auto; }

/* TAILORED */
.tailored-section { background: linear-gradient(135deg, var(--navy) 0%, #0e2540 100%); }
.tailored-inner { text-align: center; max-width: 680px; margin: 0 auto; }
.tailored-section .section-label { background: rgba(249,191,71,0.15); color: #F9BF47; }
.tailored-inner h2 { color: var(--white); margin-bottom: 14px; }
.tailored-inner p { color: rgba(255,255,255,0.7); margin-bottom: 32px; font-size: 1.02rem; }
.tailored-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* TWO PRICING MODELS */
.models-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; max-width: 880px; margin: 0 auto; }
.model-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 40px 34px; display: flex; flex-direction: column; transition: box-shadow 0.18s, transform 0.18s; }
.model-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.model-badge { display: inline-block; align-self: flex-start; background: rgba(232,77,107,0.1); color: var(--coral); font-size: 0.76rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 5px 13px; border-radius: 20px; margin-bottom: 18px; }
.model-card h3 { color: var(--navy); font-size: 1.3rem; margin-bottom: 14px; }
.model-rate { font-family: 'Poppins', sans-serif; font-size: 3.4rem; font-weight: 800; color: var(--navy); line-height: 1; margin-bottom: 6px; }
.model-rate small { font-size: 0.95rem; font-weight: 400; color: var(--text-light); }
.model-rate .from { font-size: 1rem; font-weight: 600; color: var(--text-light); margin-right: 4px; vertical-align: middle; }
.model-desc { color: var(--text-mid); font-size: 0.95rem; margin-bottom: 22px; }
.model-list { list-style: none; margin-bottom: 28px; flex-grow: 1; }
.model-list li { padding: 8px 0 8px 26px; position: relative; font-size: 0.92rem; color: var(--text-mid); border-top: 1px solid var(--border); }
.model-list li:first-child { border-top: none; }
.model-list li::before { content: "✓"; position: absolute; left: 0; color: var(--coral); font-weight: 700; }
.model-cta { justify-content: center; width: 100%; }
.models-note { text-align: center; color: var(--text-light); font-size: 0.9rem; max-width: 720px; margin: 32px auto 0; }
.models-note strong { color: var(--navy); }

/* CORE vs ADD-ON */
.core-section { background: var(--white); }
.core-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 24px; max-width: 880px; margin: 0 auto; align-items: start; }
.core-card { border-radius: var(--radius-md); padding: 32px 30px; border: 1px solid var(--border); }
.core-included { background: var(--bg-light); }
.core-addon { background: var(--white); }
.core-card h4 { color: var(--navy); font-size: 1.05rem; margin-bottom: 18px; padding-bottom: 14px; border-bottom: 1px solid var(--border); }
.core-card ul { list-style: none; }
.core-card ul li { padding: 9px 0 9px 28px; position: relative; font-size: 0.93rem; color: var(--text-mid); }
.core-included ul li::before { content: "✓"; position: absolute; left: 0; color: #16a34a; font-weight: 700; }
.core-addon ul li::before { content: "+"; position: absolute; left: 2px; color: var(--coral); font-weight: 800; }
.core-addon-note { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--border); font-size: 0.86rem; color: var(--text-light); }

/* ZEEVOU WEBSITE BANNER */
.zeevou-section { background: var(--bg-light); padding: 60px 0; }
.zeevou-inner { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; gap: 0; max-width: 880px; margin: 0 auto; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); }
.zeevou-photo { min-height: 220px; }
.zeevou-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.zeevou-text { padding: 36px 36px; border-left: 4px solid var(--coral); display: flex; flex-direction: column; justify-content: center; }
.zeevou-icon { width: 52px; height: 52px; flex-shrink: 0; background: rgba(232,77,107,0.08); border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.zeevou-icon svg { width: 26px; height: 26px; stroke: var(--coral); }
.zeevou-text h3 { color: var(--navy); font-size: 1.2rem; margin-bottom: 8px; }
.zeevou-text p { color: var(--text-mid); font-size: 0.93rem; }

/* FREE PRICE ANALYSIS */
.analysis-section { background: linear-gradient(135deg, var(--navy) 0%, #0e2540 100%); position: relative; overflow: hidden; }
.analysis-section::before { content: ''; position: absolute; top: -90px; left: -90px; width: 280px; height: 280px; background: radial-gradient(circle, rgba(232,77,107,0.18) 0%, transparent 70%); border-radius: 50%; pointer-events: none; }
.analysis-section::after { content: ''; position: absolute; bottom: -100px; right: -60px; width: 260px; height: 260px; background: radial-gradient(circle, rgba(249,191,71,0.12) 0%, transparent 70%); border-radius: 50%; pointer-events: none; }
.analysis-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; position: relative; z-index: 1; }
.analysis-copy .section-label { background: rgba(249,191,71,0.15); color: #F9BF47; }
.analysis-copy h2 { color: var(--white); }
.analysis-copy > p { color: rgba(255,255,255,0.72); font-size: 1.02rem; margin-bottom: 24px; }
.analysis-steps { list-style: none; margin-bottom: 22px; }
.analysis-steps li { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,0.85); font-size: 0.95rem; padding: 7px 0; }
.analysis-steps li span { width: 28px; height: 28px; flex-shrink: 0; background: var(--coral); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 0.85rem; }
.analysis-fineprint { color: rgba(255,255,255,0.5); font-size: 0.82rem; line-height: 1.6; }
.analysis-form-card { background: var(--white); border-radius: var(--radius-lg); padding: 34px 30px; box-shadow: var(--shadow-lg); }
.analysis-form-card h3 { color: var(--navy); font-size: 1.25rem; margin-bottom: 20px; }
.afg { margin-bottom: 14px; }
.afg label { display: block; font-size: 0.82rem; font-weight: 600; color: var(--text); margin-bottom: 5px; }
.afg label .opt { font-weight: 400; color: var(--text-light); }
.afg input, .afg select { width: 100%; padding: 11px 14px; border: 1.5px solid var(--border); border-radius: var(--radius-sm); font-size: 0.92rem; font-family: 'Inter', sans-serif; color: var(--text); background: var(--white); outline: none; transition: border-color 0.15s; }
.afg input:focus, .afg select:focus { border-color: var(--coral); }
.af-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.consent { display: flex; align-items: flex-start; gap: 10px; margin: 16px 0; font-size: 0.82rem; color: var(--text-mid); line-height: 1.5; cursor: pointer; }
.consent input { margin-top: 3px; flex-shrink: 0; width: 16px; height: 16px; accent-color: var(--coral); }
.afsubmit { width: 100%; padding: 14px; background: var(--coral); color: #fff; border: none; border-radius: 40px; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 0.98rem; cursor: pointer; transition: background 0.15s, transform 0.1s; }
.afsubmit:hover { background: #d43a58; transform: translateY(-1px); }

/* BOOKING CHANNELS MARQUEE */
.channels-section { background: var(--white); }
.ch-marquee-track { overflow: hidden; width: 100%; position: relative; max-width: 880px; margin: 0 auto; }
.ch-marquee-track::before, .ch-marquee-track::after { content: ''; position: absolute; top: 0; bottom: 0; width: 50px; z-index: 2; pointer-events: none; }
.ch-marquee-track::before { left: 0; background: linear-gradient(to right, var(--white), transparent); }
.ch-marquee-track::after { right: 0; background: linear-gradient(to left, var(--white), transparent); }
.ch-marquee-inner { display: flex; gap: 16px; width: max-content; animation: ch-scroll 20s linear infinite; }
.ch-marquee-track:hover .ch-marquee-inner { animation-play-state: paused; }
@keyframes ch-scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.ch-logo { background: var(--bg-light); border: 1px solid var(--border); border-radius: var(--radius-md); height: 76px; min-width: 168px; display: flex; align-items: center; justify-content: center; gap: 9px; flex-shrink: 0; }
.ch-logo svg.brand-mark { width: 24px; height: 24px; fill: #64748B; flex-shrink: 0; }
.ch-logo .brand-name { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 0.95rem; color: #64748B; letter-spacing: -0.01em; white-space: nowrap; }
.ch-note { text-align: center; color: var(--text-light); font-size: 0.85rem; margin-top: 18px; }

@media (max-width: 768px) {
    .pricing-card-main { padding: 36px 24px; }
    .pricing-features { grid-template-columns: 1fr; }
    .addons-grid { grid-template-columns: 1fr; }
    .incl-grid { grid-template-columns: 1fr; }
    .models-grid { grid-template-columns: 1fr; }
    .core-grid { grid-template-columns: 1fr; }
    .analysis-grid { grid-template-columns: 1fr; gap: 32px; }
    .zeevou-inner { grid-template-columns: 1fr; }
    .zeevou-photo { min-height: 180px; }
    .zeevou-text { border-left: none; border-top: 4px solid var(--coral); }
    nav .nav-link { display: none; }
}
