/*
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: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; color: #000; background: #fff; line-height: 1.6; font-weight: 400; } a { color: inherit; text-decoration: none; } img { max-width: 100%; height: auto; display: block; } .container { max-width: 1400px; margin: 0 auto; padding: 0 20px; } .header { border-bottom: 4px solid #000; padding: 20px 0; position: sticky; top: 0; background: #fff; z-index: 100; } .header-inner { display: flex; justify-content: space-between; align-items: center; } .logo { font-size: 2.5rem; font-weight: 900; letter-spacing: -0.03em; color: #000; } .logo-accent { color: #d00; } .nav { display: flex; gap: 32px; } .nav a { font-size: 0.85rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; transition: color 0.2s; } .nav a:hover { color: #d00; } .burger { display: none; flex-direction: column; gap: 4px; cursor: pointer; } .burger span { width: 24px; height: 3px; background: #000; } .hero { padding: 60px 0 40px; border-bottom: 1px solid #e0e0e0; } .hero-title { font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 900; line-height: 1.1; letter-spacing: -0.02em; margin-bottom: 16px; max-width: 800px; } .hero-subtitle { font-size: 1.15rem; line-height: 1.5; color: #333; max-width: 700px; margin-bottom: 20px; } .hero-meta { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.06em; color: #666; } .hero-meta strong { color: #d00; } .main-grid { display: grid; grid-template-columns: 1fr 280px; gap: 60px; padding: 50px 0; } .content { max-width: 900px; } .text-columns { column-count: 2; column-gap: 40px; margin-bottom: 40px; } .text-columns p { margin-bottom: 16px; font-size: 0.95rem; line-height: 1.7; break-inside: avoid; } .text-single { margin-bottom: 30px; } .text-single p { margin-bottom: 16px; font-size: 0.95rem; line-height: 1.7; } .section-title { font-size: 1.8rem; font-weight: 900; line-height: 1.2; margin: 50px 0 24px; letter-spacing: -0.01em; } .section-subtitle { font-size: 1.3rem; font-weight: 700; line-height: 1.3; margin: 35px 0 18px; } .blockquote { margin: 40px 0; padding: 30px 0; border-top: 3px solid #000; border-bottom: 3px solid #000; } .blockquote p { font-size: 1.2rem; font-weight: 700; line-height: 1.4; font-style: italic; } .blockquote cite { display: block; margin-top: 12px; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.06em; color: #666; font-style: normal; } .highlight { background: #000; color: #fff; padding: 30px; margin: 40px 0; } .highlight h3 { font-size: 1.3rem; font-weight: 900; margin-bottom: 12px; color: #d00; } .highlight p { font-size: 0.95rem; line-height: 1.6; } .article-img { margin: 40px 0; } .article-img img { width: 100%; height: auto; } .article-img figcaption { font-size: 0.75rem; color: #666; margin-top: 8px; text-transform: uppercase; letter-spacing: 0.05em; } .sidebar { position: sticky; top: 100px; } .sidebar-section { margin-bottom: 40px; padding-bottom: 30px; border-bottom: 1px solid #e0e0e0; } .sidebar-section:last-child { border-bottom: none; } .sidebar-title { font-size: 0.75rem; font-weight: 900; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 16px; color: #d00; } .sidebar-item { margin-bottom: 16px; } .sidebar-item a { font-size: 0.85rem; font-weight: 700; line-height: 1.4; display: block; transition: color 0.2s; } .sidebar-item a:hover { color: #d00; } .sidebar-item span { display: block; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.05em; color: #999; margin-bottom: 4px; } .subscribe-form { background: #f5f5f5; padding: 24px; margin-top: 30px; } .subscribe-form h3 { font-size: 0.85rem; font-weight: 900; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 12px; } .subscribe-form input { width: 100%; padding: 10px; border: 2px solid #000; font-size: 0.85rem; margin-bottom: 10px; } .subscribe-form button { width: 100%; padding: 12px; background: #d00; color: #fff; border: none; font-weight: 900; text-transform: uppercase; letter-spacing: 0.06em; cursor: pointer; transition: background 0.2s; } .subscribe-form button:hover { background: #a00; } .footer { border-top: 4px solid #000; padding: 40px 0 20px; margin-top: 60px; background: #f9f9f9; } .footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; margin-bottom: 30px; } .footer-col h4 { font-size: 0.75rem; font-weight: 900; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 12px; } .footer-col p, .footer-col a { font-size: 0.8rem; line-height: 1.6; display: block; margin-bottom: 6px; } .footer-col a:hover { color: #d00; } .footer-bottom { padding-top: 20px; border-top: 1px solid #e0e0e0; font-size: 0.75rem; color: #666; line-height: 1.6; } .footer-disclaimer { margin-top: 16px; font-size: 0.7rem; color: #999; line-height: 1.5; } .cookie-banner { position: fixed; bottom: 20px; right: 20px; background: #000; color: #fff; padding: 20px; max-width: 350px; z-index: 200; display: none; } .cookie-banner.active { display: block; } .cookie-banner p { font-size: 0.8rem; line-height: 1.5; margin-bottom: 12px; } .cookie-banner-buttons { display: flex; gap: 10px; } .cookie-banner button, .cookie-banner a { padding: 8px 16px; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; cursor: pointer; transition: opacity 0.2s; } .cookie-banner-accept { background: #d00; color: #fff; border: none; } .cookie-banner-decline { background: transparent; color: #fff; border: 1px solid #fff; } .cookie-banner a { color: #d00; } .cookie-banner button:hover, .cookie-banner a:hover { opacity: 0.8; } .legal-content { max-width: 900px; margin: 0 auto; padding: 60px 20px; } .legal-content h1 { font-size: 2.5rem; font-weight: 900; margin-bottom: 20px; } .legal-content h2 { font-size: 1.5rem; font-weight: 900; margin: 40px 0 16px; } .legal-content p, .legal-content li { font-size: 0.95rem; line-height: 1.7; margin-bottom: 12px; } .legal-content ul { margin-left: 20px; margin-bottom: 20px; } .success-page { text-align: center; padding: 100px 20px; } .success-page h1 { font-size: 2.5rem; font-weight: 900; margin-bottom: 20px; } .success-page p { font-size: 1.1rem; margin-bottom: 30px; color: #333; } .success-page a { display: inline-block; padding: 14px 32px; background: #d00; color: #fff; font-weight: 900; text-transform: uppercase; letter-spacing: 0.06em; transition: background 0.2s; } .success-page a:hover { background: #a00; } .error-page { text-align: center; padding: 100px 20px; } .error-page h1 { font-size: 6rem; font-weight: 900; color: #d00; margin-bottom: 20px; } .error-page p { font-size: 1.2rem; margin-bottom: 30px; } .error-links { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; margin-top: 40px; } .error-links a { font-size: 0.9rem; font-weight: 700; padding: 12px 24px; border: 2px solid #000; transition: all 0.2s; } .error-links a:hover { background: #000; color: #fff; } @media (max-width: 900px) { .main-grid { grid-template-columns: 1fr; gap: 40px; } .text-columns { column-count: 1; } .footer-grid { grid-template-columns: 1fr 1fr; } .nav { display: none; } .burger { display: flex; } } @media (max-width: 600px) { .hero-title { font-size: 1.8rem; } .footer-grid { grid-template-columns: 1fr; } .cookie-banner { left: 10px; right: 10px; max-width: none; } }