/* =============================================
   PODOLOGIA BH - Stylesheet v2.0
   ============================================= */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
  --green-dark: #145233;
  --green: #1a6b42;
  --green-light: #2d8b5a;
  --green-lighter: #4aab78;
  --green-pale: #e8f5ef;
  --cream: #f8f4ec;
  --cream-dark: #f0e8d8;
  --gold: #c47c2b;
  --gold-light: #e09a42;
  --dark: #1a1a2e;
  --text: #333344;
  --text-light: #666680;
  --text-lighter: #999aaa;
  --border: #ddd8ce;
  --white: #ffffff;
  --shadow-sm: 0 2px 8px rgba(0,0,0,0.08);
  --shadow: 0 4px 20px rgba(0,0,0,0.12);
  --shadow-lg: 0 8px 40px rgba(0,0,0,0.18);
  --radius: 12px;
  --radius-lg: 20px;
  --t: 0.3s ease;
  --font: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--font); color: var(--text); background: var(--white); line-height: 1.6; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { cursor: pointer; font-family: inherit; border: none; outline: none; }
input, textarea, select { font-family: inherit; outline: none; }

h1, h2, h3, h4, h5, h6 { font-weight: 700; line-height: 1.2; color: var(--dark); }
h1 { font-size: clamp(2rem, 5vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.3rem); }
h3 { font-size: clamp(1.15rem, 2.5vw, 1.5rem); }
h4 { font-size: 1.15rem; }
p { margin-bottom: 1rem; }
.lead { font-size: 1.15rem; color: var(--text-light); line-height: 1.75; }

.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.section { padding: 80px 0; }
.section-sm { padding: 48px 0; }
.section-bg { background: var(--cream); }
.section-dark { background: var(--dark); }
.text-center { text-align: center; }
.text-green { color: var(--green); }
.text-gold { color: var(--gold); }
.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; }

.section-header { margin-bottom: 52px; }
.section-header.center { text-align: center; }
.eyebrow { display: inline-block; font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--green-light); margin-bottom: 12px; }
.eyebrow-gold { color: var(--gold); }
.section-header h2 { margin-bottom: 16px; }
.section-header p { color: var(--text-light); max-width: 600px; line-height: 1.75; }
.section-header.center p { margin: 0 auto; }

/* --- BUTTONS --- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 28px; border-radius: 50px; font-size: 1rem; font-weight: 600; transition: var(--t); white-space: nowrap; }
.btn svg { width: 20px; height: 20px; fill: currentColor; flex-shrink: 0; }
.btn-primary { background: var(--green); color: var(--white); box-shadow: 0 4px 16px rgba(26,107,66,0.35); }
.btn-primary:hover { background: var(--green-dark); transform: translateY(-2px); box-shadow: 0 6px 24px rgba(26,107,66,0.45); }
.btn-outline { background: transparent; color: var(--white); border: 2px solid rgba(255,255,255,0.6); }
.btn-outline:hover { background: rgba(255,255,255,0.12); border-color: var(--white); }
.btn-outline-green { background: transparent; color: var(--green); border: 2px solid var(--green); }
.btn-outline-green:hover { background: var(--green); color: var(--white); }
.btn-whatsapp { background: #25d366; color: var(--white); box-shadow: 0 4px 16px rgba(37,211,102,0.4); }
.btn-whatsapp:hover { background: #1eb859; transform: translateY(-2px); box-shadow: 0 6px 24px rgba(37,211,102,0.5); }
.btn-gold { background: var(--gold); color: var(--white); box-shadow: 0 4px 16px rgba(196,124,43,0.35); }
.btn-gold:hover { background: #a86a24; transform: translateY(-2px); }
.btn-lg { padding: 18px 36px; font-size: 1.1rem; }
.btn-sm { padding: 10px 20px; font-size: 0.875rem; }

/* --- HEADER --- */
#header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; transition: background 0.4s ease, box-shadow 0.4s ease; }
#header.scrolled { background: var(--white); box-shadow: var(--shadow-sm); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }

