diff --git a/assets/images/about-bg.jpg b/assets/images/about-bg.jpg new file mode 100644 index 0000000..6b9fba9 Binary files /dev/null and b/assets/images/about-bg.jpg differ diff --git a/assets/pasted-20260122-152337-70151b40.png b/assets/pasted-20260122-152337-70151b40.png new file mode 100644 index 0000000..7fa2ed0 Binary files /dev/null and b/assets/pasted-20260122-152337-70151b40.png differ diff --git a/assets/vm-shot-2026-01-22T15-27-42-264Z.jpg b/assets/vm-shot-2026-01-22T15-27-42-264Z.jpg new file mode 100644 index 0000000..7ced7fc Binary files /dev/null and b/assets/vm-shot-2026-01-22T15-27-42-264Z.jpg differ diff --git a/wp-content/themes/twentytwentyfive-child/style.css b/wp-content/themes/twentytwentyfive-child/style.css index 7ca5bf0..1b773c4 100644 --- a/wp-content/themes/twentytwentyfive-child/style.css +++ b/wp-content/themes/twentytwentyfive-child/style.css @@ -8,22 +8,102 @@ Version: 1.0.0 */ body { - background-color: #0f0f0f; + background-color: #0b0b0b; + background-image: radial-gradient(circle at 50% 50%, #1a1a1a 0%, #0b0b0b 100%); + background-attachment: fixed; color: #e0e0e0; } h1, h2, h3, h4, h5, h6 { color: #ffffff; font-family: 'Inter', sans-serif; + letter-spacing: -0.02em; } a { color: #E63946; text-decoration: none; + transition: all 0.3s ease; } a:hover { - color: #f1faee; + color: #ffffff; + text-shadow: 0 0 8px rgba(230, 57, 70, 0.6); +} + +/* Site Title / Logo */ +.wp-block-site-title a { + color: #ffffff !important; + font-weight: 900; + text-transform: uppercase; + letter-spacing: -1px; + font-size: 1.5rem; + background: linear-gradient(90deg, #ffffff 0%, #E63946 100%); + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; + transition: all 0.4s ease; +} + +.wp-block-site-title a:hover { + letter-spacing: 0px; + filter: brightness(1.2); +} + +/* Header & Navigation */ +header.wp-block-template-part { + border-bottom: 1px solid rgba(255, 255, 255, 0.05); + background: rgba(11, 11, 11, 0.8); + backdrop-filter: blur(10px); + position: sticky; + top: 0; + z-index: 1000; +} + +.wp-block-navigation .wp-block-navigation-item a { + text-transform: uppercase; + font-size: 0.85rem; + font-weight: 700; + letter-spacing: 1px; + padding: 10px 15px !important; +} + +.wp-block-navigation .wp-block-navigation-item a:hover { + background: rgba(230, 57, 70, 0.1); + border-radius: 4px; +} + +/* Buttons */ +.wp-block-button__link { + background-color: #E63946 !important; + color: #ffffff !important; + font-weight: 800; + text-transform: uppercase; + letter-spacing: 1px; + border-radius: 4px !important; + padding: 15px 30px !important; + transition: transform 0.2s ease, box-shadow 0.2s ease !important; + border: none !important; +} + +.wp-block-button__link:hover { + transform: translateY(-2px); + box-shadow: 0 5px 15px rgba(230, 57, 70, 0.4); + background-color: #ff4d5a !important; +} + +/* Footer */ +footer.wp-block-template-part { + background: #050505; + padding: 60px 0 !important; + border-top: 1px solid rgba(255, 255, 255, 0.05); + margin-top: 80px; +} + +footer .wp-block-heading { + border-left: none; + padding-left: 0; + font-size: 1.2rem; + color: #E63946; } .wp-block-heading {