/* ============================================
   GW SERVICES — STYLE.CSS
   Identidade: handyman premium · Lisboa & Sintra
   Paleta: preto, off-white, ocre sóbrio
   ============================================ */

/* ----- RESET ----- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body { font-family: 'Manrope', sans-serif; background: #F7F5F2; color: #0A0A0A; line-height: 1.6; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }

/* ----- TIPOGRAFIA ----- */
h1, h2, h3, h4 { font-family: 'Manrope', sans-serif; font-weight: 700; line-height: 1.1; letter-spacing: -0.02em; color: #0A0A0A; }
h1 { font-size: clamp(2.5rem, 6vw, 4.8rem); }
h2 { font-size: clamp(1.8rem, 4vw, 3rem); }
h3 { font-size: clamp(1.3rem, 2.5vw, 1.8rem); }
h4 { font-size: clamp(1.1rem, 1.8vw, 1.3rem); }

.eyebrow { font-family: 'Manrope', sans-serif; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: #D9A521; }

p { font-size: 1rem; line-height: 1.7; color: #2A2A2A; }
.lead { font-size: clamp(1.05rem, 1.4vw, 1.2rem); line-height: 1.6; color: #2A2A2A; font-weight: 400; }

/* ----- CONTAINER ----- */
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 2rem; }
.container-narrow { max-width: 820px; margin: 0 auto; padding: 0 2rem; }
@media (max-width: 640px) { .container, .container-narrow { padding: 0 1.25rem; } }

/* ============================================
   HEADER
   ============================================ */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 1.25rem 0; background: rgba(247, 245, 242, 0.92); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); transition: padding 0.3s ease, box-shadow 0.3s ease; border-bottom: 1px solid transparent; }
.site-header.scrolled { padding: 0.85rem 0; box-shadow: 0 2px 20px rgba(10, 10, 10, 0.06); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }

.logo { display: flex; align-items: center; gap: 0.6rem; font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 1.2rem; color: #0A0A0A; letter-spacing: -0.01em; }
.logo-mark { width: 36px; height: 36px; background: #0A0A0A; color: #F7F5F2; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 0.95rem; letter-spacing: 0; }
.logo span { line-height: 1; }
.logo small { font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; color: #6B6B6B; font-weight: 500; display: block; margin-top: 2px; }

.nav { display: flex; align-items: center; gap: 2rem; }
.nav a { font-size: 0.92rem; font-weight: 500; color: #2A2A2A; position: relative; padding: 0.3rem 0; transition: color 0.2s ease; }
.nav a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: #D9A521; transition: width 0.3s ease; }
.nav a:hover { color: #0A0A0A; }
.nav a:hover::after, .nav a.active::after { width: 100%; }
.nav a.active { color: #0A0A0A; font-weight: 600; }

.nav .btn-cta { background: #0A0A0A; color: #F7F5F2; padding: 0.65rem 1.2rem; font-weight: 600; letter-spacing: 0; font-size: 0.85rem; transition: background 0.2s ease, transform 0.2s ease; }
.nav .btn-cta::after { display: none; }
.nav .btn-cta:hover { background: #D9A521; color: #0A0A0A; transform: translateY(-1px); }

/* Seletor idioma */
.lang-switch { display: flex; align-items: center; gap: 0.3rem; padding-left: 1.2rem; border-left: 1px solid rgba(10, 10, 10, 0.12); }
.lang-switch button { font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.3rem 0.5rem; color: #6B6B6B; transition: color 0.2s ease; font-weight: 600; }
.lang-switch button:hover { color: #0A0A0A; }
.lang-switch button.active { color: #D9A521; }

/* Mobile menu */
.menu-toggle { display: none; width: 32px; height: 32px; flex-direction: column; justify-content: center; gap: 5px; }
.menu-toggle span { width: 22px; height: 2px; background: #0A0A0A; transition: all 0.3s ease; }
.menu-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.open span:nth-child(2) { opacity: 0; }
.menu-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 900px) {
  .menu-toggle { display: flex; }
  .nav { position: fixed; top: 0; right: -100%; width: 85%; max-width: 380px; height: 100vh; background: #F7F5F2; flex-direction: column; align-items: flex-start; justify-content: center; gap: 1.8rem; padding: 2rem 2.5rem; transition: right 0.4s cubic-bezier(0.22, 1, 0.36, 1); box-shadow: -20px 0 40px rgba(10, 10, 10, 0.08); }
  .nav.open { right: 0; }
  .nav a { font-size: 1.4rem; font-weight: 600; }
  .nav .btn-cta { font-size: 1rem; padding: 0.85rem 1.5rem; width: 100%; text-align: center; }
  .lang-switch { border-left: none; border-top: 1px solid rgba(10, 10, 10, 0.12); padding: 1.2rem 0 0 0; margin-top: 1rem; }
}

/* ============================================
   BOTÕES
   ============================================ */
.btn { display: inline-flex; align-items: center; gap: 0.7rem; padding: 1rem 1.8rem; font-size: 0.92rem; font-weight: 600; letter-spacing: 0; border: 2px solid #0A0A0A; background: #0A0A0A; color: #F7F5F2; transition: all 0.25s ease; cursor: pointer; }
.btn:hover { background: #D9A521; border-color: #D9A521; color: #0A0A0A; transform: translateY(-2px); }
.btn-outline { background: transparent; color: #0A0A0A; }
.btn-outline:hover { background: #0A0A0A; color: #F7F5F2; border-color: #0A0A0A; transform: translateY(-2px); }
.btn-whatsapp { background: #25D366; border-color: #25D366; color: #FFFFFF; }
.btn-whatsapp:hover { background: #1FB855; border-color: #1FB855; color: #FFFFFF; }
.btn-arrow { display: inline-flex; align-items: center; gap: 0.6rem; font-weight: 600; color: #0A0A0A; padding: 0.5rem 0; border-bottom: 2px solid #0A0A0A; transition: all 0.25s ease; font-size: 0.95rem; }
.btn-arrow::after { content: '→'; transition: transform 0.25s ease; }
.btn-arrow:hover { color: #D9A521; border-color: #D9A521; }
.btn-arrow:hover::after { transform: translateX(6px); }

/* ============================================
   HERO
   ============================================ */
.hero { min-height: 88vh; display: flex; align-items: center; position: relative; padding: 9rem 0 4rem; overflow: hidden; }
.hero-content { position: relative; z-index: 2; max-width: 760px; }
.hero .eyebrow { margin-bottom: 1.2rem; display: block; opacity: 0; animation: fadeUp 0.7s ease 0.1s forwards; }
.hero h1 { margin-bottom: 1.5rem; opacity: 0; animation: fadeUp 0.8s ease 0.3s forwards; }
.hero h1 strong { background: linear-gradient(120deg, transparent 0%, transparent 25%, #D9A521 25%, #D9A521 90%, transparent 90%); padding: 0 0.2em; }
.hero .lead { max-width: 580px; margin-bottom: 2rem; opacity: 0; animation: fadeUp 0.8s ease 0.5s forwards; }
.hero-actions { display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; opacity: 0; animation: fadeUp 0.8s ease 0.7s forwards; }

/* Quick stats embaixo do hero */
.hero-stats { display: flex; gap: 3rem; margin-top: 3.5rem; padding-top: 2.5rem; border-top: 1px solid rgba(10, 10, 10, 0.12); opacity: 0; animation: fadeUp 0.8s ease 0.9s forwards; }
.hero-stat .num { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 2.5rem; line-height: 1; color: #0A0A0A; display: block; }
.hero-stat .lbl { font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; color: #6B6B6B; margin-top: 0.4rem; font-weight: 600; }
@media (max-width: 640px) {
  .hero-stats { gap: 1.5rem; margin-top: 2.5rem; padding-top: 1.8rem; flex-wrap: wrap; }
  .hero-stat .num { font-size: 1.9rem; }
}

@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }

/* Pattern decorativo do hero (ferramentas estilizadas) */
.hero-pattern { position: absolute; right: -3rem; top: 50%; transform: translateY(-50%); width: 420px; height: 420px; opacity: 0.05; z-index: 1; pointer-events: none; }
@media (max-width: 900px) { .hero-pattern { right: -10rem; opacity: 0.04; } }

/* ============================================
   SEÇÕES
   ============================================ */
section { padding: 6rem 0; position: relative; }
@media (max-width: 640px) { section { padding: 4rem 0; } }

.section-header { display: grid; grid-template-columns: 1fr 1.8fr; gap: 3rem; margin-bottom: 4rem; align-items: end; }
.section-header .eyebrow { margin-bottom: 0.8rem; display: block; }
@media (max-width: 880px) { .section-header { grid-template-columns: 1fr; gap: 1rem; margin-bottom: 2.5rem; } }

/* ============================================
   SERVIÇOS - CARDS GRID
   ============================================ */
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-top: 3rem; }
@media (max-width: 900px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .services-grid { grid-template-columns: 1fr; } }

.service-card { background: #FFFFFF; padding: 2rem 1.8rem; border: 1px solid rgba(10, 10, 10, 0.08); transition: all 0.3s ease; cursor: default; }
.service-card:hover { border-color: #0A0A0A; transform: translateY(-4px); box-shadow: 0 10px 30px rgba(10, 10, 10, 0.06); }
.service-icon { width: 48px; height: 48px; background: #0A0A0A; color: #F7F5F2; display: flex; align-items: center; justify-content: center; margin-bottom: 1.2rem; transition: background 0.3s ease; }
.service-card:hover .service-icon { background: #D9A521; color: #0A0A0A; }
.service-card h3 { font-size: 1.15rem; margin-bottom: 0.5rem; }
.service-card p { font-size: 0.9rem; line-height: 1.55; color: #6B6B6B; }

/* ============================================
   POR QUE ESCOLHER
   ============================================ */
.why-section { background: #0A0A0A; color: #F7F5F2; }
.why-section h2, .why-section h3 { color: #F7F5F2; }
.why-section .eyebrow { color: #D9A521; }
.why-section p { color: rgba(247, 245, 242, 0.7); }

.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 3rem; }
.why-item { padding: 2rem; border-right: 1px solid rgba(247, 245, 242, 0.1); }
.why-item:last-child { border-right: none; }
.why-num { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 3rem; color: #D9A521; line-height: 1; margin-bottom: 1rem; }
.why-item h3 { margin-bottom: 0.6rem; }
@media (max-width: 880px) {
  .why-grid { grid-template-columns: 1fr; }
  .why-item { border-right: none; border-bottom: 1px solid rgba(247, 245, 242, 0.1); padding: 1.8rem 0; }
  .why-item:last-child { border-bottom: none; }
}

/* ============================================
   ÁREA DE ATENDIMENTO (mapa visual)
   ============================================ */
.coverage { background: #F7F5F2; }
.coverage-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.coverage-list { list-style: none; }
.coverage-list li { padding: 0.9rem 0; border-bottom: 1px solid rgba(10, 10, 10, 0.1); display: flex; align-items: center; gap: 0.8rem; }
.coverage-list li::before { content: '✓'; color: #D9A521; font-weight: 800; font-size: 1.1rem; }
@media (max-width: 880px) { .coverage-grid { grid-template-columns: 1fr; gap: 2rem; } }

.coverage-map { aspect-ratio: 4 / 3; background: #FFFFFF; border: 1px solid rgba(10, 10, 10, 0.08); display: flex; align-items: center; justify-content: center; padding: 2rem; }
.coverage-map svg { width: 100%; height: 100%; }

/* ============================================
   PROCESSO (passos)
   ============================================ */
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 3rem; counter-reset: step; }
.process-step { padding: 0 1.5rem 0 1.5rem; position: relative; border-right: 1px dashed rgba(10, 10, 10, 0.2); }
.process-step:last-child { border-right: none; }
.process-step::before { counter-increment: step; content: counter(step, decimal-leading-zero); display: block; font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 1.5rem; color: #D9A521; margin-bottom: 0.8rem; }
.process-step h3 { font-size: 1.1rem; margin-bottom: 0.4rem; }
.process-step p { font-size: 0.88rem; color: #6B6B6B; }
@media (max-width: 880px) {
  .process-steps { grid-template-columns: 1fr 1fr; gap: 2rem 1rem; }
  .process-step { border-right: none; padding: 0 0.5rem; }
}
@media (max-width: 500px) { .process-steps { grid-template-columns: 1fr; } }

/* ============================================
   PORTFOLIO / ANTES E DEPOIS
   ============================================ */
.portfolio-filters { display: flex; gap: 0.6rem; margin-bottom: 2.5rem; flex-wrap: wrap; justify-content: center; }
.portfolio-filter { padding: 0.6rem 1.2rem; font-size: 0.85rem; font-weight: 600; border: 1px solid rgba(10, 10, 10, 0.15); background: transparent; color: #2A2A2A; transition: all 0.2s ease; }
.portfolio-filter:hover { border-color: #0A0A0A; }
.portfolio-filter.active { background: #0A0A0A; color: #F7F5F2; border-color: #0A0A0A; }

.portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
@media (max-width: 900px) { .portfolio-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .portfolio-grid { grid-template-columns: 1fr; } }

.portfolio-item { background: #FFFFFF; border: 1px solid rgba(10, 10, 10, 0.08); overflow: hidden; transition: all 0.3s ease; cursor: default; }
.portfolio-item:hover { transform: translateY(-3px); box-shadow: 0 10px 25px rgba(10, 10, 10, 0.08); border-color: rgba(10, 10, 10, 0.2); }
.portfolio-item-image { aspect-ratio: 4 / 3; background: #E8E0D0; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.portfolio-item-image::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, #F7F5F2 0%, #E8E0D0 100%); }
.portfolio-item-image span { position: relative; font-family: 'Manrope', sans-serif; font-weight: 700; color: #B5A88E; font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; z-index: 1; }
.portfolio-item-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 2; }
.portfolio-item-body { padding: 1.2rem 1.4rem; }
.portfolio-item-body .category { font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: #D9A521; font-weight: 700; margin-bottom: 0.3rem; }
.portfolio-item-body h3 { font-size: 1.05rem; margin-bottom: 0.3rem; }
.portfolio-item-body p { font-size: 0.85rem; color: #6B6B6B; }

/* ============================================
   PRICING / SERVIÇOS DETALHADOS
   ============================================ */
.service-block { padding: 3rem 0; border-bottom: 1px solid rgba(10, 10, 10, 0.1); }
.service-block:last-child { border-bottom: none; }
.service-block-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 3rem; align-items: start; }
@media (max-width: 880px) { .service-block-grid { grid-template-columns: 1fr; gap: 1.5rem; } }
.service-block-grid h2 { font-size: 2rem; margin-bottom: 0.5rem; }

.service-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0.8rem 2rem; margin-top: 1.5rem; }
@media (max-width: 500px) { .service-list { grid-template-columns: 1fr; } }
.service-list li { list-style: none; padding: 0.5rem 0; display: flex; align-items: baseline; gap: 0.6rem; font-size: 0.95rem; color: #2A2A2A; }
.service-list li::before { content: '→'; color: #D9A521; font-weight: 700; }

.price-tag { display: inline-block; background: #0A0A0A; color: #F7F5F2; padding: 0.5rem 1rem; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.08em; margin-top: 1rem; }

/* ============================================
   ABOUT
   ============================================ */
.about-hero { padding: 10rem 0 4rem; }
.about-hero h1 { max-width: 900px; margin-bottom: 1.5rem; }
.about-content { padding-bottom: 5rem; }
.about-content-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; padding-top: 2rem; }
@media (max-width: 880px) { .about-content-grid { grid-template-columns: 1fr; gap: 2rem; } }

.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 3rem; }
@media (max-width: 880px) { .values-grid { grid-template-columns: 1fr; gap: 1.5rem; } }
.value-item h3 { font-size: 1.2rem; margin-bottom: 0.5rem; padding-top: 1rem; border-top: 2px solid #0A0A0A; }
.value-item p { font-size: 0.92rem; color: #6B6B6B; }

/* ============================================
   CTA Block
   ============================================ */
.cta-block { background: #0A0A0A; color: #F7F5F2; padding: 5rem 0; text-align: center; }
.cta-block h2 { color: #F7F5F2; max-width: 700px; margin: 0 auto 1.5rem; }
.cta-block p { color: rgba(247, 245, 242, 0.75); max-width: 580px; margin: 0 auto 2.5rem; }
.cta-block .eyebrow { color: #D9A521; margin-bottom: 1rem; }
.cta-block .btn { background: #D9A521; border-color: #D9A521; color: #0A0A0A; }
.cta-block .btn:hover { background: #F7F5F2; border-color: #F7F5F2; color: #0A0A0A; }
.cta-block .btn-whatsapp { background: #25D366; border-color: #25D366; color: #FFFFFF; }
.cta-actions { display: inline-flex; gap: 1rem; flex-wrap: wrap; justify-content: center; }

/* ============================================
   CONTATO
   ============================================ */
.contact-hero { padding: 10rem 0 3rem; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; padding-bottom: 5rem; }
@media (max-width: 880px) { .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; } }

.contact-method { padding: 1.3rem 0; border-bottom: 1px solid rgba(10, 10, 10, 0.1); }
.contact-method:last-child { border-bottom: none; }
.contact-method .label { font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; color: #D9A521; margin-bottom: 0.4rem; font-weight: 700; }
.contact-method .value { font-size: 1.3rem; font-weight: 700; }
.contact-method a:hover { color: #D9A521; }

.contact-form { display: flex; flex-direction: column; gap: 1.2rem; background: #FFFFFF; padding: 2rem; border: 1px solid rgba(10, 10, 10, 0.08); }
.form-group { display: flex; flex-direction: column; gap: 0.4rem; }
.form-group label { font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: #0A0A0A; font-weight: 700; }
.form-group input, .form-group select, .form-group textarea { padding: 0.8rem 0.9rem; border: 1px solid rgba(10, 10, 10, 0.15); background: #F7F5F2; font-family: 'Manrope', sans-serif; font-size: 1rem; color: #0A0A0A; transition: border-color 0.2s ease, background 0.2s ease; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: #0A0A0A; background: #FFFFFF; }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-group .hint { font-size: 0.78rem; color: #6B6B6B; font-weight: 400; text-transform: none; letter-spacing: 0; margin-top: 0.2rem; }

/* ============================================
   FOOTER
   ============================================ */
.site-footer { background: #0A0A0A; color: #F7F5F2; padding: 4rem 0 1.5rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(247, 245, 242, 0.12); }
.footer-brand h3 { color: #F7F5F2; margin-bottom: 0.4rem; font-weight: 800; }
.footer-brand p { color: rgba(247, 245, 242, 0.6); margin-top: 1rem; max-width: 320px; font-size: 0.9rem; }
.footer-col h4 { color: #D9A521; font-family: 'Manrope', sans-serif; font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 1.2rem; font-weight: 700; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 0.6rem; }
.footer-col a { font-size: 0.9rem; color: rgba(247, 245, 242, 0.7); transition: color 0.2s ease; }
.footer-col a:hover { color: #D9A521; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 1.5rem; flex-wrap: wrap; gap: 1rem; }
.footer-bottom p { color: rgba(247, 245, 242, 0.45); font-size: 0.78rem; }
.footer-credit { color: rgba(247, 245, 242, 0.45); font-size: 0.72rem; letter-spacing: 0.05em; }
.footer-credit a { color: rgba(247, 245, 242, 0.6); transition: color 0.2s ease; }
.footer-credit a:hover { color: #D9A521; }
@media (max-width: 880px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
}
@media (max-width: 500px) {
  .footer-grid { grid-template-columns: 1fr; }
}

/* ============================================
   ANIMAÇÕES SCROLL
   ============================================ */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }

/* ============================================
   UTILS
   ============================================ */
.text-center { text-align: center; }
.mt-1 { margin-top: 1rem; } .mt-2 { margin-top: 2rem; } .mt-3 { margin-top: 3rem; }
.mb-1 { margin-bottom: 1rem; } .mb-2 { margin-bottom: 2rem; } .mb-3 { margin-bottom: 3rem; }
[hidden] { display: none !important; }

::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #F7F5F2; }
::-webkit-scrollbar-thumb { background: rgba(10, 10, 10, 0.25); border-radius: 5px; }
::-webkit-scrollbar-thumb:hover { background: rgba(10, 10, 10, 0.5); }

::selection { background: #D9A521; color: #0A0A0A; }

/* ============================================
   WHATSAPP FLOAT BUTTON
   ============================================ */
.whatsapp-float { position: fixed; bottom: 1.5rem; right: 1.5rem; width: 56px; height: 56px; background: #25D366; color: #FFFFFF; border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 99; box-shadow: 0 6px 18px rgba(37, 211, 102, 0.4); transition: transform 0.2s ease; }
.whatsapp-float:hover { transform: scale(1.08); }
.whatsapp-float svg { width: 28px; height: 28px; }
