/* Cafe Services Page Styles */
.cafe-services-page {
    /* scope all overrides to this page */
}

/* Hero Section */
.cc-hero {
    background: linear-gradient(130deg,#0a2540,#123d6b);
    padding: 70px 0 56px;
    position: relative;
    overflow: hidden;
}
.cc-hero .container { position: relative; z-index: 2; }
.cc-hero-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 25% 20%,rgba(51,168,255,.15),transparent 60%),
                radial-gradient(circle at 80% 70%,rgba(0,255,194,.18),transparent 65%);
    opacity: .9;
    pointer-events: none;
}
.cc-hero-content { color: #fff; }
.cc-hero-title { font-size: 40px; font-weight: 700; line-height: 1.15; margin: 0 0 18px; }
.cc-hero-subtitle { display: block; font-size: 19px; font-weight: 400; color: #7dd3fc; margin-top: 6px; }
.cc-hero-desc { font-size: 16.5px; line-height: 1.55; color: #d9ecff; max-width: 680px; }
.cc-hero-actions { margin-top: 22px; display: flex; gap: 12px; flex-wrap: wrap; }

.btn-cafe-main { padding: 11px 26px; border-radius: 40px; background: #1d9bf0; border: none; }
.btn-cafe-secondary { padding: 11px 26px; border-radius: 40px; background: #0e6bb8; border: none; }

.cc-tags { margin: 18px 0 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 10px 14px; color: #ffffff !important; font-size: 12.5px; letter-spacing: .5px; text-transform: uppercase; }
.cc-tags li { color: #ffffff !important; }

.cc-features-grid { margin-top: 18px; display: grid; grid-template-columns: repeat(auto-fill,minmax(200px,1fr)); gap: 10px; }
.cc-feature-card { background: rgba(255,255,255,0.08); padding: 12px 14px; border-radius: 10px; border: 1px solid rgba(255,255,255,0.18); }
.cc-feature-card h5 { margin: 0 0 2px; font-size: 14px; font-weight: 600; color: #fff; }
.cc-feature-card p { margin: 0; font-size: 12px; line-height: 1.35; color: #d3edff; }

/* Lead capture form card */
.cc-form-card { background: #fff; border-radius: 12px; padding: 26px; box-shadow: 0 10px 38px -6px rgba(0,0,0,.4); position: relative; }
.cc-form-header { margin-bottom: 14px; }
.cc-form-header p { margin: 0; font-size: 12px; font-weight: 600; color: #0e6bb8; letter-spacing: .5px; text-transform: uppercase; }
.cc-form-header h3 { margin: 4px 0 2px; font-size: 22px; font-weight: 700; color: #0a2540; }
.cc-form-header span { display: block; font-size: 12px; color: #3d5d76; }

.m-0 { margin: 0 !important; }
.sr-only-offscreen { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.list-unstyled { list-style: none; margin: 0; padding: 0; }
.mb-14 { margin-bottom: 14px; }
.mb-10 { margin-bottom: 10px; }
.mb-18 { margin-bottom: 18px; }
.mb-30 { margin-bottom: 30px; }
.mt-6 { margin-top: 6px; }
.p-20 { padding: 20px; }
.pl-20 { padding-left: 20px; }
.text-sm { font-size: 14px; }
.cc-media { display: flex; align-items: flex-start; }

.cc-input { width: 100%; padding: 10px 14px; border: 1px solid #d3e2ec; border-radius: 6px; }
.cc-select { width: 100%; padding: 10px 14px; border: 1px solid #d3e2ec; border-radius: 6px; font-size: 13px; color: #173a52; }
.cc-submit-btn { width: 100%; padding: 12px 20px; border-radius: 6px; font-weight: 600; background: #1d9bf0; border: none; }

/* Generic sections */
.cc-section { padding: 60px 0; }
.cc-section-sm { padding: 40px 0; }
.cc-section-light { background: #f8f9fa; }
.cc-section-alt { background: #f9fafb; }
.cc-section-title { font-weight: 700; margin-bottom: 10px; }
.cc-section-subtitle { color: #666; max-width: 800px; margin: 0 auto 50px; }

/* Card and icon utilities */
.cc-card { background: #fff; padding: 25px; border-radius: 8px; box-shadow: 0 8px 25px rgba(0,0,0,0.06); height: 100%; }
.cc-icon { width: 60px; height: 60px; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.cc-icon-sm { width: 50px; height: 50px; border-radius: 8px; display: flex; align-items: center; justify-content: center; margin-right: 20px; flex-shrink: 0; }
.cc-icon i { color: #fff; font-size: 24px; }
.cc-icon-sm i { color: #fff; font-size: 20px; }

/* Gradient backgrounds for icons */
.bg-grad-blue { background: linear-gradient(135deg,#3498db,#2980b9); }
.bg-grad-red { background: linear-gradient(135deg,#e74c3c,#c0392b); }
.bg-grad-purple { background: linear-gradient(135deg,#9b59b6,#8e44ad); }
.bg-grad-orange { background: linear-gradient(135deg,#f39c12,#e67e22); }
.bg-grad-teal { background: linear-gradient(135deg,#1abc9c,#16a085); }
.bg-grad-slate { background: linear-gradient(135deg,#34495e,#2c3e50); }

/* Text color helpers used in pricing and tech icons */
.text-slate-500 { color: #6b7280; }
.text-slate-300 { color: #cbd5e1; }
.text-blue-500 { color: #3498db; }
.text-red-500 { color: #e74c3c; }
.text-teal-500 { color: #1abc9c; }
.text-amber-500 { color: #f39c12; }

/* Technology icon circle */
.cc-tech-icon { width: 80px; height: 80px; background: #f8f9fa; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; border: 2px solid #e9ecef; }
.cc-tech-item { text-align: center; padding: 20px; }
.cc-tech-icon i { font-size: 32px; }

/* Section intro block */
.cc-intro { max-width: 820px; margin: 0 auto 24px; }

/* Simple bullet list style used in advanced features */
.cc-ul { padding-left: 18px; color: #555; }

/* FAQ */
.cc-faq-item { background: #fff; border-radius: 8px; padding: 25px; margin-bottom: 20px; box-shadow: 0 4px 15px rgba(0,0,0,0.06); }
.cc-faq-item h4 { color: #2c3e50; margin-bottom: 15px; }
.cc-faq-item p { color: #666; margin: 0; }

/* CTA */
.cc-cta { padding: 60px 0; background: linear-gradient(135deg,#2c3e50,#34495e); }
.cc-cta-title { color: #fff; font-weight: 700; margin-bottom: 20px; }
.cc-cta-subtitle { color: #bdc3c7; font-size: 18px; margin-bottom: 40px; }
.cc-cta-primary { margin-right: 15px; padding: 15px 30px; font-size: 16px; }
.cc-cta-outline { background: transparent; border: 2px solid #3498db; color: #3498db; padding: 13px 30px; font-size: 16px; border-radius: 4px; }

/* Advanced features */
.cc-adv-item { background:#fff; border:1px solid #e5e7eb; border-radius:10px; padding:25px; display:flex; gap:20px; align-items:flex-start; }
.cc-adv-icon { width:60px; height:60px; border-radius:10px; display:flex; align-items:center; justify-content:center; }

/* Color utilities needed for icons and text */
.bg-indigo-100 { background:#eef2ff; }
.bg-emerald-100 { background:#ecfdf5; }
.bg-amber-100 { background:#fef3c7; }
.bg-blue-100 { background:#dbeafe; }
.text-indigo-500 { color:#6366f1; }
.text-emerald-500 { color:#10b981; }
.text-gray-600 { color:#666; }
.text-gray-400 { color:#cbd5e1; }
.text-gray-300 { color:#e5e7eb; }
.text-white { color:#fff; }

/* Spacing utilities used on this page */
.mb-8 { margin-bottom: 8px; }
.mb-20 { margin-bottom: 20px; }
.mb-24 { margin-bottom: 24px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 50px; }
.mt-15 { margin-top: 15px; }
.mr-15 { margin-right: 15px; }
.py-15 { padding-top: 15px; padding-bottom: 15px; }
.px-30 { padding-left: 30px; padding-right: 30px; }
.text-lg { font-size: 16px; }
.border-2 { border-width: 2px; border-style: solid; }
.border-blue-500 { border-color: #3498db; }
.rounded { border-radius: 4px; }
.fw-700 { font-weight: 700; }
.mx-auto { margin-left: auto; margin-right: auto; }
.max-w-800 { max-width: 800px; }

/* Pricing grid (local copy to avoid cross-page dependency) */
.wd-pricing-grid { display:flex; gap:24px; flex-wrap:wrap; margin-top:24px; align-items:stretch; }
.wd-pricing { position:relative; flex:1 1 280px; display:flex; flex-direction:column; justify-content:flex-start; background:#ffffff; padding:28px 26px 30px; border-radius:16px; box-shadow:0 6px 22px -4px rgba(15,23,42,0.08),0 2px 4px rgba(15,23,42,0.06); border:1px solid rgba(15,23,42,0.06); text-align:center; transition:box-shadow .28s ease,transform .28s ease,border-color .28s ease; }
.wd-pricing:hover { transform:translateY(-6px); box-shadow:0 16px 44px -6px rgba(15,23,42,0.18),0 4px 10px rgba(15,23,42,0.08); border-color:rgba(15,23,42,0.12); }
.wd-pricing h4 { margin:0 0 4px; font-size:18px; font-weight:700; color:#0f1724; letter-spacing:.3px; }
.wd-pricing p.price { font-size:30px; font-weight:800; margin:10px 0 4px; line-height:1; color:#0f1724; letter-spacing:-0.5px; }
.wd-pricing p.price small { font-size:13px; font-weight:500; color:#64748b; }
.wd-pricing p { color:#64748b; font-size:14px; line-height:1.45; margin:0 0 6px; }
.wd-pricing ul { list-style:none; padding:0; margin:14px 0 20px; }
.wd-pricing ul li { padding:7px 0; color:#475569; font-size:13.5px; display:flex; align-items:flex-start; gap:8px; line-height:1.35; }
.wd-pricing ul li:before { content:'\2713'; color:#0d9488; font-weight:600; font-size:14px; line-height:1; margin-top:1px; }
.wd-pricing a.btn, .wd-pricing .wd-btn { margin-top:auto; font-weight:600; letter-spacing:.3px; }
.wd-pricing.featured { background:linear-gradient(145deg,#0f172a,#1e3a8a); color:#fff; box-shadow:0 20px 48px -8px rgba(30,58,138,0.55),0 10px 18px -4px rgba(30,58,138,0.25); border:1px solid rgba(255,255,255,0.12); }
.wd-pricing.featured h4, .wd-pricing.featured p.price, .wd-pricing.featured p, .wd-pricing.featured ul li { color:#f1f5f9; }
.wd-pricing.featured ul li:before { color:#38bdf8; }
.wd-pricing .wd-ribbon { position:absolute; top:12px; right:-46px; background:#0d9488; color:#fff; font-size:11px; font-weight:600; padding:6px 54px; transform:rotate(45deg); box-shadow:0 4px 12px rgba(13,148,136,0.4); }
.wd-pricing.featured .wd-ribbon { background:#2563eb; }
.wd-btn { display:inline-block; padding:12px 22px; border-radius:8px; font-weight:700; text-decoration:none; }

/* Button overrides scoped to this page (moved from inline <style>) */
.cafe-services-page .btn-primary,
.cafe-services-page .btn-primary:visited,
.cafe-services-page .wd-btn-primary {
    background: linear-gradient(90deg, #3498db, #2980b9) !important;
    border-color: #3498db !important;
    color: #fff !important;
    box-shadow: 0 8px 30px rgba(52, 152, 219, 0.12) !important;
}
.cafe-services-page .btn-primary:hover,
.cafe-services-page .btn-primary:focus,
.cafe-services-page .btn-primary:active,
.cafe-services-page .open > .dropdown-toggle.btn-primary,
.cafe-services-page .wd-btn-primary:hover,
.cafe-services-page .wd-btn-primary:focus,
.cafe-services-page .wd-btn-primary:active {
    background: linear-gradient(90deg, #2980b9, #3498db) !important;
    border-color: #2980b9 !important;
    box-shadow: 0 18px 40px rgba(52, 152, 219, 0.18) !important;
}
.cafe-services-page .btn-primary.disabled,
.cafe-services-page .btn-primary[disabled],
.cafe-services-page fieldset[disabled] .btn-primary {
    background: linear-gradient(90deg,#a9cce3,#a9cce3) !important;
    border-color: #a9cce3 !important;
    color: #fff !important;
    opacity: 0.9 !important;
}