.logo { display: flex; flex-direction: column; line-height: 1; }
.logo-text { font-size: 1.35rem; font-weight: 800; color: var(--white); transition: color 0.3s ease; }
.logo-sub { font-size: 0.7rem; font-weight: 500; color: rgba(255,255,255,0.75); letter-spacing: 0.06em; transition: color 0.3s ease; }
#header.scrolled .logo-text { color: var(--green-dark); }
#header.scrolled .logo-sub { color: var(--text-light); }

.nav { display: flex; align-items: center; gap: 4px; }
.nav a { padding: 8px 14px; border-radius: 50px; font-weight: 500; font-size: 0.92rem; color: rgba(255,255,255,0.88); transition: var(--t); }
#header.scrolled .nav a { color: var(--text); }
.nav a:hover { background: rgba(255,255,255,0.12); }
#header.scrolled .nav a:hover { background: var(--green-pale); color: var(--green); }
.nav .nav-cta { background: rgba(255,255,255,0.18) !important; color: var(--white) !important; font-weight: 700 !important; border: 1px solid rgba(255,255,255,0.3); }
#header.scrolled .nav-cta { background: var(--green) !important; color: var(--white) !important; border-color: transparent; }
.nav .nav-cta:hover { background: rgba(255,255,255,0.28) !important; }
#header.scrolled .nav-cta:hover { background: var(--green-dark) !important; }

.hamburger { display: none; flex-direction: column; gap: 5px; padding: 8px; cursor: pointer; background: transparent; border: none; outline: none; appearance: none; }
.hamburger span { display: block; width: 24px; height: 2px; border-radius: 2px; background: var(--white); transition: var(--t); }
#header.scrolled .hamburger span { background: var(--dark); }

/* --- HERO --- */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; background: linear-gradient(140deg, rgba(10,46,24,0.92) 0%, rgba(21,94,56,0.88) 45%, rgba(26,107,66,0.85) 100%), url('../imagens/hero-home.jpg') center/cover no-repeat; overflow: hidden; padding-top: 72px; }
.hero::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle at 25% 50%, rgba(255,255,255,0.03) 0%, transparent 60%), radial-gradient(circle at 75% 25%, rgba(255,255,255,0.04) 0%, transparent 50%); pointer-events: none; }
.hero-bg-shape { position: absolute; right: -200px; top: 50%; transform: translateY(-50%); width: 800px; height: 800px; border-radius: 50%; background: radial-gradient(circle, rgba(74,171,120,0.12) 0%, transparent 65%); pointer-events: none; }
.hero-bg-shape2 { position: absolute; left: -150px; bottom: -200px; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(224,154,66,0.06) 0%, transparent 65%); pointer-events: none; }
.hero-content { position: relative; z-index: 1; max-width: 700px; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.18); border-radius: 50px; padding: 6px 16px 6px 10px; margin-bottom: 28px; font-size: 0.82rem; color: rgba(255,255,255,0.9); backdrop-filter: blur(10px); }
.hero-badge-dot { width: 8px; height: 8px; border-radius: 50%; background: #4aab78; box-shadow: 0 0 8px rgba(74,171,120,0.8); animation: blink 2s infinite; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0.4} }
.hero h1 { color: var(--white); margin-bottom: 20px; line-height: 1.15; }
.hero h1 em { font-style: normal; color: var(--gold-light); }
.hero .lead { color: rgba(255,255,255,0.82); margin-bottom: 36px; max-width: 540px; font-size: 1.15rem; }
.hero-cta { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 52px; }
.hero-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; max-width: 460px; }
.hero-stat { padding: 16px; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); border-radius: var(--radius); backdrop-filter: blur(10px); text-align: center; }
.hero-stat strong { display: block; font-size: 1.9rem; font-weight: 800; color: var(--white); line-height: 1; }
.hero-stat span { display: block; font-size: 0.75rem; color: rgba(255,255,255,0.65); margin-top: 4px; }

/* --- TRUST BAR --- */
.trust-bar { background: #111827; padding: 18px 0; }
.trust-inner { display: flex; align-items: center; justify-content: center; gap: 36px; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.75); font-size: 0.875rem; font-weight: 500; }
.trust-item svg { width: 18px; height: 18px; fill: var(--gold-light); flex-shrink: 0; }
.trust-sep { width: 1px; height: 24px; background: rgba(255,255,255,0.12); }

