@charset "UTF-8";#app{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.hero-section[data-v-4b976752]{min-height:100vh;max-height:100vh;display:flex;align-items:center;background-color:#fff;padding:60px 0;position:relative;overflow:hidden}.hero-section .container[data-v-4b976752]{max-width:1400px;margin:0 auto;padding:0 80px;width:100%;position:relative;z-index:2}.hero-section .swiss-graphic[data-v-4b976752]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;opacity:.08;pointer-events:none}.hero-section .swiss-graphic .graphic-circle[data-v-4b976752]{position:absolute;border-radius:50%;border:4px solid #000000}.hero-section .swiss-graphic .graphic-circle.circle-1[data-v-4b976752]{width:500px;height:500px;top:-150px;right:5%;border-width:2px;border-color:#ff6b00}.hero-section .swiss-graphic .graphic-circle.circle-2[data-v-4b976752]{width:180px;height:180px;bottom:20%;left:5%;background:#007aff;border:none}.hero-section .swiss-graphic .graphic-circle.circle-3[data-v-4b976752]{width:80px;height:80px;top:20%;left:45%;background:#ff3b30;border:none}.hero-section .swiss-graphic .graphic-arc[data-v-4b976752]{position:absolute;border:3px solid #000000;border-radius:50%}.hero-section .swiss-graphic .graphic-arc.arc-1[data-v-4b976752]{width:700px;height:700px;bottom:-350px;right:-250px;border-right:none;border-bottom:none;border-width:4px}.hero-section .swiss-graphic .graphic-arc.arc-2[data-v-4b976752]{width:900px;height:900px;top:-450px;left:-350px;border-top:none;border-left:none;border-width:2px}.hero-section .swiss-graphic .graphic-arc.arc-3[data-v-4b976752]{width:350px;height:350px;top:55%;left:40%;border-top:none;border-left:none;border-width:5px}.hero-section .hero-grid[data-v-4b976752]{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;height:100%}.hero-section .hero-left[data-v-4b976752]{position:relative;z-index:10}.hero-section .hero-left .hero-name[data-v-4b976752]{font-size:64px;font-weight:700;line-height:.9;color:#000;text-transform:uppercase;letter-spacing:-.04em;margin:0 0 16px}.hero-section .hero-left .name-underline[data-v-4b976752]{width:180px;height:4px;background:#ff3b30;margin-bottom:48px}.hero-section .hero-left .hero-image-wrapper[data-v-4b976752]{position:relative;z-index:10}.hero-section .hero-left .hero-image-wrapper .hero-image[data-v-4b976752]{width:100%;max-width:480px;height:480px;object-fit:cover;filter:grayscale(100%) contrast(1.15);border:4px solid #000000;transition:filter .4s ease;position:relative;z-index:10}.hero-section .hero-left .hero-image-wrapper .hero-image[data-v-4b976752]:hover{filter:grayscale(0%) contrast(1)}.hero-section .hero-right[data-v-4b976752]{display:flex;flex-direction:column;gap:40px;height:100%;justify-content:center}.hero-section .hero-right .info-section[data-v-4b976752]{display:flex;flex-direction:column;gap:24px;padding-bottom:40px;border-bottom:3px solid #000000}.hero-section .hero-right .info-section .info-row[data-v-4b976752]{display:flex;flex-direction:column;gap:8px;position:relative;padding-left:12px}.hero-section .hero-right .info-section .info-row[data-v-4b976752]:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:60%;background:#000}.hero-section .hero-right .info-section .info-row[data-v-4b976752]:nth-child(1):before{background:#007aff}.hero-section .hero-right .info-section .info-row[data-v-4b976752]:nth-child(2):before{background:#ff6b00}.hero-section .hero-right .info-section .info-row[data-v-4b976752]:nth-child(3):before{background:#ffd60a}.hero-section .hero-right .info-section .info-row .info-label[data-v-4b976752]{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:#6c757d}.hero-section .hero-right .info-section .info-row .info-value[data-v-4b976752]{font-size:18px;font-weight:600;color:#000;line-height:1.3;letter-spacing:-.01em}.hero-section .hero-right .contact-section .contact-grid[data-v-4b976752]{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.hero-section .hero-right .contact-section .contact-grid .contact-link[data-v-4b976752]{display:flex;align-items:center;justify-content:center;padding:18px 12px;background:#fff;border:2px solid #000000;text-decoration:none;transition:all .2s ease}.hero-section .hero-right .contact-section .contact-grid .contact-link .link-label[data-v-4b976752]{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#000}.hero-section .hero-right .contact-section .contact-grid .contact-link[data-v-4b976752]:hover{background:#000}.hero-section .hero-right .contact-section .contact-grid .contact-link:hover .link-label[data-v-4b976752]{color:#fff}.hero-section .hero-right .hero-btn[data-v-4b976752]{width:100%;padding:20px 32px;background:#000;border:4px solid #000000;color:#fff;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.15em;cursor:pointer;transition:all .25s ease;display:flex;justify-content:space-between;align-items:center}.hero-section .hero-right .hero-btn .btn-arrow[data-v-4b976752]{font-size:28px;font-weight:300;transition:transform .25s ease}.hero-section .hero-right .hero-btn[data-v-4b976752]:hover{background:#fff;color:#000}.hero-section .hero-right .hero-btn:hover .btn-arrow[data-v-4b976752]{transform:translate(8px)}.hero-section .hero-right .hero-btn[data-v-4b976752]:active{transform:translateY(2px)}@media (max-width: 1200px){.hero-section .container[data-v-4b976752]{padding:0 60px}.hero-section .hero-grid[data-v-4b976752]{gap:60px}.hero-section .hero-left .hero-name[data-v-4b976752]{font-size:56px}.hero-section .hero-left .name-underline[data-v-4b976752]{width:150px;margin-bottom:40px}.hero-section .hero-left .hero-image-wrapper .hero-image[data-v-4b976752]{max-width:400px;height:400px}.hero-section .hero-right[data-v-4b976752]{gap:32px}.hero-section .hero-right .info-section[data-v-4b976752]{padding-bottom:32px;gap:20px}.hero-section .hero-right .info-section .info-row .info-value[data-v-4b976752]{font-size:16px}.hero-section .swiss-graphic .graphic-circle.circle-1[data-v-4b976752]{width:300px;height:300px}.hero-section .swiss-graphic .graphic-arc.arc-2[data-v-4b976752]{width:600px;height:600px;top:-300px;left:-200px}}@media (max-width: 1024px){.hero-section[data-v-4b976752]{max-height:none;padding:60px 0}.hero-section .container[data-v-4b976752]{padding:0 40px}.hero-section .hero-grid[data-v-4b976752]{grid-template-columns:1fr;gap:48px}.hero-section .hero-left .hero-name[data-v-4b976752]{font-size:48px}.hero-section .hero-left .name-underline[data-v-4b976752]{margin-bottom:32px}.hero-section .hero-left .hero-image-wrapper .hero-image[data-v-4b976752]{max-width:100%;height:360px}.hero-section .hero-right[data-v-4b976752]{gap:32px}.hero-section .hero-right .contact-section .contact-grid[data-v-4b976752]{grid-template-columns:repeat(2,1fr);gap:12px}.hero-section .swiss-graphic[data-v-4b976752]{opacity:.04}.hero-section .swiss-graphic .graphic-circle.circle-1[data-v-4b976752]{width:250px;height:250px;top:-50px}.hero-section .swiss-graphic .graphic-arc.arc-1[data-v-4b976752]{width:400px;height:400px;bottom:-200px;right:-150px}}@media (max-width: 768px){.hero-section[data-v-4b976752]{padding:40px 0}.hero-section .container[data-v-4b976752]{padding:0 24px}.hero-section .hero-grid[data-v-4b976752]{gap:36px}.hero-section .hero-left .hero-name[data-v-4b976752]{font-size:40px;margin-bottom:12px}.hero-section .hero-left .name-underline[data-v-4b976752]{width:120px;height:3px;margin-bottom:28px}.hero-section .hero-left .hero-image-wrapper .hero-image[data-v-4b976752]{height:320px;border-width:3px}.hero-section .hero-right[data-v-4b976752]{gap:28px}.hero-section .hero-right .info-section[data-v-4b976752]{padding-bottom:28px;gap:16px}.hero-section .hero-right .info-section .info-row .info-value[data-v-4b976752]{font-size:14px}.hero-section .hero-right .contact-section .contact-grid[data-v-4b976752]{grid-template-columns:1fr}.hero-section .hero-right .contact-section .contact-grid .contact-link[data-v-4b976752]{padding:14px 16px}.hero-section .hero-right .hero-btn[data-v-4b976752]{padding:18px 24px;font-size:13px}.hero-section .swiss-graphic .graphic-circle.circle-2[data-v-4b976752],.hero-section .swiss-graphic .graphic-circle.circle-3[data-v-4b976752],.hero-section .swiss-graphic .graphic-arc.arc-3[data-v-4b976752]{display:none}}@media (max-width: 480px){.hero-section .hero-left .hero-name[data-v-4b976752]{font-size:32px}.hero-section .hero-left .hero-image-wrapper .hero-image[data-v-4b976752]{height:280px}.hero-section .hero-right .info-section .info-row .info-value[data-v-4b976752]{font-size:13px}}.about-section[data-v-ccd6ad29]{background-color:#fff;padding:120px 0}.about-section .container[data-v-ccd6ad29]{max-width:1200px;margin:0 auto;padding:0 60px}.about-section .swiss-header[data-v-ccd6ad29]{display:grid;grid-template-columns:120px 1fr;gap:40px;margin-bottom:80px;align-items:start}.about-section .swiss-header .header-number[data-v-ccd6ad29]{font-size:72px;font-weight:300;color:#000;line-height:1;letter-spacing:-.02em}.about-section .swiss-header .header-content .section-title[data-v-ccd6ad29]{font-size:64px;font-weight:700;color:#000;margin:0;line-height:1;letter-spacing:-.03em;text-transform:uppercase}.about-section .swiss-header .header-content .title-line[data-v-ccd6ad29]{width:100%;height:3px;background:#ff3b30;margin-top:20px}.about-section .about-grid[data-v-ccd6ad29]{display:grid;grid-template-columns:340px 1fr;gap:80px;margin-bottom:100px;padding-bottom:80px;border-bottom:1px solid #000000}.about-section .info-block .label[data-v-ccd6ad29]{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:#6c757d;margin-bottom:16px}.about-section .info-block .role-title[data-v-ccd6ad29]{font-size:28px;font-weight:700;color:#000;line-height:1.2;margin:0 0 8px;letter-spacing:-.01em}.about-section .info-block .company[data-v-ccd6ad29]{font-size:18px;color:#495057;margin-bottom:48px}.about-section .info-block .mt-large[data-v-ccd6ad29]{margin-top:48px}.about-section .info-block .education-item[data-v-ccd6ad29]{margin-bottom:24px}.about-section .info-block .education-item .degree[data-v-ccd6ad29]{font-size:16px;font-weight:600;color:#000;line-height:1.4;margin-bottom:4px}.about-section .info-block .education-item .institution[data-v-ccd6ad29]{font-size:14px;color:#6c757d;line-height:1.4}.about-section .description-block .swiss-text[data-v-ccd6ad29]{font-size:18px;line-height:1.8;color:#212529;margin-bottom:32px;font-weight:400}.about-section .description-block .swiss-text strong[data-v-ccd6ad29]{font-weight:700;color:#000}.about-section .description-block .swiss-text[data-v-ccd6ad29]:last-child{margin-bottom:0}.about-section .stats-grid[data-v-ccd6ad29]{display:grid;grid-template-columns:repeat(7,1fr);gap:0;align-items:center;padding:60px 0 0}.about-section .stats-grid .stat-item[data-v-ccd6ad29]{text-align:center;padding:0 20px}.about-section .stats-grid .stat-item .stat-label[data-v-ccd6ad29]{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:#6c757d;margin-bottom:16px}.about-section .stats-grid .stat-item .stat-value[data-v-ccd6ad29]{font-size:56px;font-weight:300;color:#000;line-height:1;margin-bottom:8px;letter-spacing:-.02em}.about-section .stats-grid .stat-item .stat-unit[data-v-ccd6ad29]{font-size:14px;color:#495057;font-weight:500}.about-section .stats-grid .stat-divider[data-v-ccd6ad29]{width:1px;height:80px;background:#dee2e6}@media (max-width: 1024px){.about-section[data-v-ccd6ad29]{padding:80px 0}.about-section .container[data-v-ccd6ad29]{padding:0 40px}.about-section .swiss-header[data-v-ccd6ad29]{grid-template-columns:80px 1fr;gap:30px;margin-bottom:60px}.about-section .swiss-header .header-number[data-v-ccd6ad29]{font-size:56px}.about-section .swiss-header .header-content .section-title[data-v-ccd6ad29]{font-size:48px}.about-section .about-grid[data-v-ccd6ad29]{grid-template-columns:280px 1fr;gap:60px;margin-bottom:80px;padding-bottom:60px}.about-section .stats-grid[data-v-ccd6ad29]{grid-template-columns:repeat(4,1fr);row-gap:40px}.about-section .stats-grid .stat-divider[data-v-ccd6ad29]{display:none}}@media (max-width: 768px){.about-section[data-v-ccd6ad29]{padding:60px 0}.about-section .container[data-v-ccd6ad29]{padding:0 24px}.about-section .swiss-header[data-v-ccd6ad29]{grid-template-columns:1fr;gap:20px;margin-bottom:48px}.about-section .swiss-header .header-number[data-v-ccd6ad29]{font-size:40px}.about-section .swiss-header .header-content .section-title[data-v-ccd6ad29]{font-size:36px}.about-section .about-grid[data-v-ccd6ad29]{grid-template-columns:1fr;gap:48px;margin-bottom:60px;padding-bottom:48px}.about-section .info-block .role-title[data-v-ccd6ad29]{font-size:24px}.about-section .info-block .company[data-v-ccd6ad29]{font-size:16px}.about-section .description-block .swiss-text[data-v-ccd6ad29]{font-size:16px;line-height:1.7;margin-bottom:24px}.about-section .stats-grid[data-v-ccd6ad29]{grid-template-columns:repeat(2,1fr);gap:40px}.about-section .stats-grid .stat-item[data-v-ccd6ad29]{padding:0}.about-section .stats-grid .stat-item .stat-value[data-v-ccd6ad29]{font-size:40px}}.about-section .about-content[data-v-ccd6ad29]{display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:center}@media (max-width: 1024px){.about-section .about-content[data-v-ccd6ad29]{grid-template-columns:1fr;gap:2rem}}.about-section .about-content .about-text .section-title[data-v-ccd6ad29]{font-size:2.25rem;margin-bottom:1.5rem}@media (max-width: 768px){.about-section .about-content .about-text .section-title[data-v-ccd6ad29]{font-size:1.875rem}}.about-section .about-content .about-text .about-description[data-v-ccd6ad29]{font-size:1.125rem;line-height:1.75;margin-bottom:1.5rem}.about-section .about-content .about-text .about-highlights[data-v-ccd6ad29]{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.about-section .about-content .about-text .about-highlights .highlight-item[data-v-ccd6ad29]{display:flex;align-items:flex-start;gap:1rem;padding:.75rem 0;transition:all .2s ease}.about-section .about-content .about-text .about-highlights .highlight-item[data-v-ccd6ad29]:hover{transform:translate(4px)}.about-section .about-content .about-text .about-highlights .highlight-item:hover .highlight-icon[data-v-ccd6ad29]{transform:scale(1.1)}.about-section .about-content .about-text .about-highlights .highlight-item .highlight-icon[data-v-ccd6ad29]{font-size:1.5rem;flex-shrink:0;transition:transform .2s ease;margin-top:.125rem}.about-section .about-content .about-text .about-highlights .highlight-item .highlight-content[data-v-ccd6ad29]{display:flex;flex-direction:column;gap:.25rem}.about-section .about-content .about-text .about-highlights .highlight-item .highlight-content .highlight-title[data-v-ccd6ad29]{font-size:1rem;font-weight:600;color:#fff;line-height:1.4}.about-section .about-content .about-text .about-highlights .highlight-item .highlight-content .highlight-desc[data-v-ccd6ad29]{font-size:.875rem;color:#ffffffa6;font-weight:400;line-height:1.5}.about-section .about-content .about-text .skills-list[data-v-ccd6ad29]{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:2rem}@media (max-width: 640px){.about-section .about-content .about-text .skills-list[data-v-ccd6ad29]{grid-template-columns:1fr}}.about-section .about-content .about-text .skills-list .skill-item[data-v-ccd6ad29]{display:flex;align-items:center;gap:.5rem;font-weight:500}.about-section .about-content .about-text .skills-list .skill-item[data-v-ccd6ad29]:before{content:"●";color:#000;font-size:.875rem}.about-section .about-content .about-image[data-v-ccd6ad29]{position:relative}.about-section .about-content .about-image .image-container[data-v-ccd6ad29]{position:relative;border-radius:.5rem;overflow:hidden;box-shadow:0 10px 15px #0000001a,0 4px 6px #0000000d}.about-section .about-content .about-image .image-container img[data-v-ccd6ad29]{width:100%;height:auto;display:block;filter:grayscale(100%);transition:filter .3s ease}.about-section .about-content .about-image .image-container img[data-v-ccd6ad29]:hover{filter:grayscale(0%)}.about-section .about-content .about-image .image-container[data-v-ccd6ad29]:after{content:"";position:absolute;inset:0;background:linear-gradient(45deg,rgba(0,0,0,.1),transparent);pointer-events:none}.about-section .about-stats[data-v-ccd6ad29]{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (max-width: 768px){.about-section .about-stats[data-v-ccd6ad29]{grid-template-columns:1fr;margin-top:2rem}}.about-section .about-stats .stat-card[data-v-ccd6ad29]{background:#0006;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2);border-radius:20px;padding:2.5rem 2rem;text-align:center;transition:all .3s ease;box-shadow:0 4px 15px #0000004d}.about-section .about-stats .stat-card[data-v-ccd6ad29]:hover{transform:translateY(-8px);background:#00000080;border-color:#fff6;box-shadow:0 12px 35px #0006}.about-section .about-stats .stat-card .stat-icon[data-v-ccd6ad29]{font-size:3rem;margin-bottom:1.2rem;animation:float-ccd6ad29 3s ease-in-out infinite;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.about-section .about-stats .stat-card .stat-number[data-v-ccd6ad29]{font-size:1.35rem;font-weight:700;color:#fff;margin-bottom:.5rem;line-height:1.4;text-shadow:0 2px 4px rgba(0,0,0,.3)}.about-section .about-stats .stat-card .stat-label[data-v-ccd6ad29]{font-size:1rem;color:#ffffffd9;font-weight:500;text-shadow:0 1px 3px rgba(0,0,0,.3)}@keyframes float-ccd6ad29{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.about-section .experience-timeline[data-v-ccd6ad29]{margin-top:4rem}.about-section .experience-timeline .timeline-title[data-v-ccd6ad29]{text-align:center;font-size:1.875rem;margin-bottom:3rem}.about-section .experience-timeline .timeline[data-v-ccd6ad29]{position:relative;max-width:800px;margin:0 auto}.about-section .experience-timeline .timeline[data-v-ccd6ad29]:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background-color:#ced4da;transform:translate(-50%)}@media (max-width: 768px){.about-section .experience-timeline .timeline[data-v-ccd6ad29]:before{left:20px}}.about-section .experience-timeline .timeline .timeline-item[data-v-ccd6ad29]{position:relative;margin-bottom:2rem}.about-section .experience-timeline .timeline .timeline-item[data-v-ccd6ad29]:nth-child(odd){padding-right:50%;text-align:right}@media (max-width: 768px){.about-section .experience-timeline .timeline .timeline-item[data-v-ccd6ad29]:nth-child(odd){padding-right:0;padding-left:60px;text-align:left}}.about-section .experience-timeline .timeline .timeline-item:nth-child(odd) .timeline-content[data-v-ccd6ad29]{margin-right:1rem}@media (max-width: 768px){.about-section .experience-timeline .timeline .timeline-item:nth-child(odd) .timeline-content[data-v-ccd6ad29]{margin-right:0}}.about-section .experience-timeline .timeline .timeline-item[data-v-ccd6ad29]:nth-child(2n){padding-left:50%}@media (max-width: 768px){.about-section .experience-timeline .timeline .timeline-item[data-v-ccd6ad29]:nth-child(2n){padding-left:60px}}.about-section .experience-timeline .timeline .timeline-item:nth-child(2n) .timeline-content[data-v-ccd6ad29]{margin-left:1rem}@media (max-width: 768px){.about-section .experience-timeline .timeline .timeline-item:nth-child(2n) .timeline-content[data-v-ccd6ad29]{margin-left:0}}.about-section .experience-timeline .timeline .timeline-item .timeline-dot[data-v-ccd6ad29]{position:absolute;top:0;left:50%;width:16px;height:16px;background-color:#000;border-radius:50%;transform:translate(-50%)}@media (max-width: 768px){.about-section .experience-timeline .timeline .timeline-item .timeline-dot[data-v-ccd6ad29]{left:20px}}.about-section .experience-timeline .timeline .timeline-item .timeline-content[data-v-ccd6ad29]{background-color:#fff;padding:1.5rem;border-radius:.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.about-section .experience-timeline .timeline .timeline-item .timeline-content .timeline-date[data-v-ccd6ad29]{font-size:.875rem;color:#adb5bd;font-weight:500;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.about-section .experience-timeline .timeline .timeline-item .timeline-content .timeline-title[data-v-ccd6ad29]{font-size:1.25rem;font-weight:700;margin-bottom:.25rem}.about-section .experience-timeline .timeline .timeline-item .timeline-content .timeline-company[data-v-ccd6ad29]{font-size:1rem;color:#6c757d;margin-bottom:.75rem}.about-section .experience-timeline .timeline .timeline-item .timeline-content .timeline-description[data-v-ccd6ad29]{font-size:1rem;line-height:1.5;color:#6c757d}.projects-section[data-v-e28e1289]{background-color:#fff;padding:120px 0}.projects-section .container[data-v-e28e1289]{max-width:1400px;margin:0 auto;padding:0 60px}.projects-section .swiss-header[data-v-e28e1289]{display:grid;grid-template-columns:120px 1fr;gap:40px;align-items:start;margin-bottom:100px}.projects-section .swiss-header .header-number[data-v-e28e1289]{font-size:72px;font-weight:300;line-height:1;color:#000;letter-spacing:-.02em}.projects-section .swiss-header .header-content .section-title[data-v-e28e1289]{font-size:64px;font-weight:700;text-transform:uppercase;letter-spacing:-.03em;color:#000;line-height:1;margin:0}.projects-section .swiss-header .header-content .title-line[data-v-e28e1289]{width:100%;height:3px;background:#ff6b00;margin-top:20px}.projects-section .projects-grid[data-v-e28e1289]{display:grid;grid-template-columns:repeat(2,1fr);gap:60px}.projects-section .project-card[data-v-e28e1289]{background:#fff;border:3px solid #000000;padding:0;display:flex;flex-direction:column;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.projects-section .project-card[data-v-e28e1289]:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:4px;background:#ff6b00;transition:left .4s cubic-bezier(.4,0,.2,1)}.projects-section .project-card[data-v-e28e1289]:hover{transform:translateY(-8px);box-shadow:12px 12px #000}.projects-section .project-card[data-v-e28e1289]:hover:before{left:0}.projects-section .project-card:hover .project-number[data-v-e28e1289]{transform:scale(1.1)}.projects-section .project-card:hover .project-title[data-v-e28e1289]{letter-spacing:.02em}.projects-section .project-card.featured[data-v-e28e1289]{grid-column:span 1}.projects-section .project-card.featured .project-header[data-v-e28e1289]{background:#000;color:#fff}.projects-section .project-card.featured .project-header .project-number[data-v-e28e1289]{color:#fff;opacity:.4}.projects-section .project-card.featured .project-header .project-title[data-v-e28e1289]{color:#fff}.projects-section .project-card .project-header[data-v-e28e1289]{padding:40px;border-bottom:3px solid #000000;background:#fff;transition:background .3s ease}.projects-section .project-card .project-header .project-number[data-v-e28e1289]{font-size:32px;font-weight:300;line-height:1;color:#000;opacity:.3;margin-bottom:16px;transition:all .3s ease;letter-spacing:-.02em}.projects-section .project-card .project-header .project-title[data-v-e28e1289]{font-size:32px;font-weight:700;line-height:1.1;margin:0;letter-spacing:-.02em;text-transform:uppercase;color:#000;transition:letter-spacing .3s ease}.projects-section .project-card .project-body[data-v-e28e1289]{padding:40px;flex:1}.projects-section .project-card .project-body .project-description[data-v-e28e1289]{font-size:16px;line-height:1.7;color:#212529;margin:0 0 32px}.projects-section .project-card .project-body .project-features[data-v-e28e1289]{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.projects-section .project-card .project-body .project-features .feature-item[data-v-e28e1289]{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#000;border-left:3px solid #000000;padding:8px 0 8px 12px;transition:all .2s ease}.projects-section .project-card .project-body .project-features .feature-item[data-v-e28e1289]:nth-child(1){border-left-color:#ff3b30}.projects-section .project-card .project-body .project-features .feature-item[data-v-e28e1289]:nth-child(2){border-left-color:#007aff}.projects-section .project-card .project-body .project-features .feature-item[data-v-e28e1289]:nth-child(3){border-left-color:#ff6b00}.projects-section .project-card .project-body .project-features .feature-item[data-v-e28e1289]:nth-child(4){border-left-color:#ffd60a}.projects-section .project-card .project-body .project-features .feature-item[data-v-e28e1289]:hover{padding-left:20px;border-left-width:5px}.projects-section .project-card .project-footer[data-v-e28e1289]{padding:32px 40px;border-top:2px solid #000000;background:#fff}.projects-section .project-card .project-footer .tech-stack .tech-label[data-v-e28e1289]{display:block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:#6c757d;margin-bottom:16px}.projects-section .project-card .project-footer .tech-stack .tech-tags[data-v-e28e1289]{display:flex;flex-wrap:wrap;gap:8px}.projects-section .project-card .project-footer .tech-stack .tech-tags .tech-tag[data-v-e28e1289]{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#000;background:#fff;border:2px solid #000000;padding:6px 14px;transition:all .2s ease}.projects-section .project-card .project-footer .tech-stack .tech-tags .tech-tag[data-v-e28e1289]:hover{background:#000;color:#fff;transform:translateY(-2px)}@media (max-width: 1024px){.projects-section[data-v-e28e1289]{padding:80px 0}.projects-section .container[data-v-e28e1289]{max-width:100%;padding:0 40px}.projects-section .swiss-header[data-v-e28e1289]{margin-bottom:80px}.projects-section .swiss-header .header-number[data-v-e28e1289]{font-size:56px}.projects-section .swiss-header .header-content .section-title[data-v-e28e1289]{font-size:48px}.projects-section .projects-grid[data-v-e28e1289]{gap:48px}.projects-section .project-card .project-header[data-v-e28e1289]{padding:32px}.projects-section .project-card .project-header .project-number[data-v-e28e1289],.projects-section .project-card .project-header .project-title[data-v-e28e1289]{font-size:28px}.projects-section .project-card .project-body[data-v-e28e1289]{padding:32px}.projects-section .project-card .project-body .project-features[data-v-e28e1289]{grid-template-columns:1fr}.projects-section .project-card .project-footer[data-v-e28e1289]{padding:24px 32px}}@media (max-width: 768px){.projects-section[data-v-e28e1289]{padding:60px 0}.projects-section .container[data-v-e28e1289]{padding:0 24px}.projects-section .swiss-header[data-v-e28e1289]{grid-template-columns:1fr;gap:20px;margin-bottom:60px}.projects-section .swiss-header .header-number[data-v-e28e1289]{font-size:48px}.projects-section .swiss-header .header-content .section-title[data-v-e28e1289]{font-size:40px}.projects-section .swiss-header .header-content .title-line[data-v-e28e1289]{margin-top:16px}.projects-section .projects-grid[data-v-e28e1289]{grid-template-columns:1fr;gap:40px}.projects-section .project-card.featured[data-v-e28e1289]{grid-column:span 1}.projects-section .project-card[data-v-e28e1289]:hover{transform:translateY(-4px);box-shadow:8px 8px #000}.projects-section .project-card .project-header[data-v-e28e1289]{padding:24px}.projects-section .project-card .project-header .project-number[data-v-e28e1289]{font-size:24px;margin-bottom:12px}.projects-section .project-card .project-header .project-title[data-v-e28e1289]{font-size:24px}.projects-section .project-card .project-body[data-v-e28e1289]{padding:24px}.projects-section .project-card .project-body .project-description[data-v-e28e1289]{font-size:15px;margin-bottom:24px}.projects-section .project-card .project-body .project-features[data-v-e28e1289]{gap:10px}.projects-section .project-card .project-body .project-features .feature-item[data-v-e28e1289]{font-size:12px;padding:6px 0 6px 10px}.projects-section .project-card .project-footer[data-v-e28e1289]{padding:20px 24px}.projects-section .project-card .project-footer .tech-stack .tech-label[data-v-e28e1289]{font-size:10px;margin-bottom:12px}.projects-section .project-card .project-footer .tech-stack .tech-tags[data-v-e28e1289]{gap:6px}.projects-section .project-card .project-footer .tech-stack .tech-tags .tech-tag[data-v-e28e1289]{font-size:11px;padding:5px 12px}}@media (max-width: 480px){.projects-section .swiss-header .header-number[data-v-e28e1289]{font-size:40px}.projects-section .swiss-header .header-content .section-title[data-v-e28e1289]{font-size:32px}.projects-section .project-card .project-header[data-v-e28e1289]{padding:20px}.projects-section .project-card .project-header .project-title[data-v-e28e1289]{font-size:20px}.projects-section .project-card .project-body[data-v-e28e1289]{padding:20px}.projects-section .project-card .project-body .project-description[data-v-e28e1289]{font-size:14px}.projects-section .project-card .project-footer[data-v-e28e1289]{padding:16px 20px}.projects-section .project-card .project-footer .tech-stack .tech-tags .tech-tag[data-v-e28e1289]{font-size:10px;padding:4px 10px}}.timeline-section[data-v-e21663ca]{background-color:#fafafa;padding:120px 0}.timeline-section .container[data-v-e21663ca]{max-width:1200px;margin:0 auto;padding:0 60px}.timeline-section .swiss-header[data-v-e21663ca]{display:grid;grid-template-columns:120px 1fr;gap:40px;align-items:start;margin-bottom:100px}.timeline-section .swiss-header .header-number[data-v-e21663ca]{font-size:72px;font-weight:300;line-height:1;color:#000;letter-spacing:-.02em}.timeline-section .swiss-header .header-content .section-title[data-v-e21663ca]{font-size:64px;font-weight:700;text-transform:uppercase;letter-spacing:-.03em;color:#000;line-height:1;margin:0}.timeline-section .swiss-header .header-content .title-line[data-v-e21663ca]{width:100%;height:3px;background:#007aff;margin-top:20px}.timeline-section .timeline-grid[data-v-e21663ca]{display:flex;flex-direction:column;gap:48px}.timeline-section .timeline-item[data-v-e21663ca]{display:grid;grid-template-columns:48px 140px 1fr;gap:32px;padding-bottom:48px;border-bottom:1px solid #dee2e6;transition:all .3s ease}.timeline-section .timeline-item[data-v-e21663ca]:last-child{border-bottom:none}.timeline-section .timeline-item:hover .item-number[data-v-e21663ca]{color:#000}.timeline-section .timeline-item:hover .item-title[data-v-e21663ca]{transform:translate(4px)}.timeline-section .timeline-item.active[data-v-e21663ca]{border-bottom-width:2px;border-bottom-color:#007aff}.timeline-section .timeline-item.active .item-number[data-v-e21663ca]{color:#007aff;font-weight:600}.timeline-section .timeline-item.active .item-date[data-v-e21663ca]{color:#000;font-weight:700}.timeline-section .timeline-item.active .item-title[data-v-e21663ca]{color:#000}.timeline-section .timeline-item .item-number[data-v-e21663ca]{font-size:24px;font-weight:300;color:#adb5bd;line-height:1;padding-top:4px;transition:color .3s ease}.timeline-section .timeline-item .item-date[data-v-e21663ca]{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#6c757d;line-height:1.4;padding-top:6px}.timeline-section .timeline-item .item-content .item-title[data-v-e21663ca]{font-size:24px;font-weight:700;color:#000;margin:0 0 8px;line-height:1.2;letter-spacing:-.01em;transition:transform .3s ease}.timeline-section .timeline-item .item-content .item-company[data-v-e21663ca]{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#6c757d;margin:0 0 16px}.timeline-section .timeline-item .item-content .item-description[data-v-e21663ca]{font-size:16px;line-height:1.6;color:#495057;margin:0;max-width:680px}@media (max-width: 1024px){.timeline-section[data-v-e21663ca]{padding:80px 0}.timeline-section .container[data-v-e21663ca]{padding:0 40px}.timeline-section .swiss-header[data-v-e21663ca]{margin-bottom:80px}.timeline-section .swiss-header .header-number[data-v-e21663ca]{font-size:56px}.timeline-section .swiss-header .section-title[data-v-e21663ca]{font-size:48px}.timeline-section .timeline-grid[data-v-e21663ca]{gap:40px}.timeline-section .timeline-item[data-v-e21663ca]{grid-template-columns:40px 120px 1fr;gap:24px;padding-bottom:40px}.timeline-section .timeline-item .item-number[data-v-e21663ca],.timeline-section .timeline-item .item-content .item-title[data-v-e21663ca]{font-size:20px}.timeline-section .timeline-item .item-content .item-description[data-v-e21663ca]{font-size:15px}}@media (max-width: 768px){.timeline-section[data-v-e21663ca]{padding:60px 0}.timeline-section .container[data-v-e21663ca]{padding:0 24px}.timeline-section .swiss-header[data-v-e21663ca]{grid-template-columns:1fr;gap:20px;margin-bottom:60px}.timeline-section .swiss-header .header-number[data-v-e21663ca]{font-size:48px}.timeline-section .swiss-header .section-title[data-v-e21663ca]{font-size:40px}.timeline-section .swiss-header .title-line[data-v-e21663ca]{grid-column:1/2;margin-top:16px}.timeline-section .timeline-grid[data-v-e21663ca]{gap:36px}.timeline-section .timeline-item[data-v-e21663ca]{grid-template-columns:1fr;gap:12px;padding-bottom:36px}.timeline-section .timeline-item .item-number[data-v-e21663ca]{font-size:18px}.timeline-section .timeline-item .item-date[data-v-e21663ca]{font-size:12px}.timeline-section .timeline-item .item-content .item-title[data-v-e21663ca]{font-size:18px}.timeline-section .timeline-item .item-content .item-company[data-v-e21663ca]{font-size:12px}.timeline-section .timeline-item .item-content .item-description[data-v-e21663ca]{font-size:14px}}@media (max-width: 480px){.timeline-section .swiss-header .header-number[data-v-e21663ca]{font-size:40px}.timeline-section .swiss-header .section-title[data-v-e21663ca]{font-size:32px}.timeline-section .timeline-item .item-content .item-title[data-v-e21663ca]{font-size:16px}.timeline-section .timeline-item .item-content .item-description[data-v-e21663ca]{font-size:13px}}.footer-section[data-v-cfdd7c26]{background-color:#000;color:#fff;padding:120px 0 60px;position:relative;overflow:hidden}.footer-section .container[data-v-cfdd7c26]{max-width:1400px;margin:0 auto;padding:0 60px;position:relative;z-index:2}.footer-section .footer-grid[data-v-cfdd7c26]{display:grid;grid-template-columns:1.2fr 1fr;grid-template-rows:auto auto;gap:60px;margin-bottom:100px}.footer-section .footer-cta[data-v-cfdd7c26]{grid-column:1/2;grid-row:1/3;background:#ff3b30;color:#000;padding:80px 60px;position:relative}.footer-section .footer-cta[data-v-cfdd7c26]:before{content:"";position:absolute;top:30px;right:30px;width:120px;height:120px;border:4px solid #000000;border-radius:50%;opacity:.15}.footer-section .footer-cta .cta-number[data-v-cfdd7c26]{font-size:120px;font-weight:300;line-height:1;opacity:.15;letter-spacing:-.03em;margin-bottom:20px}.footer-section .footer-cta .cta-title[data-v-cfdd7c26]{font-size:72px;font-weight:700;line-height:.9;text-transform:uppercase;letter-spacing:-.04em;margin:0 0 32px;color:#000}.footer-section .footer-cta .cta-text[data-v-cfdd7c26]{font-size:18px;line-height:1.6;margin:0 0 48px;max-width:400px;color:#000;font-weight:500}.footer-section .footer-cta .cta-button[data-v-cfdd7c26]{display:inline-flex;align-items:center;gap:20px;padding:24px 48px;background:#000;color:#fff;text-decoration:none;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.15em;border:4px solid #000000;transition:all .3s ease}.footer-section .footer-cta .cta-button .arrow[data-v-cfdd7c26]{font-size:32px;font-weight:300;transition:transform .3s ease}.footer-section .footer-cta .cta-button[data-v-cfdd7c26]:hover{background:#fff;color:#000;transform:translateY(-4px);box-shadow:8px 8px #0000004d}.footer-section .footer-cta .cta-button:hover .arrow[data-v-cfdd7c26]{transform:translate(8px)}.footer-section .footer-contact[data-v-cfdd7c26]{grid-column:2/3;grid-row:1/2;display:grid;grid-template-columns:repeat(2,1fr);gap:32px}.footer-section .footer-contact .contact-block .block-label[data-v-cfdd7c26]{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:#ffd60a;margin-bottom:12px}.footer-section .footer-contact .contact-block .block-link[data-v-cfdd7c26],.footer-section .footer-contact .contact-block .block-text[data-v-cfdd7c26]{font-size:16px;font-weight:600;color:#fff;text-decoration:none;line-height:1.4;display:block;transition:all .2s ease}.footer-section .footer-contact .contact-block .block-link[data-v-cfdd7c26]:hover{color:#ffd60a;transform:translate(4px)}.footer-section .footer-social[data-v-cfdd7c26]{grid-column:2/3;grid-row:2/3;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,auto);gap:16px}.footer-section .footer-social .social-block[data-v-cfdd7c26]{padding:24px;text-decoration:none;display:flex;flex-direction:column;gap:12px;border:3px solid #ffffff;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;cursor:pointer}.footer-section .footer-social .social-block[data-v-cfdd7c26]:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;transition:left .3s cubic-bezier(.4,0,.2,1)}.footer-section .footer-social .social-block .social-icon[data-v-cfdd7c26],.footer-section .footer-social .social-block .social-name[data-v-cfdd7c26]{position:relative;z-index:2;transition:color .3s ease}.footer-section .footer-social .social-block .social-icon[data-v-cfdd7c26]{font-size:32px;font-weight:300;color:#fff}.footer-section .footer-social .social-block .social-name[data-v-cfdd7c26]{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#fff}.footer-section .footer-social .social-block.github[data-v-cfdd7c26]:before{background:#007aff}.footer-section .footer-social .social-block.github[data-v-cfdd7c26]:hover{border-color:#007aff}.footer-section .footer-social .social-block.github[data-v-cfdd7c26]:hover:before{left:0}.footer-section .footer-social .social-block.github:hover .social-icon[data-v-cfdd7c26],.footer-section .footer-social .social-block.github:hover .social-name[data-v-cfdd7c26]{color:#fff}.footer-section .footer-social .social-block.linkedin[data-v-cfdd7c26]:before{background:#ff6b00}.footer-section .footer-social .social-block.linkedin[data-v-cfdd7c26]:hover{border-color:#ff6b00}.footer-section .footer-social .social-block.linkedin[data-v-cfdd7c26]:hover:before{left:0}.footer-section .footer-social .social-block.linkedin:hover .social-icon[data-v-cfdd7c26],.footer-section .footer-social .social-block.linkedin:hover .social-name[data-v-cfdd7c26]{color:#000}.footer-section .footer-social .social-block.instagram[data-v-cfdd7c26]:before{background:#ffd60a}.footer-section .footer-social .social-block.instagram[data-v-cfdd7c26]:hover{border-color:#ffd60a}.footer-section .footer-social .social-block.instagram[data-v-cfdd7c26]:hover:before{left:0}.footer-section .footer-social .social-block.instagram:hover .social-icon[data-v-cfdd7c26],.footer-section .footer-social .social-block.instagram:hover .social-name[data-v-cfdd7c26]{color:#000}.footer-section .footer-social .social-block.blog[data-v-cfdd7c26]{grid-column:1/3;background:#000;border-color:#ff3b30;border-width:4px}.footer-section .footer-social .social-block.blog[data-v-cfdd7c26]:before{background:#ff3b30}.footer-section .footer-social .social-block.blog .social-name[data-v-cfdd7c26]{font-size:16px;letter-spacing:.15em}.footer-section .footer-social .social-block.blog[data-v-cfdd7c26]:hover{border-color:#ff3b30}.footer-section .footer-social .social-block.blog[data-v-cfdd7c26]:hover:before{left:0}.footer-section .footer-social .social-block.blog:hover .social-icon[data-v-cfdd7c26],.footer-section .footer-social .social-block.blog:hover .social-name[data-v-cfdd7c26]{color:#000}.footer-section .footer-bottom[data-v-cfdd7c26]{display:flex;justify-content:space-between;align-items:flex-start;padding-top:60px;border-top:2px solid rgba(255,255,255,.2)}.footer-section .footer-bottom .bottom-left .copyright[data-v-cfdd7c26]{font-size:14px;font-weight:600;color:#fff;margin-bottom:8px}.footer-section .footer-bottom .bottom-left .tagline[data-v-cfdd7c26]{font-size:12px;color:#fff9;text-transform:uppercase;letter-spacing:.1em}.footer-section .footer-bottom .bottom-right[data-v-cfdd7c26]{display:flex;gap:60px}.footer-section .footer-bottom .bottom-right .design-credit[data-v-cfdd7c26],.footer-section .footer-bottom .bottom-right .tech-credit[data-v-cfdd7c26]{display:flex;flex-direction:column;gap:8px}.footer-section .footer-bottom .bottom-right .design-credit .credit-label[data-v-cfdd7c26],.footer-section .footer-bottom .bottom-right .tech-credit .credit-label[data-v-cfdd7c26]{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:#ffffff80}.footer-section .footer-bottom .bottom-right .design-credit .credit-value[data-v-cfdd7c26],.footer-section .footer-bottom .bottom-right .tech-credit .credit-value[data-v-cfdd7c26]{font-size:13px;font-weight:600;color:#fff}.footer-section .year-display[data-v-cfdd7c26]{position:absolute;bottom:-80px;right:-20px;font-size:320px;font-weight:300;line-height:1;color:#ffffff08;letter-spacing:-.05em;pointer-events:none;z-index:1}@media (max-width: 1200px){.footer-section .footer-grid[data-v-cfdd7c26]{gap:48px}.footer-section .footer-cta[data-v-cfdd7c26]{padding:60px 48px}.footer-section .footer-cta .cta-number[data-v-cfdd7c26]{font-size:100px}.footer-section .footer-cta .cta-title[data-v-cfdd7c26]{font-size:56px}.footer-section .year-display[data-v-cfdd7c26]{font-size:240px;bottom:-60px}}@media (max-width: 1024px){.footer-section[data-v-cfdd7c26]{padding:80px 0 40px}.footer-section .container[data-v-cfdd7c26]{padding:0 40px}.footer-section .footer-grid[data-v-cfdd7c26]{grid-template-columns:1fr;grid-template-rows:auto auto auto;gap:40px;margin-bottom:60px}.footer-section .footer-cta[data-v-cfdd7c26]{grid-column:1/2;grid-row:1/2;padding:48px 40px}.footer-section .footer-cta .cta-title[data-v-cfdd7c26]{font-size:48px}.footer-section .footer-cta .cta-text[data-v-cfdd7c26]{font-size:16px}.footer-section .footer-contact[data-v-cfdd7c26]{grid-column:1/2;grid-row:2/3;gap:24px}.footer-section .footer-social[data-v-cfdd7c26]{grid-column:1/2;grid-row:3/4}.footer-section .footer-bottom[data-v-cfdd7c26]{flex-direction:column;gap:32px}.footer-section .footer-bottom .bottom-right[data-v-cfdd7c26]{gap:40px}.footer-section .year-display[data-v-cfdd7c26]{font-size:180px;bottom:-40px}}@media (max-width: 768px){.footer-section[data-v-cfdd7c26]{padding:60px 0 32px}.footer-section .container[data-v-cfdd7c26]{padding:0 24px}.footer-section .footer-grid[data-v-cfdd7c26]{gap:32px;margin-bottom:48px}.footer-section .footer-cta[data-v-cfdd7c26]{padding:40px 32px}.footer-section .footer-cta[data-v-cfdd7c26]:before{width:80px;height:80px;border-width:3px}.footer-section .footer-cta .cta-number[data-v-cfdd7c26]{font-size:80px;margin-bottom:16px}.footer-section .footer-cta .cta-title[data-v-cfdd7c26]{font-size:40px;margin-bottom:24px}.footer-section .footer-cta .cta-text[data-v-cfdd7c26]{font-size:15px;margin-bottom:32px}.footer-section .footer-cta .cta-button[data-v-cfdd7c26]{padding:20px 36px;font-size:13px}.footer-section .footer-cta .cta-button .arrow[data-v-cfdd7c26]{font-size:28px}.footer-section .footer-contact[data-v-cfdd7c26]{grid-template-columns:1fr;gap:20px}.footer-section .footer-contact .contact-block .block-link[data-v-cfdd7c26],.footer-section .footer-contact .contact-block .block-text[data-v-cfdd7c26]{font-size:14px}.footer-section .footer-social[data-v-cfdd7c26]{grid-template-columns:1fr;gap:12px}.footer-section .footer-social .social-block[data-v-cfdd7c26]{padding:20px}.footer-section .footer-social .social-block .social-icon[data-v-cfdd7c26]{font-size:28px}.footer-section .footer-social .social-block .social-name[data-v-cfdd7c26]{font-size:13px}.footer-section .footer-bottom[data-v-cfdd7c26]{padding-top:40px}.footer-section .footer-bottom .bottom-right[data-v-cfdd7c26]{gap:32px}.footer-section .year-display[data-v-cfdd7c26]{font-size:140px;bottom:-30px;right:-10px}}@media (max-width: 480px){.footer-section .footer-cta[data-v-cfdd7c26]{padding:32px 24px}.footer-section .footer-cta .cta-number[data-v-cfdd7c26]{font-size:64px}.footer-section .footer-cta .cta-title[data-v-cfdd7c26]{font-size:32px}.footer-section .footer-cta .cta-button[data-v-cfdd7c26]{padding:18px 32px;font-size:12px;gap:16px}.footer-section .footer-social .social-block[data-v-cfdd7c26]{padding:16px}.footer-section .footer-bottom .bottom-left .copyright[data-v-cfdd7c26]{font-size:13px}.footer-section .footer-bottom .bottom-left .tagline[data-v-cfdd7c26]{font-size:11px}.footer-section .footer-bottom .bottom-right[data-v-cfdd7c26]{flex-direction:column;gap:20px}.footer-section .footer-bottom .bottom-right .credit-value[data-v-cfdd7c26]{font-size:12px}.footer-section .year-display[data-v-cfdd7c26]{font-size:100px}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#000;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.25;margin-bottom:1rem}h1{font-size:3rem}@media (max-width: 768px){h1{font-size:2.25rem}}h2{font-size:2.25rem}@media (max-width: 768px){h2{font-size:1.875rem}}h3{font-size:1.875rem}@media (max-width: 768px){h3{font-size:1.5rem}}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1.125rem}p{margin-bottom:1rem;color:#6c757d}a{color:#000;text-decoration:none;transition:color .3s ease}a:hover{color:#343a40}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@media (max-width: 768px){.container{padding:0 1rem}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-primary{color:#000}.text-secondary{color:#6c757d}.text-muted{color:#adb5bd}.text-inverse{color:#fff}.bg-white{background-color:#fff}.bg-black{background-color:#000}.bg-gray{background-color:#f8f9fa}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;border:2px solid transparent;border-radius:.25rem;cursor:pointer;transition:all .3s ease;text-decoration:none}.btn:hover{transform:translateY(-2px)}.btn.btn-primary{background-color:#000;color:#fff;border-color:#000}.btn.btn-primary:hover{background-color:#343a40;border-color:#343a40}.btn.btn-secondary{background-color:transparent;color:#000;border-color:#000}.btn.btn-secondary:hover{background-color:#000;color:#fff}.btn.btn-outline{background-color:transparent;color:#000;border-color:#ced4da}.btn.btn-outline:hover{background-color:#f8f9fa}.card{background-color:#fff;border:1px solid #e9ecef;border-radius:.5rem;padding:1.5rem;box-shadow:0 1px 2px #0000000d;transition:all .3s ease}.card:hover{box-shadow:0 4px 6px #00000012,0 2px 4px #0000000f;transform:translateY(-4px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.fade-in{animation:fadeIn .6s ease-out}.slide-in-left{animation:slideInLeft .6s ease-out}.slide-in-right{animation:slideInRight .6s ease-out}@media (max-width: 768px){.hide-mobile{display:none}}@media (min-width: 768px){.hide-desktop{display:none}}.section{min-height:100vh;display:flex;align-items:center;position:relative}.section.section-hero{background-color:#fff}.section.section-about{background-color:#f8f9fa}.section.section-timeline{background-color:#fff;padding:5rem 0}.section.section-skills{background-color:#f8f9fa}.section.section-contact{background-color:#000;color:#fff}.section.section-contact h1,.section.section-contact h2,.section.section-contact h3,.section.section-contact h4,.section.section-contact h5,.section.section-contact h6{color:#fff}.section.section-contact p{color:#dee2e6}.nav-dots{position:fixed;right:1.5rem;top:50%;transform:translateY(-50%);z-index:1000;display:flex;flex-direction:column;gap:.75rem}@media (max-width: 768px){.nav-dots{display:none}}.nav-dots .dot{width:12px;height:12px;border-radius:50%;background-color:#ced4da;cursor:pointer;transition:all .3s ease;position:relative}.nav-dots .dot:after{content:"";position:absolute;top:50%;right:calc(100% + 12px);transform:translateY(-50%);background-color:#000;color:#fff;padding:.25rem .5rem;border-radius:.125rem;font-size:.75rem;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .3s ease}.nav-dots .dot:hover:after{opacity:1}.nav-dots .dot.active{background-color:#000;transform:scale(1.2)}.nav-dots .dot[data-section=home]:after{content:"Home"}.nav-dots .dot[data-section=about]:after{content:"Sobre"}.nav-dots .dot[data-section=projects]:after{content:"Jornada"}.nav-dots .dot[data-section=skills]:after{content:"Habilidades"}.nav-dots .dot[data-section=contact]:after{content:"Contato"}.scroll-progress{position:fixed;top:0;left:0;width:100%;height:2px;background-color:#e9ecef;z-index:1001}.scroll-progress .progress-bar{height:100%;background-color:#000;transition:width .1s ease}.grid{display:grid;gap:1.5rem}.grid.grid-2{grid-template-columns:repeat(2,1fr)}@media (max-width: 768px){.grid.grid-2{grid-template-columns:1fr}}.grid.grid-3{grid-template-columns:repeat(3,1fr)}@media (max-width: 1024px){.grid.grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.grid.grid-3{grid-template-columns:1fr}}.grid.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width: 1280px){.grid.grid-4{grid-template-columns:repeat(3,1fr)}}@media (max-width: 1024px){.grid.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.grid.grid-4{grid-template-columns:1fr}}.flex{display:flex}.flex.flex-col{flex-direction:column}.flex.items-center{align-items:center}.flex.justify-center{justify-content:center}.flex.justify-between{justify-content:space-between}.flex.gap-2{gap:.5rem}.flex.gap-4{gap:1rem}.flex.gap-6{gap:1.5rem}.flex.gap-8{gap:2rem}.mt-0{margin-top:0}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mb-0{margin-bottom:0}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.py-4{padding:1rem 0}.py-6{padding:1.5rem 0}.py-8{padding:2rem 0}.py-12{padding:3rem 0}.py-16{padding:4rem 0}.py-20{padding:5rem 0}.px-4{padding:0 1rem}.px-6{padding:0 1.5rem}.px-8{padding:0 2rem}.form-group{margin-bottom:1rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:#000}.form-input,.form-textarea{width:100%;padding:.75rem;border:1px solid #ced4da;border-radius:.25rem;font-size:1rem;font-family:inherit;background-color:#fff;transition:border-color .3s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:#000}.form-input::placeholder,.form-textarea::placeholder{color:#adb5bd}.form-textarea{resize:vertical;min-height:120px}.blog-hero[data-v-f885bfb9]{background-color:#000;color:#fff;padding:80px 0 60px;position:relative}.blog-hero .container[data-v-f885bfb9]{max-width:1200px;margin:0 auto;padding:0 60px}.blog-hero .back-link[data-v-f885bfb9]{display:inline-flex;align-items:center;gap:12px;color:#fff;text-decoration:none;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:60px;transition:all .2s ease;border:2px solid transparent;padding:8px 16px 8px 8px}.blog-hero .back-link .back-arrow[data-v-f885bfb9]{font-size:24px;transition:transform .2s ease}.blog-hero .back-link[data-v-f885bfb9]:hover{border-color:#ff3b30}.blog-hero .back-link:hover .back-arrow[data-v-f885bfb9]{transform:translate(-4px)}.blog-hero .hero-content[data-v-f885bfb9]{margin-bottom:80px}.blog-hero .hero-content .hero-number[data-v-f885bfb9]{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.3em;color:#ff3b30;margin-bottom:24px}.blog-hero .hero-content .hero-title[data-v-f885bfb9]{font-size:96px;font-weight:700;line-height:.9;text-transform:uppercase;letter-spacing:-.04em;margin:0 0 32px;color:#fff}.blog-hero .hero-content .title-line[data-v-f885bfb9]{width:200px;height:4px;background:#ff3b30;margin-bottom:40px}.blog-hero .hero-content .hero-description[data-v-f885bfb9]{font-size:20px;line-height:1.7;color:#fffc;max-width:680px;margin:0}.blog-hero .categories-grid[data-v-f885bfb9]{display:flex;gap:12px;flex-wrap:wrap}.blog-hero .categories-grid .category-tag[data-v-f885bfb9]{padding:12px 24px;background:transparent;border:2px solid rgba(255,255,255,.3);color:#fff;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;transition:all .2s ease}.blog-hero .categories-grid .category-tag[data-v-f885bfb9]:hover{border-color:#ff3b30;background:#ff3b30;color:#000}.blog-hero .categories-grid .category-tag.active[data-v-f885bfb9]{background:#fff;border-color:#fff;color:#000}@media (max-width: 1024px){.blog-hero[data-v-f885bfb9]{padding:60px 0 48px}.blog-hero .container[data-v-f885bfb9]{padding:0 40px}.blog-hero .hero-content[data-v-f885bfb9]{margin-bottom:60px}.blog-hero .hero-content .hero-title[data-v-f885bfb9]{font-size:72px}.blog-hero .hero-content .hero-description[data-v-f885bfb9]{font-size:18px}}@media (max-width: 768px){.blog-hero[data-v-f885bfb9]{padding:48px 0 40px}.blog-hero .container[data-v-f885bfb9]{padding:0 24px}.blog-hero .back-link[data-v-f885bfb9]{margin-bottom:40px;font-size:13px}.blog-hero .hero-content[data-v-f885bfb9]{margin-bottom:48px}.blog-hero .hero-content .hero-title[data-v-f885bfb9]{font-size:56px;margin-bottom:24px}.blog-hero .hero-content .title-line[data-v-f885bfb9]{width:150px;margin-bottom:32px}.blog-hero .hero-content .hero-description[data-v-f885bfb9]{font-size:16px}.blog-hero .categories-grid[data-v-f885bfb9]{gap:8px}.blog-hero .categories-grid .category-tag[data-v-f885bfb9]{padding:10px 20px;font-size:12px}}@media (max-width: 480px){.blog-hero .hero-content .hero-title[data-v-f885bfb9]{font-size:40px}.blog-hero .hero-content .hero-description[data-v-f885bfb9]{font-size:15px}}.blog-posts[data-v-72492dd5]{background-color:#fff;padding:100px 0 120px}.blog-posts .container[data-v-72492dd5]{max-width:1200px;margin:0 auto;padding:0 60px}.blog-posts .posts-grid[data-v-72492dd5]{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}.blog-posts .post-card[data-v-72492dd5]{background:#fff;border:3px solid #000000;padding:40px;display:flex;flex-direction:column;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.blog-posts .post-card[data-v-72492dd5]:before{content:"";position:absolute;top:0;left:0;width:4px;height:0;background:#ff6b00;transition:height .3s cubic-bezier(.4,0,.2,1)}.blog-posts .post-card[data-v-72492dd5]:hover{transform:translateY(-8px);box-shadow:12px 12px #000}.blog-posts .post-card[data-v-72492dd5]:hover:before{height:100%}.blog-posts .post-card:hover .post-number[data-v-72492dd5]{color:#ff6b00}.blog-posts .post-card:hover .post-link .arrow[data-v-72492dd5]{transform:translate(8px)}.blog-posts .post-card.featured[data-v-72492dd5]{grid-column:1/3;grid-template-columns:1fr 1fr;display:grid;gap:40px;padding:60px;background:#000;color:#fff;border-color:#ff3b30;border-width:4px}.blog-posts .post-card.featured[data-v-72492dd5]:before{background:#ff3b30;width:100%;height:4px}.blog-posts .post-card.featured[data-v-72492dd5]:hover:before{width:100%;height:4px}.blog-posts .post-card.featured .post-number[data-v-72492dd5]{grid-column:1/3;color:#ffffff26}.blog-posts .post-card.featured .post-meta[data-v-72492dd5]{grid-column:1/2;color:#ffffffb3}.blog-posts .post-card.featured .post-meta .post-category[data-v-72492dd5]{color:#ff3b30}.blog-posts .post-card.featured .post-title[data-v-72492dd5]{grid-column:1/2;font-size:40px;color:#fff}.blog-posts .post-card.featured .post-excerpt[data-v-72492dd5]{grid-column:2/3;grid-row:3/5;color:#ffffffd9;font-size:18px}.blog-posts .post-card.featured .post-tags[data-v-72492dd5]{grid-column:1/2}.blog-posts .post-card.featured .post-tags .tag[data-v-72492dd5]{border-color:#ffffff4d;color:#fff}.blog-posts .post-card.featured .post-tags .tag[data-v-72492dd5]:hover{background:#ff3b30;border-color:#ff3b30;color:#000}.blog-posts .post-card.featured .post-link[data-v-72492dd5]{grid-column:2/3;color:#fff;border-color:#fff}.blog-posts .post-card.featured .post-link[data-v-72492dd5]:hover{background:#ff3b30;border-color:#ff3b30;color:#000}.blog-posts .post-card.featured .post-link.disabled[data-v-72492dd5]{opacity:.4;cursor:not-allowed;border-color:#ffffff4d;color:#ffffff80;pointer-events:none}.blog-posts .post-card.featured .post-link.disabled[data-v-72492dd5]:hover{background:transparent;border-color:#ffffff4d;color:#ffffff80;transform:none}.blog-posts .post-card.featured .post-link.disabled .arrow[data-v-72492dd5]{opacity:.3}.blog-posts .post-card .post-number[data-v-72492dd5]{font-size:48px;font-weight:300;line-height:1;color:#00000026;margin-bottom:24px;transition:color .3s ease}.blog-posts .post-card .post-meta[data-v-72492dd5]{display:flex;gap:16px;margin-bottom:20px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#6c757d}.blog-posts .post-card .post-meta .post-category[data-v-72492dd5]{color:#ff6b00}.blog-posts .post-card .post-title[data-v-72492dd5]{font-size:28px;font-weight:700;line-height:1.2;letter-spacing:-.02em;color:#000;margin:0 0 20px;text-transform:uppercase}.blog-posts .post-card .post-excerpt[data-v-72492dd5]{font-size:16px;line-height:1.6;color:#495057;margin:0 0 24px;flex:1}.blog-posts .post-card .post-tags[data-v-72492dd5]{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:24px}.blog-posts .post-card .post-tags .tag[data-v-72492dd5]{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:6px 12px;border:2px solid #000000;background:transparent;color:#000;transition:all .2s ease}.blog-posts .post-card .post-tags .tag[data-v-72492dd5]:hover{background:#000;color:#fff}.blog-posts .post-card .post-link[data-v-72492dd5]{display:inline-flex;align-items:center;gap:12px;padding:14px 24px;background:transparent;border:2px solid #000000;color:#000;text-decoration:none;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;transition:all .2s ease;align-self:flex-start}.blog-posts .post-card .post-link .arrow[data-v-72492dd5]{font-size:20px;transition:transform .2s ease}.blog-posts .post-card .post-link[data-v-72492dd5]:hover{background:#000;color:#fff}.blog-posts .post-card .post-link.disabled[data-v-72492dd5]{opacity:.4;cursor:not-allowed;border-color:#0000004d;color:#00000080;pointer-events:none}.blog-posts .post-card .post-link.disabled[data-v-72492dd5]:hover{background:transparent;color:#00000080;transform:none}.blog-posts .post-card .post-link.disabled .arrow[data-v-72492dd5]{opacity:.3}@media (max-width: 1024px){.blog-posts[data-v-72492dd5]{padding:80px 0 100px}.blog-posts .container[data-v-72492dd5]{padding:0 40px}.blog-posts .posts-grid[data-v-72492dd5]{gap:32px}.blog-posts .post-card[data-v-72492dd5]{padding:32px}.blog-posts .post-card.featured[data-v-72492dd5]{padding:48px;gap:32px}.blog-posts .post-card.featured .post-title[data-v-72492dd5]{font-size:32px}.blog-posts .post-card.featured .post-excerpt[data-v-72492dd5]{font-size:16px}.blog-posts .post-card .post-title[data-v-72492dd5]{font-size:24px}}@media (max-width: 768px){.blog-posts[data-v-72492dd5]{padding:60px 0 80px}.blog-posts .container[data-v-72492dd5]{padding:0 24px}.blog-posts .posts-grid[data-v-72492dd5]{grid-template-columns:1fr;gap:24px}.blog-posts .post-card[data-v-72492dd5]{padding:28px}.blog-posts .post-card.featured[data-v-72492dd5]{grid-column:1/2;grid-template-columns:1fr;padding:36px}.blog-posts .post-card.featured .post-number[data-v-72492dd5],.blog-posts .post-card.featured .post-meta[data-v-72492dd5],.blog-posts .post-card.featured .post-title[data-v-72492dd5],.blog-posts .post-card.featured .post-excerpt[data-v-72492dd5],.blog-posts .post-card.featured .post-tags[data-v-72492dd5],.blog-posts .post-card.featured .post-link[data-v-72492dd5]{grid-column:1/2}.blog-posts .post-card.featured .post-title[data-v-72492dd5]{font-size:28px}.blog-posts .post-card.featured .post-excerpt[data-v-72492dd5]{font-size:15px}.blog-posts .post-card .post-number[data-v-72492dd5]{font-size:40px;margin-bottom:20px}.blog-posts .post-card .post-title[data-v-72492dd5]{font-size:22px}.blog-posts .post-card .post-excerpt[data-v-72492dd5]{font-size:15px}}@media (max-width: 480px){.blog-posts .post-card[data-v-72492dd5]{padding:24px}.blog-posts .post-card.featured[data-v-72492dd5]{padding:28px}.blog-posts .post-card.featured .post-title[data-v-72492dd5]{font-size:24px}.blog-posts .post-card .post-title[data-v-72492dd5]{font-size:20px}.blog-posts .post-card .post-excerpt[data-v-72492dd5]{font-size:14px}}.blog-page{background-color:#fff}.article-page[data-v-0d970288]{background-color:#fff;min-height:100vh}.article-header[data-v-0d970288]{background-color:#000;color:#fff;padding:80px 0 100px}.article-header .container[data-v-0d970288]{max-width:900px;margin:0 auto;padding:0 60px}.article-header .back-link[data-v-0d970288]{display:inline-flex;align-items:center;gap:12px;color:#fff;text-decoration:none;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:48px;transition:all .2s ease;border:2px solid transparent;padding:8px 16px 8px 8px}.article-header .back-link .back-arrow[data-v-0d970288]{font-size:24px;transition:transform .2s ease}.article-header .back-link[data-v-0d970288]:hover{border-color:#ff6b00}.article-header .back-link:hover .back-arrow[data-v-0d970288]{transform:translate(-4px)}.article-header .article-meta[data-v-0d970288]{display:flex;gap:20px;margin-bottom:32px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.article-header .article-meta .article-category[data-v-0d970288]{color:#ff6b00}.article-header .article-meta .article-date[data-v-0d970288],.article-header .article-meta .article-read[data-v-0d970288]{color:#fff9}.article-header .article-title[data-v-0d970288]{font-size:56px;font-weight:700;line-height:1.1;letter-spacing:-.03em;margin:0 0 40px;color:#fff;text-transform:uppercase}.article-header .article-tags[data-v-0d970288]{display:flex;gap:12px;flex-wrap:wrap}.article-header .article-tags .tag[data-v-0d970288]{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:8px 16px;border:2px solid rgba(255,255,255,.3);color:#fff;transition:all .2s ease}.article-header .article-tags .tag[data-v-0d970288]:hover{background:#ff6b00;border-color:#ff6b00;color:#000}.article-content[data-v-0d970288]{padding:100px 0}.article-content .container[data-v-0d970288]{max-width:800px;margin:0 auto;padding:0 60px}.article-content .content-wrapper[data-v-0d970288]{font-size:18px;line-height:1.8;color:#212529}.article-content .content-wrapper[data-v-0d970288] h2{font-size:36px;font-weight:700;line-height:1.2;letter-spacing:-.02em;margin:60px 0 24px;color:#000;text-transform:uppercase;border-left:4px solid #FF6B00;padding-left:20px}.article-content .content-wrapper[data-v-0d970288] h3{font-size:28px;font-weight:700;line-height:1.3;margin:48px 0 20px;color:#000}.article-content .content-wrapper[data-v-0d970288] p{margin:0 0 24px}.article-content .content-wrapper[data-v-0d970288] ul,.article-content .content-wrapper[data-v-0d970288] ol{margin:24px 0;padding-left:32px}.article-content .content-wrapper[data-v-0d970288] ul li,.article-content .content-wrapper[data-v-0d970288] ol li{margin-bottom:12px;line-height:1.7}.article-content .content-wrapper[data-v-0d970288] code{background:#f8f9fa;padding:3px 8px;border-radius:4px;font-family:JetBrains Mono,monospace;font-size:16px;color:#ff3b30}.article-content .content-wrapper[data-v-0d970288] pre{background:#000;color:#fff;padding:24px;border-radius:8px;overflow-x:auto;margin:32px 0;border-left:4px solid #FF6B00}.article-content .content-wrapper[data-v-0d970288] pre code{background:transparent;padding:0;color:#fff;font-size:15px}.article-content .content-wrapper[data-v-0d970288] blockquote{border-left:4px solid #007AFF;padding:20px 24px;margin:32px 0;background:#f9fafb;font-style:italic;color:#495057}.article-content .content-wrapper[data-v-0d970288] img{width:100%;height:auto;margin:40px 0;border:3px solid #000000}.article-content .content-wrapper[data-v-0d970288] a{color:#ff6b00;text-decoration:none;font-weight:600;border-bottom:2px solid transparent;transition:border-color .2s ease}.article-content .content-wrapper[data-v-0d970288] a:hover{border-bottom-color:#ff6b00}.article-content .content-wrapper[data-v-0d970288] strong{font-weight:700;color:#000}.article-footer[data-v-0d970288]{background:#f9fafb;padding:80px 0}.article-footer .container[data-v-0d970288]{max-width:1000px;margin:0 auto;padding:0 60px}.article-footer .article-nav[data-v-0d970288]{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-bottom:60px}.article-footer .article-nav .nav-link[data-v-0d970288]{display:flex;flex-direction:column;gap:12px;padding:32px;background:#fff;border:3px solid #000000;text-decoration:none;transition:all .3s ease}.article-footer .article-nav .nav-link[data-v-0d970288]:hover{transform:translateY(-4px);box-shadow:8px 8px #000}.article-footer .article-nav .nav-link.next[data-v-0d970288]{text-align:right}.article-footer .article-nav .nav-link .nav-label[data-v-0d970288]{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#ff6b00}.article-footer .article-nav .nav-link .nav-title[data-v-0d970288]{font-size:20px;font-weight:700;line-height:1.3;color:#000;text-transform:uppercase}.article-footer .back-to-blog[data-v-0d970288]{display:inline-flex;align-items:center;gap:12px;padding:16px 32px;background:#000;color:#fff;text-decoration:none;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;border:3px solid #000000;transition:all .2s ease}.article-footer .back-to-blog[data-v-0d970288]:hover{background:#fff;color:#000}@media (max-width: 768px){.article-header[data-v-0d970288]{padding:60px 0 80px}.article-header .container[data-v-0d970288]{padding:0 24px}.article-header .back-link[data-v-0d970288]{margin-bottom:32px;font-size:13px}.article-header .article-meta[data-v-0d970288]{gap:16px;margin-bottom:24px;font-size:11px}.article-header .article-title[data-v-0d970288]{font-size:36px;margin-bottom:32px}.article-content[data-v-0d970288]{padding:60px 0}.article-content .container[data-v-0d970288]{padding:0 24px}.article-content .content-wrapper[data-v-0d970288]{font-size:16px}.article-content .content-wrapper[data-v-0d970288] h2{font-size:28px;margin:48px 0 20px}.article-content .content-wrapper[data-v-0d970288] h3{font-size:22px;margin:36px 0 16px}.article-footer[data-v-0d970288]{padding:60px 0}.article-footer .container[data-v-0d970288]{padding:0 24px}.article-footer .article-nav[data-v-0d970288]{grid-template-columns:1fr;gap:20px;margin-bottom:40px}.article-footer .article-nav .nav-link[data-v-0d970288]{padding:24px}.article-footer .article-nav .nav-link .nav-title[data-v-0d970288]{font-size:18px}}
