Preview de mixed.css
/* MIXED CSS PACK */
/* Template: piscinasmjhogar.com.ar/index.html */
/* Template mtime: 2026-04-01 11:49:30 */
/* external link (no embedded): https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css */
/* ===== INLINE <style> BLOCK #1 ===== */
/* ============================================
DESIGN SYSTEM - PREMIUM CONSTRUCTION THEME
============================================ */
:root {
/* Core palette - respecting user colors */
--accent: #0a2b4a;
--accent-light: #0f3d6b;
--accent-glow: rgba(10, 43, 74, 0.15);
--gold: #d4a855;
--gold-soft: rgba(212, 168, 85, 0.12);
/* Neutrals */
--bg: #ffffff;
--bg-warm: #faf9f7;
--bg-cool: #f5f7fa;
--text: #0d0d0d;
--text-secondary: #4a5568;
--text-muted: #718096;
--line: #e8edf2;
--line-soft: rgba(10, 43, 74, 0.06);
/* Effects */
--shadow-sm: 0 2px 8px rgba(10, 43, 74, 0.04);
--shadow-md: 0 8px 32px rgba(10, 43, 74, 0.08);
--shadow-lg: 0 24px 64px rgba(10, 43, 74, 0.12);
--shadow-glow: 0 0 60px rgba(10, 43, 74, 0.15);
--shadow-gold: 0 8px 32px rgba(212, 168, 85, 0.25);
/* Radius */
--radius-sm: 12px;
--radius-md: 20px;
--radius-lg: 28px;
--radius-xl: 40px;
/* Transitions */
--ease-out: cubic-bezier(0.16, 1, 0.3, 1);
--ease-elastic: cubic-bezier(0.68, -0.55, 0.265, 1.55);
--duration: 0.5s;
--duration-fast: 0.3s;
}
/* ============================================
BASE RESET & TYPOGRAPHY
============================================ */
*, *::before, *::after {
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body {
margin: 0;
font-family: 'Manrope', system-ui, sans-serif;
font-size: 16px;
line-height: 1.7;
color: var(--text);
background: var(--bg);
overflow-x: hidden;
}
img {
max-width: 100%;
display: block;
}
a {
text-decoration: none;
color: inherit;
transition: color var(--duration-fast) var(--ease-out);
}
/* ============================================
UTILITY CLASSES
============================================ */
.section {
padding: 120px 0;
position: relative;
}
.section-soft {
background: var(--bg-warm);
}
.eyebrow {
display: inline-flex;
align-items: center;
gap: 10px;
padding: 10px 20px;
border-radius: 100px;
background: linear-gradient(135deg, var(--accent-glow), var(--gold-soft));
color: var(--accent);
font-size: 0.75rem;
font-weight: 800;
letter-spacing: 0.15em;
text-transform: uppercase;
border: 1px solid var(--line-soft);
backdrop-filter: blur(10px);
}
.eyebrow::before {
content: '';
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--gold);
box-shadow: 0 0 12px var(--gold);
animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
0%, 100% { opacity: 1; transform: scale(1); }
50% { opacity: 0.6; transform: scale(1.2); }
}
.section-title {
font-family: 'Sora', sans-serif;
font-size: clamp(2.2rem, 4vw, 3.5rem);
font-weight: 800;
line-height: 1.1;
letter-spacing: -0.03em;
margin: 24px 0 16px;
color: var(--text);
}
.section-title .accent {
color: var(--accent);
}
.section-subtitle {
font-size: 1.1rem;
line-height: 1.8;
color: var(--text-secondary);
max-width: 700px;
margin: 0 auto;
}
/* ...cortado... agregá ?full=1 para ver todo ... */
Manifest preview
{
"template": "piscinasmjhogar.com.ar/index.html",
"template_mtime": 1775044170,
"template_mtime_human": "2026-04-01T11:49:30+00:00",
"css_links_found": [
"https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
],
"css_links_external": [
"https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
],
"css_links_embedded": [],
"inline_style_blocks": 3,
"inline_imports_external": [],
"inline_imports_embedded": [],
"missing_css_files": []
}