* { margin: 0; padding: 0; box-sizing: border-box; } html { scroll-behavior: smooth; scroll-padding-top: 80px; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; color-scheme: dark; } :root { --primary-color: #ff6b35; --secondary-color: #f7931e; --section-padding: 80px; --section-padding-mobile: 48px; --dark-bg: #0a0817; --darker-bg: #1a1625; --card-bg: rgba(255, 107, 53, 0.06); --text-primary: #ffffff; --text-secondary: rgba(255, 255, 255, 0.75); --border-color: rgba(255, 255, 255, 0.1); --transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, opacity 0.3s ease; } body { background: linear-gradient(180deg, #1a1a1a 0%, #000000 100%); color: var(--text-primary); background-attachment: fixed; } .icon { width: 1em; height: 1em; display: inline-block; vertical-align: -0.125em; } .projects-tl-item, .process-step { will-change: transform, opacity; -webkit-backface-visibility: hidden; backface-visibility: hidden; } @media (max-width: 768px) { body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Tahoma, Geneva, Verdana, sans-serif; background: linear-gradient(180deg, #1a1a1a 0%, #000000 100%); color: var(--text-primary); line-height: 1.6; overflow-x: hidden; } } .navbar { background: transparent; border-bottom: none; backdrop-filter: none; -webkit-backdrop-filter: none; } .btn.btn-primary { background: var(--primary-color); color: #000; } .btn.btn-outline { border: 1px solid rgba(255,255,255,0.08); color: var(--text-secondary); background: transparent; } ::-webkit-scrollbar { width: 8px; } ::-webkit-scrollbar-track { background: rgba(255, 255, 255, 0.1); } ::-webkit-scrollbar-thumb { background: rgba(255, 255, 255, 0.3); border-radius: 4px; } ::-webkit-scrollbar-thumb:hover { background: rgba(255, 255, 255, 0.5); } .skip-link { position: absolute; top: -100%; left: 16px; background: var(--primary-color); color: #fff; padding: 8px 20px; font-weight: 700; font-size: 14px; border-radius: 0 0 8px 8px; z-index: 9999; text-decoration: none; white-space: nowrap; transition: top 0.2s ease; } .skip-link:focus { top: 0; } .hamburger, .project-link, .social-icon, .star-btn, .yt-badge-link, [role="button"], a, button { -webkit-tap-highlight-color: transparent; } @supports not (backdrop-filter: blur(1px)) { .navbar { background: rgba(10, 8, 23, 0.97); } } .rating-overlay { position: fixed; inset: 0; z-index: 2000; display: flex; align-items: flex-end; justify-content: flex-end; padding: 30px; opacity: 0; pointer-events: none; transition: opacity 0.35s ease; } .rating-overlay.visible { opacity: 1; pointer-events: all; } .rating-popup { background: var(--darker-bg); border: 1px solid rgba(255, 107, 53, 0.25); border-radius: 20px; padding: 32px 28px 28px; width: 300px; position: relative; transform: translateY(30px); transition: transform 0.35s ease; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 107, 53, 0.08); } .rating-overlay.visible .rating-popup { transform: translateY(0); } .rating-close { position: absolute; top: 12px; right: 16px; background: 0 0; border: none; color: var(--text-secondary); font-size: 22px; cursor: pointer; line-height: 1; padding: 4px; transition: color 0.2s; } .rating-close:hover { color: var(--text-primary); } .rating-content, .rating-thanks { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 10px; } .rating-thanks { display: none; } .rating-icon { width: 52px; height: 52px; border-radius: 50%; background: linear-gradient( 135deg, var(--primary-color), var(--secondary-color) ); display: flex; align-items: center; justify-content: center; font-size: 22px; color: #fff; margin-bottom: 4px; } .rating-title { font-size: 18px; font-weight: 700; color: var(--text-primary); margin: 0; } .rating-subtitle { font-size: 14px; color: var(--text-secondary); margin: -2px 0 4px; } .rating-stars { display: flex; gap: 6px; margin: 4px 0; } .star-btn { background: 0 0; border: none; font-size: 30px; color: rgba(255, 255, 255, 0.2); cursor: pointer; transition: color 0.15s, transform 0.15s; padding: 2px; line-height: 1; } .star-btn.hovered, .star-btn.selected { color: var(--secondary-color); } .star-btn:hover { transform: scale(1.2); } .rating-hint { font-size: 13px; color: var(--text-secondary); min-height: 18px; margin: -4px 0; } .rating-submit { width: 100%; margin-top: 4px; } .rating-submit:disabled { opacity: 0.4; cursor: not-allowed; } .rating-thanks-icon { font-size: 46px; color: var(--primary-color); margin-bottom: 4px; } .rating-thanks h3 { font-size: 18px; font-weight: 700; color: var(--text-primary); } .rating-thanks p { font-size: 14px; color: var(--text-secondary); } @media (max-width: 480px) { .rating-overlay { padding: 16px; align-items: flex-end; justify-content: center; } .rating-popup { width: 100%; } } .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } .navbar { position: fixed; top: 0; width: 100%; background: transparent; border-bottom: 1px solid rgba(255, 255, 255, 0.03); z-index: 1000; padding: 16px 0; transition: var(--transition); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); } .nav-menu { position: relative; overflow: visible; } .consent-banner { overflow: visible; } .navbar::before, .nav-menu::before { display: none; } .navbar *, .nav-menu * { position: relative; z-index: 1; } .nav-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; display: flex; justify-content: space-between; align-items: center; } .nav-logo { font-size: 24px; font-weight: 800; background: linear-gradient( 135deg, var(--primary-color), var(--secondary-color) ); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; letter-spacing: 1px; text-decoration: none; cursor: pointer; } .nav-menu { display: flex; gap: 40px; align-items: center; } .nav-link { font-size: 14px; font-weight: 500; color: var(--text-primary); text-decoration: none; position: relative; transition: var(--transition); } .nav-link::after { content: ""; position: absolute; bottom: -5px; left: 0; width: 0; height: 2px; background: var(--primary-color); transition: width 0.25s ease; } .nav-link.active::after, .nav-link:hover::after { width: 100%; } .hamburger { display: none; flex-direction: column; cursor: pointer; gap: 6px; background: 0 0; border: none; padding: 0; } .hamburger:focus-visible { outline: 2px solid var(--primary-color); outline-offset: 4px; border-radius: 4px; } .hamburger span { width: 25px; height: 3px; background: var(--text-primary); transition: var(--transition); border-radius: 2px; } .hero { min-height: 100vh; min-height: 100dvh; display: flex; align-items: center; justify-content: center; padding-top: 80px; padding-bottom: 40px; } .hero-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; gap: 40px; width: 100%; } .hero-left { max-width: 580px; width: 100%; animation: slideInLeft 0.8s ease-out; } .hero-right { flex-shrink: 0; animation: fadeInUp 0.9s ease-out; } .hero-image { width: 340px; height: 400px; object-fit: cover; object-position: center 15%; border-radius: 20px; border: 2px solid rgba(255, 107, 53, 0.25); box-shadow: 0 0 60px rgba(255, 107, 53, 0.15), 0 8px 40px rgba(0, 0, 0, 0.5); display: block; } .hero-title { font-size: 48px; font-weight: 800; margin-bottom: 10px; line-height: 1.1; background: linear-gradient(135deg, #fff 40%, #ffb08c 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .hero-greeting { font-size: 20px; color: var(--primary-color); margin-bottom: 15px; font-weight: 600; text-shadow: 0 0 24px rgba(255, 107, 53, 0.45); letter-spacing: 0.3px; } .hero-subtitle { font-size: 18px; color: rgba(255, 255, 255, 0.85); margin-bottom: 20px; font-weight: 300; letter-spacing: 0.2px; } #hero-subtitle { transition: opacity 0.2s ease; } .cursor { animation: blink 1s infinite; color: var(--primary-color); } @keyframes blink { 0%, 50% { opacity: 1; } 100%, 51% { opacity: 0; } } .hero-description { font-size: 16px; color: rgba(255, 255, 255, 0.68); max-width: 500px; margin-bottom: 36px; line-height: 1.9; } .btn { display: inline-block; padding: 12px 32px; border-radius: 50px; font-weight: 600; text-decoration: none; transition: var(--transition); border: none; cursor: pointer; font-size: 14px; touch-action: manipulation; } .btn-outline { border: 2px solid var(--text-primary); color: var(--text-primary); background: 0 0; } .btn-outline:hover { background: var(--text-primary); color: var(--dark-bg); } .hero-buttons { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; } .btn-primary { background: linear-gradient( 135deg, var(--primary-color), var(--secondary-color) ); color: #fff; box-shadow: 0 4px 20px rgba(255, 107, 53, 0.35); } .btn-primary:hover { background: linear-gradient( 135deg, var(--secondary-color), var(--primary-color) ); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(255, 107, 53, 0.5); } .social-links { display: flex; gap: 15px; font-size: 14px; color: var(--text-secondary); } .projects { padding: var(--section-padding) 0; } section { padding: var(--section-padding) 0; } @media (max-width: 768px) { section { padding: var(--section-padding-mobile) 0; } .hero-title { font-size: 36px; } .hero-container { gap: 24px; flex-direction: column; align-items: flex-start; } .hero-image { width: 100%; max-width: 320px; height: auto; margin-top: 8px; } } .page-entry { padding-top: 96px !important; } .yt-channel-badge { margin-bottom: 36px; margin-top: 12px; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; } .yt-badge-link { display: inline-flex; align-items: center; gap: 10px; background: rgba(255, 107, 53, 0.08); border: 1px solid rgba(255, 107, 53, 0.25); border-radius: 50px; padding: 10px 20px; color: #fff; text-decoration: none; font-size: 14px; font-weight: 600; transition: var(--transition); } .yt-badge-link i { color: var(--primary-color); font-size: 17px; } .yt-badge-link:hover { background: rgba(255, 107, 53, 0.18); border-color: var(--primary-color); transform: translateY(-2px); box-shadow: 0 4px 16px rgba(255, 107, 53, 0.25); } .yt-badge-sub { background: linear-gradient( 135deg, var(--primary-color), var(--secondary-color) ); color: #fff; font-size: 11px; font-weight: 700; padding: 3px 12px; border-radius: 50px; text-transform: uppercase; letter-spacing: 0.5px; } .videos { padding: 80px 0; } .yt-channel-card { position: relative; border-radius: 24px; overflow: hidden; border: 1px solid rgba(255, 107, 53, 0.2); background: rgba(255, 255, 255, 0.03); } .yt-channel-card-glow { position: absolute; inset: 0; background: radial-gradient( ellipse at 15% 50%, rgba(255, 107, 53, 0.13) 0, transparent 55% ), radial-gradient( ellipse at 85% 50%, rgba(247, 147, 30, 0.09) 0, transparent 55% ); pointer-events: none; } .yt-channel-card-inner { position: relative; display: flex; align-items: center; gap: 44px; padding: 52px 52px; } .yt-channel-avatar { flex-shrink: 0; width: 104px; height: 104px; border-radius: 50%; object-fit: cover; display: block; box-shadow: 0 0 48px rgba(255, 107, 53, 0.45), 0 0 0 4px rgba(255, 107, 53, 0.15); } .yt-channel-info { display: flex; flex-direction: column; gap: 0; } .yt-channel-tag { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: var(--primary-color); background: rgba(255, 107, 53, 0.1); border: 1px solid rgba(255, 107, 53, 0.25); padding: 4px 14px; border-radius: 50px; width: fit-content; margin-bottom: 14px; } .yt-channel-handle { font-size: 30px; font-weight: 800; color: var(--text-primary); letter-spacing: -0.5px; margin-bottom: 12px; background: linear-gradient(135deg, #fff 40%, #ffb08c 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .yt-channel-desc { font-size: 15px; color: var(--text-secondary); line-height: 1.75; max-width: 500px; margin-bottom: 28px; } .yt-channel-actions { display: flex; gap: 14px; flex-wrap: wrap; } .yt-subscribe-btn { display: inline-flex; align-items: center; gap: 8px; } .yt-subscribe-btn i { font-size: 17px; } @media (max-width: 768px) { .yt-channel-card-inner { flex-direction: column; text-align: center; padding: 40px 28px; gap: 24px; } .yt-channel-tag { margin-left: auto; margin-right: auto; } .yt-channel-desc { margin: 0 auto 24px; } .yt-channel-actions { justify-content: center; } .yt-channel-handle { font-size: 24px; } } .videos-grid { display: flex; flex-direction: column; gap: 32px; } .content-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: start; } .discord-card .yt-channel-card-inner { background: transparent; } .section-title { font-size: 32px; font-weight: 800; margin-bottom: 20px; position: relative; padding-bottom: 16px; } .section-title::after { content: ""; position: absolute; bottom: 0; left: 0; width: 48px; height: 3px; background: linear-gradient( 90deg, var(--primary-color), var(--secondary-color) ); border-radius: 2px; } .section-subtitle { font-size: 15px; color: rgba(255, 255, 255, 0.6); margin-bottom: 28px; line-height: 1.6; margin-top: 8px; max-width: 760px; } .projects-timeline { position: relative; padding-left: 62px; } .projects-timeline::before { content: ""; position: absolute; left: 16px; top: 20px; bottom: 0; width: 2px; background: linear-gradient( to bottom, var(--primary-color) 0, var(--secondary-color) 60%, rgba(255, 107, 53, 0.05) 100% ); border-radius: 2px; } .projects-tl-item { position: relative; margin-bottom: 30px; } .projects-tl-item:last-child { margin-bottom: 0; } .projects-tl-dot { position: absolute; left: -62px; top: 18px; width: 42px; height: 42px; border-radius: 50%; background: linear-gradient( 135deg, var(--primary-color), var(--secondary-color) ); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 15px; box-shadow: 0 0 22px rgba(255, 107, 53, 0.5), 0 0 0 3px rgba(255, 107, 53, 0.12); z-index: 1; transition: var(--transition); animation: badgeFloat 3s ease-in-out infinite; } .projects-tl-item:hover .projects-tl-dot { animation: none; box-shadow: 0 0 36px rgba(255, 107, 53, 0.9), 0 0 0 5px rgba(255, 107, 53, 0.2); transform: scale(1.18) translateY(-3px); } .projects-tl-card { background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 14px; padding: 22px 26px; transition: var(--transition); position: relative; overflow: hidden; display: flex; flex-direction: column; } .projects-tl-card::before { content: ""; position: absolute; inset: 0; border-radius: 16px; background: linear-gradient( 135deg, rgba(255, 107, 53, 0.07) 0, transparent 60% ); opacity: 0; transition: opacity 0.3s; pointer-events: none; } .projects-tl-card::after { content: ""; position: absolute; left: -8px; top: 22px; width: 0; height: 0; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-right: 7px solid rgba(255, 255, 255, 0.08); transition: border-right-color 0.3s; } .projects-tl-item:hover .projects-tl-card { border-color: rgba(255, 107, 53, 0.45); box-shadow: 0 12px 44px rgba(255, 107, 53, 0.18); transform: translateY(-8px) scale(1.01); } .projects-tl-item:hover .projects-tl-card::before { opacity: 1; } .projects-tl-item:hover .projects-tl-card::after { border-right-color: rgba(255, 107, 53, 0.4); } .projects-tl-header { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; } .projects-tl-year { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: var(--primary-color); background: rgba(255, 107, 53, 0.1); border: 1px solid rgba(255, 107, 53, 0.2); padding: 4px 12px; border-radius: 20px; } .project-title { font-size: 18px; font-weight: 700; margin-bottom: 10px; color: var(--text-primary); transition: color 0.2s; } .projects-tl-item:hover .project-title { color: var(--primary-color); } .project-description { font-size: 13px; color: var(--text-secondary); margin-bottom: 14px; flex-grow: 1; line-height: 1.75; } .project-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 15px; } .project-tag { font-size: 11px; background: rgba(139, 92, 246, 0.2); color: #c4b5fd; padding: 4px 12px; border-radius: 20px; } .project-links { display: flex; gap: 20px; } .project-link { font-size: 13px; color: var(--text-secondary); text-decoration: none; display: flex; align-items: center; gap: 6px; transition: var(--transition); } .project-link:hover { color: var(--primary-color); } .about { padding: 80px 0; } .about-container { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; } .about-container--single { grid-template-columns: 1fr; max-width: 760px; } .about-image { width: 100%; height: 480px; border-radius: 16px; object-fit: cover; object-position: center 15%; display: block; border: 2px solid rgba(255, 107, 53, 0.22); box-shadow: 0 0 48px rgba(255, 107, 53, 0.14), 0 8px 40px rgba(0, 0, 0, 0.55); transition: var(--transition); } .about-image:hover { border-color: rgba(255, 107, 53, 0.45); box-shadow: 0 0 70px rgba(255, 107, 53, 0.22), 0 8px 48px rgba(0, 0, 0, 0.55); } .about-content { display: flex; flex-direction: column; gap: 20px; } .about-text { display: flex; flex-direction: column; gap: 15px; } .about-text p { font-size: 15px; color: rgba(255, 255, 255, 0.72); line-height: 1.95; } .skills-title { font-size: 13px; font-weight: 700; margin-top: 10px; text-align: left; text-transform: uppercase; letter-spacing: 1.5px; color: var(--primary-color); } .skills-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; } .skill-tag { background: rgba(255, 107, 53, 0.09); color: rgba(255, 195, 160, 0.95); font-size: 13px; font-weight: 600; text-align: center; padding: 10px 16px; border-radius: 8px; border: 1px solid rgba(255, 107, 53, 0.18); transition: var(--transition); } .skill-tag:hover { background: rgba(255, 107, 53, 0.2); border-color: rgba(255, 107, 53, 0.45); color: #fff; transform: translateY(-2px); box-shadow: 0 4px 14px rgba(255, 107, 53, 0.18); } .process { padding: 60px 0; } .process-timeline { position: relative; display: flex; flex-direction: column; gap: 0; } .process-timeline::before { content: ""; position: absolute; left: 50%; top: 0; bottom: 0; width: 3px; transform: translateX(-50%); background: linear-gradient( to bottom, var(--primary-color) 0, var(--secondary-color) 70%, rgba(255, 107, 53, 0.04) 100% ); border-radius: 2px; } .process-step { position: relative; display: grid; grid-template-columns: 1fr 52px 1fr; align-items: center; gap: 0; padding-bottom: 36px; } .process-step-left { direction: ltr; } .process-step-left .process-step-card { grid-column: 1; grid-row: 1; margin-right: 24px; } .process-step-left .process-step-dot { grid-column: 2; grid-row: 1; } .process-step-right { direction: ltr; } .process-step-right .process-step-card { grid-column: 3; grid-row: 1; margin-left: 24px; } .process-step-right .process-step-dot { grid-column: 2; grid-row: 1; } .process-step-dot { width: 52px; height: 52px; border-radius: 13px; background: linear-gradient( 135deg, var(--primary-color), var(--secondary-color) ); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 18px; box-shadow: 0 0 22px rgba(255, 107, 53, 0.5), 0 0 0 3px rgba(255, 107, 53, 0.12); z-index: 1; transition: var(--transition); flex-shrink: 0; justify-self: center; animation: badgeFloat 3.6s ease-in-out infinite; } .process-step:hover .process-step-dot { animation: none; box-shadow: 0 0 40px rgba(255, 107, 53, 0.9), 0 0 0 6px rgba(255, 107, 53, 0.2); transform: scale(1.14) rotate(6deg); } .process-step-left .process-step-card::after, .process-step-right .process-step-card::after { content: ""; position: absolute; top: 50%; width: 24px; height: 2px; background: linear-gradient( to right, rgba(255, 107, 53, 0.15), rgba(255, 107, 53, 0.5) ); pointer-events: none; } .process-step-left .process-step-card::after { right: -24px; } .process-step-right .process-step-card::after { left: -24px; transform: scaleX(-1); } .process-step-card { background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 13px; padding: 22px 26px; transition: var(--transition); position: relative; overflow: visible; } .process-step-card::before { content: ""; position: absolute; inset: 0; border-radius: 14px; background: linear-gradient( 135deg, rgba(255, 107, 53, 0.08) 0, transparent 60% ); opacity: 0; transition: opacity 0.3s; pointer-events: none; } .process-step:hover .process-step-card { border-color: rgba(255, 107, 53, 0.45); box-shadow: 0 12px 44px rgba(255, 107, 53, 0.18); transform: translateY(-8px); } .process-step:hover .process-step-card::before { opacity: 1; } .process-step-num { display: inline-block; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: var(--primary-color); background: rgba(255, 107, 53, 0.12); border: 1px solid rgba(255, 107, 53, 0.25); padding: 4px 12px; border-radius: 20px; margin-bottom: 12px; } .process-step-title { font-size: 17px; font-weight: 700; color: var(--text-primary); margin-bottom: 8px; transition: color 0.2s; } .process-step:hover .process-step-title { color: var(--primary-color); } .process-step-desc { font-size: 13px; color: var(--text-secondary); line-height: 1.75; } @media (max-width: 768px) { .process-timeline::before { left: 29px; } .process-step { grid-template-columns: 52px 1fr; padding-bottom: 30px; } .process-step-left .process-step-dot, .process-step-right .process-step-dot { grid-column: 1; grid-row: 1; justify-self: start; } .process-step-left .process-step-card, .process-step-right .process-step-card { grid-column: 2; grid-row: 1; margin-left: 20px; margin-right: 0; } .process-step-left .process-step-card::after, .process-step-right .process-step-card::after { display: none; } .process-step-dot { width: 42px; height: 42px; font-size: 16px; border-radius: 11px; } } .contact { padding: 80px 0; } .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; } .form-success { display: none; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 16px; padding: 48px 32px; background: rgba(255, 107, 53, 0.06); border: 1px solid var(--primary-color); border-radius: 12px; animation: fadeInUp 0.5s ease-out; } .form-success.visible { display: flex; } .form-success-icon { font-size: 52px; color: var(--primary-color); } .form-success-title { font-size: 24px; font-weight: 700; color: var(--text-primary); } .form-success-text { font-size: 15px; color: var(--text-secondary); line-height: 1.7; max-width: 320px; } .contact-subtitle { font-size: 20px; font-weight: 700; margin-bottom: 24px; } .contact-form { display: flex; flex-direction: column; gap: 20px; } .form-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; opacity: 0; pointer-events: none; } .form-group { display: flex; flex-direction: column; gap: 8px; } .form-group label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.8px; color: rgba(255, 255, 255, 0.65); } .form-group input, .form-group textarea { -webkit-appearance: none; appearance: none; background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 10px; padding: 13px 16px; color: var(--text-primary); font-family: inherit; font-size: 14px; transition: var(--transition); width: 100%; } .form-group textarea { resize: vertical; } .form-group input::placeholder, .form-group textarea::placeholder { color: rgba(255, 255, 255, 0.3); } .form-group input:focus, .form-group textarea:focus { outline: 0; border-color: var(--primary-color); background: rgba(255, 107, 53, 0.05); box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.1); } .social-icons { display: flex; gap: 16px; } .social-icon { width: 42px; height: 42px; background: rgba(255, 107, 53, 0.1); border: 1px solid rgba(255, 107, 53, 0.2); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--text-primary); text-decoration: none; transition: var(--transition); font-size: 17px; } .social-icon:hover { background: linear-gradient( 135deg, var(--primary-color), var(--secondary-color) ); border-color: var(--primary-color); transform: translateY(-3px); box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4); } .contact-info { display: flex; flex-direction: column; gap: 4px; } .contact-item { display: flex; align-items: center; gap: 16px; padding: 14px 16px; border-radius: 10px; background: rgba(255, 255, 255, 0.04); border: 1px solid var(--border-color); transition: var(--transition); } .contact-item:hover { border-color: var(--primary-color); background: rgba(255, 107, 53, 0.07); } .contact-item i { font-size: 17px; color: var(--primary-color); width: 42px; height: 42px; background: rgba(255, 107, 53, 0.1); border: 1px solid rgba(255, 107, 53, 0.2); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; text-align: center; line-height: 42px; transition: var(--transition); } .contact-item:hover i { background: rgba(255, 107, 53, 0.2); border-color: rgba(255, 107, 53, 0.4); box-shadow: 0 0 14px rgba(255, 107, 53, 0.2); } .contact-item h4, .contact-item-label { font-size: 12px; font-weight: 600; color: #fff; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; } .contact-item p { font-size: 14px; color: var(--text-primary); } .follow-me-item { align-items: flex-start; } .contact-emoji-icon { font-size: 17px; color: var(--primary-color); width: 42px; height: 42px; background: rgba(255, 107, 53, 0.1); border: 1px solid rgba(255, 107, 53, 0.2); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; line-height: 1; margin-top: 2px; transition: var(--transition); } .follow-me-icons { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 10px; } .footer { border-top: 1px solid var(--border-color); padding: 40px 0 24px; margin-top: 40px; } .footer-nav { display: flex; flex-direction: column; align-items: center; gap: 16px; margin-bottom: 24px; background: rgba(255, 255, 255, 0.04); border: 1px solid var(--border-color); border-radius: 16px; padding: 24px 32px; backdrop-filter: blur(6px); } .footer-nav-title { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: var(--primary-color); display: flex; align-items: center; gap: 6px; } .footer-nav-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; } .footer-nav-link { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 600; color: rgba(255, 255, 255, 0.75); text-decoration: none; text-transform: uppercase; letter-spacing: 0.5px; padding: 8px 16px; border-radius: 50px; border: 1px solid rgba(255, 255, 255, 0.12); background: rgba(255, 255, 255, 0.04); transition: var(--transition); } .footer-nav-link i { font-size: 12px; opacity: 0.8; } .footer-nav-link.active, .footer-nav-link:hover { color: #fff; background: rgba(255, 107, 53, 0.18); border-color: var(--primary-color); box-shadow: 0 0 12px rgba(255, 107, 53, 0.2); transform: translateY(-2px); } .footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.07); padding-top: 20px; display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; font-size: 13px; color: rgba(255, 255, 255, 0.4); letter-spacing: 0.2px; } .error-page { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 2rem; gap: 1.5rem; } .error-code { font-size: clamp(6rem, 20vw, 12rem); font-weight: 900; line-height: 1; background: linear-gradient( 135deg, var(--primary-color), var(--secondary-color) ); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .error-title { font-size: clamp(1.5rem, 4vw, 2.5rem); font-weight: 700; color: var(--text-primary); } .error-desc { color: var(--text-secondary); font-size: 1.1rem; max-width: 400px; } .error-home-btn { margin-top: 0.5rem; } @keyframes badgeFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } } @keyframes slideFromLeft { from { opacity: 0; transform: translateX(-36px) translateY(10px); } to { opacity: 1; transform: translateX(0) translateY(0); } } @keyframes slideFromRight { from { opacity: 0; transform: translateX(36px) translateY(10px); } to { opacity: 1; transform: translateX(0) translateY(0); } } @keyframes slideInLeft { from { opacity: 0; transform: translateX(-50px); } to { opacity: 1; transform: translateX(0); } } @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } @media (max-width: 768px) { .hamburger { display: flex; } .nav-menu { position: absolute; top: 70px; left: 0; right: 0; background: #000; border-top: 1px solid rgba(255,255,255,0.03); flex-direction: column; gap: 20px; padding: 24px 20px; display: none; backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); } .nav-menu.active { display: flex; } .hamburger.active span:first-child { transform: rotate(45deg) translate(10px, 10px); } .hamburger.active span:nth-child(2) { opacity: 0; } .hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(7px, -7px); } .hero-title { font-size: 40px; } .hero-greeting { font-size: 18px; } .about-container, .contact-grid { grid-template-columns: 1fr; gap: 40px; } .content-grid { grid-template-columns: 1fr; gap: 20px; } .about-image { height: 320px; width: 100%; } .hero-description { max-width: 100%; } .hero-container { flex-direction: column-reverse; gap: 32px; text-align: center; } .hero-image { width: 220px; height: 260px; } .hero-buttons { justify-content: center; } .hero-buttons { flex-direction: column; gap: 12px; align-items: center; } .hero-buttons .btn { width: 100%; max-width: 340px; } .nav-menu .nav-link { padding: 10px 0; font-size: 16px; } .social-links { flex-wrap: wrap; } .hero { padding-top: 100px; padding-bottom: 60px; } .about, .contact, .process, .projects, .videos { padding: 60px 0; } .skills-grid { grid-template-columns: repeat(2, 1fr); } .projects-timeline { padding-left: 44px; } .projects-tl-dot { left: -44px; width: 32px; height: 32px; font-size: 13px; } .projects-timeline::before { left: 15px; } .projects-tl-card { padding: 20px; } .projects-tl-card::after { display: none; } .videos-grid { grid-template-columns: 1fr; } .section-title { font-size: 32px; } } @media (max-width: 480px) { .nav-logo { font-size: 20px; } .hero-title { font-size: 32px; } .hero-greeting { font-size: 18px; } .hero-subtitle { font-size: 16px; } .section-title { font-size: 28px; margin-bottom: 30px; } .skills-grid { grid-template-columns: 1fr; } .footer-nav { gap: 8px 20px; } .yt-channel-avatar { width: 88px; height: 88px; } .yt-channel-card-inner { padding: 24px 18px; } .hero-buttons .btn { max-width: 100%; width: 100%; } } @media (max-width: 360px) { .hero-image { width: 180px; height: 215px; } .process-step { grid-template-columns: 44px 1fr; } .process-step-dot { width: 38px; height: 38px; font-size: 14px; border-radius: 10px; } } @media (prefers-reduced-motion: reduce) { *, ::after, ::before { animation-duration: 0s !important; animation-iteration-count: 1 !important; transition-duration: 0s !important; scroll-behavior: auto !important; } .process-step-dot, .projects-tl-dot { animation: none !important; } }