/* --- SERVICES --- */
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.service-card { background: var(--white); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); border: 1px solid var(--border); transition: var(--t); position: relative; overflow: hidden; display: flex; flex-direction: column; }
.service-card::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--green-light), var(--green-lighter)); opacity: 0; transition: opacity 0.3s ease; z-index: 1; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: rgba(74,171,120,0.3); }
.service-card:hover::after { opacity: 1; }
.svc-card-img { height: 180px; overflow: hidden; flex-shrink: 0; }
.svc-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s ease; }
.service-card:hover .svc-card-img img { transform: scale(1.05); }
.svc-card-body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.service-card h3 { font-size: 1.1rem; margin-bottom: 10px; }
.service-card p { font-size: 0.875rem; color: var(--text-light); margin-bottom: 20px; line-height: 1.65; flex: 1; }
.svc-link { display: inline-flex; align-items: center; gap: 6px; color: var(--green); font-weight: 600; font-size: 0.875rem; transition: var(--t); }
.svc-link svg { width: 16px; height: 16px; fill: currentColor; transition: transform 0.3s ease; }
.svc-link:hover { gap: 10px; }
.svc-link:hover svg { transform: translateX(2px); }

/* --- ABOUT --- */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.about-img-wrap { position: relative; }
.about-img-box { border-radius: var(--radius-lg); aspect-ratio: 2/3; background: linear-gradient(135deg, var(--green-pale) 0%, #d4eddf 50%, var(--cream) 100%); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.about-img-photo { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; border-radius: var(--radius-lg); }
.about-img-svg { display: flex; flex-direction: column; align-items: center; gap: 12px; color: var(--text-lighter); }
.about-img-svg svg { width: 90px; height: 90px; fill: var(--green-lighter); }
.about-img-svg span { font-size: 0.8rem; }
.about-badge { position: absolute; bottom: -20px; right: -20px; background: var(--green); color: var(--white); border-radius: var(--radius); padding: 20px 22px; text-align: center; box-shadow: var(--shadow); }
.about-badge strong { display: block; font-size: 2.4rem; font-weight: 800; line-height: 1; }
.about-badge span { font-size: 0.75rem; opacity: 0.85; }
.about-content .eyebrow { margin-bottom: 12px; }
.about-content h2 { margin-bottom: 20px; }
.about-features { margin: 28px 0; display: flex; flex-direction: column; gap: 16px; }
.about-feat { display: flex; align-items: flex-start; gap: 14px; }
.about-feat-icon { width: 40px; height: 40px; min-width: 40px; border-radius: 50%; background: var(--green-pale); display: flex; align-items: center; justify-content: center; }
.about-feat-icon svg { width: 18px; height: 18px; fill: var(--green); }
.about-feat-body h4 { font-size: 0.95rem; margin-bottom: 2px; }
.about-feat-body p { font-size: 0.85rem; color: var(--text-light); margin: 0; }

/* --- PROCESS --- */
.process-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; position: relative; }
.process-line { position: absolute; top: 40px; left: calc(16.66% + 40px); right: calc(16.66% + 40px); height: 2px; background: linear-gradient(90deg, transparent, var(--green-light), var(--green-lighter), var(--green-light), transparent); }
.process-step { text-align: center; position: relative; }
.process-num { width: 80px; height: 80px; border-radius: 50%; background: var(--green); color: var(--white); font-size: 1.8rem; font-weight: 800; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; box-shadow: 0 4px 20px rgba(26,107,66,0.4); position: relative; z-index: 1; }
.process-step h3 { margin-bottom: 10px; }
.process-step p { font-size: 0.875rem; color: var(--text-light); }

/* --- DIFFERENTIALS --- */
.diff-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.diff-card { text-align: center; padding: 32px 20px; background: var(--white); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); border: 1px solid var(--border); transition: var(--t); }
.diff-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: rgba(74,171,120,0.3); }
.diff-card-icon { width: 72px; height: 72px; border-radius: 50%; background: var(--green-pale); display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }
.diff-card-icon svg { width: 34px; height: 34px; fill: var(--green); }
.diff-card h3 { font-size: 1rem; margin-bottom: 8px; }
.diff-card p { font-size: 0.82rem; color: var(--text-light); margin: 0; line-height: 1.6; }

