/*
Theme Name: AJK Tenda Membrane
Theme URI: https://protenda.site
Author: AJK Tenda Membrane Structure
Author URI: https://protenda.site
Description: Tema WordPress profesional untuk AJK Tenda Membrane Structure - Spesialis fabrikasi dan instalasi tenda membrane sejak 2003. SEO-optimized, mobile-responsive, dengan integrasi WhatsApp dan chatbot otomatis.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ajk-tenda
Tags: business, portfolio, custom-logo, custom-menu, featured-images, full-width-template, responsive-layout, threaded-comments, translation-ready
*/

/* ============================================
   RESET & BASE
   ============================================ */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #1a1a1a;
  line-height: 1.6;
  background: #fff;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
.serif { font-family: 'Cormorant Garamond', Georgia, serif; }
.container { max-width: 1280px; margin: 0 auto; padding: 0 5%; }
section { padding: 100px 0; }

/* ============================================
   ACCESSIBILITY
   ============================================ */
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; top: -40px; left: 0; background: #000; color: #fff;
  padding: 8px 16px; z-index: 9999;
}
.skip-link:focus { top: 0; }

/* ============================================
   NAVBAR
   ============================================ */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  padding: 18px 5%;
}
.site-header.scrolled {
  padding: 12px 5%;
  background: rgba(0, 0, 0, 0.98);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}
