@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Lato:wght@400;600;700;800&display=swap');

:root {
  --dark: #2B1A45;
  --purple: #9266CC;
  --purple-lt: rgba(146,102,204,0.18);
  --cream: #F5EDE0;
  --cream-dark: #ede3d4;
  --text-mid: #5a4e6a;
  --border: rgba(146,102,204,0.22);
  --white: #ffffff;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Lato', sans-serif; color: var(--dark); background: #fff; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; }
h1,h2,h3,h4 { font-family: 'Playfair Display', serif; }

/* Buttons */
.btn { display: inline-block; padding: 13px 30px; border-radius: 6px; font-weight: 700; font-size: 14px; letter-spacing: 0.5px; cursor: pointer; transition: all .2s; font-family: 'Lato', sans-serif; border: 2px solid transparent; }
.btn-primary  { background: var(--dark); color: #fff; }
.btn-primary:hover { background: #3d2660; }
.btn-secondary { background: var(--purple); color: #fff; }
.btn-secondary:hover { background: #7a52b0; }
.btn-outline   { background: transparent; border-color: var(--dark); color: var(--dark); }
.btn-outline:hover { background: var(--dark); color: #fff; }
.btn-sm { padding: 9px 20px; font-size: 13px; }

/* Layout */
.container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.section { padding: 72px 0; }
.section-cream { background: var(--cream); }
.section-dark  { background: var(--dark); }
.section-head  { text-align: center; margin-bottom: 48px; }
.section-title { font-size: 2rem; color: var(--dark); margin-bottom: 12px; }
.section-sub   { font-size: 15px; color: var(--text-mid); max-width: 560px; margin: 0 auto; line-height: 1.7; }
.section-dark .section-title { color: #fff; }
.section-dark .section-sub   { color: rgba(255,255,255,0.7); }

/* Banner */
.banner { background: linear-gradient(90deg, var(--dark), #4a2d7a); color: rgba(255,255,255,0.9); text-align: center; padding: 11px 20px; font-size: 13px; font-weight: 600; }
.banner a { color: var(--purple); font-weight: 700; margin-left: 6px; }
.banner-badge { display: inline-block; background: var(--purple); color: #fff; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; padding: 3px 10px; border-radius: 20px; margin-right: 8px; vertical-align: middle; }
.banner-badge i { font-size: 10px; }

/* Navbar */
.navbar { position: sticky; top: 0; z-index: 100; background: #fff; border-bottom: 1px solid var(--border); box-shadow: 0 1px 8px rgba(43,26,69,0.07); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; max-width: 1160px; margin: 0 auto; padding: 0 24px; height: 66px; gap: 20px; }
.nav-logo { display: flex; align-items: center; gap: 10px; }
.nav-logo-text { font-family: 'Playfair Display', serif; font-size: 18px; color: var(--dark); line-height: 1.15; }
.nav-logo-text small { display: block; font-size: 11px; font-family: 'Lato', sans-serif; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--purple); }
.nav-links { display: flex; gap: 6px; align-items: center; }
.nav-links a { font-size: 13px; font-weight: 700; color: var(--text-mid); padding: 6px 10px; border-radius: 5px; transition: color .2s; }
.nav-links a:hover, .nav-links a.active { color: var(--dark); }
.nav-cta { white-space: nowrap; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--dark); border-radius: 2px; }
@media (max-width: 860px) {
  .nav-links { display: none; position: absolute; top: 66px; left: 0; right: 0; background: #fff; flex-direction: column; padding: 16px 24px; border-bottom: 1px solid var(--border); gap: 4px; }
  .nav-links.open { display: flex; }
  .nav-toggle { display: flex; }
  .nav-cta { display: none; }
}

/* Hero */
.hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 500px; align-items: center; gap: 0; }
.hero-text { padding: 60px 48px 60px 0; max-width: 560px; margin-left: auto; }
.hero-eyebrow { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 2px; color: var(--purple); margin-bottom: 14px; }
.hero-title { font-size: 2.6rem; color: var(--dark); line-height: 1.2; margin-bottom: 18px; }
.hero-desc  { font-size: 16px; color: var(--text-mid); line-height: 1.75; margin-bottom: 28px; }
.hero-btns  { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-photo { height: 100%; min-height: 500px; overflow: hidden; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center center; display: block; }
@media (max-width: 780px) {
  .hero { grid-template-columns: 1fr; }
  .hero-text { padding: 48px 24px; margin: 0; max-width: 100%; }
  .hero-photo { min-height: 280px; }
}

/* Why strip */
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.why-item  { text-align: center; padding: 36px 24px; border-right: 1px solid rgba(146,102,204,0.2); }
.why-item:last-child { border-right: none; }
.why-icon  { font-size: 26px; margin-bottom: 14px; color: var(--purple); line-height: 1; }
.why-title { font-family: 'Playfair Display', serif; font-size: 15px; color: var(--dark); margin-bottom: 8px; }
.why-desc  { font-size: 13px; color: var(--text-mid); line-height: 1.7; }
@media (max-width: 720px) { .why-grid { grid-template-columns: repeat(2,1fr); } .why-item { border-right: none; border-bottom: 1px solid var(--border); } }

/* Service cards */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.svc-card  { border-radius: 12px; overflow: hidden; border: 1px solid var(--border); background: #fff; transition: box-shadow .2s; }
.svc-card:hover { box-shadow: 0 8px 30px rgba(43,26,69,0.1); }
.svc-photo { height: 200px; overflow: hidden; background: var(--cream); }
.svc-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.svc-body  { padding: 22px; }
.svc-title { font-size: 1.1rem; color: var(--dark); margin-bottom: 8px; }
.svc-desc  { font-size: 13px; color: var(--text-mid); line-height: 1.7; margin-bottom: 16px; }
.svc-link  { font-size: 13px; font-weight: 700; color: var(--purple); }
@media (max-width: 700px) { .svc-grid { grid-template-columns: 1fr; } }

/* Package cards */
.pkg-grid  { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; margin-bottom: 28px; }
.pkg-card  { border-radius: 12px; border: 2px solid #D4C5E8; overflow: hidden; background: #fff; display: flex; flex-direction: column; }
.pkg-card.featured { border-color: var(--purple); box-shadow: 0 4px 20px rgba(146,102,204,0.2); }
.pkg-head  { padding: 24px 24px 16px; border-bottom: 2px solid #D4C5E8; background: var(--cream); flex-shrink: 0; border-top: 4px solid var(--purple); }
.pkg-head.alt { background: var(--dark); border-top: none; border-bottom: none; }
.pkg-head.alt .pkg-name { color: #fff; }
.pkg-head.alt .pkg-tag  { color: rgba(255,255,255,0.65); }
.pkg-emoji { font-size: 22px; margin-bottom: 8px; color: var(--purple); }
.pkg-emoji i { font-size: 22px; }
.pkg-head.alt .pkg-emoji { color: rgba(255,255,255,0.8); }
.pkg-badge { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; color: var(--purple); background: rgba(146,102,204,0.12); padding: 3px 10px; border-radius: 20px; display: inline-block; margin-bottom: 10px; }
.pkg-head.alt .pkg-badge { color: #f5e47a; background: rgba(245,228,122,0.15); }
.pkg-name  { font-family: 'Playfair Display', serif; font-size: 1.2rem; color: var(--dark); margin-bottom: 4px; }
.pkg-tag   { font-size: 12px; color: var(--text-mid); }
.pkg-body  { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.pkg-price { font-size: 2rem; font-family: 'Playfair Display', serif; color: var(--dark); margin-bottom: 16px; }
.pkg-price span { font-size: 14px; color: var(--text-mid); font-family: 'Lato', sans-serif; }
.pkg-list  { display: flex; flex-direction: column; gap: 8px; margin-bottom: 22px; flex: 1; }
.pkg-list li { font-size: 14px; color: var(--text-mid); padding-left: 18px; position: relative; }
.pkg-list li::before { content: '—'; position: absolute; left: 0; color: var(--purple); font-weight: 700; }
@media (max-width: 640px) { .pkg-grid { grid-template-columns: 1fr; } }

/* Mega package */
.mega-pkg  { background: var(--dark); border-radius: 14px; padding: 36px; display: flex; align-items: center; gap: 40px; }
.mega-left { flex: 1; }
.mega-emoji{ font-size: 28px; margin-bottom: 8px; color: rgba(255,255,255,0.8); }
.mega-name { font-size: 1.5rem; color: #fff; margin-bottom: 10px; }
.mega-desc { font-size: 14px; color: rgba(255,255,255,0.7); line-height: 1.7; margin-bottom: 18px; }
.mega-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.mega-tag  { background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.85); padding: 5px 12px; border-radius: 20px; font-size: 12px; font-weight: 600; }
.mega-price{ text-align: center; min-width: 160px; }
.mega-amount { font-family: 'Playfair Display', serif; font-size: 2.4rem; color: #fff; display: block; }
.mega-per  { font-size: 13px; color: rgba(255,255,255,0.6); display: block; margin-bottom: 16px; }
@media (max-width: 700px) { .mega-pkg { flex-direction: column; gap: 24px; } .mega-price { text-align: left; } }

/* Testimonials */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testi-grid-centered { grid-template-columns: repeat(2, 1fr); max-width: 860px; margin: 0 auto; align-items: start; }
.testi-card { background: var(--cream); border-radius: 12px; padding: 28px; }
.testi-photo-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 20px; }
.testi-photo-strip img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 8px; }
.testi-stars{ color: var(--purple); font-size: 14px; letter-spacing: 2px; margin-bottom: 12px; }
.testi-text { font-size: 14px; color: var(--text-mid); line-height: 1.8; margin-bottom: 16px; font-style: italic; }
.testi-name { font-size: 13px; font-weight: 800; color: var(--dark); text-transform: uppercase; letter-spacing: 0.5px; }
.testi-source { font-weight: 600; color: var(--purple); text-transform: none; font-size: 12px; }
@media (max-width: 680px) { .testi-grid, .testi-grid-centered { grid-template-columns: 1fr; } }

/* Service area */
.area-strip { background: var(--cream); padding: 40px 0; text-align: center; }
.area-title { font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px; color: var(--dark); margin-bottom: 20px; }
.area-title i { color: var(--purple); margin-right: 8px; }
.area-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.area-pill  { background: #fff; border: 1px solid var(--border); color: var(--dark); padding: 7px 18px; border-radius: 24px; font-size: 13px; font-weight: 600; }

/* FAQ */
.faq-wrap { max-width: 760px; margin: 0 auto; }
.faq-section-label { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px; color: var(--purple); margin: 36px 0 12px; font-family: 'Lato', sans-serif; }
.faq-item  { border-bottom: 1px solid var(--border); padding: 20px 0; }
.faq-item:first-of-type { border-top: 1px solid var(--border); }
.faq-q { font-size: 16px; font-weight: 700; color: var(--dark); margin-bottom: 10px; font-family: 'Playfair Display', serif; }
.faq-a { font-size: 14px; color: var(--text-mid); line-height: 1.8; }

/* Quote form */
.form-wrap { max-width: 760px; margin: 0 auto; }
.form-grid  { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-full  { grid-column: 1 / -1; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
label { font-size: 12px; font-weight: 700; color: var(--dark); text-transform: uppercase; letter-spacing: 0.5px; }
input, select, textarea { padding: 12px 14px; border: 2px solid var(--border); border-radius: 8px; font-size: 14px; font-family: 'Lato', sans-serif; color: var(--dark); width: 100%; transition: border-color .2s; }
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--purple); }
textarea { resize: vertical; min-height: 120px; }
.form-submit { text-align: center; margin-top: 28px; }
.form-section-label { font-size: 12px; font-weight: 700; color: var(--dark); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 10px; display: block; }
.form-section-hint  { font-size: 12px; color: var(--text-mid); margin-bottom: 14px; margin-top: -6px; }
.qty-grid  { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 12px; }
.qty-item  { display: flex; flex-direction: column; gap: 5px; }
.qty-item label { font-size: 12px; font-weight: 600; color: var(--dark); text-transform: none; letter-spacing: 0; }
.qty-price { font-size: 11px; color: var(--text-mid); margin-top: 2px; }
.qty-item input[type="number"] { padding: 10px 12px; max-width: 120px; }
.check-grid  { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px; margin-top: 4px; }
.check-item  { display: flex; align-items: flex-start; gap: 10px; background: var(--cream); border: 2px solid var(--border); border-radius: 10px; padding: 12px 14px; cursor: pointer; transition: border-color .2s; }
.check-item:hover { border-color: var(--purple); }
.check-item input[type="checkbox"] { width: 18px; height: 18px; min-width: 18px; accent-color: var(--purple); margin-top: 2px; cursor: pointer; }
.check-item-text  { display: flex; flex-direction: column; gap: 2px; }
.check-item-name  { font-size: 13px; font-weight: 700; color: var(--dark); }
.check-item-price { font-size: 12px; color: var(--purple); font-weight: 600; }
.linen-row { display: flex; align-items: center; gap: 12px; margin-top: 8px; flex-wrap: wrap; }
.linen-row label { text-transform: none; letter-spacing: 0; font-size: 13px; font-weight: 600; white-space: nowrap; }
.linen-row select { max-width: 180px; padding: 8px 12px; font-size: 13px; }
@media (max-width: 540px) { .form-grid { grid-template-columns: 1fr; } .qty-grid { grid-template-columns: 1fr 1fr; } .check-grid { grid-template-columns: 1fr; } }

/* Page hero */
.page-hero { background: linear-gradient(135deg, var(--dark), #4a2d7a); padding: 56px 24px; text-align: center; color: #fff; }
.page-hero h1 { font-size: 2.4rem; margin-bottom: 10px; }
.page-hero p  { font-size: 16px; opacity: 0.8; max-width: 560px; margin: 0 auto; }

/* About */
.about-grid  { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-photo { border-radius: 16px; overflow: hidden; height: 420px; background: var(--cream); }
.about-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.about-content h2 { font-size: 2rem; color: var(--dark); margin-bottom: 20px; }
.about-content p  { font-size: 15px; color: var(--text-mid); line-height: 1.8; margin-bottom: 18px; }
@media (max-width: 720px) { .about-grid { grid-template-columns: 1fr; } .about-photo { height: 260px; } }
.about-name-block { max-width: 720px; margin: 0 auto; text-align: center; }
.about-name-block h2 { font-size: 2rem; color: var(--dark); margin-bottom: 20px; }
.about-name-block p { font-size: 1.05rem; color: var(--text-mid); line-height: 1.85; margin-bottom: 18px; }
.about-name-block p:last-child { margin-bottom: 0; }

/* Event gallery */
.event-gallery { display: grid; grid-template-columns: 1.4fr 1fr 1fr; grid-template-rows: auto auto; gap: 16px; margin-bottom: 16px; }
.event-gallery-item { border-radius: 12px; overflow: hidden; aspect-ratio: 4/5; }
.event-gallery-item--tall { grid-row: span 2; aspect-ratio: unset; }
.event-gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.35s ease; }
.event-gallery-item:hover img { transform: scale(1.03); }
.event-gallery-credit { text-align: center; font-size: 12px; color: #aaa; font-style: italic; margin-top: 4px; margin-bottom: 32px; }
@media (max-width: 640px) { .event-gallery { grid-template-columns: 1fr; } .event-gallery-item--tall { grid-row: span 1; aspect-ratio: 4/5; } }
.event-video-wrap { max-width: 360px; margin: 0 auto; }
.event-video-label { text-align: center; font-size: 14px; font-weight: 700; color: var(--dark); margin-bottom: 12px; }
.event-video-label i { color: var(--purple); margin-right: 6px; }
.event-video { width: 100%; max-height: 480px; object-fit: contain; border-radius: 12px; display: block; box-shadow: 0 4px 24px rgba(43,26,69,0.12); background: #000; }
@media (max-width: 640px) { .event-gallery { grid-template-columns: 1fr; } }

/* Inventory */
.inv-section { margin-bottom: 56px; }
.flower-wall-grid { grid-template-columns: repeat(3, 1fr) !important; }
@media (max-width: 720px) { .flower-wall-grid { grid-template-columns: repeat(2, 1fr) !important; } }
@media (max-width: 480px) { .flower-wall-grid { grid-template-columns: 1fr !important; } }
.inv-section-title { font-size: 1.4rem; color: var(--dark); padding-bottom: 12px; border-bottom: 2px solid var(--purple-lt); margin-bottom: 8px; }
.inv-section-title i { color: var(--purple); margin-right: 8px; font-size: 1.2rem; vertical-align: middle; }
.inv-section-desc  { font-size: 14px; color: var(--text-mid); margin-bottom: 28px; }
.item-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 20px; }
.item-card { border-radius: 10px; border: 1px solid var(--border); overflow: hidden; background: #fff; display: flex; flex-direction: column; }
.item-photo { height: 160px; background: var(--cream); display: flex; align-items: center; justify-content: center; overflow: hidden; flex-shrink: 0; }
.item-photo img { width: 100%; height: 100%; object-fit: contain; padding: 12px; box-sizing: border-box; display: block; mix-blend-mode: multiply; }
.photo-ph   { width: 100%; height: 100%; background: linear-gradient(135deg, #f0e8f8, #e8dff5); }
.item-body  { padding: 14px; display: flex; flex-direction: column; flex: 1; }
.item-name  { font-size: 14px; font-weight: 700; color: var(--dark); margin-bottom: 4px; }
.item-price { font-size: 13px; color: var(--purple); font-weight: 700; margin-bottom: 6px; }
.item-desc  { font-size: 12px; color: var(--text-mid); line-height: 1.6; flex: 1; }

/* Inflatable cards */
.inf-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
@media (max-width: 580px) { .inf-grid { grid-template-columns: 1fr; } }
.inf-card { border-radius: 12px; border: 1px solid var(--border); overflow: hidden; background: #fff; box-shadow: 0 2px 12px rgba(43,26,69,0.05); display: flex; flex-direction: column; }
.inf-photo { height: 280px; overflow: hidden; background: var(--cream); flex-shrink: 0; }
.inf-photo img { width: 100%; height: 100%; object-fit: contain; object-position: center center; display: block; padding: 12px; box-sizing: border-box; }
.inf-body  { padding: 18px; display: flex; flex-direction: column; flex: 1; }
.inf-name  { font-family: 'Playfair Display', serif; font-size: 1.05rem; color: var(--dark); margin-bottom: 4px; }
.inf-price { font-size: 14px; color: var(--purple); font-weight: 700; margin-bottom: 8px; }
.inf-desc  { font-size: 13px; color: var(--text-mid); line-height: 1.65; margin-bottom: 14px; flex: 1; }
.inf-tag   { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--purple); background: var(--purple-lt); padding: 3px 10px; border-radius: 20px; display: inline-block; margin-bottom: 4px; }
.inf-tag--indoor { color: #2B8A3E; background: #f0fbf4; border: 1px solid #2B8A3E; }
.item-sidewall-tag { font-size: 11px; font-weight: 700; color: #2B8A3E; background: #f0fbf4; border: 1px solid #2B8A3E; padding: 3px 10px; border-radius: 20px; display: inline-block; margin-top: 6px; }
.item-tag-basic { font-size: 11px; font-weight: 700; color: #888; background: #f5f5f5; border: 1px solid #ddd; padding: 3px 10px; border-radius: 20px; display: inline-block; margin-top: 6px; }

/* Bundle box */
.bundle-box { background: var(--cream); border: 2px solid var(--purple-lt); border-radius: 14px; padding: 28px 32px; display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 28px; }
.bundle-text h3 { font-size: 1.2rem; color: var(--dark); margin-bottom: 6px; }
.bundle-text p  { font-size: 14px; color: var(--text-mid); }
.bundle-price { text-align: center; }
.bundle-amount { font-family: 'Playfair Display', serif; font-size: 2rem; color: var(--dark); display: block; }
.bundle-save   { font-size: 12px; font-weight: 700; color: var(--purple); }
@media (max-width: 580px) { .bundle-box { flex-direction: column; text-align: center; } }

/* CTA section */
.cta-section { background: var(--dark); padding: 64px 24px; text-align: center; }
.cta-section h2 { font-size: 2rem; color: #fff; margin-bottom: 14px; }
.cta-section p  { font-size: 15px; color: rgba(255,255,255,0.7); max-width: 480px; margin: 0 auto 28px; line-height: 1.7; }

/* Footer */
.footer { background: var(--dark); color: rgba(255,255,255,0.8); padding: 52px 0 28px; }
.footer-grid  { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-brand { font-family: 'Playfair Display', serif; font-size: 20px; color: #fff; margin-bottom: 10px; }
.footer-brand-desc { font-size: 13px; line-height: 1.7; color: rgba(255,255,255,0.6); }
.footer-col-title { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px; color: var(--purple); margin-bottom: 16px; font-family: 'Lato', sans-serif; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: 14px; color: rgba(255,255,255,0.7); }
.footer-links a:hover { color: #fff; }
.footer-contact-item { font-size: 14px; color: rgba(255,255,255,0.7); margin-bottom: 10px; display: flex; align-items: center; gap: 9px; }
.footer-contact-item i { color: var(--purple); font-size: 13px; min-width: 14px; }
.footer-contact-item a { color: rgba(255,255,255,0.7); }
.footer-contact-item a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; font-size: 12px; color: rgba(255,255,255,0.4); flex-wrap: wrap; gap: 8px; }
@media (max-width: 720px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .footer-grid { grid-template-columns: 1fr; } }



/* Planning Guide styles */
.guide-nav { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 48px; justify-content: center; }
.guide-nav a { background: var(--cream); border: 2px solid var(--border); color: var(--dark); padding: 9px 20px; border-radius: 24px; font-size: 13px; font-weight: 700; transition: all .2s; }
.guide-nav a:hover { background: var(--purple); color: #fff; border-color: var(--purple); }
.guide-section { margin-bottom: 64px; scroll-margin-top: 80px; }
.guide-section-title { font-size: 1.6rem; color: var(--dark); margin-bottom: 6px; padding-bottom: 14px; border-bottom: 3px solid var(--purple-lt); display: flex; align-items: center; gap: 12px; }
.guide-section-title i { color: var(--purple); font-size: 1.3rem; }
.guide-intro { font-size: 14px; color: var(--text-mid); line-height: 1.8; margin-bottom: 28px; max-width: 740px; }
.guide-table { width: 100%; border-collapse: collapse; font-size: 14px; margin-bottom: 20px; }
.guide-table th { background: var(--dark); color: #fff; padding: 12px 16px; text-align: left; font-family: 'Lato', sans-serif; font-size: 12px; letter-spacing: 0.5px; text-transform: uppercase; }
.guide-table th:first-child { border-radius: 8px 0 0 0; }
.guide-table th:last-child  { border-radius: 0 8px 0 0; }
.guide-table td { padding: 12px 16px; border-bottom: 1px solid var(--border); color: var(--dark); vertical-align: top; }
.guide-table tr:last-child td { border-bottom: none; }
.guide-table tr:nth-child(even) td { background: #faf7f5; }
.guide-table .highlight td { background: rgba(146,102,204,0.07) !important; font-weight: 600; }
.guide-tip { background: var(--cream); border-left: 4px solid var(--purple); padding: 16px 20px; border-radius: 0 10px 10px 0; font-size: 14px; color: var(--text-mid); line-height: 1.75; margin-bottom: 24px; }
.guide-tip strong { color: var(--dark); }
.guide-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; margin-bottom: 24px; }
.guide-card { border: 1px solid var(--border); border-radius: 12px; overflow: hidden; background: #fff; }
.guide-card-head { background: var(--dark); color: #fff; padding: 16px 20px; }
.guide-card-head h3 { font-size: 1rem; margin-bottom: 2px; }
.guide-card-head p  { font-size: 12px; opacity: 0.7; }
.guide-card-body { padding: 16px 20px; }
.guide-card-row { display: flex; justify-content: space-between; align-items: baseline; padding: 7px 0; border-bottom: 1px solid var(--border); font-size: 13px; }
.guide-card-row:last-child { border-bottom: none; }
.guide-card-label { color: var(--text-mid); }
.guide-card-value { font-weight: 700; color: var(--dark); text-align: right; }
.guide-card-value.green { color: #2B8A3E; }
.bounce-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 20px; }
.bounce-card { border: 1px solid var(--border); border-radius: 12px; padding: 20px; background: #fff; }
.bounce-card h3 { font-size: 1rem; color: var(--dark); margin-bottom: 10px; }
.bounce-stat { display: flex; gap: 10px; align-items: flex-start; padding: 6px 0; border-bottom: 1px solid var(--border); font-size: 13px; }
.bounce-stat:last-child { border-bottom: none; }
.bounce-stat i { color: var(--purple); min-width: 16px; margin-top: 1px; }
.bounce-stat-text { color: var(--text-mid); }
.bounce-stat-text strong { color: var(--dark); display: block; }
@media (max-width: 600px) { .guide-table { font-size: 12px; } .guide-table td, .guide-table th { padding: 9px 10px; } }

/* ── Quote Builder Cart ──────────────────────────────────── */

/* Overlay */
.cart-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.45); z-index: 1000; opacity: 0; pointer-events: none; transition: opacity .3s; }
.cart-overlay.open { opacity: 1; pointer-events: all; }

/* Drawer */
.cart-drawer { position: fixed; right: 0; top: 0; height: 100%; width: 360px; max-width: 95vw; background: #fff; z-index: 1001; transform: translateX(100%); transition: transform .35s cubic-bezier(.4,0,.2,1); display: flex; flex-direction: column; box-shadow: -4px 0 32px rgba(43,26,69,0.18); }
.cart-drawer.open { transform: translateX(0); }

.cart-drawer-head { background: var(--dark); color: #fff; padding: 20px 24px; display: flex; align-items: flex-start; justify-content: space-between; flex-shrink: 0; }
.cart-drawer-title { font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 3px; }
.cart-drawer-title i { margin-right: 8px; color: var(--purple); }
.cart-drawer-sub { font-size: 12px; color: rgba(255,255,255,.65); }
.cart-drawer-close { background: none; border: none; color: rgba(255,255,255,.7); font-size: 20px; cursor: pointer; padding: 0; line-height: 1; flex-shrink: 0; transition: color .15s; }
.cart-drawer-close:hover { color: #fff; }

.cart-drawer-body { flex: 1; overflow-y: auto; padding: 16px 20px; }

.cart-empty { text-align: center; padding: 52px 24px 32px; color: #bbb; }
.cart-empty i { font-size: 44px; display: block; margin-bottom: 14px; color: #e0d8f0; }
.cart-empty p { font-size: 14px; line-height: 1.75; color: #999; }

.cart-line { padding: 14px 0; border-bottom: 1px solid #f0ece8; }
.cart-line:last-child { border-bottom: none; }
.cart-line-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 8px; gap: 8px; }
.cart-line-name { font-size: 13.5px; font-weight: 600; color: var(--dark); flex: 1; line-height: 1.4; }
.cart-remove-btn { background: none; border: none; color: #ccc; cursor: pointer; font-size: 14px; padding: 0; flex-shrink: 0; transition: color .15s; }
.cart-remove-btn:hover { color: #d63; }
.cart-line-bottom { display: flex; justify-content: space-between; align-items: center; }
.cart-line-price { font-size: 12px; color: #888; }
.cart-line-qty { display: flex; align-items: center; gap: 10px; }
.cart-qty-btn { width: 28px; height: 28px; border-radius: 50%; border: 1.5px solid #d0c8e0; background: #fff; color: var(--dark); font-size: 17px; cursor: pointer; display: flex; align-items: center; justify-content: center; line-height: 1; transition: all .15s; padding: 0; }
.cart-qty-btn:hover { background: var(--dark); color: #fff; border-color: var(--dark); }
.cart-qty-num { font-size: 14px; font-weight: 700; color: var(--dark); min-width: 20px; text-align: center; }

.cart-drawer-footer { padding: 16px 20px 20px; border-top: 2px solid #f0ece8; background: #faf9ff; flex-shrink: 0; }
.cart-total-row { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 2px; }
.cart-total-label { font-size: 13px; font-weight: 700; color: var(--dark); }
.cart-total-amount { font-size: 26px; font-weight: 700; color: var(--dark); font-family: 'Playfair Display', serif; }
.cart-total-note { font-size: 11px; color: #999; margin-bottom: 14px; line-height: 1.5; }
.cart-quote-btn { width: 100%; display: block; text-align: center; margin-bottom: 10px; }
.cart-clear-btn { background: none; border: none; color: #bbb; font-size: 12px; cursor: pointer; width: 100%; text-align: center; padding: 4px; font-family: 'Lato', sans-serif; transition: color .15s; }
.cart-clear-btn:hover { color: #888; }

/* Floating button */
.cart-float-btn { position: fixed; bottom: 28px; right: 28px; z-index: 999; background: var(--dark); color: #fff; border: none; border-radius: 50px; padding: 14px 22px; display: flex; align-items: center; gap: 10px; cursor: pointer; box-shadow: 0 4px 20px rgba(43,26,69,.38); font-family: 'Lato', sans-serif; font-weight: 700; font-size: 14px; transition: all .2s; }
.cart-float-btn:hover { background: #3d2660; transform: translateY(-2px); box-shadow: 0 6px 28px rgba(43,26,69,.45); }
.cart-float-btn i { font-size: 16px; }
.cart-float-label { letter-spacing: .3px; }
.cart-badge { background: var(--purple); color: #fff; font-size: 12px; font-weight: 800; padding: 3px 8px; border-radius: 20px; min-width: 22px; text-align: center; }

/* Add to Quote buttons on inventory cards */
.add-to-quote-btn { width: 100%; margin-top: 14px; padding: 10px 16px; background: transparent; border: 2px solid var(--dark); border-radius: 8px; color: var(--dark); font-size: 13px; font-weight: 700; font-family: 'Lato', sans-serif; cursor: pointer; transition: all .2s; display: flex; align-items: center; justify-content: center; gap: 8px; }
.add-to-quote-btn:hover { background: var(--dark); color: #fff; }
.add-to-quote-btn.in-cart { background: #2B8A3E; border-color: #2B8A3E; color: #fff; }
.add-to-quote-btn.in-cart:hover { background: #236b32; border-color: #236b32; }

/* Cart banner on quote.html */
.cart-quote-banner { background: linear-gradient(135deg,#2B1A45,#4a2d7a); border-radius: 12px; padding: 20px 24px; margin-bottom: 24px; }
.cart-quote-banner h3 { margin: 0 0 6px; font-size: 16px; color: #fff; }
.cart-quote-banner p { margin: 0 0 12px; font-size: 13px; color: rgba(255,255,255,.8); }
.cqb-list { list-style: none; padding: 0; margin: 0 0 14px; }
.cqb-list li { font-size: 13px; color: rgba(255,255,255,.9); padding: 4px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.cqb-list li:last-child { border-bottom: none; }
.cqb-note { font-size: 12px; color: rgba(255,255,255,.6); margin: 0; }