/* --- TESTIMONIALS --- */
.testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.testi-card { background: var(--white); border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow-sm); border: 1px solid var(--border); transition: var(--t); display: flex; flex-direction: column; }
.testi-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.testi-stars { color: #f59e0b; font-size: 1.1rem; letter-spacing: 2px; margin-bottom: 14px; }
.testi-text { font-size: 0.92rem; color: var(--text); line-height: 1.75; font-style: italic; flex: 1; margin-bottom: 20px; }
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-avatar { width: 44px; height: 44px; min-width: 44px; border-radius: 50%; background: var(--green-pale); display: flex; align-items: center; justify-content: center; font-weight: 700; color: var(--green); font-size: 1.1rem; }
.testi-name { font-weight: 600; font-size: 0.9rem; }
.testi-detail { font-size: 0.78rem; color: var(--text-lighter); }
.testi-badge { display: inline-flex; align-items: center; gap: 4px; background: var(--green-pale); color: var(--green); font-size: 0.7rem; font-weight: 700; padding: 2px 8px; border-radius: 50px; margin-top: 3px; }

/* --- FAQ --- */
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q { width: 100%; text-align: left; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 0; font-size: 1.02rem; font-weight: 600; color: var(--dark); background: transparent; transition: color 0.2s; cursor: pointer; }
.faq-q:hover { color: var(--green); }
.faq-q svg { width: 20px; height: 20px; fill: var(--green); flex-shrink: 0; transition: transform 0.3s ease; }
.faq-item.open .faq-q svg { transform: rotate(180deg); }
.faq-a { overflow: hidden; max-height: 0; transition: max-height 0.35s ease; }
.faq-a-inner { padding: 0 0 20px; color: var(--text-light); line-height: 1.8; font-size: 0.93rem; }
.faq-item.open .faq-a { max-height: 500px; }

/* --- BLOG CARDS --- */
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.art-card { background: var(--white); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--border); transition: var(--t); display: flex; flex-direction: column; }
.art-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.art-thumb { height: 188px; background: linear-gradient(135deg, var(--green-pale), #d4eddf, var(--cream)); display: flex; align-items: center; justify-content: center; flex-shrink: 0; overflow: hidden; }
.art-thumb svg { width: 56px; height: 56px; fill: var(--green-lighter); }
.art-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.art-body { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.art-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; font-size: 0.75rem; color: var(--text-lighter); }
.art-tag { background: var(--green-pale); color: var(--green); padding: 2px 10px; border-radius: 50px; font-weight: 700; }
.art-card h3 { font-size: 0.97rem; margin-bottom: 8px; line-height: 1.45; flex: 1; }
.art-card h3 a { color: var(--dark); transition: color 0.2s; }
.art-card h3 a:hover { color: var(--green); }
.art-card p { font-size: 0.82rem; color: var(--text-light); margin-bottom: 14px; line-height: 1.6; }
.art-card .read-more { font-size: 0.82rem; font-weight: 700; color: var(--green); display: inline-flex; align-items: center; gap: 4px; transition: gap 0.2s; }
.art-card .read-more:hover { gap: 8px; }
.art-card .read-more svg { width: 14px; height: 14px; fill: currentColor; }

/* --- BLOG LISTING PAGE --- */
.blog-layout { display: grid; grid-template-columns: 1fr 320px; gap: 48px; align-items: start; }
.art-list { display: flex; flex-direction: column; gap: 24px; }
.art-list-item { display: grid; grid-template-columns: 220px 1fr; gap: 0; background: var(--white); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--border); transition: var(--t); }
.art-list-item:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.art-list-thumb { background: linear-gradient(135deg, var(--green-pale), var(--cream)); display: flex; align-items: center; justify-content: center; min-height: 150px; overflow: hidden; }
.art-list-thumb svg { width: 44px; height: 44px; fill: var(--green-lighter); }
.art-list-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.art-list-body { padding: 22px; }
.art-list-body h3 { font-size: 1rem; margin-bottom: 8px; }
.art-list-body h3 a { color: var(--dark); }
.art-list-body h3 a:hover { color: var(--green); }
.art-list-body p { font-size: 0.83rem; color: var(--text-light); margin-bottom: 12px; line-height: 1.6; }

/* --- SIDEBAR --- */
.sidebar { position: sticky; top: 92px; }
.sidebar-widget { background: var(--white); border-radius: var(--radius-lg); padding: 24px; box-shadow: var(--shadow-sm); border: 1px solid var(--border); margin-bottom: 24px; }
.sidebar-widget h3 { font-size: 1rem; margin-bottom: 14px; padding-bottom: 10px; border-bottom: 2px solid var(--green-pale); }
.sidebar-links { display: flex; flex-direction: column; gap: 6px; }
.sidebar-links a { display: flex; align-items: center; gap: 8px; font-size: 0.875rem; color: var(--text); padding: 8px 10px; border-radius: 8px; transition: var(--t); }
.sidebar-links a svg { width: 14px; height: 14px; fill: var(--green-light); flex-shrink: 0; }
.sidebar-links a:hover { background: var(--green-pale); color: var(--green); }
.sidebar-cta { background: linear-gradient(135deg, var(--green-dark), var(--green)); border-radius: var(--radius-lg); padding: 24px; color: var(--white); text-align: center; }
.sidebar-cta h3 { color: var(--white); font-size: 1rem; margin-bottom: 8px; }
.sidebar-cta p { font-size: 0.82rem; color: rgba(255,255,255,0.82); margin-bottom: 16px; }

/* --- SINGLE ARTICLE --- */
.article-layout { display: grid; grid-template-columns: 1fr 320px; gap: 48px; align-items: start; }
.article-body h1 { margin-bottom: 20px; line-height: 1.2; }
.article-body .art-meta { margin-bottom: 28px; padding-bottom: 20px; border-bottom: 1px solid var(--border); }
.article-body h2 { margin: 36px 0 14px; color: var(--green-dark); font-size: 1.5rem; }
.article-body h3 { margin: 28px 0 10px; font-size: 1.15rem; }
.article-body p { font-size: 0.97rem; line-height: 1.85; color: var(--text); margin-bottom: 18px; }
.article-body ul, .article-body ol { margin: 8px 0 18px 24px; }
.article-body li { margin-bottom: 10px; font-size: 0.95rem; line-height: 1.75; color: var(--text); }
.article-body ul li { list-style: disc; }
.article-body ol li { list-style: decimal; }
.highlight-box { background: var(--green-pale); border-left: 4px solid var(--green); border-radius: 0 var(--radius) var(--radius) 0; padding: 20px 24px; margin: 24px 0; }
.highlight-box p { margin: 0; font-weight: 500; font-size: 0.95rem; color: var(--dark); }
.article-cta { background: linear-gradient(135deg, var(--green-dark), var(--green)); border-radius: var(--radius-lg); padding: 32px; text-align: center; margin: 32px 0; }
.article-cta h3 { color: var(--white); margin-bottom: 10px; }
.article-cta p { color: rgba(255,255,255,0.85); margin-bottom: 20px; font-size: 0.93rem; }

/* --- SERVICE PAGES --- */
.svc-hero { background: linear-gradient(140deg, #0a2e18, #1a6b42); padding: 130px 0 72px; position: relative; overflow: hidden; }
.svc-hero .eyebrow { color: var(--gold-light); display: block; margin-bottom: 14px; }
.svc-hero h1 { color: var(--white); margin-bottom: 16px; }
.svc-hero .lead { color: rgba(255,255,255,0.82); }
.svc-hero-visual { display: none; }
.article-featured-img { width: 100%; max-height: 420px; object-fit: cover; border-radius: var(--radius-lg); margin: 36px 0 0; display: block; }
.svc-layout { display: grid; grid-template-columns: 1fr 360px; gap: 48px; align-items: start; }
.svc-body h2 { color: var(--green-dark); margin: 32px 0 14px; }
.svc-body h3 { margin: 24px 0 10px; }
.svc-body p { font-size: 0.97rem; line-height: 1.85; color: var(--text); margin-bottom: 16px; }
.svc-body ul { margin: 8px 0 18px 24px; }
.svc-body li { list-style: disc; margin-bottom: 8px; font-size: 0.93rem; line-height: 1.7; color: var(--text); }
.svc-sticky { position: sticky; top: 92px; }
.svc-booking-card { background: var(--white); border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow); border: 1px solid var(--border); }
.svc-booking-card h3 { margin-bottom: 6px; }
.svc-booking-card .lead { font-size: 0.875rem; margin-bottom: 20px; }
.svc-booking-card .btn { width: 100%; margin-bottom: 12px; }
.svc-detail-list { margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--border); display: flex; flex-direction: column; gap: 10px; }
.svc-detail-item { display: flex; align-items: center; gap: 10px; font-size: 0.85rem; color: var(--text-light); }
.svc-detail-item svg { width: 16px; height: 16px; fill: var(--green); flex-shrink: 0; }

/* --- CONTACT --- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.contact-info h2 { margin-bottom: 16px; }
.contact-detail { display: flex; gap: 16px; margin-bottom: 24px; align-items: flex-start; }
.contact-detail-icon { width: 48px; height: 48px; min-width: 48px; background: var(--green-pale); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; }
.contact-detail-icon svg { width: 22px; height: 22px; fill: var(--green); }
.contact-detail label { display: block; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-lighter); margin-bottom: 3px; }
.contact-detail p { margin: 0; font-weight: 500; }
.contact-form-box { background: var(--white); border-radius: var(--radius-lg); padding: 36px; box-shadow: var(--shadow); border: 1px solid var(--border); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: 0.875rem; font-weight: 600; margin-bottom: 6px; color: var(--dark); }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 12px 16px; border: 1.5px solid var(--border); border-radius: var(--radius); font-size: 0.95rem; background: var(--cream); color: var(--dark); transition: border-color 0.2s, box-shadow 0.2s; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(26,107,66,0.1); background: var(--white); }
.form-group textarea { height: 110px; resize: vertical; }

/* --- MAP --- */
.map-section { background: var(--cream); padding: 0; }
.map-frame { width: 100%; height: 420px; border: none; filter: grayscale(20%); }
.map-bar { background: var(--dark); padding: 20px 0; }
.map-bar-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.map-bar p { color: rgba(255,255,255,0.75); font-size: 0.875rem; margin: 0; }

/* --- CTA BANNER --- */
.cta-banner { background: linear-gradient(140deg, #0a2e18, #1a6b42); padding: 80px 0; }
.cta-banner-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.cta-banner h2 { color: var(--white); max-width: 520px; }
.cta-banner p { color: rgba(255,255,255,0.78); margin-top: 8px; font-size: 1rem; }
.cta-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* --- FOOTER --- */
#footer { background: #0d1117; color: rgba(255,255,255,0.65); padding: 64px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-brand .logo-text { color: var(--white); }
.footer-brand .logo-sub { color: rgba(255,255,255,0.45); }
.footer-brand p { margin-top: 14px; font-size: 0.855rem; line-height: 1.75; }
.footer-heading { color: var(--white); font-size: 0.82rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 16px; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: 0.855rem; color: rgba(255,255,255,0.55); transition: var(--t); }
.footer-links a:hover { color: var(--white); padding-left: 4px; }
.footer-contact-item { display: flex; gap: 10px; margin-bottom: 12px; font-size: 0.855rem; }
.footer-contact-item svg { width: 15px; height: 15px; fill: var(--gold-light); flex-shrink: 0; margin-top: 2px; }
.footer-bottom { padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.footer-bottom p { font-size: 0.78rem; margin: 0; }
.footer-btm-links { display: flex; gap: 20px; }
.footer-btm-links a { font-size: 0.78rem; color: rgba(255,255,255,0.4); }
.footer-btm-links a:hover { color: rgba(255,255,255,0.8); }

/* --- BREADCRUMBS --- */
.breadcrumbs { padding: 14px 0; font-size: 0.82rem; color: var(--text-lighter); display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.breadcrumbs a { color: var(--text-light); transition: color 0.2s; }
.breadcrumbs a:hover { color: var(--green); }
.breadcrumbs-dark { padding: 14px 0; font-size: 0.82rem; color: rgba(255,255,255,0.5); display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.breadcrumbs-dark a { color: rgba(255,255,255,0.6); }
.breadcrumbs-dark a:hover { color: var(--white); }

/* --- WHATSAPP FLOAT --- */
.wa-float { position: fixed; bottom: 28px; right: 28px; width: 60px; height: 60px; background: #25d366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(37,211,102,0.5); z-index: 999; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.wa-float:hover { transform: scale(1.1); box-shadow: 0 6px 30px rgba(37,211,102,0.65); }
.wa-float svg { width: 30px; height: 30px; fill: var(--white); }
.wa-pulse { position: absolute; inset: -6px; border-radius: 50%; background: rgba(37,211,102,0.3); animation: waPulse 2.2s infinite; }
@keyframes waPulse { 0%{transform:scale(1);opacity:0.4} 70%{transform:scale(1.35);opacity:0} 100%{transform:scale(1.35);opacity:0} }
.scroll-top-btn { position: fixed; bottom: 100px; right: 28px; width: 44px; height: 44px; background: var(--green); color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow); z-index: 998; opacity: 0; pointer-events: none; transition: var(--t); }
.scroll-top-btn.show { opacity: 1; pointer-events: auto; }
.scroll-top-btn:hover { background: var(--green-dark); transform: translateY(-2px); }
.scroll-top-btn svg { width: 20px; height: 20px; fill: var(--white); }

/* --- PAGE HERO --- */
.page-hero { background: linear-gradient(140deg, #0a2e18, #1a6b42); padding: 120px 0 60px; }
.page-hero h1 { color: var(--white); margin-bottom: 12px; }
.page-hero p { color: rgba(255,255,255,0.78); max-width: 600px; }

/* --- NOTICE & TAGS --- */
.notice-box { background: var(--cream); border-left: 4px solid var(--gold); border-radius: 0 var(--radius) var(--radius) 0; padding: 16px 20px; margin: 20px 0; }
.notice-box p { margin: 0; font-size: 0.9rem; color: var(--text); }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.tag { background: var(--green-pale); color: var(--green); padding: 4px 12px; border-radius: 50px; font-size: 0.78rem; font-weight: 600; }

/* --- RESPONSIVE --- */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .diff-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .about-grid { grid-template-columns: 1fr; gap: 48px; }
  .about-img-wrap { max-width: 380px; margin: 0 auto; }
  .svc-layout { grid-template-columns: 1fr; }
  .svc-sticky { position: static; }
  .article-layout { grid-template-columns: 1fr; }
  .blog-layout { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .section { padding: 56px 0; }
  .nav { display: none; position: fixed; top: 72px; left: 0; right: 0; background: var(--white); padding: 16px; box-shadow: var(--shadow); flex-direction: column; gap: 4px; z-index: 999; }
  .nav.open { display: flex; }
  .nav a { color: var(--text) !important; border-radius: var(--radius); }
  .nav a:hover { background: var(--green-pale) !important; color: var(--green) !important; }
  .nav .nav-cta { background: var(--green) !important; color: var(--white) !important; text-align: center; border: none; }
  .hamburger { display: flex; }
  .services-grid { grid-template-columns: 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; gap: 24px; }
  .process-line { display: none; }
  .contact-grid { grid-template-columns: 1fr; }
  .cta-banner-inner { flex-direction: column; text-align: center; }
  .cta-actions { justify-content: center; }
  .hero-stats { grid-template-columns: repeat(3,1fr); gap: 10px; margin: 0 auto; }
  .hero-stat strong { font-size: 1.5rem; }
  .hero-cta { flex-direction: column; align-items: stretch; }
  .art-list-item { grid-template-columns: 1fr; }
  .art-list-thumb { min-height: 120px; }
  .form-row { grid-template-columns: 1fr; }
  .trust-sep { display: none; }
  .trust-inner { gap: 16px; }
}
@media (max-width: 480px) {
  .container { padding: 0 16px; }
  .diff-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-stats { max-width: 280px; grid-template-columns: 1fr; margin: 0 auto; }
  .contact-form-box { padding: 22px; }
}
