Preview de mixed.css
/* MIXED CSS PACK */
/* Template: fundacionreiniciar.com/index.html */
/* Template mtime: 2026-02-24 22:47:08 */
/* external link (no embedded): https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css */
/* external link (no embedded): https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css */
/* external link (no embedded): https://fonts.googleapis.com/css2?family=Inter:opsz,[email protected],400;14..32,500;14..32,600;14..32,700;14..32,800;14..32,900&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap */
/* ===== INLINE <style> BLOCK #1 ===== */
/* ============================================= */
/* ROOT VARIABLES Y RESET (PALETA RESPETADA) */
/* ============================================= */
:root {
--bg: #ffffff;
--text: #0b0b0b;
--muted: #5b5b5b;
--accent: #3F8D2E;
--accent-dark: #2F6D22;
--accent-soft: #E8F4E5;
--accent-ultra-light: #F3F9F1;
--border: #e8e8e8;
--radius-sm: 12px;
--radius-md: 18px;
--radius-lg: 24px;
--radius-xl: 32px;
--shadow-sm: 0 4px 12px rgba(0,0,0,0.03);
--shadow-md: 0 10px 26px rgba(0,0,0,0.07);
--shadow-lg: 0 20px 40px -12px rgba(0,0,0,0.15);
--shadow-hover: 0 30px 50px -15px rgba(63,141,46,0.25);
--transition: all 0.25s cubic-bezier(0.2, 0, 0, 1);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
background: var(--bg);
color: var(--text);
font-family: 'Inter', system-ui, -apple-system, sans-serif;
line-height: 1.5;
overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
font-weight: 800;
letter-spacing: -0.02em;
line-height: 1.2;
}
/* ============================================= */
/* NAVBAR PRO - MÁS ELEGANTE Y MODERNA */
/* ============================================= */
.navbar {
background: rgba(255, 255, 255, 0.85);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
border-bottom: 1px solid rgba(0,0,0,0.05);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.02);
padding: 8px 0;
transition: var(--transition);
}
.navbar-scrolled {
box-shadow: var(--shadow-md);
background: rgba(255,255,255,0.95);
}
.navbar-brand {
font-weight: 900;
font-size: 1.5rem;
letter-spacing: -0.02em;
color: var(--text) !important;
}
.brand-mark {
width: 42px;
height: 42px;
border-radius: var(--radius-sm);
background: var(--accent-soft);
display: inline-flex;
align-items: center;
justify-content: center;
border: 1px solid rgba(63,141,46,.25);
transition: var(--transition);
}
.navbar-brand:hover .brand-mark {
transform: scale(1.05);
border-color: var(--accent);
}
.brand-mark i {
color: var(--accent);
font-size: 22px;
}
.nav-link {
color: var(--text) !important;
font-weight: 600;
font-size: 0.95rem;
padding: 0.5rem 1rem !important;
border-radius: 100px;
transition: var(--transition);
opacity: 0.8;
}
.nav-link:hover {
opacity: 1;
background: var(--accent-ultra-light);
}
.btn-accent {
background: var(--accent);
border: 1px solid var(--accent);
color: #fff;
border-radius: 100px;
padding: 0.7rem 1.4rem;
font-weight: 700;
font-size: 0.95rem;
transition: var(--transition);
box-shadow: 0 4px 10px rgba(63,141,46,0.3);
}
.btn-accent:hover {
background: var(--accent-dark);
border-color: var(--accent-dark);
transform: translateY(-2px);
box-shadow: 0 8px 20px rgba(63,141,46,0.4);
}
.btn-outline-accent {
border: 1px solid rgba(63,141,46,0.4);
color: var(--accent-dark);
border-radius: 100px;
padding: 0.7rem 1.4rem;
font-weight: 600;
background: transparent;
transition: var(--transition);
}
.btn-outline-accent:hover {
background: var(--accent-soft);
border-color: var(--accent);
transform: translateY(-2px);
}
/* ============================================= */
/* COMPONENTES GLOBALES PREMIUM */
/* ============================================= */
.section {
padding: 100px 0;
position: relative;
}
.section-sm {
padding: 70px 0;
}
.eyebrow {
display: inline-flex;
align-items: center;
gap: 0.5rem;
padding: 0.4rem 1rem;
border-radius: 100px;
background: var(--accent-soft);
color: var(--accent-dark);
font-weight: 800;
font-size: 0.8rem;
letter-spacing: 0.03em;
text-transform: uppercase;
border: 1px solid rgba(63,141,46,.25);
margin-bottom: 1.5rem;
box-shadow: var(--shadow-sm);
}
.section-title {
font-size: clamp(2.2rem, 5vw, 3.2rem);
font-weight: 900;
letter-spacing: -0.03em;
line-height: 1.1;
margin-bottom: 1rem;
}
.section-subtitle {
color: var(--muted);
font-size: 1.2rem;
max-width: 700px;
margin-left: auto;
margin-right: auto;
font-weight: 400;
}
/* ============================================= */
/* CARDS CON MICROINTERACCIONES Y GLOW */
/* ============================================= */
.info-card {
background: #fff;
border: 1px solid var(--border);
border-radius: var(--radius-lg);
padding: 2rem;
height: 100%;
transition: var(--transition);
box-shadow: var(--shadow-sm);
}
.info-card:hover {
transform: translateY(-6px);
box-shadow: var(--shadow-hover);
border-color: rgba(63,141,46,0.3);
}
.icon {
width: 56px;
height: 56px;
border-radius: 16px;
background: var(--accent-soft);
display: flex;
align-items: center;
justify-content: center;
border: 1px solid rgba(63,141,46,.25);
color: var(--accent-dark);
font-size: 26px;
flex-shrink: 0;
transition: var(--transition);
}
.info-card:hover .icon {
background: var(--accent);
color: white;
border-color: var(--accent);
transform: scale(1.05) rotate(-3deg);
}
/* ============================================= */
/* HERO SECTION - ABSOLUTAMENTE MODERNO */
/* ============================================= */
.hero {
padding: 120px 0 80px;
background: linear-gradient(180deg, rgba(63,141,46,0.03) 0%, transparent 30%);
overflow: hidden;
position: relative;
}
.hero::before {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: radial-gradient(600px at 70% 20%, rgba(63,141,46,0.15), transparent 70%);
pointer-events: none;
}
.hero h1 {
font-size: clamp(2.5rem, 6vw, 4rem);
font-weight: 900;
line-height: 1.05;
letter-spacing: -0.03em;
margin-bottom: 1.5rem;
}
.hero p {
font-size: 1.2rem;
color: var(--muted);
margin-bottom: 2rem;
}
.hero-card {
border-radius: var(--radius-xl);
overflow: hidden;
box-shadow: var(--shadow-lg);
background: #fff;
border: 1px solid rgba(0,0,0,0.05);
transition: var(--transition);
}
.hero-card:hover {
box-shadow: var(--shadow-hover);
}
.hero-art {
background: linear-gradient(135deg, var(--accent-soft) 0%, #fff 100%);
min-height: 450px;
display: flex;
align-items: center;
justify-content: center;
position: relative;
padding: 2rem;
}
.art-inner {
width: 100%;
max-width: 500px;
aspect-ratio: 1/1;
background: #fff;
border-radius: 24px;
box-shadow: var(--shadow-lg);
padding: 1.5rem;
display: flex;
align-items: center;
justify-content: center;
}
.art-inner img {
width: 100%;
height: 100%;
object-fit: contain;
filter: drop-shadow(0 4px 6px rgba(0,0,0,0.05));
}
/* ============================================= */
/* SECCIÓN DE MISIÓN CON EFECTOS DE LUJO */
/* ============================================= */
.mission {
background: linear-gradient(145deg, var(--accent-ultra-light), var(--accent-soft));
border: 1px solid rgba(63,141,46,0.2);
border-radius: var(--radius-lg);
padding: 1.8rem;
margin-top: 1.5rem;
transition: var(--transition);
}
.mission:hover {
border-color: var(--accent);
box-shadow: 0 0 0 4px rgba(63,141,46,0.1);
}
/* ============================================= */
/* ACORDIÓN FAQ - MODERNO Y SUAVE */
/* ============================================= */
.accordion .accordion-item {
border: 1px solid var(--border);
border-radius: 16px !important;
overflow: hidden;
box-shadow: var(--shadow-sm);
background: #fff;
margin-bottom: 1rem;
transition: var(--transition);
}
.accordion-item:hover {
border-color: rgba(63,141,46,0.3);
box-shadow: var(--shadow-md);
}
.accordion-button {
font-weight: 800;
padding: 1.5rem;
font-size: 1.1rem;
color: var(--text);
}
.accordion-button:not(.collapsed) {
color: var(--accent-dark);
background: var(--accent-soft);
}
.accordion-button:focus {
box-shadow: 0 0 0 0.25rem rgba(63,141,46,0.2);
border-color: transparent;
}
/* ============================================= */
/* FORMULARIO DE CONTACTO - PREMIUM */
/* ============================================= */
.contact-card {
background: #fff;
border: 1px solid var(--border);
border-radius: var(--radius-xl);
box-shadow: var(--shadow-md);
padding: 2.5rem;
transition: var(--transition);
}
.contact-card:hover {
box-shadow: var(--shadow-lg);
}
.form-control, .form-select {
border-radius: var(--radius-md);
border: 1px solid var(--border);
padding: 0.9rem 1.2rem;
font-size: 1rem;
transition: var(--transition);
}
.form-control:focus, .form-select:focus {
border-color: var(--accent);
box-shadow: 0 0 0 4px rgba(63,141,46,0.15);
}
.form-label {
font-weight: 700;
margin-bottom: 0.5rem;
color: var(--text);
}
/* ============================================= */
/* GALERÍA - MEJORADA CON LIGHTBOX Y CONTROLES */
/* ============================================= */
.gal-gallery {
background: var(--accent-ultra-light);
position: relative;
}
.gal-gallery .carousel {
max-width: 900px;
margin: 0 auto;
border-radius: var(--radius-xl);
overflow: hidden;
box-shadow: var(--shadow-lg);
}
.gal-frame {
height: clamp(300px, 55vh, 500px);
background: #fff;
display: flex;
align-items: center;
justify-content: center;
padding: 1rem;
}
.gal-img {
max-width: 100%;
max-height: 100%;
width: auto;
height: auto;
object-fit: contain;
border-radius: 12px;
cursor: zoom-in;
transition: var(--transition);
}
.gal-img:hover {
transform: scale(1.02);
}
.gal-gallery .carousel-control-prev,
.gal-gallery .carousel-control-next {
width: 50px;
height: 50px;
background: rgba(255,255,255,0.9);
backdrop-filter: blur(4px);
border-radius: 50%;
top: 50%;
transform: translateY(-50%);
opacity: 0;
transition: var(--transition);
box-shadow: var(--shadow-md);
}
.gal-gallery:hover .carousel-control-prev,
.gal-gallery:hover .carousel-control-next {
opacity: 1;
}
.gal-gallery .carousel-control-prev-icon,
.gal-gallery .carousel-control-next-icon {
filter: brightness(0) invert(0);
}
.gal-gallery .carousel-indicators {
bottom: -40px;
}
.gal-gallery .carousel-indicators button {
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--accent);
opacity: 0.3;
transition: var(--transition);
}
.gal-gallery .carousel-indicators button.active {
opacity: 1;
transform: scale(1.3);
}
/* ============================================= */
/* FOOTER CON JERARQUÍA */
/* ============================================= */
footer {
background: #0b0b0b;
color: #f0f0f0;
border-top: none;
padding: 60px 0 30px;
}
footer .footer-title {
color: white;
font-weight: 900;
}
footer .mini-link, footer .footer-link {
color: #aaa;
transition: var(--transition);
}
footer .mini-link:hover, footer .footer-link:hover {
color: var(--accent-soft);
text-decoration: none;
}
footer hr {
border-color: #333;
opacity: 0.3;
}
/* ============================================= */
/* ANCLAS PARA NAVBAR STICKY */
/* ============================================= */
.anchor-offset {
scroll-margin-top: 90px;
}
/* ============================================= */
/* RESPONSIVE PERFECTO SIN SCROLL HORIZONTAL */
/* ============================================= */
@media (max-width: 991.98px) {
.section {
padding: 70px 0;
}
.hero {
padding: 100px 0 50px;
}
.hero h1 {
font-size: 2.5rem;
}
}
@media (max-width: 767.98px) {
.section-title {
font-size: 2rem;
}
.hero h1 {
font-size: 2.2rem;
}
}
/* ============================================= */
/* EFECTOS ADICIONALES DE LUJO */
/* ============================================= */
.btn {
position: relative;
overflow: hidden;
}
.btn::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 0;
height: 0;
border-radius: 50%;
background: rgba(255,255,255,0.3);
transform: translate(-50%, -50%);
transition: width 0.5s, height 0.5s;
}
.btn:active::after {
width: 200px;
height: 200px;
}
/* Scrollbar personalizada (detalle pro) */
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
background: var(--accent);
border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
background: var(--accent-dark);
}
.brand-mark img {
display: block;
max-height: 32px;
}
/* ============================================= */
/* FIX NAVBAR MOBILE (NO SCROLL HORIZONTAL) */
/* ============================================= */
html, body { overflow-x: hidden; width: 100%; }
/* Evita scroll horizontal SIN romper el wrap del collapse (mobile) */
#mainNav .navbar-brand { min-width: 0; flex: 1 1 auto; }
#mainNav .navbar-toggler { flex: 0 0 auto; margin-left: auto; }
#mainNav .navbar-brand > span:last-child { min-width: 0; }
/* Asegura que el menú colapsable baje a la línea siguiente en mobile */
@media (max-width: 991.98px) {
#mainNav .container { flex-wrap: wrap; }
#navMain { width: 100%; }
/* En mobile no queremos el ms-auto empujando el UL a un costado */
#navMain .navbar-nav { margin-left: 0 !important; width: 100%; }
}
/* Mejor comportamiento del collapse en mobile */
@media (max-width: 991.98px) {
#navMain {
margin-top: .75rem;
padding: .75rem;
border-radius: var(--radius-lg);
background: rgba(255,255,255,0.98);
border: 1px solid rgba(0,0,0,0.06);
box-shadow: var(--shadow-md);
}
#navMain .navbar-nav { gap: .25rem !important; }
#navMain .nav-link { width: 100%; }
}
@media (max-width: 575.98px) {
#mainNav .navbar-brand { font-size: 1.15rem; }
#mainNav .navbar-brand > span:last-child{
max-width: 62vw;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}
@media (max-width: 575.98px){
.hero-art{ min-height: auto; padding: 1rem; }
.art-inner{ max-width: 320px; }
}
/* ===== INLINE <style> BLOCK #2 ===== */
/* ================== Scope: rei-* ================== */
/* Usa tu paleta general: --accent, --accent-soft, etc (si no existen, igual anda) */
.rei-brand{
padding:84px 0;
background: linear-gradient(180deg, #ffffff 0%, rgba(63,141,46,.06) 100%);
}
.rei-ticker{
position:relative;
max-width:980px;
margin:0 auto;
}
.rei-tk-viewport{
border-radius:18px;
background:#fff;
box-shadow:0 14px 34px rgba(0,0,0,.12);
border:1px solid rgba(0,0,0,.06);
overflow:hidden;
padding:10px;
cursor:grab;
user-select:none;
}
.rei-tk-viewport:active{cursor:grabbing;}
.rei-tk-track{
display:flex;
gap:14px;
align-items:center;
will-change:transform;
transform:translate3d(0,0,0);
}
.rei-tk-item{
flex:0 0 auto;
width:500px;
height:500px;
border:0;
padding:0;
background:#fff;
border-radius:16px;
overflow:hidden;
display:flex;
align-items:center;
justify-content:center;
box-shadow:0 10px 22px rgba(0,0,0,.10);
cursor:zoom-in;
}
.rei-tk-item img{
width:100%;
height:100%;
object-fit:contain;
background:#fff;
display:block;
}
/* botones prev/next */
.rei-tk-btn{
position:absolute;
top:50%;
transform:translateY(-50%);
width:52px;
height:52px;
border-radius:50%;
border:0;
background:rgba(0,0,0,.55);
color:#fff;
font-size:34px;
line-height:52px;
text-align:center;
z-index:5;
cursor:pointer;
transition:transform .2s, background .2s, box-shadow .2s;
box-shadow:0 10px 24px rgba(0,0,0,.20);
}
.rei-tk-btn:hover{
background:rgba(0,0,0,.65);
transform:translateY(-50%) scale(1.05);
}
.rei-tk-prev{left:10px;}
.rei-tk-next{right:10px;}
/* badges */
.rei-badges{display:flex; flex-wrap:wrap; gap:10px; justify-content:center;}
.rei-badge{
background:#fff;
border:1px solid rgba(0,0,0,.08);
border-radius:999px;
padding:10px 14px;
font-weight:800;
color:#2a2a2a;
box-shadow:0 8px 18px rgba(0,0,0,.06);
}
/* Modal */
.rei-modal{background:#000;border:0;}
.rei-light-img{max-height:86vh; width:100%; height:auto; object-fit:contain; background:#000;}
.rei-light-nav{
position:absolute; top:50%; transform:translateY(-50%);
border:0; width:46px; height:46px; border-radius:999px;
background:rgba(255,255,255,.18); color:#fff;
font-size:32px; line-height:46px; text-align:center;
z-index:5; cursor:pointer;
}
.rei-light-nav:hover{background:rgba(255,255,255,.28);}
.rei-light-nav.rei-prev{left:10px;}
.rei-light-nav.rei-next{right:10px;}
/* Responsive */
@media (max-width: 991.98px){
.rei-tk-item{ width:420px; height:420px; }
.rei-tk-prev{left:8px;}
.rei-tk-next{right:8px;}
}
@media (max-width: 575.98px){
.rei-brand{padding:72px 0;}
.rei-tk-item{ width:84vw; height:84vw; }
.rei-tk-btn{ width:48px; height:48px; font-size:32px; line-height:48px; }
}
/* ===== INLINE <style> BLOCK #3 ===== */
.gal-gallery .carousel{max-width:980px;margin-inline:auto;position:relative}
.gal-frame{
height: clamp(220px, 48vh, 440px);
background:#fff;border-radius:16px;overflow:hidden;
box-shadow:0 12px 28px rgba(0,0,0,.12);
display:flex;align-items:center;justify-content:center;padding:8px
}
.gal-img{
width:auto !important;max-width:100%;
height:auto !important;max-height:100%;
object-fit:contain !important;object-position:center;display:block;cursor:zoom-in
}
/* Controles circulares con más contraste */
.gal-gallery .carousel-control-prev,
.gal-gallery .carousel-control-next{
z-index:20;width:50px;height:50px;top:50%;transform:translateY(-50%);
opacity:1;background:rgba(0,0,0,.55);border-radius:50%;margin:0 12px
}
.gal-gallery .carousel-control-prev{left:0}
.gal-gallery .carousel-control-next{right:0}
.gal-gallery .gal-ctrl-icon{width:2.6rem;height:2.6rem;background-size:60% 60%}
/* Indicadores: se sitúan fuera; agregamos espacio inferior para que no se corten */
.gal-gallery .carousel-indicators{z-index:10;bottom:-50px}
.gal-gallery .carousel-indicators button{
width:10px;height:10px;border-radius:50%;
background:rgba(0,0,0,.5);border:none
}
.gal-gallery .carousel-indicators button.active{background:#000}
.gal-gallery{padding-bottom:56px} /* espacio para indicadores */
/* Modal */
#galLightbox .modal-content{background:#000}
#galLightboxImg{max-height:86vh;width:100%;height:auto;object-fit:contain;background:#000}
.gal-lightbox-nav{
position:absolute;top:50%;transform:translateY(-50%);
border:0;width:44px;height:44px;border-radius:999px;
background:rgba(255,255,255,.18);color:#fff;font-size:30px;line-height:44px;text-align:center;z-index:5;cursor:pointer
}
.gal-lightbox-nav:hover{background:rgba(255,255,255,.28)}
.gal-lightbox-nav.gal-prev{left:10px}
.gal-lightbox-nav.gal-next{right:10px}
/* Pequeños ajustes móviles */
@media (max-width: 575.98px){
.gal-frame{height: clamp(200px, 40vh, 360px)}
}
/* ===== INLINE <style> BLOCK #4 ===== */
:root{
/* WhatsApp oficial */
--wa:#25D366;
--wa-dark:#1fb85a;
--wa-darker:#189a4a;
/* UI clara */
--light-bg:#ffffff;
--light-bg-soft:#f6f8f7;
--light-border:#dde4df;
--dark-text:#1c1f1d;
--muted-text:#6c756f;
}
/* FACEBOOK button (arriba) */
.fb-float{
position:fixed; right:18px; bottom:92px; /* arriba del WhatsApp */
z-index:9998;
width:54px; height:54px; border-radius:50%;
display:grid; place-items:center; color:#fff; text-decoration:none;
background: linear-gradient(180deg, #1877F2 0%, #0f63d6 100%);
box-shadow:0 10px 30px rgba(0,0,0,.25);
transition:transform .25s, box-shadow .25s, opacity .25s;
}
.fb-float:hover{
transform:translateY(-2px) scale(1.04);
box-shadow:0 14px 36px rgba(0,0,0,.35);
}
/* WhatsApp flotante */
.wa-float{
position:fixed; right:18px; bottom:18px;
z-index:9999; font-family:inherit;
}
.wa-btn{
background:var(--wa);
color:#fff;
border:0;
width:60px; height:60px; border-radius:50%;
display:grid; place-items:center;
box-shadow:0 10px 30px rgba(0,0,0,.22);
cursor:pointer; transition:transform .3s, box-shadow .3s, filter .3s;
position:relative; overflow:hidden;
z-index:9999;
}
.wa-btn:hover{
transform:translateY(-3px) scale(1.05);
box-shadow:0 14px 36px rgba(0,0,0,.28);
filter:brightness(.98);
}
.wa-card{
position:absolute; right:0; bottom:74px;
width:min(360px,92vw);
background:var(--light-bg);
color:var(--dark-text);
border-radius:18px;
overflow:hidden;
box-shadow:0 18px 60px rgba(0,0,0,.25);
border:1px solid var(--light-border);
transform:translateY(10px);
opacity:0;
transition:transform .3s, opacity .3s;
z-index:10000;
}
.wa-card[aria-modal="true"]{
transform:translateY(0);
opacity:1;
}
.wa-head{
display:flex; align-items:center; gap:12px;
padding:14px 16px;
background:linear-gradient(135deg, #ffffff, #ecf6f0);
border-bottom:1px solid var(--light-border);
}
.wa-avatar{
width:40px; height:40px; border-radius:10px;
background:#e9f7ef;
display:grid; place-items:center;
border:1px solid #cfeeda;
overflow:hidden;
}
.wa-title{
font-weight:800;
font-size:1.02rem;
color:var(--dark-text);
}
.wa-status{
font-size:.85rem;
color:var(--muted-text);
display:flex; align-items:center; gap:6px;
}
.wa-status::before{
content:""; width:8px; height:8px; border-radius:50%;
background:var(--wa);
}
.wa-close{
margin-left:auto;
background:transparent;
color:var(--muted-text);
border:0;
font-size:24px;
cursor:pointer;
opacity:.75;
width:32px; height:32px;
border-radius:50%;
display:flex; align-items:center; justify-content:center;
transition:.2s;
}
.wa-close:hover{
opacity:1;
background:rgba(0,0,0,.04);
}
.wa-body{
padding:12px 14px;
max-height:40vh;
overflow:auto;
background:var(--light-bg-soft);
display:flex;
flex-direction:column;
gap:8px;
}
.wa-bubble{
max-width:88%;
padding:9px 11px;
border-radius:14px;
line-height:1.35;
box-shadow:0 3px 10px rgba(0,0,0,.06);
animation:fadeIn .25s ease;
font-size:0.9rem;
}
@keyframes fadeIn{
from{opacity:0; transform:translateY(5px)}
to{opacity:1; transform:none}
}
.wa-bot{
background:#ffffff;
border:1px solid var(--light-border);
align-self:flex-start;
border-bottom-left-radius:4px;
}
.wa-user{
background:var(--wa);
color:#fff;
align-self:flex-end;
border-bottom-right-radius:4px;
}
.wa-compose{
display:grid;
grid-template-columns:1fr auto;
gap:8px;
padding:10px 12px;
background:#ffffff;
border-top:1px solid var(--light-border);
}
.wa-compose textarea{
resize:none;
border-radius:12px;
padding:10px 12px;
border:1px solid var(--light-border);
background:#f9fbfa;
color:var(--dark-text);
outline:none;
min-height:44px;
font-family:inherit;
font-size:0.9rem;
transition:.2s;
}
.wa-compose textarea:focus{
border-color:var(--wa);
box-shadow:0 0 0 2px rgba(37,211,102,.15);
background:#ffffff;
}
.wa-send{
background:var(--wa);
color:#ffffff;
border:0;
border-radius:12px;
padding:0 16px;
font-weight:700;
cursor:pointer;
display:flex;
align-items:center;
justify-content:center;
transition:.2s;
}
.wa-send:hover{
background:var(--wa-dark);
transform:scale(1.04);
}
.wa-body::-webkit-scrollbar{ width:6px; }
.wa-body::-webkit-scrollbar-track{ background:rgba(0,0,0,.03); border-radius:3px; }
.wa-body::-webkit-scrollbar-thumb{ background:rgba(0,0,0,.12); border-radius:3px; }
.wa-body::-webkit-scrollbar-thumb:hover{ background:rgba(0,0,0,.18); }
@media (max-width:480px){
.fb-float{ right:12px; bottom:86px; width:52px; height:52px; }
.wa-float{ right:12px; bottom:12px; }
.wa-card{ width:calc(100vw - 24px); right:0; }
}