 :root { --glass-bg: rgba(255, 255, 255, 0.03); --glass-border: rgba(255, 255, 255, 0.08); --glass-blur: blur(16px); --primary-glow: rgba(240, 185, 11, 0.5); --neon-accent: #f0b90b; --bg-dark: #050607; --bg-card: #0f1115; } @keyframes breathe { 0% { transform: scale(1); } 100% { transform: scale(1.1); } } @keyframes float { 0% { transform: translateY(0px); } 50% { transform: translateY(-10px); } 100% { transform: translateY(0px); } } @keyframes sheen { 0% { transform: translateX(-100%) skewX(-15deg); } 100% { transform: translateX(200%) skewX(-15deg); } } .reveal { opacity: 0; transform: translateY(30px); transition: all 0.8s cubic-bezier(0.2, 0.8, 0.2, 1); } .reveal.active { opacity: 1; transform: translateY(0); } .delay-100 { transition-delay: 0.1s; } .delay-200 { transition-delay: 0.2s; } .delay-300 { transition-delay: 0.3s; } .text-gradient { background: linear-gradient(135deg, #ffffff 30%, var(--neon-accent) 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; display: inline-block; } .info-hero { position: relative; height: 90vh; min-height: 700px; display: flex; align-items: center; justify-content: center; overflow: hidden; margin-top: 0; padding-top: 0; } .info-hero-bg { position: absolute; inset: 0; background-image: url('../images/electrical-repairs-information-hero.png'); background-size: cover; background-position: center; animation: breathe 30s infinite alternate cubic-bezier(0.4, 0, 0.2, 1); z-index: 0; } @supports (background-image: url('../images/electrical-repairs-information-hero.webp')) { .info-hero-bg { background-image: url('../images/electrical-repairs-information-hero.webp'); } } .info-hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5, 6, 7, 0.6) 0%, rgba(5, 6, 7, 0.4) 40%, rgba(5, 6, 7, 1) 100%); z-index: 1; } .breadcrumb-wrapper { position: absolute; top: 120px; left: 0; width: 100%; display: flex; justify-content: center; z-index: 10; } .breadcrumb-nav { display: inline-flex; align-items: center; gap: 1rem; padding: 0.6rem 1.8rem; background: rgba(255, 255, 255, 0.03); backdrop-filter: var(--glass-blur); -webkit-backdrop-filter: var(--glass-blur); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 100px; } .breadcrumb-nav a { color: rgba(255, 255, 255, 0.7); font-size: 0.75rem; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; transition: color 0.3s; } .breadcrumb-nav a:hover { color: var(--neon-accent); } .breadcrumb-nav .separator { color: rgba(255, 255, 255, 0.2); font-size: 0.7rem; } .breadcrumb-nav .current { color: var(--neon-accent); font-weight: 700; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 1px; } .info-hero-content { position: relative; z-index: 2; max-width: 1000px; margin: 0 auto; text-align: center; padding-top: 60px; } .hero-badge { display: inline-flex; align-items: center; padding: 0.6rem 1.8rem; background: rgba(240, 185, 11, 0.08); color: var(--neon-accent); border: 1px solid rgba(240, 185, 11, 0.25); border-radius: 50px; font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 2.5px; margin-bottom: 2rem; box-shadow: 0 0 20px rgba(240, 185, 11, 0.1); } .info-hero-title { font-size: clamp(3rem, 6vw, 5.5rem); font-weight: 800; line-height: 1.05; margin-bottom: 2rem; letter-spacing: -1px; color: #fff; } .info-hero-desc { font-size: 1.25rem; line-height: 1.7; color: rgba(255, 255, 255, 0.85); max-width: 800px; margin: 0 auto 3rem; font-weight: 300; } .info-hero-desc .text-link { color: #fff; text-decoration: underline; text-decoration-color: var(--neon-accent); text-underline-offset: 4px; transition: all 0.3s; } .info-hero-desc .text-link:hover { background: rgba(240, 185, 11, 0.1); text-decoration-color: transparent; color: var(--neon-accent); } .info-hero-actions { display: flex; justify-content: center; gap: 1.5rem; } .btn-glow { position: relative; background: var(--neon-accent); color: #000; font-weight: 800; padding: 1.2rem 3rem; border-radius: 50px; text-transform: uppercase; letter-spacing: 1px; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); overflow: hidden; z-index: 1; } .btn-glow::before { content: ''; position: absolute; top: 0; left: -100px; width: 60px; height: 100%; background: rgba(255, 255, 255, 0.4); transform: skewX(-20deg); transition: none; z-index: -1; } .btn-glow:hover { transform: translateY(-4px); box-shadow: 0 10px 30px rgba(240, 185, 11, 0.4); } .btn-glow:hover::before { animation: sheen 0.6s linear; } .info-hub-section { position: relative; background: var(--bg-dark); padding: 4rem 0 8rem; margin-top: -1px; } .section-header { text-align: center; margin-bottom: 5rem; } .section-title { font-size: 3rem; font-weight: 700; color: #fff; margin-bottom: 1rem; letter-spacing: -0.5px; } .section-desc { color: rgba(255, 255, 255, 0.6); font-size: 1.1rem; max-width: 600px; margin: 0 auto; } .bento-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 2rem; max-width: 1200px; margin: 0 auto; } .bento-card { background: var(--bg-card); border: 1px solid rgba(255, 255, 255, 0.05); border-radius: 24px; padding: 3rem; position: relative; overflow: hidden; transition: all 0.4s ease; display: flex; flex-direction: column; } .bento-card.featured { grid-column: span 8; background: linear-gradient(135deg, #13161c 0%, #0c0e11 100%); border: 1px solid rgba(255, 255, 255, 0.08); } .bento-card.standard { grid-column: span 4; } .bento-card:hover { transform: translateY(-8px); border-color: rgba(240, 185, 11, 0.3); box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3); } .card-bg-glow { position: absolute; top: -50%; right: -20%; width: 80%; height: 200%; background: radial-gradient(circle, rgba(240, 185, 11, 0.08) 0%, transparent 70%); transform: rotate(-15deg); pointer-events: none; } .icon-box { font-size: 3rem; margin-bottom: 2rem; display: inline-flex; padding: 1rem; background: rgba(255, 255, 255, 0.03); border-radius: 16px; border: 1px solid rgba(255, 255, 255, 0.05); } .bento-card h3 { font-size: 2rem; font-weight: 700; color: #fff; margin-bottom: 1.2rem; } .bento-card p { color: rgba(255, 255, 255, 0.6); line-height: 1.6; margin-bottom: 2rem; font-size: 1.1rem; flex-grow: 1; } .feature-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-bottom: 2.5rem; list-style: none; padding: 0; } .feature-list li { display: flex; align-items: center; gap: 0.8rem; color: #e0e0e0; font-size: 0.95rem; font-weight: 500; } .feature-list li::before { content: ''; width: 6px; height: 6px; background: var(--neon-accent); border-radius: 50%; box-shadow: 0 0 8px var(--neon-accent); } .btn-arrow { align-self: flex-start; display: inline-flex; align-items: center; gap: 0.8rem; background: #fff; color: #000; padding: 1rem 2rem; border-radius: 12px; font-weight: 700; text-transform: uppercase; font-size: 0.85rem; transition: all 0.3s; } .btn-arrow:hover { background: var(--neon-accent); transform: translateX(5px); } .btn-link { color: #fff; font-weight: 600; display: inline-flex; align-items: center; gap: 0.5rem; font-size: 1rem; margin-top: auto; transition: color 0.3s; } .btn-link:hover { color: var(--neon-accent); } .quick-access-section { padding: 6rem 0; background: #090b0e; border-top: 1px solid rgba(255, 255, 255, 0.05); } .quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; } .quick-card { background: rgba(255, 255, 255, 0.02); padding: 2.5rem 2rem; border-radius: 20px; border: 1px solid rgba(255, 255, 255, 0.05); transition: all 0.3s ease; text-align: left; } .quick-card:hover { background: rgba(255, 255, 255, 0.04); border-color: rgba(240, 185, 11, 0.3); transform: translateY(-5px); } .quick-icon { font-size: 2.5rem; margin-bottom: 1.5rem; color: var(--neon-accent); } .quick-card h4 { font-size: 1.25rem; color: #fff; margin-bottom: 0.8rem; } .quick-card p { font-size: 0.95rem; color: #888; margin-bottom: 1.5rem; min-height: 3rem; } .quick-links a { display: block; color: #bbb; font-size: 0.9rem; padding: 0.4rem 0; border-bottom: 1px solid rgba(255, 255, 255, 0.05); transition: color 0.2s; } .quick-links a:hover { color: var(--neon-accent); padding-left: 0.5rem; } .categories-section { padding: 6rem 0; background: var(--bg-dark); } .categories-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; } .category-item { display: flex; align-items: flex-start; gap: 2rem; padding: 2.5rem; background: rgba(255, 255, 255, 0.02); border: 1px solid rgba(255, 255, 255, 0.04); border-radius: 24px; transition: all 0.3s; } .category-item:hover { background: rgba(255, 255, 255, 0.04); border-color: rgba(255, 255, 255, 0.1); } .cat-icon { width: 80px; height: 80px; background: rgba(255, 255, 255, 0.03); border-radius: 20px; display: flex; align-items: center; justify-content: center; font-size: 2.5rem; flex-shrink: 0; } .cat-content { flex-grow: 1; } .cat-content h3 { font-size: 1.5rem; color: #fff; margin-bottom: 1.2rem; } .cat-links { display: flex; flex-wrap: wrap; gap: 0.8rem; } .cat-links a { padding: 0.5rem 1.2rem; background: rgba(0, 0, 0, 0.2); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 50px; color: #ccc; font-size: 0.85rem; transition: all 0.2s; } .cat-links a:hover { background: var(--neon-accent); color: #000; border-color: var(--neon-accent); } .contact { padding: 6rem 0; background: #050607; position: relative; border-top: 1px solid rgba(255, 255, 255, 0.05); } .contact-content { display: grid; grid-template-columns: 1fr 1.6fr; gap: 0; background: #0f1115; border-radius: 32px; overflow: hidden; margin-top: 4rem; border: 1px solid rgba(255, 255, 255, 0.05); box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4); } .contact-info { padding: 4rem; background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%); position: relative; } .contact-info::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: var(--neon-accent); } .contact-subtitle { font-size: 2rem; color: #fff; margin-bottom: 3rem; font-weight: 700; } .contact-item { display: flex; gap: 1.5rem; margin-bottom: 2.5rem; } .contact-icon { width: 54px; height: 54px; background: rgba(240, 185, 11, 0.1); border-radius: 16px; display: flex; align-items: center; justify-content: center; color: var(--neon-accent); font-size: 1.4rem; flex-shrink: 0; } .contact-details strong { display: block; color: #fff; font-size: 1.1rem; margin-bottom: 0.3rem; } .contact-details span, .contact-details a { color: #999; font-size: 1rem; line-height: 1.5; } .contact-form { padding: 4rem; background: #0f1115; } .hero-quote { padding: 5rem 0; background: var(--neon-accent); color: #000; } .hero-quote-content { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; } .hero-quote-title { font-size: 2.8rem; font-weight: 800; color: #000; margin-bottom: 1rem; } .hero-quote-description { font-size: 1.1rem; color: #111; margin-bottom: 2rem; font-weight: 500; } .btn-outline { border: 2px solid #000; color: #000; padding: 1rem 2.5rem; font-weight: 700; border-radius: 50px; text-transform: uppercase; transition: all 0.3s; } .btn-outline:hover { background: #000; color: var(--neon-accent); border-color: #000; } @media (max-width: 1200px) { .bento-card.featured { grid-column: span 12; } .bento-card.standard { grid-column: span 6; } .quick-grid { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 992px) { .info-hero-title { font-size: 4rem; } .contact-content { grid-template-columns: 1fr; } .contact-info { padding: 3rem; } .contact-form { padding: 3rem; } .categories-list { grid-template-columns: 1fr; } } @media (max-width: 768px) { .info-hero { height: auto; padding: 120px 0 60px; min-height: auto; } .breadcrumb-wrapper { top: 90px; } .info-hero-title { font-size: 2.8rem; } .bento-card.standard { grid-column: span 12; } .quick-grid { grid-template-columns: 1fr; } .hero-quote-content { grid-template-columns: 1fr; text-align: center; } .hero-quote-actions { justify-content: center; display: flex; } .category-item { flex-direction: column; align-items: center; text-align: center; } .cat-links { justify-content: center; } }