:root{--red: #E8472A;--red-dark: #c03519;--red-light: #fdf1ee;--red-mid: #f07358;--black: #111110;--black-soft: #191917;--gray: #5a5a57;--gray-2: #7a7a75;--gray-light: #f5f4f1;--white: #ffffff;--border: rgba(0, 0, 0, .08);--border-dark: rgba(255, 255, 255, .1);--shadow-soft: 0 18px 55px rgba(17, 17, 16, .08);--font-head: "Syne", sans-serif;--font-body: "DM Sans", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--white);color:var(--black);line-height:1.6;overflow-x:hidden}a{color:inherit}img{max-width:100%;display:block}button,input,textarea{font:inherit}.container{width:min(1180px,calc(100% - 3rem));margin:0 auto}section{padding:5rem 0}.section-soft{background:var(--gray-light)}.section-label{font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--red);margin-bottom:.75rem}h1,h2,h3{font-family:var(--font-head);letter-spacing:-.035em;color:var(--black)}h1{font-weight:800;font-size:clamp(2.7rem,5vw,4.65rem);line-height:1.04;margin-bottom:1.5rem}h2{font-weight:800;font-size:clamp(1.8rem,3vw,2.75rem);line-height:1.08;margin-bottom:3rem}h1 em,h2 em{font-style:normal;color:var(--red)}p{color:var(--gray)}.site-nav{position:fixed;inset:0 0 auto;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1rem 3rem;background:#ffffffeb;backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.nav-logo{font-family:var(--font-head);font-weight:800;font-size:1.1rem;letter-spacing:-.02em;color:var(--black);text-decoration:none}.nav-logo span{color:var(--red)}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{font-size:.85rem;font-weight:600;color:var(--gray);text-decoration:none;letter-spacing:.04em;text-transform:uppercase;transition:color .2s}.nav-links a:hover{color:var(--red)}.menu-toggle{display:none;width:42px;height:42px;border:1px solid var(--border);background:var(--white);border-radius:10px;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}.menu-toggle span{width:18px;height:2px;background:var(--black);border-radius:99px;transition:transform .2s,opacity .2s}.menu-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-toggle.open span:nth-child(2){opacity:0}.menu-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{display:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.55rem;border-radius:.55rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;cursor:pointer;border:0}.btn-primary{background:var(--red);color:#fff;box-shadow:0 12px 24px #e8472a2e}.btn-primary:hover{background:var(--red-dark);transform:translateY(-2px)}.btn-outline{background:transparent;color:var(--black);border:1.5px solid var(--border)}.btn-outline:hover{border-color:var(--red);color:var(--red);transform:translateY(-2px)}.btn-outline.light{color:#fff;border-color:#ffffff47}.btn-outline.light:hover{color:#fff;border-color:#ffffffbf}.btn-ghost{color:var(--gray);background:transparent}.btn-ghost:hover{color:var(--red)}.hero-section{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:6rem 3rem 3rem;gap:4rem;position:relative;overflow:hidden}.hero-bg-shape{position:absolute;top:-10%;right:-5%;width:55vw;height:90vh;background:var(--red-light);border-radius:0 0 0 60%/0 0 40% 60%;z-index:0}.hero-content{position:relative;z-index:1}.hero-tag{display:inline-flex;align-items:center;gap:.5rem;background:var(--red-light);color:var(--red);font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:.35rem .9rem;border-radius:2rem;margin-bottom:1.5rem}.hero-tag:before{content:"";width:6px;height:6px;background:var(--red);border-radius:50%;display:inline-block}.hero-desc{font-size:1.05rem;color:var(--gray);max-width:500px;margin-bottom:2.5rem;line-height:1.75;font-weight:300}.hero-ctas{display:flex;gap:1rem;flex-wrap:wrap}.hero-stats{display:flex;gap:2rem;margin-top:2.5rem}.stat-num{font-family:var(--font-head);font-size:1.8rem;font-weight:800;color:var(--red);line-height:1}.stat-label{font-size:.78rem;color:var(--gray);text-transform:uppercase;letter-spacing:.06em;margin-top:.2rem}.hero-image-wrap{position:relative;z-index:1;display:flex;justify-content:center;align-items:center}.hero-photo-frame{width:340px;height:420px;position:relative}.hero-photo-frame:before{content:"";position:absolute;inset:0;border:2px solid var(--red);border-radius:2px;transform:translate(14px,14px);z-index:0}.initials-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--red) 0%,#c03519 100%);border-radius:2px;display:flex;align-items:center;justify-content:center;font-family:var(--font-head);font-size:5rem;font-weight:800;color:#ffffff52;letter-spacing:-.04em;position:relative;z-index:1}.floating-card{position:absolute;z-index:2;width:220px;background:#ffffffeb;border:1px solid var(--border);box-shadow:var(--shadow-soft);border-radius:14px;padding:1rem}.floating-card strong{display:block;font-family:var(--font-head);color:var(--black);margin-bottom:.15rem}.floating-card span{display:block;font-size:.82rem;color:var(--gray)}.floating-card-one{left:0;bottom:56px}.floating-card-two{right:0;top:44px}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.about-text p{color:var(--gray);line-height:1.85;margin-bottom:1.25rem;font-weight:300;font-size:1.02rem}.info-badges{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1.5rem}.info-badge{font-size:.78rem;font-weight:600;background:#fff;border:1px solid var(--border);color:var(--gray);padding:.45rem .8rem;border-radius:2rem;display:inline-flex;align-items:center;gap:.4rem}.info-badge:before{content:"✓";color:var(--red);font-size:.75rem}.about-card{background:#fff;border:1px solid var(--border);border-radius:18px;padding:2rem;box-shadow:var(--shadow-soft)}.profile-list{display:flex;flex-direction:column;gap:1.2rem}.profile-item{display:grid;grid-template-columns:48px 1fr;gap:1rem;align-items:start}.profile-item>span{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;background:var(--red-light);color:var(--red);font-weight:700;font-size:.82rem}.profile-item strong{display:block;color:var(--black);font-weight:700;margin-bottom:.2rem}.profile-item p{font-size:.92rem;line-height:1.65}.skills-section{background:#fff}.skills-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:5rem;align-items:start}.skills-grid{display:flex;flex-direction:column;gap:1rem}.skill-bar-header{display:flex;justify-content:space-between;margin-bottom:.4rem;font-size:.86rem}.skill-bar-header span:first-child{font-weight:600;color:var(--black)}.skill-bar-header span:last-child{color:var(--gray)}.skill-bar-track{height:6px;background:#00000014;border-radius:99px;overflow:hidden}.skill-bar-fill{height:100%;background:var(--red);border-radius:99px;transform-origin:left;animation:growBar 1.2s ease forwards}@keyframes growBar{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.experience-section{background:#fff}.timeline{display:flex;flex-direction:column;gap:0;position:relative;max-width:980px}.timeline:before{content:"";position:absolute;left:11px;top:0;bottom:0;width:2px;background:var(--red-light)}.timeline-item{display:grid;grid-template-columns:24px 1fr;gap:1.5rem;padding-bottom:3rem}.timeline-dot{width:24px;height:24px;background:var(--red);border:3px solid #fff;border-radius:50%;position:relative;z-index:1;box-shadow:0 0 0 2px var(--red);margin-top:2px}.timeline-content{background:#fff;border:1px solid var(--border);border-radius:14px;padding:1.5rem;transition:box-shadow .2s,transform .2s}.timeline-content:hover{box-shadow:0 8px 32px #e8472a14;transform:translateY(-2px)}.timeline-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.5rem}.timeline-company{font-family:var(--font-head);font-weight:700;font-size:1.05rem;color:var(--black)}.timeline-period{font-size:.78rem;color:var(--white);background:var(--red);padding:.2rem .7rem;border-radius:2rem;white-space:nowrap;font-weight:600}.timeline-role{font-size:.85rem;color:var(--red);font-weight:700;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}.timeline-desc{font-size:.92rem;line-height:1.7;font-weight:300}.timeline-tags,.project-tags,.sidebar-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.tag{font-size:.75rem;font-weight:600;background:var(--red-light);color:var(--red);padding:.25rem .65rem;border-radius:.35rem}.projects-section{background:var(--gray-light)}.section-heading-row{display:flex;justify-content:space-between;gap:2rem;align-items:end;margin-bottom:2.5rem}.section-heading-row h2{margin-bottom:0}.section-heading-row p{max-width:420px;font-weight:300}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.project-card{background:#fff;border:1px solid var(--border);border-radius:16px;overflow:hidden;transition:transform .25s,box-shadow .25s;display:flex;flex-direction:column}.project-card:hover{transform:translateY(-6px);box-shadow:0 16px 48px #e8472a1a}.project-thumb{height:190px;display:flex;align-items:center;justify-content:center;font-size:3rem;position:relative;overflow:hidden;text-decoration:none}.project-thumb:after{content:"";position:absolute;inset:0;background:#0000002e}.project-thumb.odoo,.project-big-icon.odoo{background:linear-gradient(135deg,#7b2d8b,#4a148c)}.project-thumb.django,.project-big-icon.django{background:linear-gradient(135deg,#0d6e3a,#064d28)}.project-thumb.php,.project-big-icon.php{background:linear-gradient(135deg,#6e4c7b,#3b1f4a)}.project-thumb.wp,.project-big-icon.wp{background:linear-gradient(135deg,#1e6a9e,#0d3d5e)}.project-thumb.react,.project-big-icon.react{background:linear-gradient(135deg,#1f5db5,#0d3278)}.project-tech-badge{position:absolute;top:1rem;right:1rem;z-index:1;background:#ffffff26;backdrop-filter:blur(6px);color:#fff;font-size:.72rem;font-weight:700;padding:.25rem .7rem;border-radius:2rem;letter-spacing:.06em;text-transform:uppercase}.project-icon{position:relative;z-index:1;font-size:3.3rem}.project-body{padding:1.5rem;flex:1;display:flex;flex-direction:column}.project-meta-row{display:flex;justify-content:space-between;gap:1rem;color:var(--gray-2);font-size:.78rem;margin-bottom:.65rem;text-transform:uppercase;letter-spacing:.06em;font-weight:600}.project-name{font-weight:800;font-size:1.12rem;margin-bottom:.5rem}.project-name a{text-decoration:none}.project-name a:hover{color:var(--red)}.project-desc{font-size:.9rem;line-height:1.7;font-weight:300;flex:1}.project-footer{margin-top:1.25rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}.project-link{font-size:.82rem;font-weight:700;color:var(--red);text-decoration:none;display:flex;align-items:center;gap:.25rem;white-space:nowrap}.project-link:hover{text-decoration:underline}.project-link svg{width:12px;height:12px}.education-section{background:#fff}.edu-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem}.edu-card{background:#fff;border:1px solid var(--border);border-radius:14px;padding:1.5rem;display:flex;gap:1rem;align-items:flex-start;transition:box-shadow .2s,transform .2s}.edu-card:hover{box-shadow:0 6px 24px #e8472a12;transform:translateY(-2px)}.edu-icon{width:44px;height:44px;flex-shrink:0;background:var(--red-light);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.3rem}.edu-title{font-family:var(--font-body);font-weight:700;font-size:.95rem;color:var(--black);margin-bottom:.25rem;line-height:1.4;letter-spacing:0}.edu-where{font-size:.82rem;color:var(--red);font-weight:700}.edu-year{font-size:.78rem;color:var(--gray);margin-top:.25rem}.languages-block{margin-top:4rem}.langs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem}.lang-card{background:#fff;border:1px solid var(--border);border-radius:14px;padding:1.35rem;text-align:center}.lang-name{font-family:var(--font-head);font-weight:800;font-size:1rem;color:var(--black);margin-bottom:.4rem}.lang-level{font-size:.78rem;color:var(--red);font-weight:700;text-transform:uppercase;letter-spacing:.06em}.lang-flag{font-size:1.8rem;margin-bottom:.5rem}.contact-section{background:var(--black)}.contact-section .section-label{color:var(--red-mid)}.contact-section h2{color:#fff}.contact-section h2 em{color:var(--red-mid)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.contact-left p{color:#ffffff94;line-height:1.8;font-size:1rem;font-weight:300;margin-bottom:2rem}.contact-items{display:flex;flex-direction:column;gap:1.25rem}.contact-item{display:flex;align-items:center;gap:1rem}.contact-item-icon{width:44px;height:44px;flex-shrink:0;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.1rem}.contact-item-text{font-size:.9rem;color:#ffffffb8}.contact-item-text a{color:#ffffffb8;text-decoration:none;transition:color .2s}.contact-item-text a:hover{color:var(--red-mid)}.contact-item-label{font-size:.72rem;color:#ffffff57;text-transform:uppercase;letter-spacing:.08em}.contact-form-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:2rem}.contact-form-title{font-family:var(--font-head);font-size:1.05rem;font-weight:800;color:#ffffffc7;margin-bottom:1.5rem;letter-spacing:-.01em}.contact-form{display:flex;flex-direction:column;gap:1rem}.contact-form label{display:flex;flex-direction:column;gap:.35rem}.contact-form span{color:#ffffff73;font-size:.76rem;letter-spacing:.06em;text-transform:uppercase}.contact-form input,.contact-form textarea{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:9px;padding:.8rem 1rem;color:#fff;outline:none;transition:border-color .2s,background .2s}.contact-form input:focus,.contact-form textarea:focus{border-color:#e8472ab3;background:#ffffff14}.contact-form textarea{resize:vertical}.site-footer{background:#0b0b0a;text-align:center;padding:2rem 3rem;font-size:.82rem;color:#ffffff4d}.site-footer a{color:var(--red-mid);text-decoration:none}.project-hero{min-height:78vh;display:flex;align-items:center;padding:8rem 0 4rem;position:relative;overflow:hidden;background:var(--black)}.project-hero-bg{position:absolute;inset:0;opacity:.22;background:radial-gradient(circle at 80% 20%,var(--red) 0,transparent 28%),radial-gradient(circle at 15% 80%,#fff 0,transparent 18%)}.project-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.25fr .75fr;gap:4rem;align-items:center}.back-link{color:#ffffffb8;text-decoration:none;font-size:.9rem;display:inline-flex;margin-bottom:1.5rem}.back-link:hover{color:var(--red-mid)}.project-hero h1{color:#fff}.project-hero p{max-width:660px;color:#ffffffad;font-size:1.08rem;line-height:1.8;font-weight:300;margin-bottom:2rem}.project-tag{background:#ffffff14;color:var(--red-mid)}.project-actions{display:flex;gap:1rem;flex-wrap:wrap}.project-hero-card{background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:20px;padding:1.5rem;backdrop-filter:blur(10px)}.project-big-icon{min-height:260px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:5rem;margin-bottom:1rem}.project-card-lines{display:flex;flex-direction:column;gap:.75rem}.project-card-lines div{display:flex;justify-content:space-between;gap:1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.09)}.project-card-lines span{color:#ffffff6b;font-size:.82rem}.project-card-lines strong{color:#fff;font-size:.9rem;text-align:right}.project-detail-section{background:#fff}.project-detail-grid{display:grid;grid-template-columns:340px 1fr;gap:4rem;align-items:start}.project-sidebar{position:sticky;top:6rem;display:flex;flex-direction:column;gap:1.25rem}.sidebar-card,.content-block{background:#fff;border:1px solid var(--border);border-radius:16px;padding:1.6rem;box-shadow:0 10px 32px #1111100a}.sidebar-card h2{font-family:var(--font-body);font-size:.95rem;letter-spacing:0;margin-bottom:1rem}.sidebar-tags{margin-top:0}.project-main-content{display:flex;flex-direction:column;gap:1.4rem}.content-block h2{margin-bottom:1rem;font-size:clamp(1.5rem,2.2vw,2.1rem)}.content-block p{line-height:1.85;font-weight:300}.check-list{list-style:none;display:grid;gap:.8rem}.check-list li{color:var(--gray);line-height:1.65;display:grid;grid-template-columns:24px 1fr;gap:.5rem}.check-list li:before{content:"✓";width:24px;height:24px;background:var(--red-light);color:var(--red);display:inline-flex;align-items:center;justify-content:center;border-radius:7px;font-size:.75rem;font-weight:800;margin-top:.1rem}.check-list.compact{gap:.65rem}.check-list.compact li{font-size:.9rem}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.8rem}.feature-card{border:1px solid var(--border);border-radius:12px;padding:1rem;background:var(--gray-light)}.feature-card span{color:var(--red);font-weight:800;display:inline-block;margin-bottom:.35rem}.feature-card strong{display:block;font-size:.92rem;color:var(--black)}.project-cta-section{background:var(--gray-light)}.project-cta{background:#fff;border:1px solid var(--border);border-radius:20px;padding:2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.project-cta h2{margin-bottom:.8rem}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:translateY(0)}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.16s}.delay-3{transition-delay:.22s}.delay-4{transition-delay:.28s}@media(max-width:980px){.hero-section,.about-grid,.skills-layout,.contact-grid,.project-hero-grid,.project-detail-grid{grid-template-columns:1fr}.project-sidebar{position:static}.section-heading-row,.project-cta{align-items:flex-start;flex-direction:column}}@media(max-width:768px){.container{width:min(100% - 2rem,1180px)}section{padding:3.5rem 0}.site-nav{padding:1rem 1.25rem}.nav-links{display:none}.menu-toggle{display:inline-flex}.mobile-menu{display:flex;position:absolute;left:1rem;right:1rem;top:calc(100% + .6rem);background:#fffffffa;border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow-soft);padding:1rem;flex-direction:column;gap:.2rem;opacity:0;pointer-events:none;transform:translateY(-10px);transition:all .2s}.mobile-menu.open{opacity:1;pointer-events:auto;transform:translateY(0)}.mobile-menu a{text-decoration:none;color:var(--black);padding:.75rem;border-radius:10px;font-weight:700}.mobile-menu a:hover{background:var(--red-light);color:var(--red)}.hero-section{min-height:auto;padding:6rem 1rem 3.5rem;text-align:center}.hero-bg-shape{width:100%;top:auto;bottom:0;height:50vh;right:0;border-radius:60% 60% 0 0}.hero-desc{margin:0 auto 2rem}.hero-ctas,.hero-stats{justify-content:center}.hero-image-wrap{display:none}.timeline-item{grid-template-columns:18px 1fr;gap:1rem}.timeline:before{left:8px}.timeline-dot{width:18px;height:18px}.timeline-header,.project-footer{flex-direction:column;align-items:flex-start}.contact-form-card,.about-card,.sidebar-card,.content-block{padding:1.25rem}.project-hero{min-height:auto;padding:7rem 0 3rem}.project-big-icon{min-height:190px}.site-footer{padding:1.5rem 1rem}}.contact-form select{width:100%;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:.8rem 1rem;color:#fff;font-family:var(--font-body);font-size:.92rem;outline:none}.contact-form select option{background:var(--black);color:#fff}.hp-field{position:absolute!important;left:-9999px!important;opacity:0!important;width:1px!important;height:1px!important;pointer-events:none!important}.form-note{margin-top:-.3rem;font-size:.76rem;color:#ffffff61;line-height:1.5}.status-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding-top:7rem;background:var(--gray-light)}.status-card{width:min(680px,100%);background:#fff;border:1px solid var(--border);border-radius:18px;padding:3rem;text-align:center;box-shadow:0 18px 60px #0000000f}.status-card h1{font-family:var(--font-head);font-weight:800;font-size:clamp(2.2rem,5vw,3.4rem);line-height:1.05;letter-spacing:-.04em;margin-bottom:1rem}.status-card p{max-width:520px;margin:0 auto 2rem;color:var(--gray);line-height:1.8}.status-icon{width:58px;height:58px;margin:0 auto 1.2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--red);color:#fff;font-family:var(--font-head);font-size:1.8rem;font-weight:800}.status-icon-error{background:var(--black)}.status-actions{justify-content:center}@media(max-width:768px){.status-card{padding:2rem 1.25rem}}.project-preview{min-height:280px;border-radius:16px;overflow:hidden;position:relative;margin-bottom:1rem;background:linear-gradient(135deg,#e8472ae6,#111110e6)}.project-preview img{width:100%;height:280px;object-fit:cover;display:block}.project-preview-placeholder{width:100%;min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;color:#fff;text-align:center;padding:2rem}.project-preview-placeholder span{font-size:4.5rem;line-height:1}.project-preview-placeholder strong{font-family:var(--font-head);font-size:1.4rem;letter-spacing:-.03em}.project-facts{display:grid;gap:.9rem;margin-bottom:1.4rem}.project-facts div{display:grid;gap:.2rem;padding-bottom:.8rem;border-bottom:1px solid var(--border)}.project-facts dt{color:var(--gray);font-size:.74rem;letter-spacing:.08em;text-transform:uppercase}.project-facts dd{color:var(--black);font-weight:700;font-size:.92rem}.full-btn{width:100%;justify-content:center}.two-block-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.4rem}.objective-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.objective-card span{color:#e8472a73;font-family:var(--font-head);font-size:1rem}.process-list{display:grid;gap:.9rem}.process-item{display:grid;grid-template-columns:56px 1fr;gap:1rem;align-items:start;padding:1rem;background:var(--gray-light);border:1px solid var(--border);border-radius:14px}.process-num{width:44px;height:44px;border-radius:12px;background:var(--red);color:#fff;font-family:var(--font-head);font-weight:800;display:flex;align-items:center;justify-content:center}.process-item p{margin:0;color:var(--gray)}.columns-list{grid-template-columns:1fr 1fr}.result-list li{color:var(--black);font-weight:500}.project-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.gallery-card{border:1px solid var(--border);border-radius:16px;overflow:hidden;background:#fff}.gallery-thumb{height:160px;display:flex;align-items:center;justify-content:center;font-size:3rem;color:#fff;background:var(--red);position:relative;overflow:hidden}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.gallery-thumb.odoo,.project-preview.odoo{background:linear-gradient(135deg,#7b2d8b,#4a148c)}.gallery-thumb.django,.project-preview.django{background:linear-gradient(135deg,#0d6e3a,#064d28)}.gallery-thumb.php,.project-preview.php{background:linear-gradient(135deg,#6e4c7b,#3b1f4a)}.gallery-thumb.wp,.project-preview.wp{background:linear-gradient(135deg,#1e6a9e,#0d3d5e)}.gallery-thumb.react,.project-preview.react{background:linear-gradient(135deg,#1f5db5,#0d3278)}.gallery-content{padding:1rem}.gallery-content small{color:var(--red);font-family:var(--font-head);font-weight:800}.gallery-content strong{display:block;margin:.25rem 0 .35rem;color:var(--black)}.gallery-content p{margin:0;font-size:.9rem;color:var(--gray);line-height:1.55}.projects-list-hero{padding:8rem 0 4rem;background:#fff}.projects-list-hero h1{font-family:var(--font-head);font-size:clamp(2.5rem,5vw,4.4rem);line-height:1;letter-spacing:-.04em;margin-bottom:1rem}.projects-list-hero h1 em{color:var(--red);font-style:normal}.projects-list-hero p{max-width:760px;color:var(--gray);line-height:1.8;font-size:1.08rem}.back-link.dark{color:var(--gray)}.back-link.dark:hover{color:var(--red)}.projects-list-section{padding-top:4rem}.contact-form select{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:9px;padding:.8rem 1rem;color:#fff;outline:none}.contact-form option{color:var(--black)}@media(max-width:980px){.two-block-grid,.columns-list{grid-template-columns:1fr}.project-preview,.project-preview img,.project-preview-placeholder{min-height:220px;height:220px}}@media(max-width:640px){.process-item{grid-template-columns:1fr}.project-actions,.project-cta .hero-ctas{width:100%}.project-actions .btn,.project-cta .btn{width:100%;justify-content:center}}.hero-photo-img{width:100%;height:100%;object-fit:cover;border-radius:2px;position:relative;z-index:1;display:block}
