@import "https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Outfit:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;700&display=swap";:root{--brand-pink:#ea1b88;--brand-orange:#f59e0b;--page-bg:#f8fafc;--surface-nav:#ffffffd9;--surface-card:#fff;--surface-soft:#f8fafc;--stroke-soft:#94a3b84d;--title-color:#111827;--text-color:#475569;--shadow-soft:0 18px 40px #0f172a14;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:400;line-height:1.5}html.dark{--page-bg:#070b14;--surface-nav:#090c18d9;--surface-card:#0f172a;--surface-soft:#111c33;--stroke-soft:#94a3b842;--title-color:#e2e8f0;--text-color:#94a3b8;--shadow-soft:0 20px 45px #02061773}*{box-sizing:border-box}body{min-height:100vh;color:var(--text-color);background:radial-gradient(circle at 15% -10%, #ea1b8829, transparent 42%), radial-gradient(circle at 90% 10%, #f59e0b24, transparent 44%), var(--page-bg);margin:0;transition:background-color .22s,color .22s}#root{min-height:100vh}:root{--uni-red:#e8002d;--uni-red-glow:#e8002d59;--uni-red-soft:#e8002d1f;--orange:#ff6b35;--orange-glow:#ff6b354d;--amber:#fbbf24;--bg:#080810;--bg-2:#0e0e1a;--bg-card:#ffffff08;--bg-card-hover:#ffffff0f;--surface-glass:#ffffff0a;--stroke:#ffffff14;--stroke-hover:#e8002d66;--text:#a8a8c0;--text-bright:#e8e8f5;--white:#f5f5ff;--font-display:"Bebas Neue", sans-serif;--font-body:"Outfit", sans-serif;--font-mono:"JetBrains Mono", monospace;--shadow-red:0 0 60px #e8002d26;--shadow-card:0 4px 24px #0006;--radius:20px;--radius-sm:12px}.light{--bg:#f0f0f8;--bg-2:#e8e8f2;--bg-card:#00000008;--bg-card-hover:#0000000f;--surface-glass:#ffffffb3;--stroke:#00000014;--stroke-hover:#e8002d66;--text:#5a5a78;--text-bright:#1a1a2e;--white:#1a1a2e}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text-bright);font-family:var(--font-body);line-height:1.6;overflow-x:hidden}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--uni-red);border-radius:4px}.vf-site{isolation:isolate;width:100%;max-width:none;position:relative;overflow:hidden}.vf-bg-grid{z-index:-3;pointer-events:none;background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-size:60px 60px;position:fixed;inset:0}.vf-bg-noise{z-index:-2;opacity:.03;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");position:fixed;inset:0}.vf-orb{z-index:-1;pointer-events:none;border-radius:50%;transition:opacity .6s;position:fixed}.vf-orb-a{background:radial-gradient(circle,#e8002d2e 0%,#0000 70%);width:600px;height:600px;animation:12s ease-in-out infinite orb-drift-a;top:-150px;left:-200px}.vf-orb-b{background:radial-gradient(circle,#ff6b3524 0%,#0000 70%);width:700px;height:700px;animation:15s ease-in-out infinite orb-drift-b;top:30vh;right:-250px}.vf-orb-c{background:radial-gradient(circle,#e8002d1a 0%,#0000 70%);width:400px;height:400px;animation:18s ease-in-out infinite reverse orb-drift-a;bottom:10%;left:40%}@keyframes orb-drift-a{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,20px)scale(1.05)}66%{transform:translate(-20px,30px)scale(.97)}}@keyframes orb-drift-b{0%,to{transform:translate(0)scale(1)}50%{transform:translate(-40px,-30px)scale(1.08)}}.vf-nav{border:1px solid var(--stroke);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:100;background:#080810bf;border-radius:999px;justify-content:space-between;align-items:center;gap:18px;margin:16px clamp(16px,5vw,72px);padding:14px 20px;transition:border-color .3s;display:flex;position:sticky;top:16px}.light .vf-nav{background:#f0f0f8d9}.vf-nav:hover{border-color:var(--stroke-hover)}.vf-brand{align-items:center;text-decoration:none;display:inline-flex}.vf-brand-logo{object-fit:contain;width:auto;height:72px}.vf-nav-links{align-items:center;gap:4px;display:inline-flex}.vf-nav-links a{color:var(--text);font-size:1.2rem;font-weight:600;font-family:var(--font-body);border-radius:999px;padding:8px 16px;text-decoration:none;transition:all .2s}.vf-nav-links a:hover{color:#ff6b8a;background:var(--uni-red-soft)}.vf-nav-actions{align-items:center;gap:10px;display:inline-flex}.vf-theme-btn{border:1px solid var(--stroke);width:38px;height:38px;color:var(--text-bright);cursor:pointer;background:0 0;border-radius:50%;place-items:center;transition:all .2s;display:grid}.vf-theme-btn:hover{border-color:var(--uni-red);color:var(--uni-red);background:var(--uni-red-soft)}.vf-btn{cursor:pointer;font-size:.9rem;font-weight:700;font-family:var(--font-body);letter-spacing:.02em;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:12px 22px;text-decoration:none;transition:all .2s;display:inline-flex;position:relative;overflow:hidden}.vf-btn:before{content:"";opacity:0;background:#ffffff1f;transition:opacity .2s;position:absolute;inset:0}.vf-btn:hover:before{opacity:1}.vf-btn-solid{color:#fff;background:linear-gradient(135deg, var(--uni-red), var(--orange));border:0;box-shadow:0 8px 28px #e8002d59}.vf-btn-solid:hover{transform:translateY(-2px);box-shadow:0 14px 36px #e8002d80}.vf-btn-outline{color:var(--white);border:1px solid var(--stroke);background:0 0}.vf-btn-outline:hover{border-color:var(--uni-red);background:var(--uni-red-soft)}.vf-hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:90vh;padding:40px clamp(16px,5vw,72px) 60px;display:flex;position:relative}.vf-hero-eyebrow{color:#ff6b8a;letter-spacing:.08em;text-transform:uppercase;font-size:.8rem;font-weight:700;font-family:var(--font-mono);background:#e8002d14;border:1px solid #e8002d4d;border-radius:999px;align-items:center;gap:8px;margin-bottom:28px;padding:7px 16px;display:inline-flex}.vf-hero-eyebrow-dot{background:var(--uni-red);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1);box-shadow:0 0 #e8002d99}50%{opacity:.8;transform:scale(1.3);box-shadow:0 0 0 6px #e8002d00}}.vf-hero-title{font-family:var(--font-display);color:var(--white);letter-spacing:.01em;margin-bottom:8px;font-size:clamp(4rem,12vw,9rem);line-height:.9;position:relative}.vf-hero-title-line{display:block}.vf-uni-word{color:#0000;-webkit-text-stroke:2px var(--uni-red);display:inline-block;position:relative}.vf-uni-word:after{content:attr(data-text);color:var(--uni-red);-webkit-text-stroke:0;clip-path:inset(0 100% 0 0);filter:drop-shadow(0 0 20px #e8002d99);animation:2s cubic-bezier(.77,0,.175,1) .8s forwards uni-reveal;position:absolute;inset:0}@keyframes uni-reveal{to{clip-path:inset(0 0% 0 0)}}.vf-uni-word-static{color:var(--uni-red);text-shadow:0 0 30px #e8002d80,0 0 60px #e8002d33}.vf-hero-subtitle{color:var(--text);max-width:58ch;min-height:5.1em;margin:20px auto 0;font-size:clamp(1rem,2.2vw,1.25rem);line-height:1.7}@media (width<=768px){.vf-hero-subtitle{min-height:6.8em}}.vf-hero-subtitle strong{color:var(--text-bright);font-weight:700}.vf-hero-actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:36px;display:flex}.vf-typed-word{color:var(--uni-red);border-right:2px solid var(--uni-red);animation:.8s step-end infinite blink-caret}@keyframes blink-caret{50%{border-color:#0000}}.vf-stats-bar{margin-top:-1px;padding:0 clamp(16px,5vw,72px)}.vf-stats-bar-inner{border:1px solid var(--stroke);border-radius:var(--radius);background:var(--bg-card);grid-template-columns:repeat(4,1fr);display:grid;overflow:hidden}.vf-stat-item{border-right:1px solid var(--stroke);text-align:center;flex-direction:column;align-items:center;gap:4px;padding:28px 24px;transition:background .3s;display:flex;position:relative;overflow:hidden}.vf-stat-item:before{content:"";background:linear-gradient(90deg, var(--uni-red), var(--orange));height:2px;transition:transform .3s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.vf-stat-item:hover:before{transform:scaleX(1)}.vf-stat-item:hover{background:var(--bg-card-hover)}.vf-stat-item:last-child{border-right:0}.vf-stat-num{font-family:var(--font-display);color:var(--white);font-size:2.5rem;line-height:1}.vf-stat-num span{color:var(--uni-red)}.vf-stat-label{color:var(--text);font-size:.84rem;font-weight:500}.vf-section{padding:80px clamp(16px,5vw,72px)}.vf-section-sm{padding:40px clamp(16px,5vw,72px)}.vf-section-label{font-family:var(--font-mono);color:var(--uni-red);letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:8px;margin-bottom:12px;font-size:.75rem;font-weight:700;display:flex}.vf-section-label:before{content:"";background:var(--uni-red);width:24px;height:2px;display:block}.vf-section-title{font-family:var(--font-display);color:var(--white);letter-spacing:.01em;font-size:clamp(2.4rem,5vw,4rem);line-height:1}.vf-section-desc{color:var(--text);max-width:60ch;margin-top:16px;font-size:1.05rem}.vf-prestige{border-top:1px solid var(--stroke);border-bottom:1px solid var(--stroke);background:linear-gradient(#0000,#e8002d0a 50%,#0000)}.vf-prestige-inner{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.vf-prestige-text{max-width:52ch}.vf-prestige-highlight{font-family:var(--font-display);color:var(--white);margin-bottom:20px;font-size:clamp(1.8rem,3.5vw,2.8rem);line-height:1.1}.vf-prestige-highlight em{color:var(--uni-red);text-shadow:0 0 20px #e8002d66;font-style:normal}.vf-prestige-body{color:var(--text);margin-bottom:28px;font-size:1rem;line-height:1.8}.vf-prestige-body strong{color:var(--text-bright);font-weight:600}.vf-trust-list{gap:12px;display:grid}.vf-trust-item{border:1px solid var(--stroke);border-radius:var(--radius-sm);background:var(--bg-card);align-items:flex-start;gap:14px;padding:16px;transition:all .25s;display:flex}.vf-trust-item:hover{border-color:var(--stroke-hover);background:var(--bg-card-hover);transform:translate(4px)}.vf-trust-icon{background:linear-gradient(135deg, var(--uni-red), var(--orange));color:#fff;border-radius:10px;flex-shrink:0;place-items:center;width:36px;height:36px;display:grid}.vf-trust-text p:first-child{color:var(--text-bright);font-size:.95rem;font-weight:700}.vf-trust-text p:last-child{color:var(--text);margin-top:2px;font-size:.84rem}.vf-prestige-display{flex-direction:column;gap:16px;display:flex;position:relative}.vf-uni-badge-big{text-align:center;background:linear-gradient(135deg,#e8002d1f,#ff6b3514);border:1px solid #e8002d40;border-radius:24px;padding:40px;position:relative;overflow:hidden}.vf-uni-badge-big:before{content:"";background:conic-gradient(#0000 0%,#e8002d14 25%,#0000 50%);width:200%;height:200%;animation:8s linear infinite spin-slow;position:absolute;top:-50%;left:-50%}@keyframes spin-slow{to{transform:rotate(360deg)}}.vf-uni-big-text{font-family:var(--font-display);color:var(--uni-red);text-shadow:0 0 40px #e8002d80,0 0 80px #e8002d33;z-index:1;font-size:clamp(5rem,10vw,8rem);line-height:1;position:relative}.vf-uni-badge-big p{color:var(--text);z-index:1;margin-top:8px;font-size:.88rem;position:relative}.vf-prestige-cards{grid-template-columns:1fr 1fr;gap:12px;display:grid}.vf-prestige-mini-card{border:1px solid var(--stroke);border-radius:var(--radius-sm);background:var(--bg-card);text-align:center;padding:16px}.vf-prestige-mini-card strong{font-family:var(--font-display);color:var(--white);font-size:1.8rem;display:block}.vf-prestige-mini-card strong span{color:var(--uni-red)}.vf-prestige-mini-card p{color:var(--text);margin-top:2px;font-size:.8rem}.vf-services-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:48px;display:grid}.vf-service-card{border:1px solid var(--stroke);border-radius:var(--radius);background:var(--bg-card);padding:28px;transition:all .3s;position:relative;overflow:hidden}.vf-service-card:before{content:"";background:linear-gradient(90deg, var(--uni-red), var(--orange));transform-origin:0;height:3px;transition:transform .35s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.vf-service-card:hover{background:var(--bg-card-hover);border-color:#e8002d40;transform:translateY(-4px);box-shadow:0 20px 40px #0000004d,0 0 40px #e8002d14}.vf-service-card:hover:before{transform:scaleX(1)}.vf-service-num{font-family:var(--font-mono);color:var(--uni-red);letter-spacing:.1em;margin-bottom:16px;font-size:.72rem}.vf-service-icon{background:linear-gradient(135deg, var(--uni-red), var(--orange));color:#fff;border-radius:14px;place-items:center;width:44px;height:44px;margin-bottom:20px;transition:transform .3s;display:grid;box-shadow:0 8px 20px #e8002d4d}.vf-service-card:hover .vf-service-icon{transform:scale(1.1)rotate(-5deg)}.vf-service-card h3{font-family:var(--font-display);color:var(--white);letter-spacing:.01em;margin-bottom:12px;font-size:1.5rem;line-height:1.1}.vf-service-card p{color:var(--text);margin-bottom:20px;font-size:.93rem;line-height:1.7}.vf-service-tags{flex-wrap:wrap;gap:6px;display:flex}.vf-service-tag{color:#ff6b8a;font-size:.75rem;font-weight:600;font-family:var(--font-mono);background:#e8002d0f;border:1px solid #e8002d40;border-radius:999px;padding:4px 10px}.vf-portfolio{background:linear-gradient(#0000,#0e0e1a80)}.vf-portfolio-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:48px;display:flex}.vf-project-featured{border:1px solid var(--stroke);background:var(--bg-card);border-radius:28px;grid-template-columns:1fr 1.1fr;min-height:380px;transition:border-color .3s;display:grid;overflow:hidden}.vf-project-featured:hover{border-color:#e8002d4d}.vf-project-featured-copy{border-right:1px solid var(--stroke);flex-direction:column;justify-content:space-between;padding:40px;display:flex}.vf-project-kicker{background:linear-gradient(135deg, var(--uni-red), var(--orange));color:#fff;font-size:.75rem;font-weight:700;font-family:var(--font-mono);letter-spacing:.05em;border-radius:999px;align-items:center;gap:6px;width:fit-content;margin-bottom:20px;padding:5px 12px;display:inline-flex}.vf-project-featured-copy h3{font-family:var(--font-display);color:var(--white);letter-spacing:.01em;margin-bottom:14px;font-size:clamp(1.8rem,3vw,2.8rem);line-height:1}.vf-project-featured-copy p{color:#fff;margin-bottom:24px;line-height:1.7}.vf-project-domain{font-family:var(--font-mono);color:var(--orange);align-items:center;gap:8px;margin-bottom:20px;font-size:.82rem;display:flex}.vf-project-domain:before{content:"";background:#22c55e;border-radius:50%;width:8px;height:8px;animation:2s infinite pulse-dot;display:block;box-shadow:0 0 6px #22c55e}.vf-project-featured-media{background:#0003;grid-template-columns:1fr 1fr;gap:12px;padding:20px;display:grid}.vf-project-featured-media img{object-fit:cover;border:1px solid var(--stroke);border-radius:14px;width:100%;height:100%}.vf-projects-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:16px;display:grid}.vf-project-card{border:1px solid var(--stroke);border-radius:var(--radius);background:var(--bg-card);transition:all .3s;overflow:hidden}.vf-project-card:hover{border-color:#e8002d40;transform:translateY(-4px);box-shadow:0 20px 40px #0000004d}.vf-project-cover{align-items:flex-end;height:120px;padding:14px;display:flex;position:relative;overflow:hidden}.vf-project-cover:after{content:"";background:linear-gradient(#0000 40%,#0006);position:absolute;inset:0}.vf-project-cover-1{background:linear-gradient(135deg,#7f1d1d,#e8002d,#ff6b35)}.vf-project-cover-2{background:linear-gradient(135deg,#1d4ed8,#7c3aed,#db2777)}.vf-project-cover-3{background:linear-gradient(135deg,#065f46,#0891b2,#7c3aed)}.vf-project-cover span{z-index:1;font-family:var(--font-mono);color:#ffffffe6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0000004d;border:1px solid #fff3;border-radius:999px;padding:4px 10px;font-size:.72rem;font-weight:700;position:relative}.vf-project-body{padding:20px}.vf-project-shot{object-fit:cover;border:1px solid var(--stroke);border-radius:10px;width:100%;height:130px;margin-bottom:14px}.vf-project-body h3{font-family:var(--font-display);color:var(--white);letter-spacing:.01em;margin-bottom:8px;font-size:1.3rem}.vf-project-body p{color:var(--text);margin-bottom:14px;font-size:.88rem;line-height:1.6}.vf-project-body a{color:var(--orange);align-items:center;gap:5px;font-size:.88rem;font-weight:700;text-decoration:none;transition:gap .2s;display:inline-flex}.vf-project-body a:hover{gap:8px}.vf-process-grid{border:1px solid var(--stroke);border-radius:var(--radius);background:var(--stroke);grid-template-columns:repeat(4,1fr);gap:1px;margin-top:48px;display:grid;overflow:hidden}.vf-process-card{background:var(--bg-card);padding:32px 24px;transition:background .3s;position:relative}.vf-process-card:hover{background:var(--bg-card-hover)}.vf-process-num{font-family:var(--font-display);color:#e8002d26;margin-bottom:14px;font-size:3.5rem;line-height:1;transition:color .3s}.vf-process-card:hover .vf-process-num{color:#ff1e4b}.vf-process-tag{font-family:var(--font-mono);color:var(--uni-red);letter-spacing:.1em;text-transform:uppercase;margin-bottom:10px;font-size:.7rem;font-weight:700;display:inline-flex}.vf-process-card h3{font-family:var(--font-display);color:var(--white);letter-spacing:.01em;margin-bottom:10px;font-size:1.35rem}.vf-process-card p{color:var(--text);font-size:.9rem;line-height:1.7}.vf-cta{padding:0 clamp(16px,5vw,72px) 80px}.vf-cta-inner{text-align:center;background:radial-gradient(circle at 80% 20%,#e8002d40,#0000 50%),radial-gradient(circle at 10% 80%,#ff6b3533,#0000 50%),linear-gradient(135deg,#1a0005,#14000d,#1a0500);border:1px solid #e8002d33;border-radius:28px;padding:clamp(48px,7vw,80px) clamp(32px,6vw,72px);position:relative;overflow:hidden}.vf-cta-inner:before{content:"UNI";font-family:var(--font-display);color:#e8002d0a;pointer-events:none;-webkit-user-select:none;user-select:none;font-size:20rem;line-height:1;position:absolute;bottom:-60px;right:-80px}.vf-cta-label{font-family:var(--font-mono);color:#ff6b8acc;letter-spacing:.14em;text-transform:uppercase;margin-bottom:16px;font-size:.75rem;font-weight:700}.vf-cta-title{font-family:var(--font-display);color:#fff;letter-spacing:.01em;margin-bottom:16px;font-size:clamp(2.5rem,6vw,5rem);line-height:1}.vf-cta-title span{color:var(--uni-red);text-shadow:0 0 30px #e8002d80}.vf-cta-desc{color:#ffffffa6;max-width:54ch;margin:0 auto 32px;font-size:1.05rem;line-height:1.7}.vf-btn-cta{background:linear-gradient(135deg, var(--uni-red), var(--orange));color:#fff;letter-spacing:.04em;border:0;border-radius:999px;padding:16px 32px;font-size:1rem;font-weight:700;box-shadow:0 16px 40px #e8002d73}.vf-btn-cta:hover{transform:translateY(-3px);box-shadow:0 24px 50px #e8002d8c}.vf-marquee-wrap{border-top:1px solid var(--stroke);border-bottom:1px solid var(--stroke);margin:0;padding:24px 0;overflow:hidden}.vf-marquee{gap:40px;width:max-content;padding-right:40px;animation:25s linear infinite marquee;display:flex}.vf-marquee-item{font-family:var(--font-display);color:var(--text);white-space:nowrap;letter-spacing:.02em;align-items:center;gap:16px;font-size:1.2rem;display:flex}.vf-marquee-item span{color:var(--uni-red);font-size:1.4rem}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.vf-footer{border-top:1px solid var(--stroke);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:28px clamp(16px,5vw,72px);display:flex}.vf-footer-left{align-items:center;gap:16px;display:flex}.vf-footer-logo{object-fit:contain;width:auto;height:52px}.vf-footer-divider{background:var(--stroke);width:1px;height:28px}.vf-footer p{color:var(--text);font-size:.85rem}.vf-footer-right{align-items:center;gap:12px;display:flex}.vf-scroll-hint{color:var(--text);font-size:.78rem;font-family:var(--font-mono);letter-spacing:.08em;flex-direction:column;align-items:center;gap:8px;margin-top:48px;animation:3s ease-in-out infinite fade-bob;display:flex}.vf-scroll-line{background:linear-gradient(to bottom, var(--uni-red), transparent);width:1px;height:40px;animation:2s ease-in-out infinite scroll-line}@keyframes scroll-line{0%{transform-origin:top;transform:scaleY(0)}50%{transform-origin:top;transform:scaleY(1)}50.01%{transform-origin:bottom}to{transform-origin:bottom;transform:scaleY(0)}}@keyframes fade-bob{0%,to{opacity:.5;transform:translateY(0)}50%{opacity:1;transform:translateY(4px)}}@media (width<=1100px){.vf-prestige-inner{grid-template-columns:1fr;gap:40px}.vf-project-featured{grid-template-columns:1fr;min-height:auto}.vf-project-featured-copy{border-right:none;border-bottom:1px solid var(--stroke)}.vf-project-featured-media{min-height:240px}.vf-process-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=860px){.vf-nav{border-radius:16px;margin:10px 12px}.vf-services-grid,.vf-projects-grid{grid-template-columns:1fr}.vf-stats-bar-inner{grid-template-columns:repeat(2,1fr)}.vf-stats-bar-inner .vf-stat-item:nth-child(2){border-right:0}.vf-stats-bar-inner .vf-stat-item:nth-child(3),.vf-stats-bar-inner .vf-stat-item:nth-child(4){border-top:1px solid var(--stroke)}.vf-portfolio-header{flex-direction:column;align-items:flex-start}.vf-prestige-cards{grid-template-columns:repeat(4,1fr)}.vf-footer{text-align:center;flex-direction:column}.vf-footer-left{flex-direction:column}}@media (width<=600px){.vf-hero-title{font-size:clamp(3rem,16vw,5rem)}.vf-section{padding:56px 16px}.vf-nav-links{display:none}.vf-process-grid{grid-template-columns:1fr}.vf-prestige-cards{grid-template-columns:repeat(2,1fr)}.vf-hero-actions{flex-direction:column;width:100%}.vf-hero-actions .vf-btn{width:100%}.vf-stats-bar{padding:0 12px}.vf-stats-bar-inner{grid-template-columns:repeat(2,1fr)}}
