/*
Theme Name: Custom Auto Theme
Author: System
Version: 1.0
*/
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } html { scroll-behavior: smooth; font-size: 16px; } body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; color: #1a1a1a; background: #faf8f6; line-height: 1.6; overflow-x: hidden; } :root { --fuchsia: #e91e63; --fuchsia-dark: #c2185b; --milk: #faf8f6; --graphite: #1a1a1a; --graphite-soft: #4a4a4a; --white: #ffffff; --gray-light: #e5e5e5; } a { color: inherit; text-decoration: none; transition: all 0.3s ease; } img { max-width: 100%; height: auto; display: block; } .grelun-container { max-width: 1400px; margin: 0 auto; padding: 0 24px; } .grelun-header { background: var(--white); border-bottom: 1px solid var(--gray-light); position: sticky; top: 0; z-index: 100; backdrop-filter: blur(10px); } .grelun-header-inner { display: flex; justify-content: space-between; align-items: center; padding: 20px 24px; max-width: 1400px; margin: 0 auto; } .grelun-logo { font-size: 2rem; font-weight: 900; letter-spacing: -0.03em; color: var(--graphite); } .grelun-logo span { color: var(--fuchsia); } .grelun-nav { display: flex; gap: 32px; align-items: center; } .grelun-nav a { font-size: 0.9rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: var(--graphite-soft); position: relative; } .grelun-nav a::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px; background: var(--fuchsia); transition: width 0.3s; } .grelun-nav a:hover { color: var(--fuchsia); } .grelun-nav a:hover::after { width: 100%; } .grelun-burger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; } .grelun-burger span { width: 28px; height: 2px; background: var(--graphite); transition: all 0.3s; } .grelun-hero { position: relative; padding: 80px 24px 60px; background: linear-gradient(135deg, #faf8f6 0%, #f5f3f1 100%); overflow: hidden; } .grelun-hero::before { content: ''; position: absolute; top: -100px; right: -100px; width: 400px; height: 400px; background: var(--fuchsia); opacity: 0.03; border-radius: 50%; } .grelun-hero-inner { max-width: 1200px; margin: 0 auto; position: relative; } .grelun-hero-tag { display: inline-block; background: var(--fuchsia); color: var(--white); font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; padding: 6px 16px; margin-bottom: 20px; } .grelun-hero-title { font-size: clamp(2.5rem, 6vw, 5rem); font-weight: 900; line-height: 1.1; color: var(--graphite); margin-bottom: 24px; letter-spacing: -0.02em; max-width: 900px; } .grelun-hero-title span { color: var(--fuchsia); display: inline-block; margin-left: -0.05em; } .grelun-hero-lead { font-size: 1.15rem; color: var(--graphite-soft); max-width: 680px; line-height: 1.8; margin-bottom: 32px; } .grelun-hero-meta { display: flex; gap: 24px; align-items: center; font-size: 0.85rem; color: var(--graphite-soft); } .grelun-hero-meta strong { color: var(--graphite); font-weight: 600; } .grelun-main { max-width: 1400px; margin: 60px auto; padding: 0 24px; display: grid; grid-template-columns: 1fr 60px 1fr; gap: 40px; position: relative; } .grelun-main-left { grid-column: 1; } .grelun-sidebar-vertical { grid-column: 2; position: sticky; top: 100px; height: fit-content; } .grelun-sidebar-line { width: 2px; height: 400px; background: linear-gradient(to bottom, var(--fuchsia), transparent); margin: 0 auto; } .grelun-sidebar-dot { width: 12px; height: 12px; background: var(--fuchsia); border-radius: 50%; margin: 20px auto; } .grelun-main-right { grid-column: 3; } .grelun-section { margin-bottom: 60px; } .grelun-section-title { font-size: 2rem; font-weight: 800; color: var(--graphite); margin-bottom: 20px; line-height: 1.2; } .grelun-section-text { font-size: 1.05rem; color: var(--graphite); line-height: 1.9; margin-bottom: 20px; } .grelun-section-text strong { color: var(--fuchsia); font-weight: 600; } .grelun-editorial-card { background: var(--white); border-left: 4px solid var(--fuchsia); padding: 28px 24px; margin-bottom: 24px; box-shadow: 0 4px 20px rgba(0,0,0,0.05); transition: transform 0.3s; } .grelun-editorial-card:hover { transform: translateX(8px); } .grelun-editorial-card h3 { font-size: 1.1rem; font-weight: 700; color: var(--graphite); margin-bottom: 12px; } .grelun-editorial-card p { font-size: 0.95rem; color: var(--graphite-soft); line-height: 1.7; } .grelun-highlight-box { background: var(--fuchsia); color: var(--white); padding: 40px 32px; margin: 40px 0; position: relative; overflow: hidden; } .grelun-highlight-box::before { content: '✦'; position: absolute; right: 20px; top: 20px; font-size: 8rem; opacity: 0.1; } .grelun-highlight-box h3 { font-size: 1.4rem; font-weight: 700; margin-bottom: 16px; } .grelun-highlight-box p { font-size: 1rem; line-height: 1.8; opacity: 0.95; } .grelun-quote { background: #f5f3f1; border-left: 6px solid var(--fuchsia); padding: 32px 28px; margin: 40px 0; font-style: italic; } .grelun-quote blockquote { font-size: 1.25rem; color: var(--graphite); line-height: 1.6; margin-bottom: 12px; } .grelun-quote cite { font-size: 0.9rem; color: var(--graphite-soft); font-style: normal; } .grelun-image-block { margin: 40px 0; position: relative; overflow: hidden; } .grelun-image-block img { width: 100%; height: auto; object-fit: cover; max-height: 500px; } .grelun-image-caption { font-size: 0.85rem; color: var(--graphite-soft); margin-top: 12px; font-style: italic; text-align: right; } .grelun-grid-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin: 40px 0; } .grelun-grid-card { background: var(--white); padding: 28px; border-top: 3px solid var(--fuchsia); box-shadow: 0 2px 16px rgba(0,0,0,0.06); transition: all 0.3s; } .grelun-grid-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(233,30,99,0.15); } .grelun-grid-card h4 { font-size: 1.15rem; font-weight: 700; color: var(--graphite); margin-bottom: 12px; } .grelun-grid-card p { font-size: 0.95rem; color: var(--graphite-soft); line-height: 1.7; } .grelun-news-insert { background: var(--fuchsia); color: var(--white); padding: 24px; margin-bottom: 24px; position: relative; } .grelun-news-insert::before { content: ''; position: absolute; top: 0; right: 0; width: 60px; height: 60px; background: rgba(255,255,255,0.1); clip-path: polygon(100% 0, 100% 100%, 0 0); } .grelun-news-insert h4 { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 8px; opacity: 0.9; } .grelun-news-insert h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 8px; } .grelun-news-insert p { font-size: 0.9rem; line-height: 1.6; opacity: 0.95; } .grelun-offset-section { margin-left: -60px; padding-left: 60px; border-left: 3px solid var(--fuchsia); } .grelun-form-subscribe { background: linear-gradient(135deg, var(--fuchsia-dark), var(--fuchsia)); padding: 48px 40px; margin: 60px 0; color: var(--white); text-align: center; } .grelun-form-subscribe h3 { font-size: 1.8rem; font-weight: 800; margin-bottom: 12px; } .grelun-form-subscribe p { font-size: 1rem; opacity: 0.9; margin-bottom: 28px; } .grelun-form-subscribe form { display: flex; gap: 12px; max-width: 500px; margin: 0 auto; } .grelun-form-subscribe input { flex: 1; padding: 14px 20px; border: none; font-size: 0.95rem; outline: none; } .grelun-form-subscribe button { padding: 14px 32px; background: var(--white); color: var(--fuchsia); border: none; font-weight: 700; font-size: 0.95rem; cursor: pointer; text-transform: uppercase; letter-spacing: 0.05em; transition: all 0.3s; } .grelun-form-subscribe button:hover { background: var(--graphite); color: var(--white); } .grelun-footer { background: var(--graphite); color: #aaa; padding: 60px 24px 24px; } .grelun-footer-inner { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 40px; } .grelun-footer h4 { color: var(--white); font-size: 1rem; font-weight: 700; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 0.08em; } .grelun-footer p, .grelun-footer li { font-size: 0.9rem; line-height: 1.8; } .grelun-footer ul { list-style: none; } .grelun-footer a { color: #aaa; transition: color 0.3s; } .grelun-footer a:hover { color: var(--fuchsia); } .grelun-footer-bottom { border-top: 1px solid #333; padding-top: 24px; text-align: center; font-size: 0.85rem; color: #777; max-width: 1400px; margin: 0 auto; } .grelun-footer-disclaimer { max-width: 800px; margin: 20px auto 0; font-size: 0.8rem; line-height: 1.7; color: #666; } .grelun-cookie-banner { position: fixed; bottom: 20px; right: 20px; background: var(--white); border: 2px solid var(--fuchsia); padding: 24px; max-width: 380px; box-shadow: 0 8px 32px rgba(0,0,0,0.15); z-index: 200; display: none; } .grelun-cookie-banner.active { display: block; } .grelun-cookie-banner h4 { font-size: 1rem; font-weight: 700; color: var(--graphite); margin-bottom: 12px; } .grelun-cookie-banner p { font-size: 0.85rem; color: var(--graphite-soft); line-height: 1.6; margin-bottom: 16px; } .grelun-cookie-banner a { color: var(--fuchsia); text-decoration: underline; } .grelun-cookie-buttons { display: flex; gap: 12px; } .grelun-cookie-buttons button { flex: 1; padding: 10px; border: none; font-size: 0.85rem; font-weight: 600; cursor: pointer; transition: all 0.3s; } .grelun-cookie-accept { background: var(--fuchsia); color: var(--white); } .grelun-cookie-accept:hover { background: var(--fuchsia-dark); } .grelun-cookie-decline { background: transparent; color: var(--graphite); border: 1px solid var(--gray-light); } .grelun-cookie-decline:hover { background: var(--gray-light); } .grelun-list-numbered { counter-reset: grelun-counter; list-style: none; } .grelun-list-numbered li { counter-increment: grelun-counter; position: relative; padding-left: 48px; margin-bottom: 20px; } .grelun-list-numbered li::before { content: counter(grelun-counter); position: absolute; left: 0; top: 0; width: 32px; height: 32px; background: var(--fuchsia); color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.9rem; } .grelun-success-page { text-align: center; padding: 100px 24px; max-width: 700px; margin: 0 auto; } .grelun-success-page h1 { font-size: 3rem; font-weight: 900; color: var(--fuchsia); margin-bottom: 20px; } .grelun-success-page p { font-size: 1.15rem; color: var(--graphite-soft); line-height: 1.8; margin-bottom: 32px; } .grelun-btn { display: inline-block; padding: 14px 32px; background: var(--fuchsia); color: var(--white); font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; border: none; cursor: pointer; transition: all 0.3s; } .grelun-btn:hover { background: var(--fuchsia-dark); transform: translateY(-2px); } .grelun-legal-page { max-width: 900px; margin: 60px auto; padding: 0 24px; } .grelun-legal-page h1 { font-size: 2.5rem; font-weight: 900; color: var(--graphite); margin-bottom: 16px; } .grelun-legal-page h2 { font-size: 1.5rem; font-weight: 700; color: var(--graphite); margin-top: 40px; margin-bottom: 16px; } .grelun-legal-page p, .grelun-legal-page li { font-size: 1rem; color: var(--graphite-soft); line-height: 1.9; margin-bottom: 16px; } .grelun-legal-page ul, .grelun-legal-page ol { margin-left: 24px; margin-bottom: 24px; } .grelun-404-page { text-align: center; padding: 100px 24px; } .grelun-404-page h1 { font-size: 8rem; font-weight: 900; color: var(--fuchsia); margin-bottom: 0; line-height: 1; } .grelun-404-page h2 { font-size: 2rem; color: var(--graphite); margin-bottom: 20px; } .grelun-404-page p { font-size: 1.1rem; color: var(--graphite-soft); margin-bottom: 32px; } .grelun-404-links { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; } .grelun-404-links a { padding: 12px 24px; background: var(--white); border: 2px solid var(--fuchsia); color: var(--fuchsia); font-weight: 600; transition: all 0.3s; } .grelun-404-links a:hover { background: var(--fuchsia); color: var(--white); } @media (max-width: 1024px) { .grelun-main { grid-template-columns: 1fr; gap: 40px; } .grelun-main-left { grid-column: 1; } .grelun-sidebar-vertical { display: none; } .grelun-main-right { grid-column: 1; } .grelun-footer-inner { grid-template-columns: 1fr 1fr; } .grelun-offset-section { margin-left: 0; padding-left: 0; border-left: none; } } @media (max-width: 768px) { .grelun-nav { display: none; } .grelun-burger { display: flex; } .grelun-hero { padding: 60px 20px 40px; } .grelun-hero-title { font-size: 2rem; } .grelun-form-subscribe form { flex-direction: column; } .grelun-footer-inner { grid-template-columns: 1fr; gap: 32px; } .grelun-cookie-banner { bottom: 10px; right: 10px; left: 10px; max-width: none; } .grelun-grid-cards { grid-template-columns: 1fr; } }