.nav-wrap {
  max-width: 1400px; margin: 0 auto;
  display: flex; justify-content: space-between; align-items: center;
}
.site-logo {
  display: flex; align-items: center; gap: 12px;
  color: #fff; font-weight: 700;
}
.logo-mark {
  width: 48px; height: 48px;
  background: #fff; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; color: #e63946; font-size: 18px;
  letter-spacing: -1px;
}
.logo-text { font-size: 17px; letter-spacing: 0.5px; line-height: 1.1; }
.logo-text span { display: block; font-size: 10px; font-weight: 400; color: #ffd700; letter-spacing: 2px; margin-top: 2px; }

.main-nav { display: flex; gap: 32px; list-style: none; align-items: center; }
.main-nav a {
  color: #fff; font-size: 14px; font-weight: 500;
  position: relative; transition: color 0.3s;
}
.main-nav a:hover, .main-nav .current-menu-item > a { color: #ffd700; }
.main-nav a:not(.nav-cta)::after {
  content: ''; position: absolute; bottom: -6px; left: 0;
  width: 0; height: 2px; background: #e63946; transition: width 0.3s;
}
.main-nav a:not(.nav-cta):hover::after { width: 100%; }

.nav-cta {
  background: #25D366; color: #fff !important;
  padding: 10px 20px; border-radius: 50px; font-weight: 600;
  display: inline-flex; align-items: center; gap: 8px;
  transition: all 0.3s;
}
.nav-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(37, 211, 102, 0.4); }
.nav-cta::after { display: none !important; }

.menu-toggle {
  display: none; background: transparent; border: none;
  color: #fff; font-size: 28px; padding: 4px 8px;
}

/* ============================================
   HERO
   ============================================ */
.hero {
  height: 100vh; min-height: 700px;
  background-size: cover; background-position: center; background-repeat: no-repeat;
  display: flex; align-items: center; justify-content: center; text-align: center;
  color: #fff; position: relative; padding: 0 5%;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.7));
}
.hero-content { max-width: 900px; position: relative; z-index: 2; animation: fadeUp 1s ease; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }

.hero-badge {
  display: inline-block; padding: 8px 20px;
  background: rgba(230, 57, 70, 0.2); border: 1px solid #e63946;
  border-radius: 50px; font-size: 13px; font-weight: 500;
  letter-spacing: 2px; margin-bottom: 24px;
}
.hero h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.5rem, 6vw, 5.5rem);
  font-weight: 600; line-height: 1.05; margin-bottom: 24px;
}
.hero h1 em { color: #ffd700; font-style: italic; }
.hero p {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  max-width: 700px; margin: 0 auto 40px;
  opacity: 0.92; font-weight: 300;
}
.hero-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

.btn {
  padding: 16px 36px; border-radius: 50px; font-weight: 600;
  font-size: 15px; transition: all 0.3s;
  display: inline-flex; align-items: center; gap: 10px;
  border: none; text-align: center;
}
.btn-primary { background: #25D366; color: #fff; }
.btn-primary:hover { background: #1ea954; transform: translateY(-3px); box-shadow: 0 10px 25px rgba(37, 211, 102, 0.5); }
.btn-outline { background: transparent; color: #fff; border: 2px solid #fff; }
.btn-outline:hover { background: #fff; color: #000; }
.btn-dark { background: #000; color: #fff; }
.btn-dark:hover { background: #e63946; }

.scroll-indicator {
  position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%);
  color: #fff; font-size: 24px; animation: bounce 2s infinite;
}
@keyframes bounce { 0%, 100% { transform: translate(-50%, 0); } 50% { transform: translate(-50%, 10px); } }

/* ============================================
   SECTION HEADERS
   ============================================ */
.section-header { text-align: center; margin-bottom: 60px; }
.section-tag {
  color: #e63946; font-size: 13px; font-weight: 600;
  letter-spacing: 3px; text-transform: uppercase;
  margin-bottom: 12px; display: block;
}
.section-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 600; line-height: 1.1; margin-bottom: 16px;
}
.section-title em { color: #e63946; font-style: italic; }
.section-subtitle { color: #666; font-size: 1.05rem; max-width: 700px; margin: 0 auto; font-weight: 300; }

/* ============================================
   ABOUT
   ============================================ */
.about { background: #fafaf8; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-image {
  position: relative; height: 550px; border-radius: 8px;
  overflow: hidden; background-size: cover; background-position: center;
}
.since-badge {
  position: absolute; bottom: 30px; left: 30px;
  background: #000; color: #fff; padding: 20px 30px; border-radius: 8px;
}
.since-badge .year {
  font-family: 'Cormorant Garamond', serif; font-size: 42px;
  font-weight: 600; line-height: 1; color: #ffd700;
}
.since-badge .label { font-size: 11px; letter-spacing: 3px; margin-top: 4px; }

.about-content h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.5rem; font-weight: 600; line-height: 1.15; margin-bottom: 24px;
}
.about-content h2 em { color: #e63946; font-style: italic; }
.about-content p { color: #555; margin-bottom: 18px; line-height: 1.8; }

.stats-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  margin-top: 36px; padding-top: 36px; border-top: 1px solid #ddd;
}
.stat .number {
  font-family: 'Cormorant Garamond', serif; font-size: 2.5rem;
  font-weight: 600; color: #e63946; line-height: 1;
}
.stat .label { font-size: 12px; color: #777; margin-top: 6px; letter-spacing: 1.5px; }

/* ============================================
   SERVICES (MARKET SHARE)
   ============================================ */
.services { background: #0a0a0a; color: #fff; }
.services .section-tag { color: #ffd700; }
.services .section-title { color: #fff; }
.services .section-subtitle { color: #aaa; }
.services-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px; margin-top: 50px;
}
.service-card {
  padding: 36px 28px;
  background: #151515; border: 1px solid #222; border-radius: 12px;
  transition: all 0.4s; cursor: pointer; position: relative; overflow: hidden;
}
.service-card::before {
  content: ''; position: absolute; top: 0; left: 0;
  width: 0; height: 3px; background: #e63946; transition: width 0.4s;
}
.service-card:hover { background: #1a1a1a; border-color: #e63946; transform: translateY(-6px); }
.service-card:hover::before { width: 100%; }
.service-icon {
  width: 54px; height: 54px;
  background: rgba(230, 57, 70, 0.1); border: 1px solid rgba(230, 57, 70, 0.3);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px; font-size: 24px;
}
.service-card h3 { font-size: 1.15rem; font-weight: 600; margin-bottom: 10px; }
.service-card p { color: #888; font-size: 0.92rem; line-height: 1.6; }

/* ============================================
   PROJECTS
   ============================================ */
.projects { background: #fff; }
.projects-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px; margin-top: 50px;
}
.project-card {
  background: #fff; border-radius: 12px; overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  transition: all 0.4s; border: 1px solid #eee;
}
.project-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12); }
.project-image {
  height: 240px; background-size: cover; background-position: center;
  position: relative;
}
.project-image::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.6));
}
.project-tag {
  position: absolute; top: 16px; left: 16px;
  background: rgba(230, 57, 70, 0.95); color: #fff;
  padding: 6px 14px; border-radius: 50px;
  font-size: 11px; font-weight: 600; letter-spacing: 1px; z-index: 2;
}
.project-info { padding: 24px; }
.project-info h3 { font-size: 1.1rem; font-weight: 600; margin-bottom: 8px; }
.project-info .location {
  color: #888; font-size: 0.85rem; margin-bottom: 14px;
  display: flex; align-items: center; gap: 6px;
}
.project-meta {
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
  font-size: 0.82rem; padding-top: 14px; border-top: 1px solid #f0f0f0;
}
.project-meta span { color: #aaa; display: block; font-size: 0.7rem; letter-spacing: 1px; margin-bottom: 2px; }
.project-meta b { color: #333; font-weight: 500; }
.projects-cta { text-align: center; margin-top: 50px; }

/* ============================================
   WHY US
   ============================================ */
.why-us { background: #fafaf8; }
.why-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px; margin-top: 50px;
}
.why-card { text-align: center; padding: 36px 24px; }
.why-icon {
  width: 72px; height: 72px;
  background: #000; color: #ffd700; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 30px; margin: 0 auto 20px;
}
.why-card h3 { font-size: 1.15rem; font-weight: 600; margin-bottom: 10px; }
.why-card p { color: #666; font-size: 0.95rem; }

/* ============================================
   CONTACT
   ============================================ */
.contact { background: #0a0a0a; color: #fff; position: relative; overflow: hidden; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.contact-info h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem; font-weight: 600; margin-bottom: 20px; line-height: 1.1;
}
.contact-info h2 em { color: #ffd700; font-style: italic; }
.contact-info > p { color: #aaa; margin-bottom: 36px; font-size: 1.05rem; }

.contact-list { list-style: none; }
.contact-item {
  display: flex; gap: 18px; padding: 20px 0;
  border-bottom: 1px solid #222;
}
.contact-item:last-child { border: none; }
.contact-item-icon {
  width: 44px; height: 44px;
  background: rgba(230, 57, 70, 0.15); border: 1px solid #e63946;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; flex-shrink: 0;
}
.contact-item-text strong {
  display: block; color: #ffd700;
  font-size: 0.78rem; letter-spacing: 2px;
  margin-bottom: 6px; font-weight: 500;
}
.contact-item-text a, .contact-item-text p {
  color: #fff; font-size: 0.95rem; line-height: 1.5;
}
.contact-item-text a:hover { color: #ffd700; }

.map-frame {
  height: 100%; min-height: 500px; border-radius: 12px;
  overflow: hidden; border: 1px solid #222;
}
.map-frame iframe { width: 100%; height: 100%; border: none; filter: grayscale(0.3); }

/* ============================================
   FOOTER
   ============================================ */
.site-footer {
  background: #000; color: #888; padding: 60px 5% 30px;
  border-top: 1px solid #222;
}
.footer-grid {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px;
  margin-bottom: 40px;
}
.footer-col h4 { color: #fff; font-size: 0.95rem; margin-bottom: 18px; letter-spacing: 1px; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 10px; }
.footer-col a { color: #888; font-size: 0.9rem; transition: color 0.3s; }
.footer-col a:hover { color: #ffd700; }
.footer-brand p { color: #888; font-size: 0.9rem; margin-top: 16px; line-height: 1.7; max-width: 320px; }
.footer-social { display: flex; gap: 12px; margin-top: 20px; }
.footer-social a {
  width: 40px; height: 40px; background: #1a1a1a; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.3s;
}
.footer-social a:hover { background: #e63946; color: #fff; }

.footer-bottom {
  max-width: 1280px; margin: 0 auto;
  padding-top: 24px; border-top: 1px solid #222;
  text-align: center; font-size: 0.85rem;
}
.footer-bottom a { color: #ffd700; }

/* ============================================
   WHATSAPP FLOATING + CHATBOT
   ============================================ */
.wa-float {
  position: fixed; bottom: 24px; right: 24px;
  width: 64px; height: 64px;
  background: #25D366; color: #fff; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 32px; box-shadow: 0 8px 30px rgba(37, 211, 102, 0.5);
  z-index: 998; animation: pulse 2s infinite;
  transition: transform 0.3s;
}
.wa-float:hover { transform: scale(1.1); }
@keyframes pulse {
  0%, 100% { box-shadow: 0 8px 30px rgba(37, 211, 102, 0.5); }
  50% { box-shadow: 0 8px 30px rgba(37, 211, 102, 0.8), 0 0 0 12px rgba(37, 211, 102, 0.1); }
}
.wa-float-label {
  position: absolute; right: 75px;
  background: #fff; color: #333; padding: 8px 14px; border-radius: 8px;
  font-size: 13px; white-space: nowrap; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  font-weight: 500; opacity: 0; transform: translateX(10px);
  transition: all 0.3s; pointer-events: none;
}
.wa-float:hover .wa-float-label { opacity: 1; transform: translateX(0); }

.chatbot {
  position: fixed; bottom: 24px; right: 24px;
  width: 380px; max-width: calc(100vw - 32px);
  height: 560px; max-height: calc(100vh - 100px);
  background: #fff; border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  display: flex; flex-direction: column;
  z-index: 999; overflow: hidden;
  transform: translateY(20px) scale(0.95); opacity: 0; pointer-events: none;
  transition: all 0.3s;
}
.chatbot.open { transform: translateY(0) scale(1); opacity: 1; pointer-events: auto; }

.chatbot-header {
  background: linear-gradient(135deg, #075E54, #128C7E);
  color: #fff; padding: 16px 20px;
  display: flex; align-items: center; gap: 12px;
}
.chatbot-avatar {
  width: 44px; height: 44px;
  background: #fff; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; color: #e63946; font-size: 14px;
}
.chatbot-info h4 { font-size: 0.95rem; font-weight: 600; margin-bottom: 2px; }
.chatbot-info p { font-size: 0.78rem; opacity: 0.85; display: flex; align-items: center; gap: 6px; }
.chatbot-info p::before {
  content: ''; width: 8px; height: 8px;
  background: #4ade80; border-radius: 50%; display: inline-block;
}
.chatbot-close {
  margin-left: auto;
  background: rgba(255, 255, 255, 0.15); border: none; color: #fff;
  width: 32px; height: 32px; border-radius: 50%;
  font-size: 18px;
  display: flex; align-items: center; justify-content: center;
}
.chatbot-close:hover { background: rgba(255, 255, 255, 0.25); }

.chatbot-body {
  flex: 1; padding: 20px; overflow-y: auto;
  background: #ECE5DD;
}
.msg { margin-bottom: 12px; display: flex; animation: msgIn 0.3s ease; }
@keyframes msgIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
.msg-bot { justify-content: flex-start; }
.msg-user { justify-content: flex-end; }
.msg-bubble {
  max-width: 80%; padding: 10px 14px; border-radius: 12px;
  font-size: 0.9rem; line-height: 1.5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.msg-bot .msg-bubble { background: #fff; color: #333; border-top-left-radius: 4px; }
.msg-user .msg-bubble { background: #DCF8C6; color: #333; border-top-right-radius: 4px; }
.msg-time { font-size: 0.65rem; color: #999; margin-top: 4px; text-align: right; }
.msg-bubble strong { color: #075E54; }

.quick-replies { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.quick-reply {
  background: #fff; border: 1px solid #128C7E; color: #128C7E;
  padding: 8px 14px; border-radius: 50px; font-size: 0.82rem;
  transition: all 0.2s;
}
.quick-reply:hover { background: #128C7E; color: #fff; }

.chatbot-footer {
  padding: 12px; background: #F0F0F0;
  display: flex; gap: 8px; align-items: center;
}
.chatbot-input {
  flex: 1; padding: 10px 16px;
  border: none; border-radius: 50px;
  font-size: 0.9rem; font-family: inherit;
  outline: none; background: #fff;
}
.chatbot-send {
  width: 42px; height: 42px;
  background: #128C7E; color: #fff; border: none;
  border-radius: 50%; font-size: 16px;
  display: flex; align-items: center; justify-content: center;
  transition: transform 0.2s;
}
.chatbot-send:hover { transform: scale(1.05); }

.typing {
  display: flex; gap: 4px; padding: 12px 16px;
  background: #fff; border-radius: 12px;
  border-top-left-radius: 4px; width: fit-content;
}
.typing span {
  width: 8px; height: 8px;
  background: #999; border-radius: 50%;
  animation: typing 1.4s infinite;
}
.typing span:nth-child(2) { animation-delay: 0.2s; }
.typing span:nth-child(3) { animation-delay: 0.4s; }
@keyframes typing {
  0%, 60%, 100% { transform: translateY(0); opacity: 0.5; }
  30% { transform: translateY(-6px); opacity: 1; }
}

/* ============================================
   SINGLE PROJECT PAGE
   ============================================ */
.project-hero {
  padding: 140px 5% 60px;
  background: #0a0a0a; color: #fff;
  text-align: center;
}
.project-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 600; margin-bottom: 16px;
}
.project-content { padding: 80px 5%; max-width: 1100px; margin: 0 auto; }
.project-gallery {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 16px; margin: 40px 0;
}
.project-gallery img { border-radius: 12px; }
.project-spec-table {
  width: 100%; border-collapse: collapse; margin: 30px 0;
}
.project-spec-table th, .project-spec-table td {
  text-align: left; padding: 14px 18px; border-bottom: 1px solid #eee;
}
.project-spec-table th {
  width: 200px; color: #888; font-weight: 500; font-size: 0.85rem;
  letter-spacing: 1px; text-transform: uppercase;
}

/* ============================================
   GENERIC PAGE
   ============================================ */
.page-header {
  padding: 140px 5% 60px;
  background: #0a0a0a; color: #fff;
  text-align: center;
}
.page-header h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 600;
}
.page-content { padding: 60px 5%; max-width: 900px; margin: 0 auto; }
.page-content h2, .page-content h3 { margin: 30px 0 16px; }
.page-content p { margin-bottom: 16px; line-height: 1.8; color: #444; }

/* ============================================
   MOBILE RESPONSIVE
   ============================================ */
@media (max-width: 968px) {
  section { padding: 70px 0; }
  .nav-wrap .main-nav {
    position: fixed; top: 0; right: -100%; width: 80%; max-width: 320px;
    height: 100vh; background: #0a0a0a;
    flex-direction: column; padding: 80px 30px; gap: 24px;
    align-items: flex-start;
    transition: right 0.3s ease;
  }
  .main-nav.open { right: 0; }
  .menu-toggle { display: block; z-index: 1001; }

  .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-image { height: 400px; }
  .stats-grid { gap: 12px; }
  .stat .number { font-size: 2rem; }
  .map-frame { min-height: 350px; }
  .hero { min-height: 600px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
}

@media (max-width: 600px) {
  .footer-grid { grid-template-columns: 1fr; }
  .chatbot { width: calc(100vw - 24px); right: 12px; bottom: 12px; height: calc(100vh - 100px); }
  .wa-float { width: 56px; height: 56px; font-size: 28px; bottom: 16px; right: 16px; }
  .stats-grid { grid-template-columns: repeat(3, 1fr); }
  .stat .number { font-size: 1.6rem; }
  .stat .label { font-size: 10px; }
  .hero h1 { font-size: 2.2rem; }
  .hero p { font-size: 1rem; }
  .btn { padding: 14px 24px; font-size: 14px; }
  .project-spec-table th { width: 130px; }
}

/* WordPress block alignments */
.alignwide { margin-left: -80px; margin-right: -80px; max-width: calc(100% + 160px); }
.alignfull { margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); max-width: 100vw; width: 100vw; }
.aligncenter { margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin-right: 20px; }
.alignright { float: right; margin-left: 20px; }
@media (max-width: 968px) { .alignwide { margin-left: 0; margin-right: 0; max-width: 100%; } }

/* Print */
@media print {
  .site-header, .wa-float, .chatbot, .scroll-indicator { display: none !important; }
  .hero { height: auto; min-height: auto; padding: 40px 20px; color: #000; }
  .hero::before { display: none; }
}
