/* Acrylic SEO landing pages */
.apl-page { background: #fafafa; color: #1a1a1a; font-family: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif; }
.apl-container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.apl-breadcrumb { background: #fff; border-bottom: 1px solid #eee; padding: 12px 0; font-size: 0.875rem; color: #666; }
.apl-breadcrumb a { color: #333; text-decoration: none; }
.apl-breadcrumb a:hover { color: #c5a059; }
.apl-breadcrumb span { margin: 0 6px; color: #c5a059; }

.apl-hero { background: linear-gradient(135deg, #0f0f0f 0%, #1a1a1a 50%, #252525 100%); color: #fff; padding: 48px 0 56px; }
.apl-hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
@media (max-width: 768px) { .apl-hero-inner { grid-template-columns: 1fr; } }
.apl-badge { display: inline-block; background: rgba(197,160,89,0.2); color: #e8c878; padding: 6px 14px; border-radius: 999px; font-size: 0.8rem; margin-bottom: 16px; }
.apl-hero h1 { font-size: clamp(1.75rem, 4vw, 2.5rem); line-height: 1.2; margin: 0 0 16px; }
.apl-hero-sub { font-size: 1.1rem; opacity: 0.9; margin-bottom: 20px; }
.apl-hero-pills { list-style: none; padding: 0; margin: 0 0 20px; }
.apl-hero-pills li { padding: 6px 0; font-size: 0.95rem; opacity: 0.85; }
.apl-hero-pills li::before { content: "✓ "; color: #c5a059; }
.apl-hero-price { font-size: 1.1rem; margin-bottom: 24px; }
.apl-hero-price strong { color: #e8c878; font-size: 1.35rem; }
.apl-hero-visual img { width: 100%; border-radius: 8px; box-shadow: 0 20px 40px rgba(0,0,0,0.4); object-fit: cover; max-height: 400px; }
.apl-hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; }

.apl-btn { display: inline-flex; align-items: center; padding: 14px 28px; font-weight: 600; text-decoration: none; border-radius: 6px; transition: 0.2s; font-size: 0.95rem; }
.apl-btn-primary { background: linear-gradient(135deg, #c5a059, #e8c878); color: #000 !important; }
.apl-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(197,160,89,0.35); }
.apl-btn-ghost { border: 1px solid rgba(255,255,255,0.4); color: #fff !important; background: transparent; }
.apl-section .apl-btn-ghost { border-color: #ccc; color: #333 !important; }

.apl-section { padding: 48px 0; }
.apl-section-alt { background: #fff; }
.apl-section-dark { background: #1a1a1a; color: #fff; }
.apl-section-head { text-align: center; margin-bottom: 32px; }
.apl-section-head h2 { font-size: 1.75rem; margin: 0 0 8px; }
.apl-prose { max-width: 800px; margin: 0 auto; line-height: 1.75; font-size: 1.05rem; }
.apl-prose p { margin-bottom: 1em; }

.apl-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
@media (max-width: 640px) { .apl-two-col { grid-template-columns: 1fr; } }
.apl-check-list { list-style: none; padding: 0; margin: 0; }
.apl-check-list li { padding: 8px 0; display: flex; gap: 10px; align-items: flex-start; }
.apl-check-list i { color: #c5a059; margin-top: 3px; }
.apl-check-list--grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 8px 24px; }
.apl-check-list--compact li { padding: 4px 0; font-size: 0.95rem; }

.apl-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.apl-tag { background: #f0f0f0; padding: 6px 14px; border-radius: 999px; font-size: 0.875rem; }
.apl-best-places { margin-top: 32px; }

.apl-spec-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 16px; }
.apl-spec-card { background: #fff; border: 1px solid #eee; border-radius: 8px; padding: 20px; text-align: center; }
.apl-spec-card i { font-size: 1.5rem; color: #c5a059; display: block; margin-bottom: 8px; }
.apl-spec-card strong { display: block; font-size: 0.85rem; color: #666; }
.apl-spec-card span { font-size: 0.95rem; font-weight: 600; }

.apl-table-wrap { overflow-x: auto; }
.apl-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,0.08); }
.apl-table th, .apl-table td { padding: 14px 18px; text-align: left; border-bottom: 1px solid #eee; }
.apl-table th { background: #1a1a1a; color: #fff; font-weight: 600; }
.apl-note { text-align: center; margin-top: 16px; font-size: 0.9rem; color: #666; }

.apl-steps { list-style: none; padding: 0; max-width: 640px; margin: 0 auto; }
.apl-steps li { display: flex; gap: 16px; padding: 16px 0; border-bottom: 1px solid #eee; }
.apl-step-num { flex-shrink: 0; width: 36px; height: 36px; background: #c5a059; color: #000; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; }
.apl-steps p { margin: 4px 0 0; color: #666; font-size: 0.95rem; }

.apl-preview-cta { text-align: center; max-width: 640px; margin: 0 auto; }
.apl-preview-cta h2 { color: #fff; }
.apl-section-dark .apl-check-list i { color: #e8c878; }

.apl-review-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.apl-review-card { background: #fff; border: 1px solid #eee; border-radius: 8px; padding: 24px; margin: 0; }
.apl-stars { color: #c5a059; margin-bottom: 8px; }
.apl-review-card footer { font-size: 0.875rem; color: #666; margin-top: 12px; }

.apl-faq-list { max-width: 800px; margin: 0 auto; }
.apl-faq-item { border: 1px solid #eee; border-radius: 8px; margin-bottom: 8px; background: #fff; }
.apl-faq-item summary { padding: 16px 20px; cursor: pointer; font-weight: 600; list-style: none; }
.apl-faq-item summary::-webkit-details-marker { display: none; }
.apl-faq-item p { padding: 0 20px 16px; margin: 0; color: #555; line-height: 1.6; }

.apl-link-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 12px; }
.apl-link-card { display: flex; align-items: center; gap: 10px; padding: 16px; background: #fff; border: 1px solid #eee; border-radius: 8px; text-decoration: none; color: #333; font-weight: 500; transition: 0.2s; }
.apl-link-card:hover { border-color: #c5a059; color: #c5a059; }
.apl-link-card i { color: #c5a059; }
.apl-link-card--hub { background: #1a1a1a; color: #fff !important; border-color: #1a1a1a; }

.apl-final-cta { background: linear-gradient(135deg, #c5a059, #a08040); color: #000; text-align: center; padding: 56px 0; }
.apl-final-cta h2 { margin: 0 0 8px; }
.apl-final-cta .apl-btn-primary { background: #000; color: #fff !important; }

/* Hub shop-by grid on product page */
.apl-hub { background: #f7f7f7; border-top: 1px solid #ececec; padding: 48px 0; }
.apl-hub-inner { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.apl-hub h2 { text-align: center; font-size: 1.5rem; margin: 0 0 8px; }
.apl-hub-sub { text-align: center; color: #666; margin-bottom: 32px; }
.apl-hub-group { margin-bottom: 28px; }
.apl-hub-group h3 { font-size: 1rem; text-transform: uppercase; letter-spacing: 0.05em; color: #888; margin: 0 0 12px; }
.apl-hub-links { display: flex; flex-wrap: wrap; gap: 8px; }
.apl-hub-links a { padding: 8px 16px; background: #fff; border: 1px solid #ddd; border-radius: 999px; text-decoration: none; color: #333; font-size: 0.875rem; transition: 0.2s; }
.apl-hub-links a:hover { border-color: #c5a059; color: #c5a059; }

/* Lifestyle gallery */
.apl-gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px; }
.apl-gallery-item { margin: 0; border-radius: 8px; overflow: hidden; background: #eee; aspect-ratio: 4/3; }
.apl-gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.3s; }
.apl-gallery-item:hover img { transform: scale(1.03); }

/* Hub cards with thumbnails */
.apl-hub-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 12px; }
.apl-hub-card { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 12px; background: #fff; border: 1px solid #ddd; border-radius: 8px; text-decoration: none; color: #333; font-size: 0.8rem; font-weight: 500; transition: 0.2s; }
.apl-hub-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 6px; margin-bottom: 8px; }
.apl-hub-card:hover { border-color: #c5a059; color: #c5a059; }
